OSDN Git Service

Disable class unloading test for tracing tests
authorMathieu Chartier <mathieuc@google.com>
Sat, 26 Sep 2015 00:12:48 +0000 (17:12 -0700)
committerMathieu Chartier <mathieuc@google.com>
Sat, 26 Sep 2015 00:13:54 +0000 (17:13 -0700)
Temporary fix.

Bug: 24414774
Change-Id: I6f04d6b3bb7eafa009391f46fe16cf2f363e0d70

test/Android.run-test.mk

index 29e015f..4397ea4 100644 (file)
@@ -370,6 +370,7 @@ TEST_ART_BROKEN_FALLBACK_RUN_TESTS :=
 # when already tracing, and writes an error message that we do not want to check for.
 TEST_ART_BROKEN_TRACING_RUN_TESTS := \
   137-cfi \
+  141-class-unload \
   802-deoptimization
 
 ifneq (,$(filter trace stream,$(TRACE_TYPES)))