]> Cypherpunks repositories - gostls13.git/commit
runtime: skip TestGcSys on Windows
authorMartin Möhrmann <moehrmann@google.com>
Wed, 22 Aug 2018 20:34:39 +0000 (22:34 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 22 Aug 2018 20:50:43 +0000 (20:50 +0000)
commit28fbf5b831e3c577c2e220daa82a85065047e356
treeba22562f2d4a8045606740d9c500e3462c618e2d
parentede59583858bd64a09479f624e989e7c35df0c52
runtime: skip TestGcSys on Windows

This is causing failures on TryBots and BuildBots:
--- FAIL: TestGcSys (0.06s)
    gc_test.go:27: expected "OK\n", but got "using too much memory: 39882752 bytes\n"
FAIL

Updates #27156

Change-Id: I418bbec89002574cd583c97422e433f042c07492
Reviewed-on: https://go-review.googlesource.com/130875
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/gc_test.go