]> Cypherpunks repositories - gostls13.git/commit
runtime: remove flaky TestInvalidptrCrash to fix build
authorAustin Clements <austin@google.com>
Sat, 19 Sep 2015 01:17:07 +0000 (21:17 -0400)
committerAustin Clements <austin@google.com>
Sat, 19 Sep 2015 01:43:00 +0000 (01:43 +0000)
commitc742ff6adc1487fbdbeca7e71fa61d80bbb41624
tree9620ded1ec119df5ec23f14f14dd714dd9f9b355
parent97b64d88eb66981d9105bb3997b47955d2b1bd19
runtime: remove flaky TestInvalidptrCrash to fix build

This test fails on arm64 and some amd64 OSs and fails on Linux/amd64
if you remove the first runtime.GC(), which should be unnecessary, and
run it in all.bash (but not if you run it in isolation). I don't
understand any of these failures, so for now just remove this test.

TBR=rlh

Change-Id: Ibed00671126000ed7dc5b5d4af1f86fe4a1e30e1
Reviewed-on: https://go-review.googlesource.com/14767
Reviewed-by: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/crash_test.go