Commit 29b5348b authored by Brian Sheedy's avatar Brian Sheedy Committed by Commit Bot

Re-enable minidump tests on Betty

Re-enables the Telemetry minidump symbolization tests on CrOS Betty
devices, as the failures that caused them to be disabled appear to no
longer be an issue.

Bug: 1038043

Change-Id: Ibe335c60cb85ed29bd478dbfe6369d7e40d5c4e0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321402Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792145}
parent e2d335fb
...@@ -33,11 +33,8 @@ class BrowserMinidumpTest(tab_test_case.TabTestCase): ...@@ -33,11 +33,8 @@ class BrowserMinidumpTest(tab_test_case.TabTestCase):
@decorators.Isolated @decorators.Isolated
# Minidump symbolization doesn't work in ChromeOS local mode if the rootfs is # Minidump symbolization doesn't work in ChromeOS local mode if the rootfs is
# still read-only, so skip the test in that case. # still read-only, so skip the test in that case.
# TODO(crbug.com/1038043): Test is failing on chromeos-betty-chrome.
@decorators.Disabled( @decorators.Disabled(
'chromeos-local', 'chromeos-local',
'chromeos-board-betty',
'chromeos-board-betty-pi-arc',
'win' # https://crbug.com/1084931 'win' # https://crbug.com/1084931
) )
def testSymbolizeMinidump(self): def testSymbolizeMinidump(self):
...@@ -81,11 +78,8 @@ class BrowserMinidumpTest(tab_test_case.TabTestCase): ...@@ -81,11 +78,8 @@ class BrowserMinidumpTest(tab_test_case.TabTestCase):
@decorators.Isolated @decorators.Isolated
# Minidump symbolization doesn't work in ChromeOS local mode if the rootfs is # Minidump symbolization doesn't work in ChromeOS local mode if the rootfs is
# still read-only, so skip the test in that case. # still read-only, so skip the test in that case.
# TODO(crbug.com/1038043): Test is failing on chromeos-betty-chrome.
@decorators.Disabled( @decorators.Disabled(
'chromeos-local', 'chromeos-local',
'chromeos-board-betty',
'chromeos-board-betty-pi-arc',
'win' # https://crbug.com/1084931 'win' # https://crbug.com/1084931
) )
def testMultipleCrashMinidumps(self): def testMultipleCrashMinidumps(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment