What version of Go are you using (go version)?
go version go1.8.1 linux/mips64le
What operating system and processor architecture are you using?
Debian Stretch mips64el
What did you do?
Run x/sys/unix testsuite.
What did you expect to see?
It passes
What did you see instead?
# golang.org/x/sys/unix_test
./syscall_unix_test.go:326: undefined: unix.Dup2
FAIL golang.org/x/sys/unix [build failed]
It appears the Dup2 syscall is missing on mips64 and mips64le.