test: Enable checker tests for javac/dx
173/180 checker tests passing, the other failing 7 tests added to blacklist.
Test: ANDROID_COMPILE_WITH_JACK=false art/test.py
Bug: 62950048
Bug: 36902714
Change-Id: I6e762efdb2de17c3b3d774e462781b7ab1a2ad73
diff --git a/test/run-test b/test/run-test
index e6c2480..9fe1496 100755
--- a/test/run-test
+++ b/test/run-test
@@ -749,7 +749,7 @@
# Tests named '<number>-checker-*' will also have their CFGs verified with
# Checker when compiled with Optimizing on host.
if [[ "$TEST_NAME" =~ ^[0-9]+-checker- ]]; then
- if [ "$runtime" = "art" -a "$image_suffix" = "" -a "$USE_JACK" = "true" ]; then
+ if [ "$runtime" = "art" -a "$image_suffix" = "" ]; then
# In no-prebuild or no-image mode, the compiler only quickens so disable the checker.
if [ "$prebuild_mode" = "yes" -a "$have_image" = "yes" ]; then
run_checker="yes"