diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2014-11-06 17:37:50 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2014-11-06 17:37:50 +0000 |
commit | 0deac2f8cd3934af070ceabc5a9e8ee43c1ace83 (patch) | |
tree | 86ba890ba057ca378a3731f71507194511f43297 /test/Android.run-test.mk | |
parent | adc3e13db74c193302ac9d56735924cad32083cc (diff) | |
download | art-0deac2f8cd3934af070ceabc5a9e8ee43c1ace83.zip art-0deac2f8cd3934af070ceabc5a9e8ee43c1ace83.tar.gz art-0deac2f8cd3934af070ceabc5a9e8ee43c1ace83.tar.bz2 |
421-large-frame fails on optimizing/arm64.
It fails now that we support throw.
Change-Id: Ifc5011c0c41b63ff5d13f750c897cea11b845025
Diffstat (limited to 'test/Android.run-test.mk')
-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 269f2fb..e460f39 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -438,6 +438,7 @@ TEST_ART_BROKEN_OPTIMIZING_ARM64_RUN_TESTS := \ 419-long-parameter \ 420-const-class \ 421-exceptions \ + 421-large-frame \ 422-type-conversion \ 700-LoadArgRegs \ 701-easy-div-rem \ |