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

Unified Diff: tests/compiler_thread_suspension/nacl.scons

Issue 639113003: Add nacl-clang testing to SCons (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: ncbray comment Created 6 years, 2 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 | « src/untrusted/stubs/crtn_x86_64.S ('k') | tests/exception_test/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler_thread_suspension/nacl.scons
diff --git a/tests/compiler_thread_suspension/nacl.scons b/tests/compiler_thread_suspension/nacl.scons
index d078f2aa5a897116d3777a3af96627bed53c0f9d..8215988c5d0b5721ca4195a29f8712cbdcfbf211 100644
--- a/tests/compiler_thread_suspension/nacl.scons
+++ b/tests/compiler_thread_suspension/nacl.scons
@@ -9,7 +9,7 @@ Import('env')
# BUG http://code.google.com/p/nativeclient/issues/detail?id=2363
# Neither does next-generation GCC, so far extant only for ARM (and the
# only non-bitcode compiler for ARM).
-if env.Bit('bitcode') or env.Bit('target_arm'):
+if env.Bit('bitcode') or env.Bit('target_arm') or env.Bit('nacl_clang'):
Return()
inputs = ['gc_noinst.c']
« no previous file with comments | « src/untrusted/stubs/crtn_x86_64.S ('k') | tests/exception_test/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698