]> Cypherpunks repositories - gostls13.git/commit
cmd/go/testdata/script: ensure go test -skip skips ExampleTest1
authorTobias Klauser <tklauser@distanz.ch>
Tue, 15 Aug 2023 13:32:42 +0000 (15:32 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 15 Aug 2023 17:40:22 +0000 (17:40 +0000)
commit9c93ad5520c4f995ee0ec8d1a80dd17c633002ae
tree4f9f9e36abefa7c166e7ba9c3193fa299f5b6a0e
parent4d2855b55d8feb56eebc1fffb82c26b2ffc937b4
cmd/go/testdata/script: ensure go test -skip skips ExampleTest1

CL 511837 added a check for go test -skip Example but it currently
doesn't verify that the example doesn't show up in the command output.
Add such a check.

For #61482

Change-Id: I3a8f82fc137739bf291f39bf7719ff92cfc74f9d
Reviewed-on: https://go-review.googlesource.com/c/go/+/519595
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/cmd/go/testdata/script/test_skip.txt