Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / native_client / tests / exception_test / nacl.scons
index 00f0bd6..fb8f6fd 100644 (file)
@@ -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'],