Chromium Code Reviews| 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..c7ac4c70a46b0cf20c334f115c008a0e577ba62d 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 hang on the following test: |
|
Mark Seaborn
2013/03/14 15:48:00
Should be "qemu-user hangs"
petarj
2013/03/15 18:34:07
Done.
|
| (name == 'run_jump_to_zero_in_syscall_test' and |
| - env.Bit('target_arm') and |
| env.UsingEmulator()))) |