diff options
| author | Damien George <damien@micropython.org> | 2022-07-17 00:48:41 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-07-18 18:12:39 +1000 |
| commit | 18ecc29bb8eedcc1f4fd999310467f0942eeaaac (patch) | |
| tree | e4c5a568c09d37b3b76bdfb18e3817b5d1c62b8d /tests/extmod/ussl_basic.py.exp | |
| parent | 1d23c01dd6d2bcf64dec86ceed77db7ecac8a8d9 (diff) | |
tests/extmod/ussl_basic: Make test run on axtls and mbedtls.
Fixes issue #4364.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/extmod/ussl_basic.py.exp')
| -rw-r--r-- | tests/extmod/ussl_basic.py.exp | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/extmod/ussl_basic.py.exp b/tests/extmod/ussl_basic.py.exp index eb7df855a..34355c518 100644 --- a/tests/extmod/ussl_basic.py.exp +++ b/tests/extmod/ussl_basic.py.exp @@ -1,7 +1,8 @@ -wrap_socket: OSError(-256, 'CONN_LOST') +OSError: client <_SSLSocket -4 -b'' -read: OSError(-261,) -read: OSError(9,) -write: OSError(9,) +TestSocket.setblocking(False) +TestSocket.setblocking(True) +TestSocket.ioctl 4 0 +TestSocket.ioctl 4 0 +OSError: read +OSError: write |
