[go: up one dir, main page]

Page MenuHomePhabricator

Bug 1970293 - [wdspec] Update downloadEnd wdspec tests to match specs
ClosedPublic

Authored by jdescottes on Sep 23 2025, 4:31 PM.
Referenced Files
Unknown Object (File)
Sun, Dec 14, 2:33 AM
Unknown Object (File)
Oct 16 2025, 9:16 AM
Unknown Object (File)
Oct 10 2025, 11:13 AM
Unknown Object (File)
Oct 9 2025, 8:45 AM
Unknown Object (File)
Oct 8 2025, 3:47 AM
Unknown Object (File)
Oct 5 2025, 1:00 AM
Unknown Object (File)
Oct 4 2025, 7:52 PM
Unknown Object (File)
Oct 4 2025, 4:48 AM

Diff Detail

Event Timeline

phab-bot changed the visibility from "Custom Policy" to "Public (No Login Required)".
phab-bot changed the edit policy from "Custom Policy" to "Restricted Project (Project)".
phab-bot removed a project: secure-revision.
Sasha added a project: testing-approved.
Sasha added a subscriber: Sasha.

Looks good to me, thanks!

This revision is now accepted and ready to land.Sep 24 2025, 4:56 PM
whimboo added inline comments.
testing/web-platform/meta/webdriver/tests/bidi/browsing_context/download_end/download_end.py.ini
8

Do we know why this is always failing? It would be good to have a separate bug for it filed and put as reference here. Same for the above as well.

Also why are we still failing all tests in status.py?

jdescottes added inline comments.
testing/web-platform/meta/webdriver/tests/bidi/browsing_context/download_end/download_end.py.ini
8

Here I'm only fixing the test, the implementation patch is next in the queue and the metadata is updated there.

I was not sure which order was the best, but since the test was buggy, my implementation was not passing any test so I think I prefer this order for the patches.

This revision is now accepted and ready to land.Sep 25 2025, 10:54 PM
testing/web-platform/meta/webdriver/tests/bidi/browsing_context/download_end/download_end.py.ini
8

Ah, yes. That makes sense then. Thanks for clarifying.