OSDN Git Service

Disable test after libunwind change.
authorNicolas Geoffray <ngeoffray@google.com>
Wed, 2 Mar 2016 08:30:44 +0000 (08:30 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Wed, 2 Mar 2016 08:30:44 +0000 (08:30 +0000)
Change that broke it:
https://android-review.googlesource.com/205606

bug:27391690
Change-Id: I73c545619a6a1bb03e49120466ac91686363230f

test/Android.run-test.mk

index 167ad85..7406aa3 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 137-cfi (b/27391690).
 TEST_ART_BROKEN_ALL_TARGET_TESTS := \
-  097-duplicate-method
+  097-duplicate-method \
+  137-cfi
 
 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), \