OSDN Git Service

Revert "Disable flaky 130-hprof test."
authorMathieu Chartier <mathieuc@google.com>
Wed, 2 Mar 2016 01:40:55 +0000 (17:40 -0800)
committerMathieu Chartier <mathieuc@google.com>
Wed, 2 Mar 2016 02:27:13 +0000 (18:27 -0800)
Bug: 27337759

This reverts commit 2f0d3bc12f9ade80f4d3c21b7c4aad2cfe10f19e.

test/Android.run-test.mk

index d6a05ea..167ad85 100644 (file)
@@ -222,10 +222,8 @@ 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 \
-  130-hprof
+  097-duplicate-method
 
 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), \