| 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'],
|
|
|