|
57 | 57 | xfail: slow, sometimes times out
|
58 | 58 | - test_array
|
59 | 59 | - test_asdl_parser
|
60 |
| -- test_ast: |
61 |
| - xfail-safari: Stack overflow |
| 60 | +- test_ast.test_ast: |
62 | 61 | skip:
|
63 |
| - - test_stdlib_validates # incompatible with zipimport |
| 62 | + - "*_recursion_*" |
64 | 63 | - test_asyncgen:
|
65 | 64 | xfail: async
|
66 | 65 | - test_asyncio.test_base_events:
|
|
97 | 96 | xfail: async
|
98 | 97 | - test_asyncio.test_ssl
|
99 | 98 | - test_asyncio.test_sslproto
|
| 99 | +- test_asyncio.test_staggered |
100 | 100 | - test_asyncio.test_streams:
|
101 | 101 | xfail: async
|
102 | 102 | - test_asyncio.test_subprocess:
|
|
179 | 179 | - test_capi.test_misc:
|
180 | 180 | skip:
|
181 | 181 | - "*subinterpreter*" # Should we disable _xxsubinterpreters in Setup.local?
|
| 182 | +- test_capi.test_number |
| 183 | +- test_capi.test_run |
182 | 184 | - test_capi.test_set
|
183 | 185 | - test_capi.test_structmembers
|
184 | 186 | - test_capi.test_sys
|
| 187 | +- test_capi.test_tuple |
185 | 188 | - test_capi.test_unicode
|
186 | 189 | - test_capi.test_watchers
|
187 | 190 | - test_cgi:
|
188 | 191 | skip:
|
189 | 192 | - test_log # OSError: [Errno 70] Invalid seek
|
190 | 193 | - test_cgitb
|
191 | 194 | - test_charmapcodec
|
192 |
| -- test_class |
| 195 | +- test_class: |
| 196 | + skip: |
| 197 | + - testSFBug532646 # Maximum call stack size exceeded |
193 | 198 | - test_clinic
|
194 | 199 | - test_cmath
|
195 | 200 | - test_cmd
|
|
216 | 221 | - test_collections
|
217 | 222 | - test_colorsys
|
218 | 223 | - test_compare
|
219 |
| -- test_compile |
| 224 | +- test_compile: |
| 225 | + skip: |
| 226 | + - test_compiler_recursion_limit |
| 227 | + - test_extended_arg |
220 | 228 | - test_compileall:
|
221 | 229 | xfail: multiprocessing
|
222 | 230 | - test_compiler_assemble
|
|
238 | 246 | - test_contextlib
|
239 | 247 | - test_contextlib_async:
|
240 | 248 | xfail: async
|
241 |
| -- test_copy |
| 249 | +- test_copy: |
| 250 | + skip: |
| 251 | + - test_deepcopy_reflexive_dict |
| 252 | + - test_deepcopy_reflexive_list |
| 253 | + - test_deepcopy_reflexive_tuple |
242 | 254 | - test_copyreg:
|
243 | 255 | xfail: dbm
|
244 | 256 | - test_coroutines:
|
|
250 | 262 | - test_ctypes.test_anon
|
251 | 263 | - test_ctypes.test_array_in_pointer
|
252 | 264 | - test_ctypes.test_arrays
|
253 |
| -- test_ctypes.test_as_parameter |
| 265 | +- test_ctypes.test_as_parameter: |
| 266 | + skip: |
| 267 | + - test_recursive_as_param |
254 | 268 | - test_ctypes.test_bitfields
|
255 | 269 | - test_ctypes.test_buffers
|
256 | 270 | - test_ctypes.test_bytes
|
|
293 | 307 | - test_ctypes.test_struct_fields
|
294 | 308 | - test_ctypes.test_structures:
|
295 | 309 | skip:
|
| 310 | + - test_array_in_struct |
296 | 311 | - test_array_in_struct_registers # needs https://github.com/libffi/libffi/pull/818
|
| 312 | + - test_issue18060* |
297 | 313 | - test_ctypes.test_unaligned_structures
|
298 | 314 | - test_ctypes.test_unicode
|
299 | 315 | - test_ctypes.test_values
|
|
320 | 336 | xfail: stack overflow
|
321 | 337 | - test_descrtut
|
322 | 338 | - test_devpoll
|
323 |
| -- test_dict |
| 339 | +- test_dict: |
| 340 | + skip: |
| 341 | + - test_repr_deep |
324 | 342 | - test_dict_version
|
325 | 343 | - test_dictcomps
|
326 |
| -- test_dictviews |
| 344 | +- test_dictviews: |
| 345 | + skip: |
| 346 | + - test_deeply_nested_repr |
327 | 347 | - test_difflib
|
328 | 348 | - test_dis:
|
329 | 349 | xfail-safari: safaridriver unexpectedly exited
|
330 |
| -- test_doctest: |
331 |
| - xfail: subprocess |
332 |
| -- test_doctest2 |
| 350 | +- test_doctest.test_doctest |
| 351 | +- test_doctest.test_doctest2 |
333 | 352 | - test_docxmlrpc:
|
334 | 353 | xfail: socket
|
335 | 354 | - test_dtrace:
|
|
367 | 386 | - test_epoll
|
368 | 387 | - test_errno
|
369 | 388 | - test_except_star
|
370 |
| -- test_exception_group |
| 389 | +- test_exception_group: |
| 390 | + skip: |
| 391 | + - test_deep_split |
| 392 | + - test_deep_subgroup |
371 | 393 | - test_exception_hierarchy
|
372 | 394 | - test_exception_variations
|
373 | 395 | - test_exceptions:
|
|
403 | 425 | skip:
|
404 | 426 | # frozen modules are disabled in runtime
|
405 | 427 | - test_unfrozen_submodule_in_frozen_package
|
406 |
| -- test_fstring |
| 428 | +- test_fstring: |
| 429 | + xfail-chrome: times out on Python 3.12.7 |
407 | 430 | - test_ftplib:
|
408 | 431 | xfail: socket
|
409 | 432 | - test_funcattrs
|
410 | 433 | - test_functools:
|
411 | 434 | skip:
|
412 | 435 | - "*threaded*"
|
| 436 | + - test_recursive_pickle |
413 | 437 | - test_future_stmt.test_future
|
414 | 438 | - test_future_stmt.test_future_flags
|
415 | 439 | - test_future_stmt.test_future_multiple_features
|
|
540 | 564 | # The remaining test_io tests seem to hang too
|
541 | 565 | - test_ioctl
|
542 | 566 | - test_ipaddress
|
543 |
| -- test_isinstance |
| 567 | +- test_isinstance: |
| 568 | + skip: |
| 569 | + - "*recursion*" |
| 570 | + - "*infinite*" |
544 | 571 | - test_iter
|
545 | 572 | - test_iterlen
|
546 | 573 | - test_itertools
|
|
555 | 582 | - test_json.test_pass1
|
556 | 583 | - test_json.test_pass2
|
557 | 584 | - test_json.test_pass3
|
558 |
| -- test_json.test_recursion |
| 585 | +- test_json.test_recursion: |
| 586 | + xfail: Stack overflow |
559 | 587 | - test_json.test_scanstring
|
560 | 588 | - test_json.test_separators
|
561 | 589 | - test_json.test_speedups
|
|
588 | 616 | - test_clearcache
|
589 | 617 | - test_getline
|
590 | 618 | - test_memoryerror
|
591 |
| -- test_list |
| 619 | +- test_list: |
| 620 | + skip: |
| 621 | + - test_repr_deep |
592 | 622 | - test_listcomps
|
593 | 623 | - test_lltrace
|
594 | 624 | - test_locale:
|
|
727 | 757 | skip:
|
728 | 758 | - test_stdin # fork
|
729 | 759 | - test_pyclbr
|
730 |
| -- test_pydoc: |
731 |
| - xfail: pydoc_data unvendored |
| 760 | +- test_pydoc.test_pydoc: |
| 761 | + xfail: Missing doc data |
732 | 762 | - test_pyexpat
|
733 | 763 | - test_queue:
|
734 | 764 | # More than half of these make a thread
|
|
873 | 903 | - test_sly_relative*
|
874 | 904 | - test_extractall*
|
875 | 905 | - test_parent_symlink*
|
| 906 | + - test_overwrite_broken_file_symlink_as_file |
| 907 | + - test_overwrite_file_as_implicit_dir |
876 | 908 | - test_tcl
|
877 | 909 | - test_telnetlib:
|
878 | 910 | xfail: 7/19 fail with sockets
|
|
923 | 955 | - test_tomllib.test_misc
|
924 | 956 | - test_tools.test_freeze
|
925 | 957 | - test_tools.test_i18n
|
| 958 | +- test_tools.test_makefile |
926 | 959 | - test_tools.test_reindent
|
927 | 960 | - test_tools.test_sundry
|
928 | 961 | - test_trace:
|
|
974 | 1007 | - test_unittest.test_setups
|
975 | 1008 | - test_unittest.test_skipping
|
976 | 1009 | - test_unittest.test_suite
|
| 1010 | +- test_unittest.test_util |
977 | 1011 | - test_univnewlines
|
978 | 1012 | - test_unpack
|
979 | 1013 | - test_unpack_ex
|
|
989 | 1023 | - test_urllib_response
|
990 | 1024 | - test_urllibnet
|
991 | 1025 | - test_urlparse
|
992 |
| -- test_userdict |
993 |
| -- test_userlist |
| 1026 | +- test_userdict: |
| 1027 | + xfail: Stack overflow |
| 1028 | +- test_userlist: |
| 1029 | + xfail: Stack overflow |
994 | 1030 | - test_userstring
|
995 | 1031 | - test_utf8_mode
|
996 | 1032 | - test_utf8source
|
|
1010 | 1046 | - test_weakset
|
1011 | 1047 | - test_webbrowser:
|
1012 | 1048 | xfail: replaced
|
| 1049 | +- test_winapi |
1013 | 1050 | - test_winconsoleio
|
1014 | 1051 | - test_winreg
|
1015 | 1052 | - test_winsound
|
|
0 commit comments