For PR java/5641:
authorTom Tromey <tromey@redhat.com>
Mon, 11 Feb 2002 00:18:52 +0000 (00:18 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 11 Feb 2002 00:18:52 +0000 (00:18 +0000)
* libjava.compile/PR5641.xfail: New file.
* libjava.compile/PR5641.java: New file.

From-SVN: r49660

libjava/testsuite/ChangeLog
libjava/testsuite/libjava.compile/PR5641.java [new file with mode: 0644]
libjava/testsuite/libjava.compile/PR5641.xfail [new file with mode: 0644]

index bf0178673d3b8c0926868a3284287223d2884f26..87a75227db5a229ceab9dced24b4d0263e524388 100644 (file)
@@ -1,3 +1,9 @@
+2002-02-10  Tom Tromey  <tromey@redhat.com>
+
+       For PR java/5641:
+       * libjava.compile/PR5641.xfail: New file.
+       * libjava.compile/PR5641.java: New file.
+
 2002-02-10  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        * lib/libjava.exp (libjava_find_lib): Remove duplicate .la files.
diff --git a/libjava/testsuite/libjava.compile/PR5641.java b/libjava/testsuite/libjava.compile/PR5641.java
new file mode 100644 (file)
index 0000000..8c7d3aa
--- /dev/null
@@ -0,0 +1,20 @@
+interface I
+{
+  void m();
+}
+abstract class C implements I {}
+class Foo
+{
+  void Bar(C c)
+  {
+    c.m();
+  }
+  void blah(C c)
+  {
+    c.m();
+  }
+
+  public static void main (String[] args)
+  {
+  }
+}
diff --git a/libjava/testsuite/libjava.compile/PR5641.xfail b/libjava/testsuite/libjava.compile/PR5641.xfail
new file mode 100644 (file)
index 0000000..b3630c9
--- /dev/null
@@ -0,0 +1,2 @@
+no-link
+xfail-byte