Commit a8fa30f3 by Tom Tromey Committed by Tom Tromey

re PR java/6865 (gcj: segmentation fault on incorrect input)

	* lib/libjava.exp (test_libjava): Fixed typo.
	* libjava.compile/PR6865.xfail: New file.

From-SVN: r54594
parent 2181005d
2002-06-12 Tom Tromey <tromey@redhat.com>
* lib/libjava.exp (test_libjava): Fixed typo.
* libjava.compile/PR6865.xfail: New file.
2002-06-11 Tom Tromey <tromey@redhat.com> 2002-06-11 Tom Tromey <tromey@redhat.com>
* libjava.compile/PR6865.java: New file. For PR java/6865. * libjava.compile/PR6865.java: New file. For PR java/6865.
......
...@@ -834,7 +834,7 @@ proc test_libjava_from_javac { options srcfile compile_args inpfile resultfile e ...@@ -834,7 +834,7 @@ proc test_libjava_from_javac { options srcfile compile_args inpfile resultfile e
# `xfail-gcjC' compilation with gcj -C will fail # `xfail-gcjC' compilation with gcj -C will fail
# `shouldfail' compilation from source is supposed to fail # `shouldfail' compilation from source is supposed to fail
# This is different from xfail, which marks a known # This is different from xfail, which marks a known
# failure that we just havne't fixed. # failure that we just haven't fixed.
# A compilation marked this way should fail with any # A compilation marked this way should fail with any
# front end. # front end.
# `xfail-byte' compilation from bytecode will fail # `xfail-byte' compilation from bytecode will fail
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment