summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2014-07-17 18:32:41 +0100
committerNicolas Geoffray <ngeoffray@google.com>2014-07-22 16:07:59 +0100
commitf12feb8e0e857f2832545b3f28d31bad5a9d3903 (patch)
tree0a7320caf995441ea4577875abaf731fc37dd0a9 /build
parentebb6b5c90857f390db5a4f840bbe67b3a59a22d8 (diff)
downloadart-f12feb8e0e857f2832545b3f28d31bad5a9d3903.zip
art-f12feb8e0e857f2832545b3f28d31bad5a9d3903.tar.gz
art-f12feb8e0e857f2832545b3f28d31bad5a9d3903.tar.bz2
Stack overflow checks and NPE checks for optimizing.
Change-Id: I59e97448bf29778769b79b51ee4ea43f43493d96
Diffstat (limited to 'build')
-rw-r--r--build/Android.common_test.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/build/Android.common_test.mk b/build/Android.common_test.mk
index 1666b8b..56be8ea 100644
--- a/build/Android.common_test.mk
+++ b/build/Android.common_test.mk
@@ -21,10 +21,7 @@ include art/build/Android.common_path.mk
# List of known broken tests that we won't attempt to execute. The test name must be the full
# rule name such as test-art-host-oat-optimizing-HelloWorld64.
-ART_TEST_KNOWN_BROKEN := \
- test-art-host-oat-optimizing-SignalTest64 \
- test-art-host-oat-optimizing-SignalTest32 \
- test-art-target-oat-optimizing-SignalTest32
+ART_TEST_KNOWN_BROKEN :=
# List of known failing tests that when executed won't cause test execution to not finish.
# The test name must be the full rule name such as test-art-host-oat-optimizing-HelloWorld64.