]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: fix negative test filtering
authorMichael Pratt <mpratt@google.com>
Wed, 22 Feb 2017 01:00:10 +0000 (17:00 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 22 Feb 2017 19:09:17 +0000 (19:09 +0000)
commit6694a01016e2fb842ee6d8ae053b9c87f56185ff
tree1dc2e3f2e52c716c8a298c4baafb94ed9a327be2
parent19d2061d502d26086d6db75fa818dde668a888bf
cmd/dist: fix negative test filtering

std and race bench tests fail to check against t.runRxWant, so what
should be negative filters act as positive filters.

Fixes #19239

Change-Id: Icf02b2192bcd806a162fca9fb0af68a27ccfc936
Reviewed-on: https://go-review.googlesource.com/37336
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/dist/test.go