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 upAllow running individual reftests #4091
Closed
Labels
Comments
|
There's apparently code in reftest.rs that attempts to do it, but doesn't appear to always work? |
This was referenced Nov 24, 2014
bors-servo
pushed a commit
that referenced
this issue
Nov 29, 2014
`./mach test-ref` no longer eats the first "-" prefixed argument for test name filtering, instead using an explicit "--name" argument. This should avoid any potential confusion when passing down arguments to servo. Also allows for ./tests/ref to be included (and trimmed away) for tab completion convenience (`./mach test` has also been updated to take advantage of this when inferring tests from file paths). (fixes #4091)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently lack this. Ideally, we could find all tests that involve comparing the requested file and run those.