gvisor/pkg/gate
Andrei Vagin c3cee7f5a4 Deflake third_party/gvisor/pkg/gate/gate_test
TestConcurrentAll executes 1000 goroutines which never sleep,
so they are not preempted by Go's runtime. In Go 1.14, async preemption
has been added, but the added runtime.Gosched() call will do nothing
wrong in this case too.

PiperOrigin-RevId: 301705712
2020-03-18 17:42:29 -07:00
..
BUILD Standardize on tools directory. 2020-01-27 12:21:00 -08:00
gate.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
gate_test.go Deflake third_party/gvisor/pkg/gate/gate_test 2020-03-18 17:42:29 -07:00