Package: golang-1.25 / 1.25.1-1

Metadata

Package Version Patches format
golang-1.25 1.25.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Skip flaky TestCrashDumpsAllThreads on mips64le.patch | (download)

src/runtime/crash_unix_test.go | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 skip flaky testcrashdumpsallthreads on mips64le

crash_unix_test.go:145: found 3 instances of main.crashDumpsAllThreadsLoop; expected 4

0002 Skip flaky TestCrashDumpsAllThreads on s390x.patch | (download)

src/runtime/crash_unix_test.go | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 skip flaky testcrashdumpsallthreads on s390x

Bug: https://github.com/golang/go/issues/64650

0003 Skip TestAsan on riscv64.patch | (download)

src/cmd/cgo/internal/testsanitizers/cshared_test.go | 3 3 + 0 - 0 !
src/cmd/cgo/internal/testsanitizers/tsan_test.go | 4 4 + 0 - 0 !
2 files changed, 7 insertions(+)

 skip tsan tests on riscv64
 Race detector on riscv64 is not support yet, this is usually no problem on Debian
 building because it will be skipped automatically. But others package updated
 recently lead to the test failed.