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 upRun new test-compiletest harness on builders #216
Closed
Comments
|
This bit us when we removed a rustc plugin but not the corresponding unit tests :( |
|
Which platforms do we need to run this on/is this platform agnostic? For example, can we run this only on the |
|
Linux-dev should be enough. |
bors-servo
added a commit
that referenced
this issue
Apr 10, 2016
Run compiletest on linux-dev The compiletest test is quick to run and shouldn't increase build times very much. Fixes #216. cc @jdm <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/313) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we only run on travis, so our merges don't gate on the testsuite passing.