diff options
author | 2017-03-17 14:41:27 +0000 | |
---|---|---|
committer | 2017-03-17 14:41:28 +0000 | |
commit | 7591bdadf72a2fe155f937b8dc66f6249cedd014 (patch) | |
tree | 55a17c64b4eb8222e82640b86343fefb59f9c9ad | |
parent | 8200488eedb48c2bc9c22c336c0e6c26b48d3132 (diff) | |
parent | b8cd64b9376dea62ce92c80668b27ea7aed50c39 (diff) |
Merge "Blacklist two tests due to timeout."
-rw-r--r-- | test/Android.run-test.mk | 3 | ||||
-rw-r--r-- | test/knownfailures.json | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index 7cd73fe15e..100b031edc 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -353,8 +353,11 @@ TEST_ART_BROKEN_NO_RELOCATE_TESTS := # Temporarily disable some broken tests when forcing access checks in interpreter b/22414682 # 629 requires compilation. +# 080 and 530: b/36377828 TEST_ART_BROKEN_INTERPRETER_ACCESS_CHECK_TESTS := \ 137-cfi \ + 530-checker-lse \ + 080-oom-throw \ 629-vdex-speed ifneq (,$(filter interp-ac,$(COMPILER_TYPES))) diff --git a/test/knownfailures.json b/test/knownfailures.json index f3783a0ebd..d540a792fd 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -342,5 +342,11 @@ "637-checker-throw-inline"], "bug": "http://b/36365552", "variant": "no-image & jit" + }, + { + "tests": ["530-checker-lse", + "080-oom-throw"], + "bug": "http://b/36377828", + "variant": "interp-ac" } ] |