| Index: tests/exception_test/nacl.scons
|
| diff --git a/tests/exception_test/nacl.scons b/tests/exception_test/nacl.scons
|
| index 5d5d07f17fda01a34263ea3df1c58163b15ee0f2..b6656ed31428ba443944a8cb73d06276a09aedb4 100644
|
| --- a/tests/exception_test/nacl.scons
|
| +++ b/tests/exception_test/nacl.scons
|
| @@ -41,9 +41,8 @@ for subtest in ('test_bad_handler',
|
| node = env.CommandSelLdrTestNacl(
|
| 'exception_%s.out' % subtest,
|
| exception_crash_test, [subtest], **test_args)
|
| - # test_bad_handler hangs in ARM QEMU.
|
| - subtest_is_broken = (subtest == 'test_bad_handler' and
|
| - env.Bit('target_arm') and env.UsingEmulator())
|
| + # test_bad_handler hangs on non-whole-machine QEMU.
|
| + subtest_is_broken = (subtest == 'test_bad_handler' and env.UsingEmulator())
|
| env.AddNodeToTestSuite(
|
| node, ['small_tests', 'exception_tests'],
|
| 'run_exception_%s' % subtest,
|
|
|