Bug 221883

Summary: REGRESSION(r272842) [GStreamer] Layout tests exiting early due to crashes after GPUProcess for media enabled by default for WTR
Product: WebKit Reporter: Lauro Moura <lmoura>
Component: Tools / TestsAssignee: Lauro Moura <lmoura>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, cgarcia, peng.liu6, pnormand, vjaquez, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=214544
Attachments:
Description Flags
Provisional fix disabling the flag for GTK and WPE
none
Version checking for GStreamer none

Comment 1 Lauro Moura 2021-02-14 19:59:23 PST
Created attachment 420266 [details]
Provisional fix disabling the flag for GTK and WPE
Comment 2 Philippe Normand 2021-02-15 00:26:54 PST
Comment on attachment 420266 [details]
Provisional fix disabling the flag for GTK and WPE

View in context: https://bugs.webkit.org/attachment.cgi?id=420266&action=review

> Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml:882
> +  condition: ENABLE(GPU_PROCESS) && !(PLATFORM(GTK) || PLATFORM(WPE))

&& !USE(GSTREAMER) would be a better test I think.
Comment 3 Lauro Moura 2021-02-15 02:50:05 PST
Created attachment 420295 [details]
Version checking for GStreamer
Comment 4 EWS 2021-02-15 03:39:07 PST
Committed r272848: <https://commits.webkit.org/r272848>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 420295 [details].
Comment 5 Radar WebKit Bug Importer 2021-02-15 03:40:19 PST
<rdar://problem/74344733>