]> Cypherpunks repositories - gostls13.git/commit
runtime: enable runtime_mmap_test.go on AIX
authorClément Chigot <clement.chigot@atos.net>
Fri, 26 Apr 2019 14:40:01 +0000 (16:40 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 26 Apr 2019 15:06:36 +0000 (15:06 +0000)
commitf61353f2d9fda9b5d8ae3026f815986d749d530e
treeb8c4c4bb770e38e592edc12b7583833310d7336f
parent8feeada50cf3f783fe3c8113d5da51ad8c0b3014
runtime: enable runtime_mmap_test.go on AIX

AIX doesn't allow to mmap an address range which is already mmap.
Therefore, once the region has been allocated, it must munmap before
being able to play with it.

Change-Id: I1547782f0379024f57869f1dda8c1c9bb12d831f
Reviewed-on: https://go-review.googlesource.com/c/go/+/174059
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/defs_aix.go
src/runtime/defs_aix_ppc64.go
src/runtime/export_mmap_test.go
src/runtime/mem_aix.go
src/runtime/runtime_mmap_test.go