This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Patch: PR 310 test
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: Patch: PR 310 test
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 09 Aug 2000 19:15:07 -0600
- Reply-To: tromey at cygnus dot com
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