This is the mail archive of the java-patches@sources.redhat.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 310 test


I'm checking this in.  It adds a test for PR 310.

2000-08-09  Tom Tromey  <tromey@cygnus.com>

	From PR gcj/310:
	* libjava.compile/PR310.java: New file.
	* libjava.compile/PR310.xfail: New file.

Tom

Index: libjava.compile/PR310.java
===================================================================
RCS file: PR310.java
diff -N PR310.java
--- /dev/null	Tue May  5 13:32:27 1998
+++ PR310.java	Wed Aug  9 18:07:55 2000
@@ -0,0 +1,9 @@
+public class PR310
+{
+  void m (long l)
+  {
+    switch (l)
+      {
+      }
+  }
+}
Index: libjava.compile/PR310.xfail
===================================================================
RCS file: PR310.xfail
diff -N PR310.xfail
--- /dev/null	Tue May  5 13:32:27 1998
+++ PR310.xfail	Wed Aug  9 18:07:55 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]