24 Commits

Author SHA1 Message Date
Jeong YunWon
1cec856c63 skip flaky test_socket sendmsg tests in macos 2024-04-25 22:04:40 +09:00
Jeong YunWon
5fd5939395 skip flaky socket test in macOS 2024-04-23 16:24:15 +09:00
Daniel Chiquito
de7e4e49da Disable broken test_socket.py tests
There are a substantial number of socket tests that are disabled due to
`bind(): bad family` errors. It seems like RustPython only supports a
small subset of the required connection families, so the failing tests
are broken for the same reasons.
2024-03-09 18:22:57 -05:00
dvermd
0d0139b322 Update enum to CPython 3.11.5 (#5074)
part of: #4564
2023-10-03 22:32:38 +09:00
Jeong YunWon
dfb37d9a44 setattro uses Py<PyStr> 2023-03-20 19:00:02 +09:00
Jeong YunWon
367a948ff0 Adapt unittest.expectedFailureIf 2023-03-02 04:41:15 +09:00
Jeong YunWon
19504a6b9d mark failing tests again 2022-08-15 01:08:58 +09:00
CPython Developers
939257411b Update socket{server} from CPython 3.10.6 2022-08-15 00:34:06 +09:00
Padraic Fanning
0b1a54220e Unmark passing test on macOS and Windows 2022-07-04 20:52:03 -04:00
Padraic Fanning
b39263db3b Mark erroring test on Windows 2022-07-04 20:50:03 -04:00
Padraic Fanning
92f790efc1 Mark erroring/failing tests 2022-07-04 20:18:56 -04:00
Padraic Fanning
165df16945 Unmark passing tests due to CI limitations 2022-06-22 20:19:39 -04:00
Padraic Fanning
c8748bc98e Fix test.support imports 2022-02-13 17:56:08 -05:00
Padraic Fanning
75390dd787 Fix test.support imports 2022-02-12 20:48:57 -05:00
Dean Li
5ee4fb899b test: use os_helper 2021-11-28 20:51:32 +08:00
Jeong YunWon
913b78ca44 Revert "Merge pull request #3433 from deantvv/test-update"
This reverts commit 9fa5c5ac66, reversing
changes made to e7fa32c687.
2021-11-17 17:06:51 +09:00
Dean Li
49a5805d11 test: use os_helper 2021-11-13 02:18:33 +00:00
Padraic Fanning
bd9aa2f938 Fix CI failures for macOS in test_socket 2021-10-17 19:01:37 -04:00
Padraic Fanning
9c219e3836 Clean up skip in test_socket 2021-10-17 19:01:36 -04:00
Lee Dogeon
63b1696458 Derive name from tp_name 2021-09-09 00:07:36 +09:00
Dean Li
06b40b3602 socket: impl herror
There is one todo that is waiting for hstrerror to land in libc crate.
For now it shows the same error as cpython when hstrerror is not
available.
2021-08-07 15:26:09 +08:00
coolreader18
a2fc8796e8 Fix windows tests 2021-06-11 16:15:33 -05:00
Noah
74f9722033 Mark failing tests 2021-06-10 20:54:49 -05:00
Noah
b69c14c2a6 Add test_socket.py from CPython 3.8 2021-06-10 20:54:49 -05:00