diff options
author | Evgeny Astigeevich <evgeny.astigeevich@linaro.org> | 2020-05-18 13:06:37 +0100 |
---|---|---|
committer | Roland Levillain <rpl@google.com> | 2020-05-18 15:09:51 +0000 |
commit | 8bcba2264f5ba66ef8820e3963e838a67bd6215f (patch) | |
tree | 8289c1fac91cb39a94a945eab374c2541d5429fe /test/MultiDexModifiedSecondary/main.list | |
parent | e84f53e694b858b3155b7e99ff0d5ea60bf76e03 (diff) |
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
Diffstat (limited to 'test/MultiDexModifiedSecondary/main.list')
0 files changed, 0 insertions, 0 deletions