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 upTask failed to compile shader #340
Comments
|
It seems that test codes are not updated for current Rust: for example |
|
#328 is the bug for the rust-css tests. This is a known problem, and I'm working on a fix. Once you get past the superficial things, there are some borrow checker problems that are not easy to resolve. I have added some things to Rust standard libraries in order to address this, and now that they've landed hopefully rust-css will get updated tomorrow. I haven't seen the task failed to compile shader issue before. We'll try to reproduce. |
|
I |
|
Is this still happening @astrieanna ? |
|
@metajack No; as I commented above a month ago, it stopped crashing after I pulled again. (I haven't tried it since then.) |
|
I meant the bright blue window, which is not the expected behavior. Perhaps it was just the color swap combined with missing fonts. The color swap should now be fixed on master and installing msttcorefonts should solve the missing text. I'll close this bug since there are already issues for those other things. |
Update tests to use normal/long harness timeouts
Add interim support for (brute force) primitive visibility culling until we do it properly in flatten(). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/340) <!-- Reviewable:end -->
I finally got
servoto build today, butmake checkresults in errors inrust-cssand running the executable anyway results in immediate errors fromrendergl.rs.I'm on Fedora 18, 64-bit.
When I run
make check, it ends with errors:When I run
servo, I get this output: