aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2003-01-28 06:19:48 +0000
committerTom Tromey <tromey@gcc.gnu.org>2003-01-28 06:19:48 +0000
commitd52c5b0a9c001de6e197b57a2ecf822afb3a5c79 (patch)
tree432c411c888d068d85afdc100541f692b94eb079 /libjava/testsuite
parent6a807d35fc421b76006a89addf65e32c92690540 (diff)
downloadgcc-d52c5b0a9c001de6e197b57a2ecf822afb3a5c79.zip
gcc-d52c5b0a9c001de6e197b57a2ecf822afb3a5c79.tar.gz
gcc-d52c5b0a9c001de6e197b57a2ecf822afb3a5c79.tar.bz2
consthrow.java: New file.
* libjava.compile/consthrow.java: New file. * libjava.compile/consthrow.xfail: New file. From-SVN: r61959
Diffstat (limited to 'libjava/testsuite')
-rw-r--r--libjava/testsuite/ChangeLog5
-rw-r--r--libjava/testsuite/libjava.compile/consthrow.java6
-rw-r--r--libjava/testsuite/libjava.compile/consthrow.xfail2
3 files changed, 13 insertions, 0 deletions
diff --git a/libjava/testsuite/ChangeLog b/libjava/testsuite/ChangeLog
index 5d67f7c..d64f287 100644
--- a/libjava/testsuite/ChangeLog
+++ b/libjava/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-27 Tom Tromey <tromey@redhat.com>
+
+ * libjava.compile/consthrow.java: New file.
+ * libjava.compile/consthrow.xfail: New file.
+
2003-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* libjava.lang/pr8823.xfail: New file, add "xfail-byte".
diff --git a/libjava/testsuite/libjava.compile/consthrow.java b/libjava/testsuite/libjava.compile/consthrow.java
new file mode 100644
index 0000000..02d1afc
--- /dev/null
+++ b/libjava/testsuite/libjava.compile/consthrow.java
@@ -0,0 +1,6 @@
+public class consthrow
+{
+ public consthrow () throws Object
+ {
+ }
+}
diff --git a/libjava/testsuite/libjava.compile/consthrow.xfail b/libjava/testsuite/libjava.compile/consthrow.xfail
new file mode 100644
index 0000000..f34b59d
--- /dev/null
+++ b/libjava/testsuite/libjava.compile/consthrow.xfail
@@ -0,0 +1,2 @@
+no-link
+shouldfail