Commit Graph

19 Commits

Author SHA1 Message Date
Shahar Naveh
bef46f17d5 Fix list.__repr__ deadlock (#7275)
* Fix list repr deadlock

* Unmark apssing test
2026-03-01 10:43:23 +09:00
Jeong, YunWon
d7c259c8c9 Update list-related CPython tests to v3.14.2 (#7000) 2026-02-05 20:30:17 +09:00
Shahar Naveh
c5c2bd050d Add tool for easier test updates (#6089)
* Add scripts/lib_updater.py

* Update `Lib/test/test_os.py` with tool

* Update `test_list.py` as well
2025-09-07 16:05:54 +09:00
Shahar Naveh
4fe4ff4f99 Update test_{list,listcomps}.py from 3.13.5 (#5965) 2025-07-14 14:24:00 +09:00
Ashwin Naren
9c9fa7e537 update test_list to 3.12.8 2025-01-19 20:05:35 -08:00
Andrey Maltsev
889df336d6 fixes 2023-04-10 14:16:12 +00:00
Andrey Maltsev
ba6a815711 Update test_list.py from Cpython v3.11.2 2023-04-04 09:56:10 +00:00
yt2b
70294bca50 Remove the skip decorator 2022-12-11 10:52:59 +09:00
Hyunmin Shin
a6780040c8 Update test_{list, deque, userlist}.py 2022-08-01 21:14:17 +09:00
Jeong Yunwon
003f9dbf21 adjust failing markers for list tests 2022-07-18 03:53:29 +09:00
CPython developers
5b18683240 Update list/tuple tests from CPython 3.10.5 2022-07-18 02:32:42 +09:00
jfh
97b8d7ca7b Add checking for repeat on sequences. 2021-08-29 17:43:47 +03:00
jfh
0c6375c031 Fix pickling, length hint, iteration for reverse list iterators. Refactor common functionality. 2021-08-12 20:26:59 +03:00
jfh
95ba82bd54 Fix iteration issues, pickling by marking iterators as exhausted. 2021-06-14 19:32:22 +03:00
Padraic Fanning
07e70a1788 Explain test_overflow skip 2021-02-07 15:49:42 -05:00
Jeong YunWon
530784389c unskip test_list.py 2020-11-12 11:30:33 +09:00
Noah
b245712949 Fix some 32-bit only oom tests + others 2020-06-06 17:14:32 -05:00
Aviv Palivoda
247d814fa6 Mark failed and error tests for lists 2020-01-04 16:30:02 +02:00
Aviv Palivoda
27da37ca3f Add test_list 2020-01-04 16:30:02 +02:00