=== RUN TestNextParked
--- FAIL: TestNextParked (1.54s)
support.go:246: enabling recording for github.com/undoio/delve/pkg/proc_test.TestNextParked
proc_test.go:81: recording
proc_test.go:83: replaying "/tmp/undo911890882"
proc_test.go:1965: Next did not continue on the selected goroutine, expected 6 got 15
Some test cases fail with UDB release 6.4.
[x]
TestNextParked
[x]
Test1ClientServer_exit
,Test1NextGeneral
,Test1NextFunctionReturn
,TestIssue411
,TestScopePrefix
,TestOnPrefix
,TestNoVars
,TestOnPrefixLocals
,TestIssue387
,TestReverseContinue
,TestCheckpoints
,TestNextWithCount
,TestIssue1090
,TestPrintContextParkedGoroutine
,TestStepOutReturn
,TestOptimizationCheck
,TestTruncateStacktrace
These cases all report "Internal debugger error: runtime error: slice bounds out of range [:-1]". I'll give one example.
[x]
Test1ClientServer_breakpointInMainThread
andTestRestart_breakpointPreservation
provoke null pointer dereference in the debugger. One example:[x]
TestCheckpoints