diff options
author | Calin Juravle <calin@google.com> | 2014-11-13 17:31:59 +0000 |
---|---|---|
committer | Calin Juravle <calin@google.com> | 2014-11-13 17:31:59 +0000 |
commit | fcdae6e07eb53979e460d5aec33e8c741234f4f3 (patch) | |
tree | eb12976ab3b0fd31e6ed691e8bebdcc3cccc1476 /test | |
parent | 225ff81cd34e20c97897a6b3f755a0a284b08f46 (diff) | |
download | art-fcdae6e07eb53979e460d5aec33e8c741234f4f3.zip art-fcdae6e07eb53979e460d5aec33e8c741234f4f3.tar.gz art-fcdae6e07eb53979e460d5aec33e8c741234f4f3.tar.bz2 |
[optimizing compiler] Add 014-math3 to the list of arm64 broken tests
Change-Id: I71f48c55eaf86113c1b19c490939bb1518f8dd9e
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 f7be33f..532ee22 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -326,6 +326,7 @@ TEST_ART_BROKEN_OPTIMIZING_ARM64_RUN_TESTS := \ 010-instance \ 011-array-copy \ 013-math2 \ + 014-math3 \ 016-intern \ 017-float \ 018-stack-overflow \ |