Skip to content

x/debug/dwtest: TestDwarfVariableLocations/Issue72053 failures #72980

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

Open
gopherbot opened this issue Mar 20, 2025 · 1 comment
Open

x/debug/dwtest: TestDwarfVariableLocations/Issue72053 failures #72980

gopherbot opened this issue Mar 20, 2025 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "golang.org/x/debug/dwtest" && test == "TestDwarfVariableLocations/Issue72053"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestDwarfVariableLocations/Issue72053
=== PAUSE TestDwarfVariableLocations/Issue72053
=== CONT  TestDwarfVariableLocations/Issue72053
    dwloc_test.go:276: failed Issue72053 arch amd64:
        got: "1: in-param \"a\" loc=\"{ [0: S=1 RAX] [1: S=7 addr=0x0] [2: S=8 RBX] [3: S=7 addr=0x0] [4: S=8 RCX] }\"\n2: out-param \"~r0\" loc=\"addr=fa8\""
        want: "1: in-param \"a\" loc=\"{ [0: S=1 RAX] [1: S=7 addr=0x0] [2: S=8 RBX] [3: S=8 RCX] }\"\n2: out-param \"~r0\" loc=\"addr=fa8\""
--- FAIL: TestDwarfVariableLocations/Issue72053 (0.33s)

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 Mar 20, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/debug/dwtest" && test == "TestDwarfVariableLocations/Issue72053"
2025-03-15 21:19 x_debug-gotip-darwin-amd64-longtest debug@70c1efa9 go@cb0d767a x/debug/dwtest.TestDwarfVariableLocations/Issue72053 (log)
=== RUN   TestDwarfVariableLocations/Issue72053
=== PAUSE TestDwarfVariableLocations/Issue72053
=== CONT  TestDwarfVariableLocations/Issue72053
    dwloc_test.go:276: failed Issue72053 arch amd64:
        got: "1: in-param \"a\" loc=\"{ [0: S=1 RAX] [1: S=7 addr=0x0] [2: S=8 RBX] [3: S=7 addr=0x0] [4: S=8 RCX] }\"\n2: out-param \"~r0\" loc=\"addr=fa8\""
        want: "1: in-param \"a\" loc=\"{ [0: S=1 RAX] [1: S=7 addr=0x0] [2: S=8 RBX] [3: S=8 RCX] }\"\n2: out-param \"~r0\" loc=\"addr=fa8\""
--- FAIL: TestDwarfVariableLocations/Issue72053 (0.33s)
2025-03-15 21:19 x_debug-gotip-linux-amd64-longtest debug@70c1efa9 go@cb0d767a x/debug/dwtest.TestDwarfVariableLocations/Issue72053 (log)
=== RUN   TestDwarfVariableLocations/Issue72053
=== PAUSE TestDwarfVariableLocations/Issue72053
=== CONT  TestDwarfVariableLocations/Issue72053
    dwloc_test.go:276: failed Issue72053 arch amd64:
        got: "1: in-param \"a\" loc=\"{ [0: S=1 RAX] [1: S=7 addr=0x0] [2: S=8 RBX] [3: S=7 addr=0x0] [4: S=8 RCX] }\"\n2: out-param \"~r0\" loc=\"addr=fa8\""
        want: "1: in-param \"a\" loc=\"{ [0: S=1 RAX] [1: S=7 addr=0x0] [2: S=8 RBX] [3: S=8 RCX] }\"\n2: out-param \"~r0\" loc=\"addr=fa8\""
--- FAIL: TestDwarfVariableLocations/Issue72053 (0.31s)
2025-03-15 21:19 x_debug-gotip-linux-amd64-longtest-race debug@70c1efa9 go@cb0d767a x/debug/dwtest.TestDwarfVariableLocations/Issue72053 (log)
=== RUN   TestDwarfVariableLocations/Issue72053
=== PAUSE TestDwarfVariableLocations/Issue72053
=== CONT  TestDwarfVariableLocations/Issue72053
    dwloc_test.go:276: failed Issue72053 arch amd64:
        got: "1: in-param \"a\" loc=\"{ [0: S=1 RAX] [1: S=7 addr=0x0] [2: S=8 RBX] [3: S=7 addr=0x0] [4: S=8 RCX] }\"\n2: out-param \"~r0\" loc=\"addr=fa8\""
        want: "1: in-param \"a\" loc=\"{ [0: S=1 RAX] [1: S=7 addr=0x0] [2: S=8 RBX] [3: S=8 RCX] }\"\n2: out-param \"~r0\" loc=\"addr=fa8\""
--- FAIL: TestDwarfVariableLocations/Issue72053 (0.39s)
2025-03-15 21:19 x_debug-gotip-windows-amd64-longtest debug@70c1efa9 go@cb0d767a x/debug/dwtest.TestDwarfVariableLocations/Issue72053 (log)
=== RUN   TestDwarfVariableLocations/Issue72053
=== PAUSE TestDwarfVariableLocations/Issue72053
=== CONT  TestDwarfVariableLocations/Issue72053
    dwloc_test.go:276: failed Issue72053 arch amd64:
        got: "1: in-param \"a\" loc=\"{ [0: S=1 RAX] [1: S=7 addr=0x0] [2: S=8 RBX] [3: S=7 addr=0x0] [4: S=8 RCX] }\"\n2: out-param \"~r0\" loc=\"addr=fa8\""
        want: "1: in-param \"a\" loc=\"{ [0: S=1 RAX] [1: S=7 addr=0x0] [2: S=8 RBX] [3: S=8 RCX] }\"\n2: out-param \"~r0\" loc=\"addr=fa8\""
--- FAIL: TestDwarfVariableLocations/Issue72053 (0.44s)

watchflakes

@gopherbot gopherbot added this to the Unreleased milestone Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

1 participant