Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3471)

Unified Diff: tests/exception_test/nacl.scons

Issue 12256018: [MIPS] Add remaining parts for building tests for MIPS (Closed) Base URL: http://src.chromium.org/native_client/trunk/src/native_client/
Patch Set: Minor cleanup. Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/exception_test/exception_test.c ('k') | tests/stack_alignment/stack_alignment_asm_test.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « tests/exception_test/exception_test.c ('k') | tests/stack_alignment/stack_alignment_asm_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698