[Webkit-unassigned] [Bug 236930] [GPU Process] Tests with untriaged flaky crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 7 14:29:20 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=236930

Cameron McCormack (:heycam) <heycam at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |heycam at apple.com

--- Comment #3 from Cameron McCormack (:heycam) <heycam at apple.com> ---
Most of the above have already been fixed and removed from LayoutTests/gpu-process/TestExpectations.  Of the remaining:


accessibility/ios-simulator/aria-details.html [ Crash Pass ]
webkit.org/b/236794 editing/spelling/editing-word-with-marker-2.html [ Crash Pass ]

These two are hitting a release assert in TestInvocation::runUISideScriptImmediately.  Looks like we are calling a layer tree transaction callback, but by the time that happens, the test runner has moved on to a subsequent test.

This assertion is hit in non-gpuprocess config too.


ddcss3/images/cross-fade-simple.html [ Crash Pass ]

A typo, but cross-fade-simple.html used to crash and no longer does.


imported/w3c/web-platform-tests/html/semantics/links/links-created-by-a-and-area-elements/target_blank_implicit_noopener.html [ Crash Pass ]
imported/w3c/web-platform-tests/html/semantics/links/links-created-by-a-and-area-elements/target_blank_implicit_noopener_base.html [ Crash Pass ]
imported/w3c/web-platform-tests/webstorage/storage_session_window_open.window.html [ Crash Pass ]

Logs say that the GPU process crashed, but there's no crash log or any other information about what happened.  Interesting that these are all tests opening windows.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220307/9be97efe/attachment.htm>


More information about the webkit-unassigned mailing list