#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Test/quickfix/undeclared/missingfunction.txt"

Issue created automatically to collect these failures.

Example (log):

=== RUN   Test/quickfix/undeclared/missingfunction.txt
=== PAUSE Test/quickfix/undeclared/missingfunction.txt
=== CONT  Test/quickfix/undeclared/missingfunction.txt
==================
WARNING: DATA RACE
Write at 0x00c009a20f60 by goroutine 314:
  runtime.recvDirect()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/chan.go:405 +0x7c
  golang.org/x/tools/gopls/internal/test/integration.(*Env).Close()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3107664283/gopls/internal/test/integration/wrappers.go:644 +0x338
...
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3107664283/gopls/internal/test/marker/marker_test.go:1016 +0xc1c
  golang.org/x/tools/gopls/internal/test/marker.Test.func1()
      /Users/swarming/.swarming/w/ir/x/w/targetrepo3107664283/gopls/internal/test/marker/marker_test.go:191 +0xaac
  testing.tRunner()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1934 +0x164
  testing.(*T).Run.gowrap1()
      /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1997 +0x3c
==================
    testing.go:1617: race detected during execution of test
--- FAIL: Test/quickfix/undeclared/missingfunction.txt (1.09s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Test/quickfix/undeclared/missingfunction.txt"
2025-07-07 19:33 x_tools-go1.25-darwin-arm64-race tools@b2f3de7a release-branch.go1.25@b062eb46 x/tools/gopls/internal/test/marker.Test/quickfix/undeclared/missingfunction.txt (log) === RUN Test/quickfix/undeclared/missingfunction.txt === PAUSE Test/quickfix/undeclared/missingfunction.txt === CONT Test/quickfix/undeclared/missingfunction.txt ================== WARNING: DATA RACE Write at 0x00c009a20f60 by goroutine 314: runtime.recvDirect() /Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/chan.go:405 +0x7c golang.org/x/tools/gopls/internal/test/integration.(*Env).Close() /Users/swarming/.swarming/w/ir/x/w/targetrepo3107664283/gopls/internal/test/integration/wrappers.go:644 +0x338 ... /Users/swarming/.swarming/w/ir/x/w/targetrepo3107664283/gopls/internal/test/marker/marker_test.go:1016 +0xc1c golang.org/x/tools/gopls/internal/test/marker.Test.func1() /Users/swarming/.swarming/w/ir/x/w/targetrepo3107664283/gopls/internal/test/marker/marker_test.go:191 +0xaac testing.tRunner() /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1934 +0x164 testing.(*T).Run.gowrap1() /Users/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1997 +0x3c ================== testing.go:1617: race detected during execution of test --- FAIL: Test/quickfix/undeclared/missingfunction.txt (1.09s)

watchflakes