]> Cypherpunks repositories - gostls13.git/commit
testing: enforce -skip in example tests
authorMauri de Souza Meneguzzo <mauri870@gmail.com>
Fri, 21 Jul 2023 18:49:09 +0000 (18:49 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 21 Jul 2023 21:37:46 +0000 (21:37 +0000)
commit2eca0b1e1663d826893b6b1fd8bd89da98e65d1e
tree1e8b0e7329ad3977f0b5c4bc21112b87082dcdd2
parente713d6f939c90eb599c1469d08bb5edd7de8a281
testing: enforce -skip in example tests

The go test flag -skip had no effect in example tests.

Fixes #61482

Change-Id: I28dfddb88fef3fead2a3c74f9cb63a674a768231
GitHub-Last-Rev: e8c3c3460af906f4c7be7f7a8b4a4c60b71fcec1
GitHub-Pull-Request: golang/go#61491
Reviewed-on: https://go-review.googlesource.com/c/go/+/511837
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
src/cmd/go/testdata/script/test_skip.txt
src/testing/example.go