]> Cypherpunks repositories - gostls13.git/commit
runtime: remove flaky "goroutine 2 bt" from gdb test
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 14 May 2020 14:56:17 +0000 (07:56 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 14 May 2020 17:50:18 +0000 (17:50 +0000)
commit5c802c13e88b700b9acaf390d495a92101214e2b
tree650d94958e0b4e6dae2e0cf1c53816bb04d5ff7f
parent1f325af4dd6c07f899da0a7c0512a7d470cebf9f
runtime: remove flaky "goroutine 2 bt" from gdb test

This part of the test has been flaky despite repeated attempts to fix it,
and it is unclear what exactly it is testing. Remove it.

Fixes #24616.

Change-Id: If7234f99dd3d3e92f15ccb94ee13e75c6da12537
Reviewed-on: https://go-review.googlesource.com/c/go/+/233942
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/runtime/runtime-gdb_test.go