For PR java/11600:
* libjava.compile/PR11600.xfail: New file. * libjava.compile/PR11600.java: New file. From-SVN: r70183
This commit is contained in:
parent
e1a4dd13eb
commit
10063dff3b
@ -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
|
||||
|
7
libjava/testsuite/libjava.compile/PR11600.java
Normal file
7
libjava/testsuite/libjava.compile/PR11600.java
Normal file
@ -0,0 +1,7 @@
|
||||
public class PR11600 implements Cloneable
|
||||
{
|
||||
public Object clone ()
|
||||
{
|
||||
return super.clone ();
|
||||
}
|
||||
}
|
1
libjava/testsuite/libjava.compile/PR11600.xfail
Normal file
1
libjava/testsuite/libjava.compile/PR11600.xfail
Normal file
@ -0,0 +1 @@
|
||||
shouldfail
|
Loading…
Reference in New Issue
Block a user