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 upInvoke failure steps if there's no metadata #13412
Conversation
highfive
commented
Sep 25, 2016
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @emilio (or someone else) soon. |
highfive
commented
Sep 25, 2016
|
Heads up! This PR modifies the following files:
|
highfive
commented
Sep 25, 2016
|
@bors-servo try |
|
|
Invoke failure steps if there's no metadata <!-- Please describe your changes on the following line: --> Media element network response processing code should invoke failure steps if there's no metadata #13375 WIP... --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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/13412) <!-- Reviewable:end -->
|
|
|
@jdm When you said that some tests need updating, did you mean changing the currently failing one's ( |
|
@bors-servo try |
Invoke failure steps if there's no metadata <!-- Please describe your changes on the following line: --> Media element network response processing code should invoke failure steps if there's no metadata #13375 WIP... --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #13375 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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/13412) <!-- Reviewable:end -->
|
|
|
@gterzian Yes, since the audio elements don't get any viable metadata it's expected that those tests will now fail. |
|
@jdm Ok, thanks for clarifying and I'll dig around a bit! |
3e81358
to
92a3bac
|
@jdm Ok so I updated the |
| @@ -1,4 +0,0 @@ | |||
| [tex_image_2d_canvas_no_context.html] | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@gterzian If you squash the commits, this should be ready to merge :) |
3c24d83
to
e544b29
|
@jdm squashed :) |
|
@bors-servo: r+ |
|
@bors-servo r=jdm |
|
|
|
I can't tell from the logs what the failure is, will try to build locally... |
Invoke failure steps if there's no metadata Media element network response processing code should invoke failure steps if there's no metadata. Fixes #13375. <!-- 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/13412) <!-- Reviewable:end -->
|
re the Travis failure, |
|
|
updated test expectations reverting changes to webgl test
afffba8
to
3e33495
|
@jdm seems like a weird failure... just did another rebase, hope it will fix it... |
|
@gterzian No need to keep rebasing after any test failure. We have lots of known intermittent test failures that occur on our build machines. |
|
@bors-servo: r+ |
|
|
Invoke failure steps if there's no metadata Media element network response processing code should invoke failure steps if there's no metadata. Fixes #13375. <!-- 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/13412) <!-- Reviewable:end -->
|
|
|
@jdm cheers, and thanks for your help |
gterzian commentedSep 25, 2016
•
edited by larsbergstrom
Media element network response processing code should invoke failure steps if there's no metadata.
Fixes #13375.
This change is