From 9704477cbf55f29d5b7a98eb4d0f2a8fc57f33dc Mon Sep 17 00:00:00 2001 From: tromey Date: Tue, 28 Jan 2003 06:19:48 +0000 Subject: * libjava.compile/consthrow.java: New file. * libjava.compile/consthrow.xfail: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61959 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/testsuite/ChangeLog | 5 +++++ libjava/testsuite/libjava.compile/consthrow.java | 6 ++++++ libjava/testsuite/libjava.compile/consthrow.xfail | 2 ++ 3 files changed, 13 insertions(+) create mode 100644 libjava/testsuite/libjava.compile/consthrow.java create mode 100644 libjava/testsuite/libjava.compile/consthrow.xfail (limited to 'libjava') diff --git a/libjava/testsuite/ChangeLog b/libjava/testsuite/ChangeLog index 5d67f7cb725..d64f287cd0c 100644 --- a/libjava/testsuite/ChangeLog +++ b/libjava/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-01-27 Tom Tromey + + * libjava.compile/consthrow.java: New file. + * libjava.compile/consthrow.xfail: New file. + 2003-01-27 Kaveh R. Ghazi * 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 00000000000..02d1afc01dd --- /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 00000000000..f34b59d3181 --- /dev/null +++ b/libjava/testsuite/libjava.compile/consthrow.xfail @@ -0,0 +1,2 @@ +no-link +shouldfail -- cgit v1.2.3