From 1c30539d66d63b533e9782e7b245e5579cacda47 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 7 Mar 2000 00:49:18 +0000 Subject: [PATCH] Test for PR gcj/164: * libjava.compile/PR164.xfail: New file. * libjava.compile/PR164.java: New file. From-SVN: r32374 --- libjava/testsuite/ChangeLog | 6 ++++++ libjava/testsuite/libjava.compile/PR164.java | 6 ++++++ libjava/testsuite/libjava.compile/PR164.xfail | 1 + 3 files changed, 13 insertions(+) create mode 100644 libjava/testsuite/libjava.compile/PR164.java create mode 100644 libjava/testsuite/libjava.compile/PR164.xfail 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 + + Test for PR gcj/164: + * libjava.compile/PR164.xfail: New file. + * libjava.compile/PR164.java: New file. + 2000-03-06 Bryce McKinlay * 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 -- 2.30.2