From 0dd018e2cbeb487ed2d94ed9fdd413250ff67a7f Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Thu, 24 Mar 2011 11:15:37 +0000 Subject: Moved failing tests to pending after having dia... Moved failing tests to pending after having diagnosed that the only problem is a difference in output between Java 1.5 and 1.6 reflection libraries. Can we moved back once that's fixed. For now, it's more important to ghet the build back. --- test/pending/run/t3857.check | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/pending/run/t3857.check (limited to 'test/pending/run/t3857.check') diff --git a/test/pending/run/t3857.check b/test/pending/run/t3857.check new file mode 100644 index 0000000000..520b350ff5 --- /dev/null +++ b/test/pending/run/t3857.check @@ -0,0 +1,11 @@ +ScalaGeneric + (m) public java.util.Set ScalaGeneric.s() + (m) public void ScalaGeneric.s_$eq(java.util.Set) + (f) private java.util.Set ScalaGeneric.s +ScalaGeneric2Trait + (m) public abstract java.util.Set ScalaGeneric2Trait.s() + (m) public abstract void ScalaGeneric2Trait.s_$eq(java.util.Set) +ScalaGeneric2 + (m) public java.util.Set ScalaGeneric2.s() (bridge) + (m) public void ScalaGeneric2.s_$eq(java.util.Set) (bridge) + (f) private java.util.Set ScalaGeneric2.s -- cgit v1.2.3