diff options
| author | 2014-11-24 18:46:10 +0000 | |
|---|---|---|
| committer | 2014-11-24 18:46:11 +0000 | |
| commit | bff1b0896dfb7d43760b39bd148e01e904a2e795 (patch) | |
| tree | 3454b552c7963cb357db7582664d6bf46456fcec /test | |
| parent | 1c1bdcdd472500cb9e181b3ba9988533a98125fd (diff) | |
| parent | 8829becfc686cfad372e86aad35dadc02e76ceb9 (diff) | |
Merge "Fix the list of arm64 broken optimizing tests."
Diffstat (limited to 'test')
| -rw-r--r-- | test/Android.run-test.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index 29da2f6200..47d186a479 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -306,6 +306,7 @@ TEST_ART_BROKEN_OPTIMIZING_ARM64_RUN_TESTS := \ 010-instance \ 012-math \ 023-many-interfaces \ + 027-arithmetic \ 037-inherit \ 044-proxy \ 045-reflect-array \ @@ -329,6 +330,7 @@ TEST_ART_BROKEN_OPTIMIZING_ARM64_RUN_TESTS := \ 427-bounds \ 428-optimizing-arith-rem \ 430-live-register-slow-path \ + 431-optimizing-arith-shifts \ 701-easy-div-rem \ 800-smali \ |