Bug 274663

Summary: REGRESSION (279257@main): [ MacOS ] 2 tests are consistent failure and fast/dom/document-all.html is timing out
Product: WebKit Reporter: Jay Stfleur <j_stfleur>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 274561    
Attachments:
Description Flags
document-all.html diff none

Description Jay Stfleur 2024-05-24 10:45:50 PDT
Created attachment 471503 [details]
document-all.html diff

Description:
fast/dom/document-all.html
http/wpt/service-workers/service-worker-spinning-activate.https.html 
inspector/runtime/execution-context-in-scriptless-page.html

all 3 test have same regression point on 279257@main. fast/dom/document-all.html is timing out on Debug only.

History:
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&suite=layout-tests&test=fast%2Fdom%2Fdocument-all.html&test=http%2Fwpt%2Fservice-workers%2Fservice-worker-spinning-activate.https.html&test=inspector%2Fruntime%2Fexecution-context-in-scriptless-page.html&platform=ios&platform=mac

Diff/Image Diff/Crash Log:

http/wpt/service-workers/service-worker-spinning-activate.https.html 

--- /Volumes/Data/worker/Apple-Sonoma-Release-AppleSilicon-WK2-Tests/build/layout-test-results/http/wpt/service-workers/service-worker-spinning-activate.https-expected.txt
+++ /Volumes/Data/worker/Apple-Sonoma-Release-AppleSilicon-WK2-Tests/build/layout-test-results/http/wpt/service-workers/service-worker-spinning-activate.https-actual.txt
@@ -1,5 +1,7 @@
 
 
-PASS Spin in activate
-PASS Spin after activate
+Harness Error (TIMEOUT), message = null
 
+TIMEOUT Spin in activate Test timed out
+NOTRUN Spin after activate
+ 

inspector/runtime/execution-context-in-scriptless-page.html:

--- /Volumes/Data/worker/Apple-Sonoma-Release-AppleSilicon-WK2-Tests/build/layout-test-results/inspector/runtime/execution-context-in-scriptless-page-expected.txt
+++ /Volumes/Data/worker/Apple-Sonoma-Release-AppleSilicon-WK2-Tests/build/layout-test-results/inspector/runtime/execution-context-in-scriptless-page-actual.txt
@@ -4,5 +4,7 @@
 == Running test suite: Runtime.executionContextCreated.ContextWithoutScript
 -- Running test case: Runtime.executionContextCreated.ContextWithoutScript.SubFrame
 PASS: Should receive Runtime.executionContextCreated notification.
-PASS: Should be able to evaluate in subframe.
+FAIL: Should be able to evaluate in subframe.
+    Expected: "No JavaScript."
+    Actual: ""
Comment 1 Radar WebKit Bug Importer 2024-05-24 10:46:10 PDT
<rdar://problem/128689888>
Comment 2 Alex Christensen 2024-05-24 11:38:40 PDT
Pull request: https://github.com/WebKit/WebKit/pull/29071
Comment 3 EWS 2024-05-24 11:41:06 PDT
Committed 279282@main (5b900f319f3b): <https://commits.webkit.org/279282@main>

Reviewed commits have been landed. Closing PR #29071 and removing active labels.