1
0
mirror of https://github.com/golang/go synced 2024-11-20 05:54:43 -07:00
go/src/runtime/trace
Russ Cox bd5ca22232 runtime/trace: remove existing Skips
The skips added in CL 12579, based on incorrect time stamps,
should be sufficient to identify and exclude all the time-related
flakiness on these systems.

If there is other flakiness, we want to find out.

For #10512.

Change-Id: I5b588ac1585b2e9d1d18143520d2d51686b563e3
Reviewed-on: https://go-review.googlesource.com/12746
Reviewed-by: Austin Clements <austin@google.com>
2015-07-29 22:32:23 +00:00
..
trace_stack_test.go runtime/trace: remove existing Skips 2015-07-29 22:32:23 +00:00
trace_test.go runtime/trace: remove existing Skips 2015-07-29 22:32:23 +00:00
trace.go