golang/go

runtime: TestLldbPython test fails with lldb 3.8 on linux

Open

#22,299 opened on Oct 16, 2017

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
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.

Contributor guide