diff options
author | 2015-01-07 16:00:03 -0800 | |
---|---|---|
committer | 2015-01-07 16:50:55 -0800 | |
commit | 50c138f7f89ed03d49aa4bdde7351c26b3403e90 (patch) | |
tree | e87e85e58e782d7792c46927d2c6693fe507495a /build | |
parent | 4ea18c02148cffe72e025990e9b2727bfec563da (diff) |
Fix signal test to work with gcstress
We now avoid running GC if we are handling a stack overflow, this
helps prevent running past the end of the stack overflow reserved
bytes.
Added logic in ThrowStackOverflowError to use a stack overflow
exception without a stack trace if we fail to allocate the stack
trace.
Bug: 16406852
Change-Id: Ib34e235cd0af6d7c4c93c9705fa822f2b9b23b38
Diffstat (limited to 'build')
-rw-r--r-- | build/Android.common_test.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/Android.common_test.mk b/build/Android.common_test.mk index 0ae42dd383..8e3807855c 100644 --- a/build/Android.common_test.mk +++ b/build/Android.common_test.mk @@ -26,14 +26,6 @@ ART_TARGET_CFLAGS += -DART_TARGET_NATIVETEST_DIR=${ART_TARGET_NATIVETEST_DIR} # 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-target-run-test-gcstress-optimizing-prebuild-004-SignalTest32 \ - test-art-target-run-test-gcstress-optimizing-norelocate-004-SignalTest32 \ - test-art-target-run-test-gcstress-default-prebuild-004-SignalTest32 \ - test-art-target-run-test-gcstress-default-norelocate-004-SignalTest32 \ - test-art-target-run-test-gcstress-optimizing-relocate-004-SignalTest32 \ - test-art-target-run-test-gcstress-default-relocate-004-SignalTest32 \ - test-art-target-run-test-gcstress-optimizing-no-prebuild-004-SignalTest32 \ - test-art-target-run-test-gcstress-default-no-prebuild-004-SignalTest32 \ test-art-host-run-test-gcstress-default-prebuild-114-ParallelGC32 \ test-art-host-run-test-gcstress-interpreter-prebuild-114-ParallelGC32 \ test-art-host-run-test-gcstress-optimizing-prebuild-114-ParallelGC32 \ |