This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch: pr 164 test


I'm checking in this test, which is from PR 164.

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.

Tom

Index: libjava.compile/PR164.java
===================================================================
RCS file: PR164.java
diff -N PR164.java
--- /dev/null	Tue May  5 13:32:27 1998
+++ PR164.java	Mon Mar  6 16:47:54 2000
@@ -0,0 +1,6 @@
+// Test from PR 164.
+
+class PR164
+{
+  volatile final int foo = 8;
+}
Index: libjava.compile/PR164.xfail
===================================================================
RCS file: PR164.xfail
diff -N PR164.xfail
--- /dev/null	Tue May  5 13:32:27 1998
+++ PR164.xfail	Mon Mar  6 16:47:54 2000
@@ -0,0 +1 @@
+shouldfail

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]