summaryrefslogtreecommitdiffstats
path: root/test/run-all-tests
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2011-10-11 14:29:52 -0700
committerElliott Hughes <enh@google.com>2011-10-11 14:32:59 -0700
commit9ca7a1fdd0daa546b790adb6a24dbc13c22df76a (patch)
tree8e63b5714186aee1d4464a9340d614d080886527 /test/run-all-tests
parentbf61ba3dcd9d9895b86a05e88762ff034b09b263 (diff)
downloadart-9ca7a1fdd0daa546b790adb6a24dbc13c22df76a.tar.gz
art-9ca7a1fdd0daa546b790adb6a24dbc13c22df76a.tar.bz2
art-9ca7a1fdd0daa546b790adb6a24dbc13c22df76a.zip
Add -Xzygote to suppress starting the signal catcher thread.
Change-Id: Iae98ac9d362c71074befbc702f8cae96888211ec
Diffstat (limited to 'test/run-all-tests')
-rwxr-xr-xtest/run-all-tests12
1 files changed, 1 insertions, 11 deletions
diff --git a/test/run-all-tests b/test/run-all-tests
index 94c7c31976..ce284577cc 100755
--- a/test/run-all-tests
+++ b/test/run-all-tests
@@ -43,15 +43,6 @@ while true; do
elif [ "x$1" = "x--reference" ]; then
run_args="${run_args} --reference"
shift
- elif [ "x$1" = "x--jit" ]; then
- run_args="${run_args} --jit"
- shift
- elif [ "x$1" = "x--fast" ]; then
- run_args="${run_args} --fast"
- shift
- elif [ "x$1" = "x--portable" ]; then
- run_args="${run_args} --portable"
- shift
elif [ "x$1" = "x--debug" ]; then
run_args="${run_args} --debug"
shift
@@ -93,8 +84,7 @@ if [ "$usage" = "yes" ]; then
echo " $prog [options] Run all tests with the given options."
echo " Options are all passed to run-test; refer to that for " \
"further documentation:"
- echo " --debug --dev --fast --host --no-optimize --no-verify" \
- "--portable"
+ echo " --debug --dev --host --no-optimize --no-verify"
echo " --reference --update --valgrind --zygote"
) 1>&2
exit 1