golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
124.28k stars 17.7k forks source link

syscall: TestSyscallAllocations/Syscall failures #70307

Open gopherbot opened 1 week ago

gopherbot commented 1 week ago
#!watchflakes
default <- pkg == "syscall" && test == "TestSyscallAllocations/Syscall"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestSyscallAllocations/Syscall
    syscall_windows_test.go:256: allocs = 5, want 0
--- FAIL: TestSyscallAllocations/Syscall (0.00s)

watchflakes

gopherbot commented 1 week ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "syscall" && test == "TestSyscallAllocations/Syscall"
2024-11-12 21:08 gotip-windows-386 go@1f8fa494 syscall.TestSyscallAllocations/Syscall (log) === RUN TestSyscallAllocations/Syscall syscall_windows_test.go:256: allocs = 5, want 0 --- FAIL: TestSyscallAllocations/Syscall (0.00s)

watchflakes

mknyszek commented 1 week ago

Possibly related to #70290.

mknyszek commented 1 week ago

Actually, this is probably just #70327. I expanded that issue's watchflakes match, so closing this one as not planned.

gopherbot commented 6 days ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "syscall" && test == "TestSyscallAllocations/Syscall"
2024-11-19 03:52 gotip-windows-amd64-longtest go@aae088b1 syscall.TestSyscallAllocations/Syscall (log) === RUN TestSyscallAllocations/Syscall syscall_windows_test.go:256: allocs = 5, want 0 --- FAIL: TestSyscallAllocations/Syscall (0.00s)

watchflakes