diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-07 00:49:18 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-07 00:49:18 +0000 |
commit | 530b541741ff458ce2364e1f2639d4f10a50f13b (patch) | |
tree | f7496e381dc6692c4b714311976ab8b01fa5fefa /libjava | |
parent | 98cd19c0d4ef0b9ac9ab63c1d1421f968ff909a0 (diff) | |
download | gcc-530b541741ff458ce2364e1f2639d4f10a50f13b.tar.gz |
Test for PR gcj/164:
* libjava.compile/PR164.xfail: New file.
* libjava.compile/PR164.java: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32374 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
-rw-r--r-- | libjava/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | libjava/testsuite/libjava.compile/PR164.java | 6 | ||||
-rw-r--r-- | libjava/testsuite/libjava.compile/PR164.xfail | 1 |
3 files changed, 13 insertions, 0 deletions
diff --git a/libjava/testsuite/ChangeLog b/libjava/testsuite/ChangeLog index 03c1931d3ce..7115d619062 100644 --- a/libjava/testsuite/ChangeLog +++ b/libjava/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2000-03-06 Tom Tromey <tromey@cygnus.com> + + Test for PR gcj/164: + * libjava.compile/PR164.xfail: New file. + * libjava.compile/PR164.java: New file. + 2000-03-06 Bryce McKinlay <bryce@albatross.co.nz> * libjava.compile/PR127.java: New file. diff --git a/libjava/testsuite/libjava.compile/PR164.java b/libjava/testsuite/libjava.compile/PR164.java new file mode 100644 index 00000000000..d3a288f1b51 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR164.java @@ -0,0 +1,6 @@ +// Test from PR 164. + +class PR164 +{ + volatile final int foo = 8; +} diff --git a/libjava/testsuite/libjava.compile/PR164.xfail b/libjava/testsuite/libjava.compile/PR164.xfail new file mode 100644 index 00000000000..e3b083b1fa5 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR164.xfail @@ -0,0 +1 @@ +shouldfail |