Bug 205956
| Summary: | REGRESSION: (r253718) [ Mac ] inspector/runtime/executionContextCreated-onEnable.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Truitt Savell <tsavell> |
| Component: | Web Inspector | Assignee: | Yury Semikhatsky <yurys> |
| Status: | NEW | ||
| Severity: | Normal | CC: | commit-queue, hi, inspector-bugzilla-changes, webkit-bot-watchers-bugzilla, webkit-bug-importer, yurys |
| Priority: | P1 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Truitt Savell
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/58421348>
Alexey Proskuryakov
*** Bug 206130 has been marked as a duplicate of this bug. ***