about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-02-17 15:14:52 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-02-17 17:26:44 -0800
commitf807b6a61e7f1fb0645a4f58f874292214d65907 (patch)
tree87a2c404ddfeb56b3d35d9fde5d78548fe441036 /src/libstd/sys/unix/stack_overflow.rs
parent02c276175af6caeeb0bc41f7c3c5d3bc79db6359 (diff)
parent9eeaa3c78694ec593450e5dd96a5f3fa10afd434 (diff)
downloadrust-f807b6a61e7f1fb0645a4f58f874292214d65907.tar.gz
rust-f807b6a61e7f1fb0645a4f58f874292214d65907.zip
rollup merge of #22440: semarie/openbsd-connect_error
The `connect_error` test check if connecting to "0.0.0.0:1" works (it
shouldn't). And in case of error, the test expects a `ConnectionRefused`
error.

Under OpenBSD, trying to connect to "0.0.0.0" isn't a `ConnectionRefused`:
it is an `InvalidInput` error.

The patch allow the error to be `ConnectionRefused` or `InvalidInput`.

Another possibility is to check connecting to "127.0.0.1:1" and expects only `ConnectionRefused` error.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions