Commit 5cc14a81 authored by Kenneth Russell's avatar Kenneth Russell Committed by Commit Bot

Re-enable a context lost test on Mac.

GpuCrash_GPUProcessCrashesExactlyOncePerVisitToAboutGpuCrash should no
longer be flaky, at least not for the previous reason.

Bug: 861956
Tbr: bsalomon@google.com
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: I37a34caf9b5725ddc877ac81a1760ad72dfbb261
Reviewed-on: https://chromium-review.googlesource.com/1142233
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarBrian Salomon <bsalomon@google.com>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576176}
parent d38b3842
...@@ -42,12 +42,6 @@ class ContextLostExpectations(GpuTestExpectations): ...@@ -42,12 +42,6 @@ class ContextLostExpectations(GpuTestExpectations):
self.Skip('ContextLost_WebGLContextLostFromSelectElement', self.Skip('ContextLost_WebGLContextLostFromSelectElement',
['lion', 'debug'], bug=498149) ['lion', 'debug'], bug=498149)
# There are probably multiple race conditions in the renderer
# process related to context loss, but they're happening most
# often on the Mac bots.
self.Flaky('GpuCrash_GPUProcessCrashesExactlyOncePerVisitToAboutGpuCrash',
['mac'], bug=861956)
# 'Browser must support tab control' raised on Android # 'Browser must support tab control' raised on Android
self.Skip('GpuCrash_GPUProcessCrashesExactlyOncePerVisitToAboutGpuCrash', self.Skip('GpuCrash_GPUProcessCrashesExactlyOncePerVisitToAboutGpuCrash',
['android'], bug=609629) ['android'], bug=609629)
......
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