summaryrefslogtreecommitdiffstats
path: root/jsr166-tests/src
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2014-04-17 16:17:15 +0100
committerNeil Fuller <nfuller@google.com>2014-04-23 09:10:44 +0100
commit071ba8eb49cc6ea63dc913aab145076dbeff0049 (patch)
treed3260b4fe9910b99e3809aa99abbc7ed269cc424 /jsr166-tests/src
parent5d5c657b0101123d8c4de4a316f50a2a76c41a46 (diff)
downloadlibcore-071ba8eb49cc6ea63dc913aab145076dbeff0049.zip
libcore-071ba8eb49cc6ea63dc913aab145076dbeff0049.tar.gz
libcore-071ba8eb49cc6ea63dc913aab145076dbeff0049.tar.bz2
Fix for ThreadGroup CTS test.
Fixed the test for UncaughtExceptionHandler. This was actually several tests in one. Each has been broken out. The ones that were failing were a result of the CTS test runner executing as an instrumented Android app. The default behavior (configured in com.android.internal.os.RuntimeInit) is to kill an app if an uncaught exception reaches the top-most handler. The solution was to set an alternative default UncaughtExceptionHandler on Thread to suppress this behavior for the duration of the test by installing an alternative handler. This handler could also then be used to confirm the ThreadGroup behavior of "if an exception is handled by the ThreadGroup hierarchy, use the Thread default UncaughtExceptionHandler". The functionality changes are in: 1) setUp()/tearDown() - installing, uninstalling the handler and removing a Thread.sleep(50). 2) test_uncaughtException_* methods split out. Additional tests were added and one was removed. 3) Tidied up test_list(), which was relying on particular thread names and would have used Thread.stop() (which is unimplemented) if those threads were found. The remaining changes were refactorings to pull out common code, remove unneccessary newlines / comments / semi-colons, reformat to 100 chars width, remove == true / == false conditions, delete dead code. All pure functions have been made static to make it clearer they have no side-effects. What remains is still not nice, but is improved and ~300 lines shorter. Bug: 13748422 Change-Id: I995553a909974cb0bb6b9521a6a39fd0d6014a3f
Diffstat (limited to 'jsr166-tests/src')
0 files changed, 0 insertions, 0 deletions