Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPerformance interface's timing member as an attribute change #24466
Conversation
…y attribute
highfive
commented
Oct 16, 2019
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @jdm (or someone else) soon. |
highfive
commented
Oct 16, 2019
|
Heads up! This PR modifies the following files:
|
highfive
commented
Oct 16, 2019
|
I have yet to check but I believe some tests are broken or at least it gave me that impression when I tried |
|
@bors-servo try=wpt |
…, r=<try> Performance interface's timing member as an attribute change In this patch we change the Performance Interface's `timing` member to be an attribute as the spec requires: https://w3c.github.io/navigation-timing/#extensions-to-the-performance-interface - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #23330 --- - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___
|
|
|
@jdm I'm taking a look at the comments you made here: #23773 when you talk about the panicked test, I believe you meant this: Having this in mind, we are currently facing the same issue? Am I right? If that's the case, the solution you proposed should be filled in another issue and worked apart from this one (I can take that, would be nice to work on) but not sure if that would be the steps to follow |
|
Yes, this is the same issue that I described. Given the number of additional passing tests in https://build.servo.org/builders/linux-rel-wpt/builds/13812/steps/shell__4/logs/filtered-wpt-errorsummary.log I am happy to merge these changes and file that issue separately. |
|
Filed #24468. |
|
I recommend running the affected test directories and using these instructions to generate logs you can use to automatically update the expected test results. |
|
@tomasdivito Are you planning to finish this PR? |
|
|
|
Close in favor of #25205 |
tomasdivito commentedOct 16, 2019
•
edited by jdm
In this patch we change the Performance Interface's
timingmember to be an attribute as the spec requires: https://w3c.github.io/navigation-timing/#extensions-to-the-performance-interface./mach build -ddoes not report any errors./mach test-tidydoes not report any errors