]> Cypherpunks.ru repositories - gostls13.git/commit
all: skip unsupported tests on AIX
authorClément Chigot <clement.chigot@atos.net>
Fri, 2 Nov 2018 09:09:30 +0000 (10:09 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 2 Nov 2018 16:12:08 +0000 (16:12 +0000)
commit85525c56ab5fdb214fee70b4b4cce8700344258b
tree03269d4c3ada020b50f570b445913dd4390bb350
parent3a0d6091d64f0204d0942764d3356ac0572be0e3
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>
src/cmd/internal/obj/x86/issue19518_test.go
src/cmd/internal/obj/x86/obj6_test.go
src/debug/elf/file_test.go
src/runtime/crash_test.go
src/runtime/pprof/pprof_test.go
src/runtime/runtime-gdb_test.go
test/nosplit.go