| Index: ppapi/native_client/tests/breakpad_crash_test/nacl.scons
|
| diff --git a/ppapi/native_client/tests/breakpad_crash_test/nacl.scons b/ppapi/native_client/tests/breakpad_crash_test/nacl.scons
|
| index a6bfd1c59bbf41eb0ceacc670ff5604d8e770a74..308e8887224fe88ae0fb6915e3c94f7df7a6b266 100644
|
| --- a/ppapi/native_client/tests/breakpad_crash_test/nacl.scons
|
| +++ b/ppapi/native_client/tests/breakpad_crash_test/nacl.scons
|
| @@ -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'))
|
|
|