]> Cypherpunks repositories - gostls13.git/commit
test: remove bug429 (duplicates runtime.TestSimpleDeadlock)
authorIan Lance Taylor <iant@golang.org>
Tue, 15 Dec 2020 05:20:36 +0000 (21:20 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 15 Dec 2020 20:55:01 +0000 (20:55 +0000)
commit7cdc84a15b1f83c6370a79c8e013246a6b495a73
tree06326110c99e1a0ca7c94b491a060b306bc1f34f
parent412dc2f4d330a519fb7c26e6ecb0f2bbcb876bbb
test: remove bug429 (duplicates runtime.TestSimpleDeadlock)

The bug429 tests is an exact duplicate of TestSimpleDeadlock in the
runtime package. The runtime package is the right place for this test,
and the version in the runtime package will run faster as the build
step is combined with other runtime package tests.

Change-Id: I6538d24e6df8e8c5e3e399d3ff37d68f3e52be56
Reviewed-on: https://go-review.googlesource.com/c/go/+/278173
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
test/fixedbugs/bug429.go [deleted file]
test/fixedbugs/bug429_run.go [deleted file]