diff options
author | daney <daney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-11 17:52:42 +0000 |
---|---|---|
committer | daney <daney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-11 17:52:42 +0000 |
commit | 6bf43ea3f6c263ab726754ec11ae54846f9a76a2 (patch) | |
tree | 4ffbba3451e46ab9239a0192942031ddb59d5cf3 | |
parent | bba7ddf8a177ae52ea3bff1b478f891e63016473 (diff) | |
download | gcc-6bf43ea3f6c263ab726754ec11ae54846f9a76a2.tar.gz |
* testsuite/libjava.compile/PR20418.java: New.
* testsuite/libjava.compile/PR20418.xfail: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113707 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | libjava/ChangeLog | 5 | ||||
-rw-r--r-- | libjava/testsuite/libjava.compile/PR20418.java | 7 | ||||
-rw-r--r-- | libjava/testsuite/libjava.compile/PR20418.xfail | 1 |
3 files changed, 13 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 62600926ec6..b110904c45e 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2006-05-11 David Daney <ddaney@avtrex.com> + + * testsuite/libjava.compile/PR20418.java: New. + * testsuite/libjava.compile/PR20418.xfail: New. + 2006-05-11 Andrew Haley <aph@redhat.com> * gnu/gcj/runtime/natSharedLibLoader.cc (init): Remove debugging diff --git a/libjava/testsuite/libjava.compile/PR20418.java b/libjava/testsuite/libjava.compile/PR20418.java new file mode 100644 index 00000000000..003f3cd85fb --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR20418.java @@ -0,0 +1,7 @@ +public class PR20418 +{ + public static void main( String[] args) + { + java.io.File = new java.io.File( "junk"); + } +} diff --git a/libjava/testsuite/libjava.compile/PR20418.xfail b/libjava/testsuite/libjava.compile/PR20418.xfail new file mode 100644 index 00000000000..e3b083b1fa5 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR20418.xfail @@ -0,0 +1 @@ +shouldfail |