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

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

Issue 778483002: Switch nacl-clang back to gas in SCons (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 6 years 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/thread_suspension/nacl.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/trusted_crash/osx_crash_forwarding/nacl.scons
diff --git a/tests/trusted_crash/osx_crash_forwarding/nacl.scons b/tests/trusted_crash/osx_crash_forwarding/nacl.scons
index 84e259b5b444698b5896217e9d29d8ecc69122fe..0b832a3b87086ab54278d29084d56bcc5cc13a88 100644
--- a/tests/trusted_crash/osx_crash_forwarding/nacl.scons
+++ b/tests/trusted_crash/osx_crash_forwarding/nacl.scons
@@ -15,12 +15,6 @@ if not env.Bit('host_mac'):
if env.Bit('pnacl_generate_pexe'):
Return()
-# This test uses the nexe built by exception_test, which currently doesn't
-# build with nacl_clang. See
-# https://code.google.com/p/nativeclient/issues/detail?id=3969
-if env.Bit('nacl_clang'):
- Return()
-
if 'TRUSTED_ENV' not in env:
Return()
trusted_env = env['TRUSTED_ENV']
« no previous file with comments | « tests/thread_suspension/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698