runtime: TestGdbPython fails when CGO isn't enabled #43960
Labels
FrozenDueToAge
help wanted
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
go version: 1.15.7
In runtime-gdb_test.go, we have:
If I remove the if condition and always load
src/runtime/runtime-gdb.py
, the test passes. But I am not sure if that's the right fix.The text was updated successfully, but these errors were encountered: