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 upFlush style sharing cache on parent mismatch. #13312
Conversation
highfive
commented
Sep 19, 2016
|
Heads up! This PR modifies the following files:
|
highfive
commented
Sep 19, 2016
|
@bors-servo: try |
Flush style sharing cache on parent mismatch. Fixes #12913. No new tests were added, but we should at least make sure existing tests still pass. --- <!-- 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 - [X] These changes fix #12913 <!-- Either: --> - [X] 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/13312) <!-- Reviewable:end -->
|
|
|
Well, this is embarassing. @emilio, any idea what might be causing the test to time out? I suppose we somehow get stuck in an infinite loop... |
|
@bors-servo: retry
|
|
@bors-servo: try |
|
@bors-servo: retry |
Flush style sharing cache on parent mismatch. Fixes #12913. No new tests were added, but we should at least make sure existing tests still pass. --- <!-- 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 - [X] These changes fix #12913 <!-- Either: --> - [X] 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/13312) <!-- Reviewable:end -->
|
|
|
Yeah, this looks great, thanks for the PR! @bors-servo: r+ |
|
|
|
@bors-servo: r- try- clean |
|
@bors-servo: r+ |
|
|
|
@bors-servo: try- r- clean |
|
@bors-servo: r+ |
|
|
|
|
|
Flush style sharing cache on parent mismatch. Fixes #12913. No new tests were added, but we should at least make sure existing tests still pass. --- <!-- 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 - [X] These changes fix #12913 <!-- Either: --> - [X] 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/13312) <!-- Reviewable:end -->
|
|
|
@bors-servo: retry |
Flush style sharing cache on parent mismatch. Fixes #12913. No new tests were added, but we should at least make sure existing tests still pass. --- <!-- 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 - [X] These changes fix #12913 <!-- Either: --> - [X] 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/13312) <!-- Reviewable:end -->
|
|
6112 commentedSep 19, 2016
•
edited by larsbergstrom
Fixes #12913. No new tests were added, but we should at least make sure existing tests still pass.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is