Test for PR gcj/163:
2000-03-07 Bryce McKinlay <bryce@albatross.co.nz> Test for PR gcj/163: * libjava.lang/PR163.java: New file. * libjava.lang/PR163.xfail: New file. From-SVN: r32393
This commit is contained in:
parent
c7ce272aa5
commit
28c231d647
@ -1,3 +1,9 @@
|
||||
2000-03-07 Bryce McKinlay <bryce@albatross.co.nz>
|
||||
|
||||
Test for PR gcj/163:
|
||||
* libjava.lang/PR163.java: New file.
|
||||
* libjava.lang/PR163.xfail: New file.
|
||||
|
||||
2000-03-07 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* lib/libjava.exp (test_libjava_from_javac): Removed hack for
|
||||
|
8
libjava/testsuite/libjava.compile/PR163.java
Normal file
8
libjava/testsuite/libjava.compile/PR163.java
Normal file
@ -0,0 +1,8 @@
|
||||
// Test case for the PR gcj/163
|
||||
|
||||
// Uninitalized final variables should not be permitted.
|
||||
|
||||
class PR163
|
||||
{
|
||||
final int foo;
|
||||
}
|
1
libjava/testsuite/libjava.compile/PR163.xfail
Normal file
1
libjava/testsuite/libjava.compile/PR163.xfail
Normal file
@ -0,0 +1 @@
|
||||
shouldfail
|
Loading…
Reference in New Issue
Block a user