Test for PR gcj/164:
authorTom Tromey <tromey@cygnus.com>
Tue, 7 Mar 2000 00:49:18 +0000 (00:49 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 7 Mar 2000 00:49:18 +0000 (00:49 +0000)
* libjava.compile/PR164.xfail: New file.
* libjava.compile/PR164.java: New file.

From-SVN: r32374

libjava/testsuite/ChangeLog
libjava/testsuite/libjava.compile/PR164.java [new file with mode: 0644]
libjava/testsuite/libjava.compile/PR164.xfail [new file with mode: 0644]

index 03c1931d3ce0347b477a5ccbf46018c4b65b092b..7115d6190622f095e6ae328e076e3be215d2bf13 100644 (file)
@@ -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 (file)
index 0000000..d3a288f
--- /dev/null
@@ -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 (file)
index 0000000..e3b083b
--- /dev/null
@@ -0,0 +1 @@
+shouldfail