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 upIntermittent X failures during WPT runs #3595
Closed
Labels
Comments
|
Similarly in http://build.servo.org/builders/linux/builds/158/steps/shell_3/logs/stdio:
|
|
http://build.servo.org/builders/linux2/builds/40/steps/shell/logs/stdio
/me wonders if we can make a TBPL bot |
|
The RANDR extension missing is not the problem here, it's the |
jdm
referenced
this issue
in pcwalton/servo
Dec 12, 2014
I had to use a somewhat unconventional method of computing text indentation (propagating from blocks down to inlines) because of the way containing blocks are handled in Servo. (As a side note, neither Gecko nor WebKit correctly handles percentages in `text-align`, at least incrementally -- i.e. when the percentages are relative to the viewport and the viewport is resized.)
Ms2ger
referenced
this issue
in Ms2ger/servo
Dec 13, 2014
The root node is never included in the collection, and omitting it here simplifies and speeds up the filter implementations.
jdm
referenced
this issue
in SimonSapin/servo
Dec 18, 2014
The rendering is still wrong beause of servo#2795, but at least we get a rendering. (This test change is just for readability, it should be equivalent to before.)
jdm
referenced
this issue
in pcwalton/servo
Dec 18, 2014
I have verified that back and forward work once again.
Ms2ger
referenced
this issue
in Ms2ger/servo
Dec 19, 2014
The name of the method makes it clear it's supposed to be used with a target override, so we might as well enforce that.
Manishearth
referenced
this issue
in yodalee/servo
Jan 1, 2015
xmlhttprequest.rs, CodegenRust.py replace into_string().to_jsval() to to_jsval() conversions.rs DOMString to_jsval() use as_slice().tojsval() now
Ms2ger
referenced
this issue
in Ms2ger/servo
Jan 1, 2015
This method is deprecated in rust master; removing its users in advance will make a future rust upgrade smoother.
Ms2ger
referenced
this issue
Jan 3, 2015
Traits cannot be derived for typedefs. The upcoming rust update will make those attributes compilation errors.
jdm
referenced
this issue
in ebalint/servo
Jan 9, 2015
Update rust-azure to f4a02f3f621b0a994a20d42e438371a87c62f898.
Ms2ger
referenced
this issue
in Ms2ger/servo
Jan 19, 2015
The Rust style guide suggests 100, but we have too many violations in the tree already. This check can be tightened over time.
|
I believe this is resolved, now that the linux2 builder is using the glutin headless mode, so doesn't load X. If we see these errors again, let me know and I'll investigate further. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From http://build.servo.org/builders/linux/builds/156/steps/shell_3/logs/stdio:
cc @kmcallister