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

Unified Diff: tests/stubout_mode/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 | « tests/signal_handler_single_step/nacl.scons ('k') | tests/threads/race_test.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/stubout_mode/nacl.scons
diff --git a/tests/stubout_mode/nacl.scons b/tests/stubout_mode/nacl.scons
index e6b4ce5494d5594742614f6b2325263cb1a9cae2..129dd85d46a421a72bb3d098a523e9f8861ef1d7 100644
--- a/tests/stubout_mode/nacl.scons
+++ b/tests/stubout_mode/nacl.scons
@@ -23,6 +23,11 @@ env.AddNodeToTestSuite(
if env.Bit('bitcode') and env.Bit('pnacl_generate_pexe'):
Return()
+# nacl-clang currently has trouble with the top-level asm in this file:
+# https://code.google.com/p/nativeclient/issues/detail?id=3968
+if env.Bit('nacl_clang'):
+ Return()
+
# The file partly_invalid.c contains inline assembler
if env.Bit('bitcode'):
env.AddBiasForPNaCl()
« no previous file with comments | « tests/signal_handler_single_step/nacl.scons ('k') | tests/threads/race_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698