Intermittent MacOS /webdriver/tests/bidi/browsing_context/navigation_failed/navigation_failed.py | <something> - expected FAIL
Categories
(Remote Protocol :: WebDriver BiDi, defect, P5)
Tracking
(firefox-esr128 unaffected, firefox137 unaffected, firefox138 unaffected, firefox139 affected, firefox140 affected)
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox137 | --- | unaffected |
firefox138 | --- | unaffected |
firefox139 | --- | affected |
firefox140 | --- | affected |
People
(Reporter: intermittent-bug-filer, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: intermittent-failure, regression, test-disabled)
Attachments
(1 file)
Filed by: sstanca [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=505259273&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VYe-oW1hTamvYOInYCzZXg/runs/0/artifacts/public/logs/live_backing.log
[task 2025-04-24T02:06:20.963Z] 02:06:20 INFO - TEST-PASS | /webdriver/tests/bidi/browsing_context/navigation_failed/navigation_failed.py | test_with_content_blocking_header_in_top_context[Content-Security-Policy, default-src 'self']
[task 2025-04-24T02:06:20.963Z] 02:06:20 INFO - TEST-UNEXPECTED-PASS | /webdriver/tests/bidi/browsing_context/navigation_failed/navigation_failed.py | test_with_content_blocking_header_in_top_context[Cross-Origin-Embedder-Policy, require-corp] - expected FAIL
[task 2025-04-24T02:06:20.963Z] 02:06:20 INFO - TEST-INFO | expected FAIL
[task 2025-04-24T02:06:20.964Z] 02:06:20 INFO -
[task 2025-04-24T02:06:20.964Z] 02:06:20 INFO - TEST-UNEXPECTED-PASS | /webdriver/tests/bidi/browsing_context/navigation_failed/navigation_failed.py | test_with_x_frame_options_header[SAMEORIGIN] - expected FAIL
[task 2025-04-24T02:06:20.964Z] 02:06:20 INFO - TEST-INFO | expected FAIL
[task 2025-04-24T02:06:20.965Z] 02:06:20 INFO -
[task 2025-04-24T02:06:20.965Z] 02:06:20 INFO - TEST-UNEXPECTED-PASS | /webdriver/tests/bidi/browsing_context/navigation_failed/navigation_failed.py | test_with_x_frame_options_header[DENY] - expected FAIL
[task 2025-04-24T02:06:20.965Z] 02:06:20 INFO - TEST-INFO | expected FAIL
[task 2025-04-24T02:06:21.026Z] 02:06:21 INFO - ......
[task 2025-04-24T02:06:21.026Z] 02:06:21 INFO - TEST-OK | /webdriver/tests/bidi/browsing_context/navigation_failed/navigation_failed.py | took 25704ms
Tier 1 failure here
Comment 2•18 days ago
|
||
Looks like we have some unexpected pass here for the navigation failed event. I had a look in the meta file of that test and none of these failing sub tests are actually marked as expected fail:
Checking hgweb the entries are shown which means searchfox isn't up-to-date yet:
So this actually regressed by the last wpt sync from bug 1961860.
Sasha, can you please take a look?
Comment 3•18 days ago
|
||
Set release status flags based on info from the regressing bug 1961860
Comment 4•18 days ago
|
||
Updated•18 days ago
|
Comment 5•18 days ago
|
||
So looks like it's a similar situation to bug 1958736. During the wptsync run there was only one worker with mac 14.7.1 which failed, and the rest were 14.7 where the tests passed, so wpt-update marked it as failing for 14.7.1. But running it again on try it looks like failures are pretty consistent: https://treeherder.mozilla.org/jobs?repo=try&revision=dca669c8b6ac4a44a803834edbd1ad1729980a0d, so we can just remove it. So I would suggest we mark it as pass/fail for now.
In terms of why it fails, the tests fail because navigationFailed
event doesn't come in time. So it looks like it might be again similar to bug 1958736 being related to system timeout multiplier to be different/wrong.
Comment 7•18 days ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Comment 9•14 days ago
|
||
The landed patch is not really a fix but only updated the expected status. We still need to figure why we pass/fail on MacOS for some of the tests:
- [test_with_content_blocking_header_in_top_context[Content-Security-Policy, default-src 'self']]
- [test_with_content_blocking_header_in_top_context[Cross-Origin-Embedder-Policy, require-corp]]
- [test_with_x_frame_options_header[SAMEORIGIN]]
- [test_with_x_frame_options_header[DENY]]
Comment hidden (Intermittent Failures Robot) |
Description
•