Bug 224257

Summary: REGRESSION: [ macOS Debug wk2 ] webgl/2.0.0/conformance/glsl/misc/shader-uniform-packing-restrictions.html is constantly timing out.
Product: WebKit Reporter: Robert Jenner <jenner>
Component: WebGLAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: achristensen, dino, jdarpinian, kbr, kkinnunen, kpiddington, sam, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 220076    
Bug Blocks:    

Description Robert Jenner 2021-04-06 18:46:32 PDT
webgl/2.0.0/conformance/glsl/misc/shader-uniform-packing-restrictions.html

is constantly timing out on macOS Debug wk. 

HISTORY:
https://results.webkit.org/?suite=layout-tests&test=webgl%2F2.0.0%2Fconformance%2Fglsl%2Fmisc%2Fshader-uniform-packing-restrictions.html

TIMEOUT TEXT:
--- /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/webgl/2.0.0/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt
+++ /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/webgl/2.0.0/conformance/glsl/misc/shader-uniform-packing-restrictions-actual.txt
@@ -1,4 +1,5 @@
-This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
+#PID UNRESPONSIVE - WebKitTestRunner (pid 5786)
+FAIL: Timed out waiting for notifyDone to be called
 
-Test: ../../../resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html
-[ PASS ] All tests passed
+#EOF
+#EOF
Comment 1 Radar WebKit Bug Importer 2021-04-06 18:47:04 PDT
<rdar://problem/76299178>
Comment 2 Robert Jenner 2021-04-06 19:21:07 PDT
I have reproduced the timeouts at BigSur Debug ToT using the following test:

run-webkit-tests webgl/2.0.0/conformance/glsl/misc/shader-uniform-packing-restrictions.html --debug --child-process=1

I'm currently working on bisecting and verifying a regression point.
Comment 3 Robert Jenner 2021-04-06 19:30:43 PDT
I believe r275088 is the change that caused the timeouts:
https://trac.webkit.org/changeset/275088/webkit

Will follow up tomorrow morning.
Comment 4 Robert Jenner 2021-04-06 19:31:44 PDT
I was able to reproduce the timeout in r275088, but not in r275087.