golang/go

runtime: TestLldbPython test fails with lldb 3.8 on linux

Open

#22 299 ouverte le 16 oct. 2017

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)Go (19 008 forks)batch import
NeedsFixTestingcompiler/runtimehelp wanted

Métriques du dépôt

Stars
 (133 883 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur