]> Cypherpunks repositories - gostls13.git/commit
runtime: skip TestGcSys on arm64
authorerifan01 <eric.fang@arm.com>
Wed, 12 Sep 2018 10:31:04 +0000 (10:31 +0000)
committerIan Lance Taylor <iant@golang.org>
Thu, 13 Sep 2018 17:55:15 +0000 (17:55 +0000)
commit0ef42f4dd6b12821641fe415f16e425bb094137b
treef799e8081cb34ee0074c0df7ba0060170d14f0d9
parent7d27e87d35b4c8948a498711cb34c1f73917535b
runtime: skip TestGcSys on arm64

This failure occurs randomly on arm64.

13:10:32 --- FAIL: TestGcSys (0.06s)
13:10:32 gc_test.go:30: expected "OK\n", but got "using too much memory: 71401472 bytes\n"
13:10:32 FAIL

Updates #27636

Change-Id: Ifd4cfce167d8054dc6f037bd34368d63c7f68ed4
Reviewed-on: https://go-review.googlesource.com/135155
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/gc_test.go