abstr.xfail: New file.
* libjava.compile/abstr.xfail: New file. * libjava.compile/abstr.java: New file. From-SVN: r36087
This commit is contained in:
parent
ccbc3eb78e
commit
b7fc330e44
@ -1,3 +1,8 @@
|
|||||||
|
2000-08-31 Tom Tromey <tromey@cygnus.com>
|
||||||
|
|
||||||
|
* libjava.compile/abstr.xfail: New file.
|
||||||
|
* libjava.compile/abstr.java: New file.
|
||||||
|
|
||||||
2000-08-09 Tom Tromey <tromey@cygnus.com>
|
2000-08-09 Tom Tromey <tromey@cygnus.com>
|
||||||
|
|
||||||
From PR gcj/310:
|
From PR gcj/310:
|
||||||
|
14
libjava/testsuite/libjava.compile/abstr.java
Normal file
14
libjava/testsuite/libjava.compile/abstr.java
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
// This fails to compile from bytecode for some versions of the compiler.
|
||||||
|
|
||||||
|
interface foo
|
||||||
|
{
|
||||||
|
public void start ();
|
||||||
|
}
|
||||||
|
|
||||||
|
public abstract class abstr implements foo
|
||||||
|
{
|
||||||
|
public void doit ()
|
||||||
|
{
|
||||||
|
start ();
|
||||||
|
}
|
||||||
|
}
|
1
libjava/testsuite/libjava.compile/abstr.xfail
Normal file
1
libjava/testsuite/libjava.compile/abstr.xfail
Normal file
@ -0,0 +1 @@
|
|||||||
|
no-link
|
Loading…
Reference in New Issue
Block a user