aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>2000-05-17 15:48:44 +0000
committerTom Tromey <tromey@gcc.gnu.org>2000-05-17 15:48:44 +0000
commit9cb0bef59f82aad64d707945824ada0c7caca7ec (patch)
treef6eb8f0a23d651340d1dfae97afaac010e6169a8 /libjava/testsuite/libjava.compile
parente0125cf32b14239950bbc5b15dd73f18b9d76c16 (diff)
downloadgcc-9cb0bef59f82aad64d707945824ada0c7caca7ec.zip
gcc-9cb0bef59f82aad64d707945824ada0c7caca7ec.tar.gz
gcc-9cb0bef59f82aad64d707945824ada0c7caca7ec.tar.bz2
mauve.exp (test_mauve): Call `prune_warnings'.
* libjava.mauve/mauve.exp (test_mauve): Call `prune_warnings'. (test_mauve_sim): Likewise. (test_mauve): Redirect stderr in system call. (test_mauve_sim): Likewise. * lib/libjava.exp (test_libjava_from_source): Call `prune_warnings'. (test_libjava_from_javac): Likewise. (bytecompile_file): Redirect stderr in system call. * lib/libjava.exp (libjava_find_program): New proc. (find_jvscan): Use it. (find_gcjh): New proc. * libjava.compile/compile.exp: Use "", not $options. From-SVN: r33959
Diffstat (limited to 'libjava/testsuite/libjava.compile')
-rw-r--r--libjava/testsuite/libjava.compile/compile.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/testsuite/libjava.compile/compile.exp b/libjava/testsuite/libjava.compile/compile.exp
index 3d9c13b..4a358a6 100644
--- a/libjava/testsuite/libjava.compile/compile.exp
+++ b/libjava/testsuite/libjava.compile/compile.exp
@@ -11,8 +11,8 @@ foreach x $srcfiles {
}
lappend args no-exec
- test_libjava $options "$x" "" "" "" $args
- test_libjava $options "$x" "-O" "" "" $args
+ test_libjava "" "$x" "" "" "" $args
+ test_libjava "" "$x" "-O" "" "" $args
}
# Local Variables: