]> Cypherpunks.ru repositories - gostls13.git/commit
runtime/trace: remove existing Skips
authorRuss Cox <rsc@golang.org>
Tue, 28 Jul 2015 17:37:13 +0000 (13:37 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 29 Jul 2015 22:32:23 +0000 (22:32 +0000)
commitbd5ca22232d67810d9996aa9c67059e20253e6f8
treeb10560e4c802eede7cf05e7a14e9d1d6e2777551
parent80c98fa901b2f393ef013ec9074630c948e3f8d4
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>
src/runtime/trace/trace_stack_test.go
src/runtime/trace/trace_test.go