]> Cypherpunks repositories - gostls13.git/commit
syscall: disable test that forks on darwin/arm
authorDavid Crawshaw <crawshaw@golang.org>
Mon, 23 Mar 2015 16:40:00 +0000 (12:40 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Mon, 23 Mar 2015 17:17:07 +0000 (17:17 +0000)
commit9ee6baa82a9776ba5a74662a6c0e9483a3c93dad
tree2c9465163cd4f055257a856a851e75635500fd92
parent21e47d831bafb59f22b1ea8098f709677ec8ce33
syscall: disable test that forks on darwin/arm

This test was introduced in cl/5130 and broke the darwin/arm builder.

Also check some errors, which was making the failure hard to decipher.

Change-Id: Ifb1d60b9971782cf8d2e979d83f8a81249d7ee9b
Reviewed-on: https://go-review.googlesource.com/7932
Reviewed-by: Rob Pike <r@golang.org>
src/syscall/exec_unix_test.go