DescriptionAllow unit tests to include or exclude test sets.
This modifies the command line to take test
matches of the form:
--match [or -m] [~][^]match[$] [~][^]match[$] ...
~ causes a matching test to always be skipped
^ requires the start of the test to match
$ requires the end of the test to match
^ and $ requires an exact match
If a test does not match any list entry,
it is skipped unless some list entry starts with ~
Committed: https://code.google.com/p/skia/source/detail?r=8955
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|