rust/src/tools
bors aa7a2e9e61 Auto merge of #38181 - jsgf:test-filter-exact, r=alexcrichton
libtest: add --exact to make filter matching exact

Filter matching is by substring by default. This makes it impossible
to run a single test if its name is a substring of some other test.
For example, its not possible to run just `mymod::test` with these
tests:

```
  mymod::test
  mymod::test1
  mymod::test_module::moretests
```

You could declare by convention that no test has a name that's a
substring of another test, but that's not really practical.

This PR adds the `--exact` flag, to make filter matching exactly
match the complete name.
2016-12-14 00:31:48 +00:00
..
cargotest Update cargo sha for cargotest 2016-10-29 13:19:44 +03:00
compiletest libtest: add --exact to make filter matching exact 2016-12-05 14:36:58 -08:00
error_index_generator rustdoc: Improve playground run buttons 2016-10-15 18:32:03 +01:00
linkchecker rustbuild: Tweak for vendored dependencies 2016-11-08 07:32:05 -08:00
rustbook Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
tidy Check the license of vendored deps 2016-12-10 23:27:42 +00:00