runtime: TestLldbPython test fails with lldb 3.8 on linux #22299
Labels
Milestone
Comments
The |
Yes, checking the lldb version sounds like a good fix. |
Change https://golang.org/cl/139397 mentions this issue: |
FIx was reverted: https://go-review.googlesource.com/c/go/+/140217 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Verified the test passed with lldb 3.9 or higher, or if lldb is not installed at all.
--- FAIL: TestLldbPython (1.83s)
runtime-lldb_test.go:178: Unexpected lldb output:
Created target
Created breakpoint
Process launched
Hit breakpoint
Stopped at main.go:10
Stopped in main.main
no intvar
FAIL
FAIL runtime 19.046s
Skipping the test if lldb is too ancient seems reasonable.
The text was updated successfully, but these errors were encountered: