Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / native_client / tests / trusted_crash / osx_crash_forwarding / nacl.scons
index 0b832a3..84e259b 100644 (file)
@@ -15,6 +15,12 @@ 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']