]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: skip TestG0StackOverflow on Android
authorAustin Clements <austin@google.com>
Sun, 8 Jul 2018 19:28:21 +0000 (15:28 -0400)
committerIan Lance Taylor <iant@golang.org>
Sun, 8 Jul 2018 19:59:58 +0000 (19:59 +0000)
commitd82256ac11762f9e5069d84065de89919c337d58
treee780f079e324c064a6e3b6ba61cedb94a42df44e
parent5cb1b1773fba1e1503493eea5c4ffa49fc5b5f08
runtime: skip TestG0StackOverflow on Android

This test is skipped on Linux and should be skipped on Android for the
same reason.

Change-Id: I753c4788d935bd58874554b455c0d5be2315b794
Reviewed-on: https://go-review.googlesource.com/122585
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/crash_test.go