]> Cypherpunks repositories - gostls13.git/commit
syscall: don't run fcntl child process test on iOS
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 15 May 2015 15:45:16 +0000 (08:45 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 15 May 2015 16:41:12 +0000 (16:41 +0000)
commitd4ed30612c9eead7b1d59179cae5d468fb900f35
tree2bcdfe1e961ed23b72d66c90c22bfa36a7c8ddb5
parent97494a45e21099c3a357785f31894a5e69e086c8
syscall: don't run fcntl child process test on iOS

Fixes darwin-arm{,64} builds.
Child processes aren't allowed on iOS.

Change-Id: I9258ed4df757ec394ef6327dbda96f5b9705bcdd
Reviewed-on: https://go-review.googlesource.com/10142
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/syscall_unix_test.go