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 upBug #10181 - Implement *-reverse flex-directions #10987
Conversation
highfive
commented
May 3, 2016
|
I ran the test
but got a LOT of timeouts
|
|
I get the following on my server with no timeouts or failures. I get a lot of timeouts when I run test-css on my laptop though.
Review status: 0 of 1 files reviewed at latest revision, 1 unresolved discussion. components/layout/flex.rs, line 120 [r1] (raw file): let (main_mode, is_reverse) = match fragment.style.get_position().flex_direction {
flex_direction::T::row => (Mode::Inline, false),
flex_direction::T::row_reverse => (Mode::Inline, true),
...Just a thought... Comments from Reviewable |
|
@shinglyu Are you using a debug or release build? Are there still timeouts if you run with |
|
I didn't specify the build, so I guess it uses the debug build. I'll try it on release build on a more powerful machine. |
|
Running 612 tests in web-platform-tests Unsupported test type wdspec for product servo Let me check those two unexpected passing tests. |
Is definitely expected given the contents of this PR.
Not sure what is going on here. I don't get this on my box. |
|
Also I think the |
highfive
commented
May 5, 2016
|
New code was committed to pull request. |
|
r? @mbrubeck |
|
@bors-servo delegate+ r=mbrubeck with one review comment addressed (below).
|
|
|
highfive
commented
May 10, 2016
|
New code was committed to pull request. |
|
Review status: 2 of 3 files reviewed at latest revision, 1 unresolved discussion. components/layout/flex.rs, line 284 [r1] (raw file):
|
|
@bors-servo r+
|
|
|
Bug #10181 - Implement *-reverse flex-directions <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10987) <!-- Reviewable:end -->
|
|
highfive
commented
May 10, 2016
|
|
I get a failure on my box too. I doubt this PR should affect this test... Did it change the outcome of this test on your machine?
|
|
That test is currently marked as failing on Linux only, but I have gotten unexpected PASS results on my Linux box. It might be font-related. |
|
The test is relatively simple, it should have passed even without this patch. I will mark it as conditionally failing on Linux as before, and file a separate issue for it. |
highfive
commented
May 11, 2016
|
New code was committed to pull request. |
|
@bors-servo: r+ |
|
|
|
@mbrubeck I'm r+ing myself since I am only disabled the failing test. Hope you don't mind. |
Bug #10181 - Implement *-reverse flex-directions <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10987) <!-- Reviewable:end -->
|
|

shinglyu commentedMay 3, 2016
•
edited by larsbergstrom
This change is