golang/go
View on GitHubruntime: TestLldbPython test fails with lldb 3.8 on linux
Open
#22,299 opened on Oct 16, 2017
NeedsFixTestingcompiler/runtimehelp wanted
Repository metrics
- Stars
- (133,883 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
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.