]> Cypherpunks repositories - gostls13.git/commit
all: use ^$ instead of XXXX, NoSuchTestExists to match no tests
authorDmitri Shuralyov <dmitshur@golang.org>
Sun, 3 Sep 2023 17:48:01 +0000 (13:48 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 5 Sep 2023 23:35:32 +0000 (23:35 +0000)
commit08e35cc3347f97ef750fd21fbef1061b043580e4
tree3d2497fcf418c7a30882d1f2e499ed8845d137a8
parent0dfb22ed70749a2cd6d95ec6eee63bb213a940d4
all: use ^$ instead of XXXX, NoSuchTestExists to match no tests

It's shorter and can't accidentally match unlikely test names.

Change-Id: I96dd9da018cad1acf604f266819470278f54c128
Reviewed-on: https://go-review.googlesource.com/c/go/+/524949
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/cgo/internal/test/issue18146.go
src/cmd/go/testdata/script/test_fuzz_minimize_interesting.txt
src/net/http/serve_test.go
src/os/executable_test.go