aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-08-25 14:27:12 +0200
committerMartin Odersky <odersky@gmail.com>2016-08-26 11:13:17 +0200
commit910aa4b4b6b1db98148566ca0b46e026fd5e312d (patch)
treeb03867bede3e68a3f1a00989f42d17da81d8747e
parent55ad7ebb5960ed7590610c777cce229f7241c0d3 (diff)
downloaddotty-910aa4b4b6b1db98148566ca0b46e026fd5e312d.tar.gz
dotty-910aa4b4b6b1db98148566ca0b46e026fd5e312d.tar.bz2
dotty-910aa4b4b6b1db98148566ca0b46e026fd5e312d.zip
More tests recategorized
-rw-r--r--tests/disabled/not-representable/pos/t8111.scala (renamed from tests/pending/pos/t8111.scala)1
-rw-r--r--tests/disabled/typetags/pos/t8237b.scala (renamed from tests/pending/pos/t8237b.scala)0
-rw-r--r--tests/neg/t8002-nested-scope.scala (renamed from tests/pending/pos/t8002-nested-scope.scala)2
-rw-r--r--tests/pending/pos/infersingle.flags1
-rw-r--r--tests/pending/pos/trait-force-info.flags1
5 files changed, 2 insertions, 3 deletions
diff --git a/tests/pending/pos/t8111.scala b/tests/disabled/not-representable/pos/t8111.scala
index 3f0e766ce..04a8e20de 100644
--- a/tests/pending/pos/t8111.scala
+++ b/tests/disabled/not-representable/pos/t8111.scala
@@ -1,3 +1,4 @@
+// structural types, cannot represent
trait T {
def crashy(ma: Any): Unit = {
diff --git a/tests/pending/pos/t8237b.scala b/tests/disabled/typetags/pos/t8237b.scala
index 52bb310e8..52bb310e8 100644
--- a/tests/pending/pos/t8237b.scala
+++ b/tests/disabled/typetags/pos/t8237b.scala
diff --git a/tests/pending/pos/t8002-nested-scope.scala b/tests/neg/t8002-nested-scope.scala
index a2088bce7..78a03ce66 100644
--- a/tests/pending/pos/t8002-nested-scope.scala
+++ b/tests/neg/t8002-nested-scope.scala
@@ -13,7 +13,7 @@ class C {
{
val a = 0
object C {
- new C().x
+ new C().x // error: cannot be accessed
}
}
}
diff --git a/tests/pending/pos/infersingle.flags b/tests/pending/pos/infersingle.flags
deleted file mode 100644
index e1b37447c..000000000
--- a/tests/pending/pos/infersingle.flags
+++ /dev/null
@@ -1 +0,0 @@
--Xexperimental \ No newline at end of file
diff --git a/tests/pending/pos/trait-force-info.flags b/tests/pending/pos/trait-force-info.flags
deleted file mode 100644
index eb4d19bcb..000000000
--- a/tests/pending/pos/trait-force-info.flags
+++ /dev/null
@@ -1 +0,0 @@
--optimise \ No newline at end of file