Bug 265057
Summary: | REGRESSION (270849@main): [ macOS ] http/tests/inspector/target/provisional-load-cancels-previous-load.html is a constant failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Marta Darbinyan <darbinyan> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | achristensen, ap, pascoe, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Marta Darbinyan
Description:
http/tests/inspector/target/provisional-load-cancels-previous-load.html is failing on macOS ToT starting from 270849@main.
This issue can be bisected to 270849@main using the command:
run-webkit-tests --release --iterations=1 http/tests/inspector/target/provisional-load-cancels-previous-load.html
History:
https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Finspector%2Ftarget%2Fprovisional-load-cancels-previous-load.html
Diff Crash:
@@ -8,10 +8,7 @@
PASS: Target 1 should be provisional.
PASS: Target 1 should be paused on start.
PASS: Should receive TargetRemoved event for target 1
-PASS: Should receive TargetAdded event for target 2.
-PASS: Target 2 should be provisional.
-PASS: Target 2 should be paused on start.
-PASS: Should receive TargetRemoved event for target 0
-PASS: Should receive DidCommitProvisionalTarget event 0 => 2.
-PASS: Should have seen 3 different targets.
+FAIL: Should have seen 3 different targets.
+ Expected: 3
+ Actual: 2
Link:
https://build.webkit.org/results/GTK-Linux-64-bit-Release-Skip-Failing-Tests/270849@main%20(14860)/http/tests/inspector/target/provisional-load-cancels-previous-load-pretty-diff.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/118574473>
Alexey Proskuryakov
Seems like this got fixed via bug 265063 for some reason?