delve/service
aarzilli 1ee8d5c218 tests: relax TestStacktraceGoroutine with Go 1.14
The test was always flaky because we can't fully control the state of
all goroutines in the target program, Go 1.14's asynchronous preemption
exacerbates the problem.

See for example:
https://travis-ci.com/github/go-delve/delve/jobs/302407282

This commit relaxes the checks made by the test to avoid irrelevante
flakiness.
2020-03-31 10:43:10 -07:00
..
api proc: avoid constructing unnecessary strings when evaluating variables 2020-03-31 10:29:26 -07:00
dap service/dap: Add support for threads request (#1914) 2020-03-10 12:29:06 -07:00
debugger pkg/proc: Move proc exec funcs to Target methods 2020-03-25 17:45:12 +01:00
rpc1 *: Fix go vet complaints (#1935) 2020-03-18 09:25:32 -07:00
rpc2 proc/gdbserial,debugger: allow clients to stop a recording (#1890) 2020-03-24 09:09:28 -07:00
rpccommon proc/gdbserial,debugger: allow clients to stop a recording (#1890) 2020-03-24 09:09:28 -07:00
test tests: relax TestStacktraceGoroutine with Go 1.14 2020-03-31 10:43:10 -07:00
client.go proc/gdbserial,debugger: allow clients to stop a recording (#1890) 2020-03-24 09:09:28 -07:00
config.go cmd/dlv: Fix same-user check and add flag to disable it (#1839) 2020-02-11 09:06:29 -08:00
listenerpipe.go cmd,service: in non-headless mode use an in-memory connection 2018-10-08 15:11:13 -07:00
rpccallback.go Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00