diff options
| author | 2016-12-13 10:37:07 +0000 | |
|---|---|---|
| committer | 2016-12-13 10:37:07 +0000 | |
| commit | 0392920cb9f3dc76cbc9d2339b9ca00ba8a8269c (patch) | |
| tree | b86953dc9c7585d31294359ba3027265db065af1 | |
| parent | 4dd3f7d2e9319bc622e89cbe110620d85d14ffca (diff) | |
Disable 626-const-class-linking for JIT.
Test: m ART_TEST_JIT=true test-art-host; test skipped.
Bug: 33567581
Change-Id: Ib530a27b14d918bc8a24f85473c8705f023280b0
| -rw-r--r-- | test/Android.run-test.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index 28e1e60313..3e44052d1a 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -512,9 +512,11 @@ TEST_ART_BROKEN_INTERPRETER_RUN_TESTS := # Test 906 iterates the heap filtering with different options. No instances should be created # between those runs to be able to have precise checks. # Test 902 hits races with the JIT compiler. b/32821077 +# Test 626-const-class-linking can deadlock with JIT. b/33567581 # Test 629 requires compilation. TEST_ART_BROKEN_JIT_RUN_TESTS := \ 137-cfi \ + 626-const-class-linking \ 629-vdex-speed \ 902-hello-transformation \ 904-object-allocation \ |