Closed
Bug 1460590
Opened 7 years ago
Closed 7 years ago
Figure out why server timing parsing tests are failing
Categories
(Core :: Networking, enhancement, P2)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: valentin, Assigned: u408661)
References
Details
(Whiteboard: [necko-triaged][wptsync upstream])
Attachments
(2 files)
Bug 1460226 makes the server timing tests run over HTTPS.
Running `./mach wpt testing/web-platform/tests/server-timing/server_timing_header-parsing.https.html` shows 6 failures. We should figure out if we need to change the parsing behaviour or if it's the tests that need fixing.
See server_timing_header-parsing.https.html.ini for the failures.
Reporter | ||
Updated•7 years ago
|
Priority: -- → P2
Whiteboard: [necko-triaged]
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8983085 [details]
Bug 1460590 part 2 - Fix buggy tests.
https://reviewboard.mozilla.org/r/248584/#review255100
OK, but I haven't reviewed the spec to check that your interpretation is correct.
Attachment #8983085 -
Flags: review?(james) → review+
Reporter | ||
Comment 5•7 years ago
|
||
mozreview-review |
Comment on attachment 8983084 [details]
Bug 1460590 part 1 - Fix our parsing of Server-Timing.
https://reviewboard.mozilla.org/r/248582/#review255138
Thanks!
Attachment #8983084 -
Flags: review?(valentin.gosu) → review+
Valentin - given comment 4, would you mind giving the spec a double-check for me before I land, to ensure I'm not missing something that would make my interpretation wrong? Thanks.
Flags: needinfo?(valentin.gosu)
Reporter | ||
Comment 7•7 years ago
|
||
Agreed. I reviewed the spec part regarding header parsing [1] and it is consistent with the changes to 67.js and 68.js
[1] https://w3c.github.io/server-timing/#-dfn-server-timing-header-parsing-algorithm-dfn-
Flags: needinfo?(valentin.gosu)
Pushed by hurley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/94b826fc4ea4
part 1 - Fix our parsing of Server-Timing. r=valentin
https://hg.mozilla.org/integration/autoland/rev/51202d93e2e3
part 2 - Fix buggy tests. r=jgraham
Comment 9•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/94b826fc4ea4
https://hg.mozilla.org/mozilla-central/rev/51202d93e2e3
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/11435 for changes under testing/web-platform/tests
Whiteboard: [necko-triaged] → [necko-triaged][wptsync upstream]
Upstream PR merged
You need to log in
before you can comment on or make changes to this bug.
Description
•