]> Cypherpunks repositories - gostls13.git/commit
runtime: only run TestArenaCollision if the target can exec
authorElias Naur <elias.naur@gmail.com>
Fri, 16 Feb 2018 09:26:00 +0000 (10:26 +0100)
committerElias Naur <elias.naur@gmail.com>
Fri, 16 Feb 2018 15:33:42 +0000 (15:33 +0000)
commitba99433d333a2babbbfa63ead19d43282a3243f4
tree8824d07a6332041de0442f44074d54ca32cac3a1
parent41d3d153eb76f000e9f6e9edf68ed441d15081cb
runtime: only run TestArenaCollision if the target can exec

Replace the test for nacl with testenv.MustHaveExec to also skip
test on iOS.

Change-Id: I6822714f6d71533d1b18bbb7894f6ad339d8aea1
Reviewed-on: https://go-review.googlesource.com/94755
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/malloc_test.go