]> Cypherpunks repositories - gostls13.git/commit
runtime: skip test that intermittently hangs on ppc64le
authorLynn Boger <laboger@linux.vnet.ibm.com>
Mon, 2 Oct 2017 20:40:38 +0000 (16:40 -0400)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Tue, 3 Oct 2017 12:26:42 +0000 (12:26 +0000)
commitf47c8f130e4f5642cda5ee98741c2de25fde8b7e
treea7bb9eefca54e1b9abce54fbc0492681a74c141d
parent41eabc0fc7cc9bc40a66dd0edd0ae676c8965ec9
runtime: skip test that intermittently hangs on ppc64le

A new testcase TestSelectFairness was recently added, and
since then the ppc64le build tests have intermittently failed.

This adds a change to skip this test on ppc64le using
SkipFlaky to help determine if the problem is with the
test or something else with that commit.

Updates #22047

Change-Id: Idfef72ed791c5bd45c42ff180947fea3df280ea7
Reviewed-on: https://go-review.googlesource.com/67631
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/chan_test.go