summaryrefslogtreecommitdiffstats
path: root/ppapi
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-05 22:50:02 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-05 22:50:02 +0000
commitdf16da78233a9c25cf4ccee2974945dc61bca9bb (patch)
tree7c19b1025dcbc09867f616199b0c5292988e0ce5 /ppapi
parent39be0d17700983ea4147851aba59fbb9279c774a (diff)
downloadchromium_src-df16da78233a9c25cf4ccee2974945dc61bca9bb.zip
chromium_src-df16da78233a9c25cf4ccee2974945dc61bca9bb.tar.gz
chromium_src-df16da78233a9c25cf4ccee2974945dc61bca9bb.tar.bz2
linux_aura: Revert everything; abort turning linux_aura on.
Spectacular breakages include: - nacl integration tests constantly crashing. - browser tests running in a busted environment. - interactive_ui_tests being weirdly broken despite not running. - Size regressions BUG=125106,303342,304554,125106,304555 TBR=cpu@chromium.org,mseaborn@chromium.org,tim@chromiium.org,phajdan.jr@chromium.org,koz@chromium.org Review URL: https://codereview.chromium.org/26157003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227214 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r--ppapi/native_client/tests/breakpad_crash_test/nacl.scons12
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'))