Chromium Code Reviews| Index: src/trusted/validator/nacl.scons |
| diff --git a/src/trusted/validator/nacl.scons b/src/trusted/validator/nacl.scons |
| index d6e16f6ebe75ab222c795f7732b4e5e705f404d9..c082a8b77484cc1ba0991abfe81e421ece7a2b61 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')) |
|
Nick Bray (chromium)
2014/10/10 19:53:25
Asking around, it may be possible to unhack this?
Derek Schuff
2014/10/10 20:56:24
and in fact it did work when i changed the hardcod
|