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

Unified Diff: tests/gdb/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 | « tests/debug_stub/nacl.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gdb/nacl.scons
diff --git a/tests/gdb/nacl.scons b/tests/gdb/nacl.scons
index 3525bc154dc6b37dc6147889802038dda19bce8e..86911892ac834cb8af340b80d6e0c80c3b4cb144 100644
--- a/tests/gdb/nacl.scons
+++ b/tests/gdb/nacl.scons
@@ -10,9 +10,7 @@ if 'TRUSTED_ENV' not in env:
# PNaCl and ARM bots don't have GDB.
# TODO(halyavin) : check debugger with PNaCl and enable test if possible.
-if (env.Bit('host_mac') or
- (env.Bit('host_windows') and env.Bit('build_x86_32')) or
- env.Bit('bitcode') or env.Bit('target_arm')):
+if env.Bit('host_mac') or env.Bit('bitcode') or env.Bit('target_arm'):
Return()
# We need -O0 to make stepping predictable and read local variables/function
« no previous file with comments | « tests/debug_stub/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698