web-platform-tests / wpt

Test suites for Web platform specs — including WHATWG, W3C, and others
https://web-platform-tests.org/
Other
4.91k stars 3.06k forks source link

/resource-timing/resource-timing.html is disabled in Mozilla & Edge and flaky in WebKit #10798

Open zcorpan opened 6 years ago

zcorpan commented 6 years ago

http://bocoup.github.io/wpt-disabled-tests-report/

Investigate what's up with this test:

Path Products Results Bugs
/resource-timing/resource-timing.html mozilla webkit edge disabled [ Pass Failure ] disabled https://bugzilla.mozilla.org/show_bug.cgi?id=1290858 https://webkit.org/b/161088 None
zcorpan commented 6 years ago

@toddreifsteck you wrote this test. Do you have any thoughts on how to fix it?

cc @igrigorik

toddreifsteck commented 6 years ago

I'll follow up with the dev who is working on some bug fixes in Resource Timing in Edge 17.

It appears that there are 2 classes of issue here:

I'll follow up with the dev that owns this and share more in a few days.

toddreifsteck commented 6 years ago

Follow up-- Took a minute more to debug the first issue. It appears that the document.domain test was checked in with broken code. That particular test needs a tiny bit of work to do what is intended.

I'll follow up with the dev.

zcorpan commented 6 years ago

@toddreifsteck ping :)