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 upUpdate WR (Intel driver workaround, subpixel and other bugfixes). #16917
Conversation
|
I have a sneaking suspicion that the rayon changes in this PR are going to cause a heap of timeouts. But let's try anyway... |
|
r? anyone |
|
@bors-servo r+ |
|
|
|
Rebased and updated to tip of WR with fix for #16777. |
|
@bors-servo r=WafflesPeanut |
|
|
Update WR (Intel driver workaround, subpixel and other bugfixes). <!-- 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/16917) <!-- Reviewable:end -->
|
|
|
|
@bors-servo r=Wafflespeanut
|
|
|
Update WR (Intel driver workaround, subpixel and other bugfixes). <!-- 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/16917) <!-- Reviewable:end -->
|
@jdm Does that mean we should just retry this with an r+ ? |
|
Yep! |
|
@bors-servo: try- retry |
|
@bors-servo: r=emilio |
|
|
|
Travis says:
|
|
Actually, that looks like #16787 so ignore it. |
Update WR (Intel driver workaround, subpixel and other bugfixes). <!-- 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/16917) <!-- Reviewable:end -->
|
|
|
@jdm Hmmm. I have not confirmed this, but my guess is that switching the rayon thread count to a maximum of 2 per process is triggering our data race bugs in different ways, that's making our known intermittents appear on different tests :( I can possibly revert the WR change that I think is causing this (we used to hard code the rayon worker thread count to 4), but that seems like a very fragile fix / hack. Alternatively, we could consider updating intermittent expectations for a lot of tests, which doesn't seem ideal either. Any thoughts? Either way - I'm going to run the tests again locally and see if they repro here, just to rule out anything else in WR causing this. But there's really just a small number of WR bug fixes in this update, nothing that I would expect to cause these issues... |
|
A very similar failure happened on my other PR. So I think the fail is not this PR fault at all. |
|
@glennw note that only one known non-flacky test failed here (see the And that one is #16982. @bors-servo retry |
Update WR (Intel driver workaround, subpixel and other bugfixes). <!-- 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/16917) <!-- Reviewable:end -->
|
Travis seems unhappy, I hope that wasn't an actual issue. |
|
|
glennw commentedMay 17, 2017
•
edited by larsbergstrom
This change is