summaryrefslogtreecommitdiffstats
path: root/ppapi/native_client
diff options
context:
space:
mode:
authoreustas@chromium.org <eustas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-20 07:46:54 +0000
committereustas@chromium.org <eustas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-20 07:46:54 +0000
commitc37ed9ded2b1d74b2d071c211ad5ed1a046afb2a (patch)
tree2c0bafea9225195aaae6b5c02ec838332ad16bb8 /ppapi/native_client
parent50179c07697b3ecdcbfa2cde849e5a12d61a85f9 (diff)
downloadchromium_src-c37ed9ded2b1d74b2d071c211ad5ed1a046afb2a.zip
chromium_src-c37ed9ded2b1d74b2d071c211ad5ed1a046afb2a.tar.gz
chromium_src-c37ed9ded2b1d74b2d071c211ad5ed1a046afb2a.tar.bz2
Revert of Reenable linux_aura on the main builders. (Again). (https://codereview.chromium.org/138033023/)
Reason for revert: Blink layout tests are failing: http/tests/plugins/interrupted-get-url.html http/tests/plugins/third-party-cookie-accept-policy.html plugins/mouse-click-plugin-clears-selection.html Original issue's description: > Reenable linux_aura on the main builders. (Again). > > We upgraded the eu-strip binary so that it can deal with binaries that > are more than two gigabytes large. This should fix the crash on the > Google Chrome Linux builder, which was the only bot to break last night. > > BUG=319075,125106,303342,318961 > NOTRY=True > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245737 TBR=erg@chromium.org NOTREECHECKS=true NOTRY=true BUG=319075,125106,303342,318961 Review URL: https://codereview.chromium.org/143073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245865 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/native_client')
-rw-r--r--ppapi/native_client/tests/breakpad_crash_test/nacl.scons7
1 files changed, 1 insertions, 6 deletions
diff --git a/ppapi/native_client/tests/breakpad_crash_test/nacl.scons b/ppapi/native_client/tests/breakpad_crash_test/nacl.scons
index a6bfd1c..308e888 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 @@ node = env.PPAPIBrowserTester(
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'))