diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2015-01-15 08:42:47 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2015-01-15 08:43:30 +0000 |
commit | 8c9200a1928be30e5e5481005f11a4dbe43a124f (patch) | |
tree | 167e83899680afd8d6e540cf6985c2501bd92c98 /test/Android.run-test.mk | |
parent | a61a329525d4b4d4cb796660f083da4ec1a26ca1 (diff) | |
download | art-8c9200a1928be30e5e5481005f11a4dbe43a124f.zip art-8c9200a1928be30e5e5481005f11a4dbe43a124f.tar.gz art-8c9200a1928be30e5e5481005f11a4dbe43a124f.tar.bz2 |
Disable test for NDEBUG, it uses libarttest.so.
Change-Id: Ie275583aec421f3a40663ff44388a73e890ff894
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 dc4ec66..04c590e 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -282,6 +282,7 @@ TEST_ART_BROKEN_NDEBUG_TESTS := \ 117-nopatchoat \ 118-noimage-dex2oat \ 119-noimage-patchoat \ + 131-structural-change \ ifneq (,$(filter ndebug,$(RUN_TYPES))) ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),ndebug,$(PREBUILD_TYPES), \ |