]> Cypherpunks repositories - gostls13.git/commit
runtime/race: fix ppc64le build
authorKeith Randall <khr@golang.org>
Sat, 1 Aug 2020 19:55:47 +0000 (12:55 -0700)
committerKeith Randall <khr@golang.org>
Sun, 2 Aug 2020 00:04:25 +0000 (00:04 +0000)
commitf92337422ef2ca27464c198bb3426d2dc4661653
treeb1a72f6f7facb5497da418bf7111171ca206a67f
parente49b2308a523c3bb69753caee2eacce41f097039
runtime/race: fix ppc64le build

The .syso test also fails for ppc64le. Not sure why. For now, just
disable the test for that architecture. The test really only needs to
run on a single builder of any arch.

Change-Id: I346cdc01ada09d43c4c504fbc30be806f59d5422
Reviewed-on: https://go-review.googlesource.com/c/go/+/246358
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/race/syso_test.go