Descriptionadd wildcard test name matching to gm and bench.
This adds the same set of options in unit tests, i.e:
--match [~][^]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=9096
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Messages
Total messages: 5 (0 generated)
|