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

Unified Diff: tests/exception_test/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/compiler_thread_suspension/nacl.scons ('k') | tests/fixedfeaturecpu/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/exception_test/nacl.scons
diff --git a/tests/exception_test/nacl.scons b/tests/exception_test/nacl.scons
index 00f0bd67366538f49e3f1ea1fdaaedab10d98bbf..fb8f6fd1afce6e6ba9ec22cae95611443df3e352 100644
--- a/tests/exception_test/nacl.scons
+++ b/tests/exception_test/nacl.scons
@@ -5,7 +5,9 @@
Import('env')
-if not env.AllowInlineAssembly():
+if not env.AllowInlineAssembly() or env.Bit('nacl_clang'):
+ # This file has asm that nacl_clang doesn't support properly. See
+ # https://code.google.com/p/nativeclient/issues/detail?id=3969
Return()
test_args = {'sel_ldr_flags': ['-e', '-E', 'OUTSIDE_BROWSER=1'],
« no previous file with comments | « tests/compiler_thread_suspension/nacl.scons ('k') | tests/fixedfeaturecpu/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698