ART: Fix infinite recursion in testrunner parse_test_name
In CL https://android-review.googlesource.com/c/platform/art/+/1309557
the code of parse_test_name which parses a test name was extracted into
extract_test_name. However parse_test_name call itself instead of
extract_test_name. This causes infinite recursion. As a result it
is not possible to run a single test.
This CL fixes the bug.
Test: test/testrunner/testrunner.py -v --target --ndebuggable -t test-art-target-run-test-debug-prebuild-optimizing-no-relocate-ntrace-cms-checkjni-picimage-ndebuggable-no-jvmti-cdex-fast-411-checker-hdiv-hrem-const64 --64
Test: test.py --target --optimizing
Change-Id: Ic5930e429b3377f96f8c12c0effe7a18d5cde1b3
1 file changed