golang/src/internal/testpty
Heschi Kreinick f85c282a18 internal/testpty: fix error handling
When calling a c library function, you discover that an error has
occurred, typically by looking at the return value of the function. Only
after that can you use errno to figure out the cause of the error.

Nothing about cgo changes that story -- you still have to look at the
result before checking the error that represents errno. If not you can
get false errors if the function happens to leak a non-zero errno.

Fix testpty to check errors correctly.

Change-Id: Idb95f8dd6a8ed63f653190c2e722e742cf50542b
Reviewed-on: https://go-review.googlesource.com/c/go/+/463397
Run-TryBot: Heschi Kreinick <heschi@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Heschi Kreinick <heschi@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2023-01-25 18:38:54 +00:00
..
pty.go cmd/go: make testterminal18153 a normal test 2022-11-16 19:00:20 +00:00
pty_cgo.go internal/testpty: fix error handling 2023-01-25 18:38:54 +00:00
pty_darwin.go
pty_none.go cmd/go: make testterminal18153 a normal test 2022-11-16 19:00:20 +00:00