summaryrefslogtreecommitdiff
path: root/test/pending
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-05-09 03:53:41 +0000
committerPaul Phillips <paulp@improving.org>2009-05-09 03:53:41 +0000
commit2ea3b94ee2519e01a3e1658909afeb33e7e9ebe2 (patch)
tree9bb2044c595fe260c352a00cf98bb2ecece50437 /test/pending
parentf7ab13b08e085c3bf94d857fc9648ee724e4cb08 (diff)
downloadscala-2ea3b94ee2519e01a3e1658909afeb33e7e9ebe2.tar.gz
scala-2ea3b94ee2519e01a3e1658909afeb33e7e9ebe2.tar.bz2
scala-2ea3b94ee2519e01a3e1658909afeb33e7e9ebe2.zip
Organized disabled directory so it works with p...
Organized disabled directory so it works with partest. You can run ./partest --srcpath disabled to run the tests in that location. Fixed a few tests in disabled and pending and moved to files.
Diffstat (limited to 'test/pending')
-rwxr-xr-xtest/pending/pos/t1107/Object.scala10
-rwxr-xr-xtest/pending/pos/t1107/Trait.scala9
-rw-r--r--test/pending/run/bug1079.check1
-rw-r--r--test/pending/run/bug1079.scala3
4 files changed, 0 insertions, 23 deletions
diff --git a/test/pending/pos/t1107/Object.scala b/test/pending/pos/t1107/Object.scala
deleted file mode 100755
index 0fd04695b1..0000000000
--- a/test/pending/pos/t1107/Object.scala
+++ /dev/null
@@ -1,10 +0,0 @@
-object O
-{
- def d(t: Top) =
- t match
- {
- case s: Sub => true
- case _ => false
- }
-}
-
diff --git a/test/pending/pos/t1107/Trait.scala b/test/pending/pos/t1107/Trait.scala
deleted file mode 100755
index cd213f9780..0000000000
--- a/test/pending/pos/t1107/Trait.scala
+++ /dev/null
@@ -1,9 +0,0 @@
-sealed trait Top
-sealed trait Sub extends Top
-
-trait C
-{
- private object P extends Sub
-}
-
-
diff --git a/test/pending/run/bug1079.check b/test/pending/run/bug1079.check
deleted file mode 100644
index c508d5366f..0000000000
--- a/test/pending/run/bug1079.check
+++ /dev/null
@@ -1 +0,0 @@
-false
diff --git a/test/pending/run/bug1079.scala b/test/pending/run/bug1079.scala
deleted file mode 100644
index 5e7f2fc42b..0000000000
--- a/test/pending/run/bug1079.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-object Test extends Application {
- println(<t user:tag=""/> == <t user:tag="X"/>)
-} \ No newline at end of file