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 upLet resources timing entries be added to performance entry buffer. #23536
Conversation
highfive
commented
Jun 7, 2019
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @avadacatavra (or someone else) soon. |
highfive
commented
Jun 7, 2019
|
Heads up! This PR modifies the following files:
|
|
@bors-servo try=wpt |
Let resources timing entries be added to performance entry buffer. <!-- Please describe your changes on the following line: --> Update relevant tests to properly report and expect failure. These changes are the first step for #23328. Not sure if I would say they _fix_ the issue. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [X] There are tests for these changes: Existing tests have been updated to expect pass/failures. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23536) <!-- Reviewable:end -->
|
|
|
Looks like a few more test results changed:
|
|
|
af8520f
to
ff20e35
ff20e35
to
4a8bdce
|
This pull request has been marked as |
|
Indeed! Good thing the TravisCI tests are just early-warning systems instead of mission-critical. |
|
|
Let resources timing entries be added to performance entry buffer. <!-- Please describe your changes on the following line: --> Update relevant tests to properly report and expect failure. These changes are the first step for #23328. Not sure if I would say they _fix_ the issue. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [X] There are tests for these changes: Existing tests have been updated to expect pass/failures. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23536) <!-- Reviewable:end -->
|
|
|
@jdm That makes sense thanks. I was just worried about erroneously modifying the tests. |
|
Well, this is fun. Calling
Fails:
|
|
That's a known intermittent failure: #21276 |
Update relevant tests to properly report and expect failure. Update manifest.
4a8bdce
to
9eb3687
|
Searching the github repo for wpt test names quite often finds the right intermittent. |
|
Thanks, in the future I'll look them up first. |
|
@bors-servo r+ |
|
|
Let resources timing entries be added to performance entry buffer. <!-- Please describe your changes on the following line: --> Update relevant tests to properly report and expect failure. These changes are the first step for #23328. Not sure if I would say they _fix_ the issue. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [X] There are tests for these changes: Existing tests have been updated to expect pass/failures. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23536) <!-- Reviewable:end -->
|
|
|
|
I wonder if those are new intermittent results... |
|
@bors-servo retry |
Let resources timing entries be added to performance entry buffer. <!-- Please describe your changes on the following line: --> Update relevant tests to properly report and expect failure. These changes are the first step for #23328. Not sure if I would say they _fix_ the issue. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [X] There are tests for these changes: Existing tests have been updated to expect pass/failures. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23536) <!-- Reviewable:end -->
|
|
gatoWololo commentedJun 7, 2019
•
edited by jdm
Update relevant tests to properly report and expect failure.
These changes are the first step for #23328. Not sure if I would say they fix the issue.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is