Bug 224257 - REGRESSION: [ macOS Debug wk2 ] webgl/2.0.0/conformance/glsl/misc/shader-uniform-packing-restrictions.html is constantly timing out.
Summary: REGRESSION: [ macOS Debug wk2 ] webgl/2.0.0/conformance/glsl/misc/shader-unif...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: anglemetal
Blocks:
  Show dependency treegraph
 
Reported: 2021-04-06 18:46 PDT by Robert Jenner
Modified: 2021-04-06 21:19 PDT (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.