| Index: tests/debug_stub/nacl.scons
|
| diff --git a/tests/debug_stub/nacl.scons b/tests/debug_stub/nacl.scons
|
| index a43b6ab8afffad3b6b61bb03995a951f3ce52bff..1de42670914f606303d9c18e8dc9e474cf3f93ad 100644
|
| --- a/tests/debug_stub/nacl.scons
|
| +++ b/tests/debug_stub/nacl.scons
|
| @@ -14,9 +14,7 @@ test_prog = env.ComponentProgram(
|
|
|
| sel_ldr_command = env.AddBootstrap(env.GetSelLdr(), ['-f', test_prog])
|
|
|
| -is_broken = (not env.Bit('nacl_static_link')
|
| - or env.Bit('asan')
|
| - or (env.Bit('host_windows') and env.Bit('build_x86_32')))
|
| +is_broken = not env.Bit('nacl_static_link') or env.Bit('asan')
|
| extra_test_args = []
|
| if env.Bit('host_mac'):
|
| # Resuming from a breakpoint does not yet work on Mac, so we run
|
|
|