tools/go/ssa/interp
Tobias Klauser ccd319aab1 go/ssa/interp: add internal/syscall/unix.syscall_fcntl to fix tests
CL 100077 added the syscall_fcntl function in the internal/syscall/unix
package to refer to syscall.fcntl outside of the syscall package in a
unified way.

Add a replacement that simulates a successful fcntl call to fix the
interp tests.

Change-Id: I05847d222f18a19cb30f1395497e708a027a002e
Reviewed-on: https://go-review.googlesource.com/106415
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-04-11 19:48:31 +00:00
..
testdata x/tools: simplify and format code 2017-02-28 14:15:42 +00:00
external.go go/ssa/interp: add internal/syscall/unix.syscall_fcntl to fix tests 2018-04-11 19:48:31 +00:00
external_darwin.go go/ssa/interp: add several intrinsics for Darwin 2016-11-28 17:49:04 +00:00
external_unix.go go/ssa/interp: add several intrinsics for Darwin 2016-11-28 17:49:04 +00:00
interp.go go/ssa/interp: drop interpretation of "testing" package 2017-11-28 21:57:06 +00:00
interp_test.go go/ssa/interp: skip tests on darwin until crashes are fixed 2018-01-03 17:43:40 +00:00
map.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
ops.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
reflect.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
value.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00