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 upFix failing assertion -- failure to pop reference frame #26063
Conversation
highfive
commented
Mar 31, 2020
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @SimonSapin (or someone else) soon. |
highfive
commented
Mar 31, 2020
|
Heads up! This PR modifies the following files:
|
highfive
commented
Mar 31, 2020
|
Cannot run test-tidy locally because Fedora 31 is Python 3 only |
|
LGTM Thanks! @bors-servo r+ |
|
|
Fix failing assertion -- failure to pop reference frame closes #23438 In-depth description here: #23438 (comment) --- <!-- 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 - [ ] `./mach test-tidy` does not report any errors - [x] These changes fix #23438 (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___
|
|
|
Looks like a previously failing 3D transform test is now passing!
Info on updating test expectations: https://github.com/servo/servo/blob/master/tests/wpt/README.md#updating-test-expectations |
|
@bors-servo r+ |
|
|
|
This will also need fixed for |
|
|
Ensure reference frame is popped in layout 2020 closes: #26066 Should be equivalent to #26063 for layout2020 --- <!-- 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 - [ ] `./mach test-tidy` does not report any errors - [x] These changes fix #26066 (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___
Ensure reference frame is popped in layout 2020 closes: #26066 Should be equivalent to #26063 for layout2020 --- <!-- 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 - [ ] `./mach test-tidy` does not report any errors - [x] These changes fix #26066 (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___
dralley commentedMar 31, 2020
•
edited by cbrewster
closes #23438, closes #22901
In-depth description here: #23438 (comment)
./mach build -ddoes not report any errors./mach test-tidydoes not report any errors