diff options
| author | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-15 07:37:32 +0000 |
|---|---|---|
| committer | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-15 07:37:32 +0000 |
| commit | 3d8941e3de8f13287376469e601312678f1941d5 (patch) | |
| tree | e4810b96548739fda3460ad3a858d886f158c95f /libjava/testsuite/lib/libjava.exp | |
| parent | c541f3afea5f614a05e44ca3e9b2a007b1a10a41 (diff) | |
| download | ppe42-gcc-3d8941e3de8f13287376469e601312678f1941d5.tar.gz ppe42-gcc-3d8941e3de8f13287376469e601312678f1941d5.zip | |
* testsuite/lib/libjava.exp: Revert 2005-12-01.
* testsuite/libjava.lang/Array_3.xfail: Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108563 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite/lib/libjava.exp')
| -rw-r--r-- | libjava/testsuite/lib/libjava.exp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libjava/testsuite/lib/libjava.exp b/libjava/testsuite/lib/libjava.exp index 36b6f007726..421b3d25b67 100644 --- a/libjava/testsuite/lib/libjava.exp +++ b/libjava/testsuite/lib/libjava.exp @@ -871,9 +871,6 @@ proc test_libjava_from_javac { options srcfile compile_args inpfile resultfile e pass "$errname compilation from bytecode" # Set up the options the way they are expected by libjava_invoke. - if {[info exists opts(xfail-byte-exec)]} { - set opts(xfail-exec) x - } if {[info exists opts(xfail-byte-output)]} { set opts(xfail-output) x } @@ -899,8 +896,6 @@ proc test_libjava_from_javac { options srcfile compile_args inpfile resultfile e # front end. # `xfail-byte' compilation from bytecode will fail # `xfail-exec' exec will fail -# `xfail-byte-exec' -# exec will fail when compiled from bytecode # `xfail-output' # output will be wrong # `xfail-byte-output' |

