summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2015-04-20 09:29:48 +0100
committer Nicolas Geoffray <ngeoffray@google.com> 2015-04-20 09:29:48 +0100
commit2781f401ada68cbbe08789cd03df86c9a00a8dd0 (patch)
tree620d3bba2eae013a6b02cb6825d7d7d78e71ec65
parentf5091eee4abe73c64959e53bda684bd689569643 (diff)
Run jdwp tests now that localhost issues have been solved.
Change-Id: I5ae67c2caf73695316ea9530274e97272114af1b See: https://android-review.googlesource.com/#/c/147244/.
-rwxr-xr-xtools/run-jdwp-tests.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/run-jdwp-tests.sh b/tools/run-jdwp-tests.sh
index 90c01f544c..e87ae0860d 100755
--- a/tools/run-jdwp-tests.sh
+++ b/tools/run-jdwp-tests.sh
@@ -19,11 +19,6 @@ if [ ! -d libcore ]; then
exit 1
fi
-if [[ $ANDROID_SERIAL == 03a79ae90ae5889b ]] || [[ $ANDROID_SERIAL == HT4CTJT03670 ]] || [[ $ANDROID_SERIAL == HT49CJT00070 ]]; then
- echo "Not run because of localhost failures. 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