diff options
| author | 2016-01-28 23:07:47 +0000 | |
|---|---|---|
| committer | 2016-01-28 23:07:47 +0000 | |
| commit | 1cdee57ddc98a8e20af3e9d677217c1b47a75635 (patch) | |
| tree | 2ec9f93d75cedca8fc207674f7b8ef5eed16e264 /test | |
| parent | 70dd22fb3b6a66bbae98cb54dde3ecc4bd2de610 (diff) | |
Disable test for now.
Change-Id: Ibc7f2a2b1fb35c7b0b9d8a34b5e6adc243a67776
Diffstat (limited to 'test')
| -rw-r--r-- | test/Android.run-test.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index d6c29837b7..bc60c3f6b6 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -445,6 +445,7 @@ TEST_ART_BROKEN_INTERPRETER_RUN_TESTS := # CFI unwinding expects managed frames, and the test does not iterate enough to even compile. JIT # also uses Generic JNI instead of the JNI compiler. TEST_ART_BROKEN_JIT_RUN_TESTS := \ + 566-polymorphic-inlining \ 137-cfi ifneq (,$(filter jit,$(COMPILER_TYPES))) |