#!watchflakes
default <- pkg == "golang.org/x/tools/internal/gcimporter" && test == "TestIExportData_stdlib"
Issue created automatically to collect these failures.
=== RUN TestIExportData_stdlib
iexport_test.go:174: reexport "math/rand/v2": gcimporter: unexpected type: <nil>, <nil>
iexport_test.go:197: math/rand/v2.New: results: tuple element 0: pointer elements: unequal methods: math/rand/v2.Rand vs math/rand/v2.Rand
got: func math/rand/v2.New(src math/rand/v2.Source) *math/rand/v2.Rand
want: func math/rand/v2.New(src math/rand/v2.Source) *math/rand/v2.Rand
iexport_test.go:197: math/rand/v2.NewZipf: parameters: tuple element 0: pointer elements: unequal methods: math/rand/v2.Rand vs math/rand/v2.Rand
got: func math/rand/v2.NewZipf(r *math/rand/v2.Rand, s float64, v float64, imax uint64) *math/rand/v2.Zipf
want: func math/rand/v2.NewZipf(r *math/rand/v2.Rand, s float64, v float64, imax uint64) *math/rand/v2.Zipf
iexport_test.go:197: math/rand/v2.Rand: unequal methods: math/rand/v2.Rand vs math/rand/v2.Rand
got: type math/rand/v2.Rand struct{src math/rand/v2.Source}
want: type math/rand/v2.Rand struct{src math/rand/v2.Source}
iexport_test.go:197: math/rand/v2.Zipf: struct field r: pointer elements: unequal methods: math/rand/v2.Rand vs math/rand/v2.Rand
got: type math/rand/v2.Zipf struct{r *math/rand/v2.Rand; imax float64; v float64; q float64; s float64; oneminusQ float64; oneminusQinv float64; hxm float64; hx0minusHxm float64}
want: type math/rand/v2.Zipf struct{r *math/rand/v2.Rand; imax float64; v float64; q float64; s float64; oneminusQ float64; oneminusQinv float64; hxm float64; hx0minusHxm float64}
--- FAIL: TestIExportData_stdlib (1.40s)
Issue created automatically to collect these failures.
Example (log):
— watchflakes