OSDN Git Service

Disable flaky 130-hprof test.
authorNicolas Geoffray <ngeoffray@google.com>
Tue, 1 Mar 2016 09:09:35 +0000 (09:09 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Tue, 1 Mar 2016 09:09:35 +0000 (09:09 +0000)
bug:27337759
Change-Id: I167bd42ef539bce46978b07f755efd57bc61b2f2

test/Android.run-test.mk

index 167ad85..d6a05ea 100644 (file)
@@ -222,8 +222,10 @@ ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),
 
 
 # Disable 097-duplicate-method while investigation (broken by latest Jack release, b/27358065)
+# Disable 130-hprof, it has races (b/27337759)
 TEST_ART_BROKEN_ALL_TARGET_TESTS := \
-  097-duplicate-method
+  097-duplicate-method \
+  130-hprof
 
 ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES), \
     $(COMPILER_TYPES), $(RELOCATE_TYPES),$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES), \