Closed as duplicate of#74532
Closed as duplicate of#74532
Description
#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Test/implementation/issue74305.txt"
Issue created automatically to collect these failures.
Example (log):
=== RUN Test/implementation/issue74305.txt
=== PAUSE Test/implementation/issue74305.txt
=== CONT Test/implementation/issue74305.txt
==================
WARNING: DATA RACE
Write at 0x00c02c674630 by goroutine 332:
runtime.closechan()
/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/chan.go:414 +0x0
golang.org/x/tools/gopls/internal/test/integration.(*Env).Close()
/home/swarming/.swarming/w/ir/x/w/targetrepo1112881149/gopls/internal/test/integration/wrappers.go:644 +0x44e
...
/home/swarming/.swarming/w/ir/x/w/targetrepo1112881149/gopls/internal/test/marker/marker_test.go:1016 +0x108b
golang.org/x/tools/gopls/internal/test/marker.Test.func1()
/home/swarming/.swarming/w/ir/x/w/targetrepo1112881149/gopls/internal/test/marker/marker_test.go:191 +0xf2f
testing.tRunner()
/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1934 +0x21c
testing.(*T).Run.gowrap1()
/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1997 +0x44
==================
testing.go:1617: race detected during execution of test
--- FAIL: Test/implementation/issue74305.txt (1.26s)