]> Cypherpunks repositories - gostls13.git/commit
cmd/go: convert TestCgoConsistentResults to the script framework
authorMichael Matloob <matloob@golang.org>
Thu, 26 Dec 2019 23:19:58 +0000 (18:19 -0500)
committerMichael Matloob <matloob@golang.org>
Wed, 19 Feb 2020 20:37:54 +0000 (20:37 +0000)
commitb15fd6b39e29edfe7f4b332458ddc71cffdaacc4
tree32bd861d7587d450ab40a72475f6bf404541ae64
parentf81594e1e395a17e8d762f8984bb80fa063f64f3
cmd/go: convert TestCgoConsistentResults to the script framework

The call to tooSlow is rewritten into a check for [short].

Part of converting all tests to script framework to improve
test parallelism.

Updates #36320
Updates #17751

Change-Id: I1f3e7664d575219b6fc525bd88babed15d1bd3b2
Reviewed-on: https://go-review.googlesource.com/c/go/+/212622
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/go_test.go
src/cmd/go/testdata/script/build_cgo_consistent_results.txt [new file with mode: 0644]