| Index: src/trusted/validator/nacl.scons
|
| diff --git a/src/trusted/validator/nacl.scons b/src/trusted/validator/nacl.scons
|
| index f6cdb8bf9b110f2a41dadef74b726267adf46771..642dff8c531bc1234ca04c11d27f85f19015c15e 100644
|
| --- a/src/trusted/validator/nacl.scons
|
| +++ b/src/trusted/validator/nacl.scons
|
| @@ -30,4 +30,6 @@ node = env.CommandTest(
|
| env.AddNodeToTestSuite(node, ['small_tests'], 'run_ncval_annotate_test',
|
| # PNaCl does not allow the inline assembly that
|
| # we use to test this.
|
| - is_broken=env.Bit('bitcode'))
|
| + # The test also hardcodes use of nacl-gcc and doesn't
|
| + # really need to run more than once anyway.
|
| + is_broken=env.Bit('bitcode') or env.Bit('nacl_clang'))
|
|
|