Update run-libjdwp-tests.sh to run more of the test suite
Also add new broken tests to the failure list.
Test: ./art/tools/run-libjdwp-tests.sh --mode=host
Change-Id: Id06609ee341107be1c16a45ec736d8cee80be9f6
diff --git a/tools/run-libjdwp-tests.sh b/tools/run-libjdwp-tests.sh
index d514c0c..c11dc84 100755
--- a/tools/run-libjdwp-tests.sh
+++ b/tools/run-libjdwp-tests.sh
@@ -125,4 +125,5 @@
"${args[@]}" \
--jdwp-path "libjdwp.so" \
--vm-arg -Djpda.settings.debuggeeAgentExtraOptions=coredump=y \
+ --vm-arg -Djpda.settings.testSuiteType=libjdwp \
--expectations "$expect_path"