]> gcc.gnu.org Git - gcc.git/commitdiff
For PR java/11600:
authorTom Tromey <tromey@redhat.com>
Tue, 5 Aug 2003 19:43:20 +0000 (19:43 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 5 Aug 2003 19:43:20 +0000 (19:43 +0000)
* libjava.compile/PR11600.xfail: New file.
* libjava.compile/PR11600.java: New file.

From-SVN: r70183

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

index 26e966e4376fd47bfad5a255274af17ce1078db6..cbd0d9eab39f33607ce8b5985074befb0ac727e5 100644 (file)
@@ -1,3 +1,9 @@
+2003-08-05  Tom Tromey  <tromey@redhat.com>
+
+       For PR java/11600:
+       * libjava.compile/PR11600.xfail: New file.
+       * libjava.compile/PR11600.java: New file.
+
 2003-08-04  Tom Tromey  <tromey@redhat.com>
 
        * libjava.jacks/jacks.exp (gcj_jacks_run): Just ignore errors
diff --git a/libjava/testsuite/libjava.compile/PR11600.java b/libjava/testsuite/libjava.compile/PR11600.java
new file mode 100644 (file)
index 0000000..3cffa73
--- /dev/null
@@ -0,0 +1,7 @@
+public class PR11600 implements Cloneable
+{
+  public Object clone ()
+  {
+    return super.clone ();
+  }
+}
diff --git a/libjava/testsuite/libjava.compile/PR11600.xfail b/libjava/testsuite/libjava.compile/PR11600.xfail
new file mode 100644 (file)
index 0000000..e3b083b
--- /dev/null
@@ -0,0 +1 @@
+shouldfail
This page took 0.066959 seconds and 5 git commands to generate.