]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/test: remove timing dependency from TestParallelSleep
authorIan Lance Taylor <iant@golang.org>
Wed, 13 Apr 2022 21:35:15 +0000 (14:35 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 21 Apr 2022 18:43:55 +0000 (18:43 +0000)
commita4ded4b5ff90a58d1ecf55914af941c468a502f1
tree6f9a39eea9d3b2952e3c93d3c7fd18e6b4a409eb
parentf95db21332118134973ba046c4f5d0e890e36066
misc/cgo/test: remove timing dependency from TestParallelSleep

Rename it TestIssue1560 since it no longer sleeps.

For #1560
Fixes #45586

Change-Id: I338eee9de43e871da142143943e9435218438e90
Reviewed-on: https://go-review.googlesource.com/c/go/+/400194
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
misc/cgo/test/callback_c.c
misc/cgo/test/cgo_test.go
misc/cgo/test/testx.go