Bug 205956 - REGRESSION: (r253718) [ Mac ] inspector/runtime/executionContextCreated-onEnable.html is a flaky failure
Summary: REGRESSION: (r253718) [ Mac ] inspector/runtime/executionContextCreated-onEna...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: Yury Semikhatsky
URL:
Keywords: InRadar
: 206130 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-01-08 14:14 PST by Truitt Savell
Modified: 2020-01-14 09:33 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Truitt Savell 2020-01-08 14:14:26 PST
inspector/runtime/executionContextCreated-onEnable.html

Description:
This test was introduced in https://trac.webkit.org/changeset/253718/webkit and have been flaky sense then

History:
https://results.webkit.org/?suite=layout-tests&test=inspector%2Fruntime%2FexecutionContextCreated-onEnable.html

Diff:

--- /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/inspector/runtime/executionContextCreated-onEnable-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/inspector/runtime/executionContextCreated-onEnable-actual.txt
@@ -5,7 +5,12 @@
 == Running test suite: Runtime.executionContextCreated.OnEnable
 -- Running test case: Runtime.executionContextCreated.OnEnable.NoDuplicates
 Execution context created: id=0 frameId=0 isPageContext=true
-Execution context created: id=1 frameId=1 isPageContext=true
-PASS: Should receive 2 executionContextCreated events (for main world in the main frame and the subframe).
-PASS: Should have 2 unique contexts.
+Execution context created: id=1 frameId=0 isPageContext=false
+Execution context created: id=2 frameId=1 isPageContext=true
+FAIL: Should receive 2 executionContextCreated events (for main world in the main frame and the subframe).
+    Expected: 2
+    Actual: 3
+FAIL: Should have 2 unique contexts.
+    Expected: 2
+    Actual: 3
Comment 1 Radar WebKit Bug Importer 2020-01-08 14:14:59 PST
<rdar://problem/58421348>
Comment 2 Alexey Proskuryakov 2020-01-11 18:09:32 PST
*** Bug 206130 has been marked as a duplicate of this bug. ***