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

Unified Diff: tests/debug_stub/nacl.scons

Issue 10823316: Debug stub: Enable tests on x86-32 Windows (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Rerun try Created 8 years, 4 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 | « no previous file | tests/gdb/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | tests/gdb/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698