Commit 1d95a04
authored
Update
* Update test/libregrtest to CPython 3.13.10
* Re-add try block around platform and encodings info
* Disable WindowsLoadTracker on Windows
* Disable struct._clearcache()
* Disable saved_test_environment context manager
* Disable support.record_original_stdout()
* Update test/test_regrtest.py to CPython 3.13.11
* Add autotest shim from CPython 3.13.11
* Mark failing tests and skip flaky ones in test/test_regrtest.py
* Mark failing test in test_fstring
* Add _test_eintr.py from CPython 3.13.11
* Skip long-running test in _test_eintr
* Mark failing/erroring tests in _test_eintr
* Skip panicking tests in test_io
* Unmark passing tests in test_io
* Mark failing test in test_urllib2net
* Unmark passing test in test_fstring
* Time out if any one test takes longer than 10 minutes
* Skip more flaky tests in test_threading
* Skip tests that pollute the environment for some reason
* Skip flaky tests in test.test_multiprocessing_fork.test_misc
* Skip flaky tests in test.test_multiprocessing_fork.test_manager
Had to go with the nuclear option.
* Skip flaky tests in test_regrtest
* Mark flaky tests in test_ftplib
* Fix multiprocessing tests on Darwin
* Remove test_sys from list of environment polluters
* Remove test_ftplib from list of environment polluters
* Add test.test_multiprocessing_fork.test_misc to list of environment
polluters
* Check 10 times if a test is still polluting the environment
* Save more of the test environment before a test is run
* Mark test_import as polluting the environment
* Unmark passing test in test_regrtest
* Mark flaky test in test_regrtest
* Remove tests from list of environment polluters
* Skip flaky test in test_logging
* Remove tests from list of polluting tests
* Skip certain problematic tests in test_threading
* Skip test causing worker bug in test_builtin
* Make env polluter skip in test_threading os-agnostic
* Remove test_file_eintr from list of polluters
* Remove test_subprocess from the list of polluters
* Address coderabbit comments
* fix threading._dangling
* Skip environment polluter in test.test_concurrent_futures.test_thread_pool
* Make skip in test_thread_pool os-agnostic
* Skip problematic tests in test_wait
* Skip flaky tests in test_process_pool
* Remove test_import from list of polluters
* Amend skips in test.test_multiprocessing_forkserver.test_processes
* Remove test_raise from list of polluters
* Remove test_ssl from list of polluters
* Skip flaky test in test_ssl
* Fix YAML formatting issue
---------
Co-authored-by: Jeong, YunWon <jeong@youknowone.org>test/libregrtest to CPython 3.13.10 (#6410)File tree
47 files changed
+6947
-1854
lines changed- .github/workflows
- Lib/test
- libregrtest
- test_concurrent_futures
- test_importlib/resources
- test_multiprocessing_forkserver
- test_multiprocessing_fork
- test_multiprocessing_spawn
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+6947
-1854
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
108 | 125 | | |
109 | 126 | | |
110 | 127 | | |
| |||
116 | 133 | | |
117 | 134 | | |
118 | 135 | | |
119 | | - | |
| 136 | + | |
120 | 137 | | |
121 | 138 | | |
122 | 139 | | |
| |||
147 | 164 | | |
148 | 165 | | |
149 | 166 | | |
150 | | - | |
151 | | - | |
| 167 | + | |
152 | 168 | | |
153 | 169 | | |
154 | 170 | | |
| |||
160 | 176 | | |
161 | 177 | | |
162 | 178 | | |
163 | | - | |
| 179 | + | |
164 | 180 | | |
165 | 181 | | |
166 | 182 | | |
| |||
248 | 264 | | |
249 | 265 | | |
250 | 266 | | |
251 | | - | |
| 267 | + | |
252 | 268 | | |
253 | 269 | | |
254 | 270 | | |
| |||
278 | 294 | | |
279 | 295 | | |
280 | 296 | | |
281 | | - | |
282 | | - | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
283 | 300 | | |
284 | 301 | | |
285 | 302 | | |
286 | 303 | | |
287 | | - | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
288 | 307 | | |
289 | 308 | | |
290 | 309 | | |
291 | 310 | | |
292 | | - | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
293 | 314 | | |
294 | 315 | | |
295 | 316 | | |
296 | 317 | | |
297 | | - | |
298 | | - | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
299 | 321 | | |
300 | 322 | | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
301 | 407 | | |
302 | 408 | | |
303 | 409 | | |
| |||
323 | 429 | | |
324 | 430 | | |
325 | 431 | | |
326 | | - | |
| 432 | + | |
327 | 433 | | |
328 | 434 | | |
329 | 435 | | |
| |||
360 | 466 | | |
361 | 467 | | |
362 | 468 | | |
363 | | - | |
| 469 | + | |
364 | 470 | | |
365 | 471 | | |
366 | 472 | | |
| |||
375 | 481 | | |
376 | 482 | | |
377 | 483 | | |
378 | | - | |
379 | | - | |
| 484 | + | |
| 485 | + | |
380 | 486 | | |
381 | 487 | | |
382 | 488 | | |
383 | 489 | | |
384 | 490 | | |
385 | 491 | | |
386 | | - | |
387 | | - | |
388 | | - | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
389 | 495 | | |
390 | 496 | | |
391 | 497 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
0 commit comments