]> Cypherpunks repositories - gostls13.git/commit
runtime: skip TestLldbPython when lldb is too old
authorAlberto Donizetti <alb.donizetti@gmail.com>
Wed, 3 Oct 2018 19:11:31 +0000 (21:11 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 4 Oct 2018 18:49:32 +0000 (18:49 +0000)
commitd2170040617231a26ab0722d093ecb19e2ba8302
tree68e62890fda730b07476a4ebd1c43cb32c9475c8
parent6d73537128ad7ff35ba1dbc55fc2837b0989b6b2
runtime: skip TestLldbPython when lldb is too old

The TestLldbPython test is known to fail with very old lldb releases
(3.8 and older). Skip the test when the lldb found on the system is
too old.

Fixes #22299

Change-Id: I8f78d6c0d995118f806dae87f3f04a9726473116
Reviewed-on: https://go-review.googlesource.com/c/139397
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/runtime-lldb_test.go