Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syscall: TestSyscallAllocations/Syscall failures #70307

Open
gopherbot opened this issue Nov 13, 2024 · 4 comments
Open

syscall: TestSyscallAllocations/Syscall failures #70307

gopherbot opened this issue Nov 13, 2024 · 4 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!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 gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Nov 13, 2024
@gopherbot
Copy link
Contributor Author

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

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Nov 13, 2024
@mknyszek
Copy link
Contributor

Possibly related to #70290.

@mknyszek mknyszek added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Nov 13, 2024
@mknyszek mknyszek added this to the Backlog milestone Nov 13, 2024
@mknyszek
Copy link
Contributor

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

@mknyszek mknyszek closed this as not planned Won't fix, can't repro, duplicate, stale Nov 13, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Go Compiler / Runtime Nov 13, 2024
@gopherbot gopherbot reopened this Nov 19, 2024
@gopherbot
Copy link
Contributor Author

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

@github-project-automation github-project-automation bot moved this from Done to Active in Test Flakes Nov 19, 2024
@github-project-automation github-project-automation bot moved this from Done to In Progress in Go Compiler / Runtime Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
Status: In Progress
Status: Active
Development

No branches or pull requests

2 participants