OSDN Git Service

Blacklist 130-hprof for tracing configs.
authorHiroshi Yamauchi <yamauchi@google.com>
Tue, 25 Oct 2016 00:10:12 +0000 (17:10 -0700)
committerHiroshi Yamauchi <yamauchi@google.com>
Tue, 25 Oct 2016 00:10:12 +0000 (17:10 -0700)
Due to flakiness on art-tracing and art-interpreter-tracing.

Bug: 32383962
Test: test-art-host with ART_TEST_TRACE=true.
Change-Id: I7280c14ec7ce2bd4d5e5a599b4c42762baa07e13

test/Android.run-test.mk

index d962472..e37e478 100644 (file)
@@ -462,8 +462,10 @@ TEST_ART_BROKEN_FALLBACK_RUN_TESTS :=
 # 802 and 570-checker-osr:
 # This test dynamically enables tracing to force a deoptimization. This makes the test meaningless
 # when already tracing, and writes an error message that we do not want to check for.
+# 130 occasional timeout b/32383962.
 TEST_ART_BROKEN_TRACING_RUN_TESTS := \
   087-gc-after-link \
+  130-hprof \
   137-cfi \
   141-class-unload \
   570-checker-osr \