delve/service/test
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
..
common_test.go *: Fix go vet complaints (#1935) 2020-03-18 09:25:32 -07:00
integration1_test.go proc/gdbserial,debugger: allow clients to stop a recording (#1890) 2020-03-24 09:09:28 -07:00
integration2_test.go tests: relax TestStacktraceGoroutine with Go 1.14 2020-03-31 10:43:10 -07:00
variables_test.go pkg/proc: Move proc exec funcs to Target methods 2020-03-25 17:45:12 +01:00