| Index: ppapi/native_client/tests/breakpad_crash_test/nacl.scons
|
| ===================================================================
|
| --- ppapi/native_client/tests/breakpad_crash_test/nacl.scons (revision 251945)
|
| +++ ppapi/native_client/tests/breakpad_crash_test/nacl.scons (working copy)
|
| @@ -99,10 +99,5 @@
|
| args=platform_args + ['--expected_crash_dumps=0'])
|
| env.AddNodeToTestSuite(
|
| node, ['chrome_browser_tests'], 'run_breakpad_untrusted_crash_test',
|
| - # This currently reliably fails in linux_aura configurations, probably for
|
| - # the same reasons that the previous test fails.
|
| - #
|
| - # See bug: https://code.google.com/p/chromium/issues/detail?id=303342
|
| is_broken=env.PPAPIBrowserTesterIsBroken() or
|
| - env.Bit('running_on_valgrind') or
|
| - env.Bit('host_linux'))
|
| + env.Bit('running_on_valgrind'))
|
|
|