aboutsummaryrefslogtreecommitdiff
path: root/test/nosplit.go
diff options
context:
space:
mode:
authorClément Chigot <clement.chigot@atos.net>2018-11-02 10:09:30 +0100
committerBrad Fitzpatrick <bradfitz@golang.org>2018-11-02 16:12:08 +0000
commit85525c56ab5fdb214fee70b4b4cce8700344258b (patch)
tree03269d4c3ada020b50f570b445913dd4390bb350 /test/nosplit.go
parent3a0d6091d64f0204d0942764d3356ac0572be0e3 (diff)
downloadgo-85525c56ab5fdb214fee70b4b4cce8700344258b.tar.gz
go-85525c56ab5fdb214fee70b4b4cce8700344258b.zip
all: skip unsupported tests on AIX
This commit skips tests which aren't yet supported on AIX. nosplit.go is disabled because stackGuardMultiplier is increased for syscalls. Change-Id: Ib5ff9a4539c7646bcb6caee159f105ff8a160ad7 Reviewed-on: https://go-review.googlesource.com/c/146939 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'test/nosplit.go')
-rw-r--r--test/nosplit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nosplit.go b/test/nosplit.go
index 1855c010ae..734f456cc9 100644
--- a/test/nosplit.go
+++ b/test/nosplit.go
@@ -1,4 +1,4 @@
-// +build !nacl,!js,!gcflags_noopt
+// +build !nacl,!js,!aix,!gcflags_noopt
// run
// Copyright 2014 The Go Authors. All rights reserved.