| 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())
|
|
|