]> Cypherpunks repositories - gostls13.git/commit
runtime: revert "skip TestLldbPython when lldb is too old"
authorAlberto Donizetti <alb.donizetti@gmail.com>
Fri, 5 Oct 2018 18:22:06 +0000 (18:22 +0000)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Fri, 5 Oct 2018 22:24:04 +0000 (22:24 +0000)
commit430b9cb92f1291f2bef3c99d21925b3204cead90
tree7f5ffd2bb47a5bf8060834d32f5f0325aa43ac6a
parent9d907160d46ee56169b910673c0a934a0422cd73
runtime: revert "skip TestLldbPython when lldb is too old"

This reverts commit d2170040617231a26ab0722d093ecb19e2ba8302.

Reason for revert: It broke all the darwin builders; it's also not
obvious how the weird darwin versions (900, 1000) relate to the > 3.9
requisite, so I'm not sure how to decide about skipping in a robust
way. It's better to revert the check for now.

Fixes #28028

Change-Id: Ibbcb7bf7cd2136e0851ebd097a2bc4dec9f0ee18
Reviewed-on: https://go-review.googlesource.com/c/140217
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/runtime-lldb_test.go