diff options
author | agable@chromium.org <agable@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-15 03:20:45 +0000 |
---|---|---|
committer | agable@chromium.org <agable@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-15 03:20:45 +0000 |
commit | e1a934db1075adad1139a066f6231e22171c44f6 (patch) | |
tree | 0445ce5e3b2facdaccbec481af8fee8bffb278b6 /ppapi | |
parent | ca5711799aeada990b0a5f2bcbdb1ac67ec0e290 (diff) | |
download | chromium_src-e1a934db1075adad1139a066f6231e22171c44f6.zip chromium_src-e1a934db1075adad1139a066f6231e22171c44f6.tar.gz chromium_src-e1a934db1075adad1139a066f6231e22171c44f6.tar.bz2 |
Disable linux_aura on the main builders.
Currently, browser_tests are running 2x-3x slower on the bots. Our first
dev channel has been very enlightening and got people to file all sorts
of helpful bugs.
BUG=319075,125106,303342,318961
NOTRY=True
R=cmp@chromium.org
Review URL: https://codereview.chromium.org/73323002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235280 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/native_client/tests/breakpad_crash_test/nacl.scons | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/ppapi/native_client/tests/breakpad_crash_test/nacl.scons b/ppapi/native_client/tests/breakpad_crash_test/nacl.scons index 6490072..f3ce99a 100644 --- a/ppapi/native_client/tests/breakpad_crash_test/nacl.scons +++ b/ppapi/native_client/tests/breakpad_crash_test/nacl.scons @@ -83,13 +83,8 @@ env.AddNodeToTestSuite( node, ['chrome_browser_tests'], 'run_breakpad_crash_in_syscall_test', # This test is currently flaky on Win 32 bit on x86, disabling there. # See bug: https://code.google.com/p/chromium/issues/detail?id=254583 - # - # These tests are also disabled on linux_aura, pending debugging of why the - # GPU process crashes. piman@ thinks it may be a simple flags issue. - # 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') or (env.Bit('host_windows') and env.Bit('build_x86_32'))) # Crashes in untrusted code should not produce crash dumps. @@ -103,10 +98,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')) |