diff options
-rw-r--r-- | libjava/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | libjava/testsuite/libjava.compile/PR11600.java | 7 | ||||
-rw-r--r-- | libjava/testsuite/libjava.compile/PR11600.xfail | 1 |
3 files changed, 14 insertions, 0 deletions
diff --git a/libjava/testsuite/ChangeLog b/libjava/testsuite/ChangeLog index 26e966e..cbd0d9e 100644 --- a/libjava/testsuite/ChangeLog +++ b/libjava/testsuite/ChangeLog @@ -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 index 0000000..3cffa73 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR11600.java @@ -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 index 0000000..e3b083b --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR11600.xfail @@ -0,0 +1 @@ +shouldfail |