OSDN Git Service

Disable tests for volantis.
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 20 Apr 2015 16:52:58 +0000 (17:52 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 20 Apr 2015 16:52:58 +0000 (17:52 +0100)
They're triggering a segfault.

Change-Id: If99bd9b2faba5422320764ca52808720d533745a

tools/run-jdwp-tests.sh

index e87ae08..301708b 100755 (executable)
@@ -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