#!watchflakes
default <- pkg == "golang.org/x/tools/go/ssa/interp" && test == "TestTestdataFiles/newexpr_go126.go"
Issue created automatically to collect these failures.
Example (log):
=== RUN TestTestdataFiles/newexpr_go126.go
interp_test.go:160: Input: testdata/newexpr_go126.go
/home/swarming/.swarming/w/ir/x/w/targetrepo4164118373/go/ssa/interp/testdata/newexpr_go126.go:11:21: 123 is not a type
interp_test.go:208: conf.Load(testdata/newexpr_go126.go) failed: couldn't load packages due to errors: main
interp_test.go:195: Duration: 24.285042ms
interp_test.go:197: FAIL
interp_test.go:198: To dump SSA representation, run:
% go build golang.org/x/tools/cmd/ssadump && ./ssadump -test -build=CFP testdata/newexpr_go126.go
--- FAIL: TestTestdataFiles/newexpr_go126.go (0.02s)
Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "golang.org/x/tools/go/ssa/interp" && test == "TestTestdataFiles/newexpr_go126.go"
2025-09-23 19:51 x_tools-gotip-netbsd-arm64 tools@ed00c085 go@69e74b0a x/tools/go/ssa/interp.TestTestdataFiles/newexpr_go126.go (log)
=== RUN TestTestdataFiles/newexpr_go126.go interp_test.go:160: Input: testdata/newexpr_go126.go /home/swarming/.swarming/w/ir/x/w/targetrepo4164118373/go/ssa/interp/testdata/newexpr_go126.go:11:21: 123 is not a type interp_test.go:208: conf.Load(testdata/newexpr_go126.go) failed: couldn't load packages due to errors: main interp_test.go:195: Duration: 24.285042ms interp_test.go:197: FAIL interp_test.go:198: To dump SSA representation, run: % go build golang.org/x/tools/cmd/ssadump && ./ssadump -test -build=CFP testdata/newexpr_go126.go --- FAIL: TestTestdataFiles/newexpr_go126.go (0.02s)Comment From: adonovan
Transient glitch. This builder was still using an older toolchain predating new(expr). It seems to have caught up.