| Index: native_client/tests/ppapi_browser/bad/nacl.scons
|
| ===================================================================
|
| --- native_client/tests/ppapi_browser/bad/nacl.scons (revision 98620)
|
| +++ native_client/tests/ppapi_browser/bad/nacl.scons (working copy)
|
| @@ -69,7 +69,10 @@
|
| ['chrome_browser_tests'],
|
| 'run_ppapi_bad_browser_test',
|
| is_broken=env.PPAPIBrowserTesterIsBroken() or
|
| - env.Bit('nacl_glibc'))
|
| + env.Bit('nacl_glibc') or
|
| +# TODO(halyavin): re-enable this when fixed.
|
| + True
|
| +)
|
|
|
|
|
| # Bad nexe tests that won't work in PNaCl (native)
|
|
|