diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-17 06:06:49 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-17 06:06:49 +0000 |
commit | 8c79522ab1f67b3507d0ce3e57cc9a30bd0d58a1 (patch) | |
tree | 04bd18053a8224c5d5612a42eb2e7e65c60712d8 /ppapi/native_client | |
parent | 2578ea19416877dae3e7bad365f3b885434cace4 (diff) | |
download | chromium_src-8c79522ab1f67b3507d0ce3e57cc9a30bd0d58a1.zip chromium_src-8c79522ab1f67b3507d0ce3e57cc9a30bd0d58a1.tar.gz chromium_src-8c79522ab1f67b3507d0ce3e57cc9a30bd0d58a1.tar.bz2 |
Revert of Reenable linux_aura on the main builders. (https://codereview.chromium.org/136813004/)
Reason for revert:
Failed due to mysterious failures on the Google Chrome Linux bot.
Example:
FAILED: cd ../../chrome; flock -- /tmp/linux_package_lock bash ../out/Release/installer/debian/build.sh -o../out/Release -b ../out/Release -a ia32 -c stable
Staging common install files in '/tmp/deb.build.AEvway'...
eu-strip: while computing checksum for debug information: Invalid argument
Cleaning...
BUG=335451
Original issue's description:
> Reenable linux_aura on the main builders.
>
> We fixed the browser test slowdown that lead to linux_aura being
> disabled in r235280. (Different test suites are faster or slower, but
> overall, tests run faster.)
>
> We are turning this on primarily to get perf data; if things look
> acceptable, we hope to cut a dev channel this week.
>
> BUG=319075,125106,303342,318961
> NOTRY=True
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245415
TBR=
NOTREECHECKS=true
NOTRY=true
BUG=319075,125106,303342,318961
Review URL: https://codereview.chromium.org/140823008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245429 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/native_client')
-rw-r--r-- | ppapi/native_client/tests/breakpad_crash_test/nacl.scons | 7 |
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')) |