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

Unified Diff: tests/data_not_executable/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/data_not_executable/execute_data.c ('k') | tests/exception_test/exception_crash_test.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/data_not_executable/nacl.scons
diff --git a/tests/data_not_executable/nacl.scons b/tests/data_not_executable/nacl.scons
index 876d9684f22e30ce168e4851632d44d4c7383832..84cf5d79c54844e69a9572c18c71eb681615da75 100644
--- a/tests/data_not_executable/nacl.scons
+++ b/tests/data_not_executable/nacl.scons
@@ -22,8 +22,6 @@ node = prog_env.CommandSelLdrTestNacl(
prog_env.AddNodeToTestSuite(node, ['small_tests', 'nonpexe_tests'],
'run_execute_data_test',
- # This test hangs on qemu-arm when the
- # fault is caught by NaCl's signal
- # handler.
- is_broken=(env.Bit('target_arm') and
- env.UsingEmulator()))
+ # This test hangs on qemu-user when the fault
+ # is caught by NaCl's signal handler.
+ is_broken=env.UsingEmulator())
« no previous file with comments | « tests/data_not_executable/execute_data.c ('k') | tests/exception_test/exception_crash_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698