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

Unified Diff: tests/trusted_crash/osx_crash_filter/nacl.scons

Issue 12207165: Mac x86_64: Mach exception support (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 7 years, 10 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
Index: tests/trusted_crash/osx_crash_filter/nacl.scons
===================================================================
--- tests/trusted_crash/osx_crash_filter/nacl.scons (revision 10857)
+++ tests/trusted_crash/osx_crash_filter/nacl.scons (working copy)
@@ -6,9 +6,8 @@
Import('env')
-# This tests an interface that is specific to Mac OS X and/or Mach and
-# that is only implemented for x86-32.
-if not env.Bit('host_mac') or not env.Bit('build_x86_32'):
+# This tests an interface that is specific to Mac OS X and/or Mach.
+if not env.Bit('host_mac'):
Return()
# These tests use nexes built by other tests. Nexes do not get staged in

Powered by Google App Engine
This is Rietveld 408576698