]> Cypherpunks repositories - gostls13.git/commit
runtime: skip TestCgoCallbackGC on darwin-amd64-10_14 builder
authorBryan C. Mills <bcmills@google.com>
Tue, 23 Nov 2021 15:39:07 +0000 (10:39 -0500)
committerBryan C. Mills <bcmills@google.com>
Tue, 23 Nov 2021 17:30:32 +0000 (17:30 +0000)
commit00045b76e50d98db354aa185bcbd60a6f62499ac
tree98301255c3dfa793d0d6ba5573007204acb76f8f
parentb90c6b99b3fbe60f4782c3e3b85f0ba9bbcf5f50
runtime: skip TestCgoCallbackGC on darwin-amd64-10_14 builder

This test occasionally fails due to a real bug on this platform.
Due to the age of the platform and the rarity of the failure, we do
not believe that the bug is worth working around.

Fixes #43926

Change-Id: Ia227c5afe81fc21b6630813228f976cc3a54013c
Reviewed-on: https://go-review.googlesource.com/c/go/+/366537
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/runtime/crash_cgo_test.go