diff options
author | Brian Carlstrom <bdc@google.com> | 2014-06-25 01:39:05 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2014-06-25 01:41:30 -0700 |
commit | 6ffcd00bcb6ab61c80d2f9204d2ea376485d0c79 (patch) | |
tree | b1c274749c5e3eff8b92c579452bd67c4b286ad2 /test/Android.run-test.mk | |
parent | e043deb5e5e878ca11ca84fbc58a55a33546ef8a (diff) | |
download | art-6ffcd00bcb6ab61c80d2f9204d2ea376485d0c79.zip art-6ffcd00bcb6ab61c80d2f9204d2ea376485d0c79.tar.gz art-6ffcd00bcb6ab61c80d2f9204d2ea376485d0c79.tar.bz2 |
Fix names of TEST_ART_TIMING_SENSITIVE_RUN_TESTS
(cherry picked from commit c87deb01815638c69e30fa6787b0a9ea91ea8c29)
Change-Id: Iceff40c3bd22b5dacbdc9550ec894003c758fd86
Diffstat (limited to 'test/Android.run-test.mk')
-rw-r--r-- | test/Android.run-test.mk | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index 6863d42..c2ff98f 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -23,18 +23,18 @@ TEST_ART_RUN_TESTS := $(subst $(LOCAL_PATH)/,, $(TEST_ART_RUN_TESTS)) # Tests that are timing sensitive and flaky on heavily loaded systems. TEST_ART_TIMING_SENSITIVE_RUN_TESTS := \ - test-art-host-default-053-wait-some32 \ - test-art-host-default-053-wait-some64 \ - test-art-host-interpreter-053-wait-some32 \ - test-art-host-interpreter-053-wait-some64 \ - test-art-host-optimizing-053-wait-some32 \ - test-art-host-optimizing-053-wait-some64 \ - test-art-host-default-055-enum-performance32 \ - test-art-host-default-055-enum-performance64 \ - test-art-host-interpreter-055-enum-performance32 \ - test-art-host-interpreter-055-enum-performance64 \ - test-art-host-optimizing-055-enum-performance32 \ - test-art-host-optimizing-055-enum-performance64 + test-art-host-run-test-default-053-wait-some32 \ + test-art-host-run-test-default-053-wait-some64 \ + test-art-host-run-test-interpreter-053-wait-some32 \ + test-art-host-run-test-interpreter-053-wait-some64 \ + test-art-host-run-test-optimizing-053-wait-some32 \ + test-art-host-run-test-optimizing-053-wait-some64 \ + test-art-host-run-test-default-055-enum-performance32 \ + test-art-host-run-test-default-055-enum-performance64 \ + test-art-host-run-test-interpreter-055-enum-performance32 \ + test-art-host-run-test-interpreter-055-enum-performance64 \ + test-art-host-run-test-optimizing-055-enum-performance32 \ + test-art-host-run-test-optimizing-055-enum-performance64 # disable timing sensitive tests on "dist" builds. ifdef dist_goal |