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

Unified Diff: tests/trusted_crash/crash_in_syscall/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/toolchain/stack_frame.cc ('k') | tools/command_tester.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/trusted_crash/crash_in_syscall/nacl.scons
diff --git a/tests/trusted_crash/crash_in_syscall/nacl.scons b/tests/trusted_crash/crash_in_syscall/nacl.scons
index 633fc77225f890cbc6a965b23a3befea4dfc0f9a..01260bf3cc6f223752bd32039d450d30d03396d1 100644
--- a/tests/trusted_crash/crash_in_syscall/nacl.scons
+++ b/tests/trusted_crash/crash_in_syscall/nacl.scons
@@ -48,7 +48,6 @@ for name, arg in crash_types:
node, ['small_tests'], name,
is_broken=(not env.Bit('nacl_static_link') or
trusted_env.Bit('coverage_enabled') or
- # qemu-arm hangs on the following test:
+ # qemu-user hangs on the following test:
(name == 'run_jump_to_zero_in_syscall_test' and
- env.Bit('target_arm') and
env.UsingEmulator())))
« no previous file with comments | « tests/toolchain/stack_frame.cc ('k') | tools/command_tester.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698