• Marcel van Lohuizen's avatar
    testing: add matching of subtest · a683c385
    Marcel van Lohuizen authored
    Allows passing regexps per subtest to --test.run and --test.bench
    
    Note that the documentation explicitly states that the split regular
    expressions match the correpsonding parts (path components) of
    the bench/test identifier. This is intended and slightly different
    from the i'th RE matching the subtest/subbench at the respective
    level.  Picking this semantics allows guaranteeing that a test or
    benchmark identifier as printed by go test can be passed verbatim
    (possibly quoted) to, respectively, -run or -bench: subtests and
    subbenches might have a '/' in their name, causing a misaligment if
    their ID is passed to -run or -bench as is.
    This semantics has other benefits, but this is the main motivation.
    
    Fixes golang.go#15126
    
    Change-Id: If72e6d3f54db1df6bc2729ac6edc7ab3c740e7c3
    Reviewed-on: https://go-review.googlesource.com/19122Reviewed-by: 's avatarRuss Cox <rsc@golang.org>
    Run-TryBot: Marcel van Lohuizen <mpvl@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    a683c385
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...