diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2015-04-20 17:52:58 +0100 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2015-04-20 17:52:58 +0100 |
commit | 71affb5e02e28c88a74c2afa4a3106193a0d2d6a (patch) | |
tree | 9d874dbed022daa8cecd97452268be041e86aa10 /tools | |
parent | 27eac12a66a73eb38b5ccb45b62350cf341299d0 (diff) | |
download | art-71affb5e02e28c88a74c2afa4a3106193a0d2d6a.zip art-71affb5e02e28c88a74c2afa4a3106193a0d2d6a.tar.gz art-71affb5e02e28c88a74c2afa4a3106193a0d2d6a.tar.bz2 |
Disable tests for volantis.
They're triggering a segfault.
Change-Id: If99bd9b2faba5422320764ca52808720d533745a
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run-jdwp-tests.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/run-jdwp-tests.sh b/tools/run-jdwp-tests.sh index e87ae08..301708b 100755 --- a/tools/run-jdwp-tests.sh +++ b/tools/run-jdwp-tests.sh @@ -19,6 +19,11 @@ if [ ! -d libcore ]; then exit 1 fi +if [[ $ANDROID_SERIAL == HT4CTJT03670 ]] || [[ $ANDROID_SERIAL == HT49CJT00070 ]]; then + echo "Not running on buildbot because of failures on volantis. Investigating." + exit 0 +fi + # Jar containing all the tests. test_jar=out/host/linux-x86/framework/apache-harmony-jdwp-tests-hostdex.jar junit_jar=out/host/linux-x86/framework/junit.jar |