OSDN Git Service

Disable another timing sensitive test on dist builds
authorBrian Carlstrom <bdc@google.com>
Wed, 16 Apr 2014 22:12:45 +0000 (15:12 -0700)
committerBrian Carlstrom <bdc@google.com>
Wed, 16 Apr 2014 22:12:45 +0000 (15:12 -0700)
Change-Id: I1c0dc16ff22b23dbd238cbeba3f4c078c3ffeaed

test/Android.mk

index 5879039..334df1f 100644 (file)
@@ -188,7 +188,7 @@ endef
 # Expand all tests.
 TEST_ART_RUN_TESTS := $(wildcard $(LOCAL_PATH)/[0-9]*)
 TEST_ART_RUN_TESTS := $(subst $(LOCAL_PATH)/,, $(TEST_ART_RUN_TESTS))
-TEST_ART_TIMING_SENSITIVE_RUN_TESTS := 055-enum-performance
+TEST_ART_TIMING_SENSITIVE_RUN_TESTS := 053-wait-some 055-enum-performance
 ifdef dist_goal # disable timing sensitive tests on "dist" builds.
   $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), \
     $(info Skipping $(test)) \