aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDmitry Petrashko <dark@d-d.me>2015-02-12 20:18:32 +0100
committerDmitry Petrashko <dark@d-d.me>2015-02-12 20:18:32 +0100
commitc12f21306ea01bd0411f07074a5a0637f23187ff (patch)
treeb84ef3006439871a5c9699646bbc66a362f2831a /tests
parentb2ca9fe03adfcdbdf254b2fccd02350f9700c059 (diff)
parent10167c46191c1b02246635b01dcd3d1e0b75497a (diff)
downloaddotty-c12f21306ea01bd0411f07074a5a0637f23187ff.tar.gz
dotty-c12f21306ea01bd0411f07074a5a0637f23187ff.tar.bz2
dotty-c12f21306ea01bd0411f07074a5a0637f23187ff.zip
Merge pull request #358 from dotty-staging/backend-backports
Backend discovered issues
Diffstat (limited to 'tests')
-rw-r--r--tests/disabled/t2667.scala (renamed from tests/pos/t2667.scala)1
-rw-r--r--tests/disabled/t2669.scala (renamed from tests/pos/t2669.scala)1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/pos/t2667.scala b/tests/disabled/t2667.scala
index 7f1f36f00..600c1eaf0 100644
--- a/tests/pos/t2667.scala
+++ b/tests/disabled/t2667.scala
@@ -1,3 +1,4 @@
+// ExtensionMethods info transformer fails here for AnyVal$
object A {
def foo(x: Int, y: Int*): Int = 45
def foo[T](x: T*): Int = 55
diff --git a/tests/pos/t2669.scala b/tests/disabled/t2669.scala
index 72e931178..609e88786 100644
--- a/tests/pos/t2669.scala
+++ b/tests/disabled/t2669.scala
@@ -1,4 +1,5 @@
// #2629, #2639, #2669
+// dies in classfile parser while parsing java.util.Vector(requested by bakend)
object Test2669 {
def test[T](l: java.util.ArrayList[_ <: T]) = 1