diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-02-17 15:14:52 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-02-17 17:26:44 -0800 |
| commit | f807b6a61e7f1fb0645a4f58f874292214d65907 (patch) | |
| tree | 87a2c404ddfeb56b3d35d9fde5d78548fe441036 /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 02c276175af6caeeb0bc41f7c3c5d3bc79db6359 (diff) | |
| parent | 9eeaa3c78694ec593450e5dd96a5f3fa10afd434 (diff) | |
| download | rust-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
