Ashwin Naren
396df1a506
update test_listcomps.py to 3.12.8
2025-01-19 20:05:35 -08:00
Ashwin Naren
16d8bab61a
Update Logging to 3.12.7 ( #5478 )
...
* updated logging to 3.12, added logging tests, and added smtplib and tests
* fix expected failures on test_smtplib.py
* mark all rustpython fails on test_logging.py
2025-01-17 19:44:06 +09:00
Ashwin Naren
2d83a67bd6
Update zlib from 3.12.6 and _ZlibDecompressor implementation ( #5476 )
...
* add is_s390x and skip_on_s390x to test support
* update zlib tests to 3.12
* _ZlibDecompressor implementation
2025-01-16 13:28:09 +09:00
Jeong YunWon
8ed79bd1af
add a dummy parameter for support.skip_if_sanitizer
2024-07-28 20:24:15 +09:00
Jeong, YunWon
af884cb284
First step for Python 3.12 support ( #5078 )
...
* Mark 3.12
* Update importlib from Python 3.12.0
* Update test_importlib from Python3.12
* Mark failings tests from importlib
* Update test.support from Python3.12
* Fix unsupported parser feature
* mark failing test
* Update functools from Python 3.12
* manual type annotation
* slice behavior changed in 3.12
* empty unittest.main returns non-zero
* test_decimal from CPython 3.12
* Mark failing tests
* Update test_unicode from CPython 3.12
* Update test_functools from Python 3.12
* Update enum from Python 3.12
* enum
* Doc format changed
* Update test_module from CPython
---------
Co-authored-by: CPython developers <>
2023-10-22 19:19:05 -07:00
CPython Devleopers
c48fe567f7
Update test.support from CPython 3.11.2
2023-02-24 01:16:22 +09:00
CPython developers
531c42cae9
Update test.support from CPython 3.10.5
2022-07-25 04:10:59 +09:00
Dean Li
29c953d9a6
test: update test.support and test_io to 3.10
...
Initially this is only meant to be a small update for `test_io.py`.
But it turns out that `test.support` need a lot of cleanup especially
for `test.support.warnings_helper`.
2022-04-18 22:50:55 +08:00
Padraic Fanning
ef1048757e
Migrate threading functions and class to helper
2022-02-13 17:27:07 -05:00
Padraic Fanning
92ab0a4525
Migrate constants and functions to helper
2022-02-12 19:44:10 -05:00
Padraic Fanning
a7dd8b0826
Migrate constants and functions to helper
2022-02-12 16:00:51 -05:00
Padraic Fanning
576b08a124
Migrate requires_hashdigest() to helper
2022-02-06 16:53:09 -05:00
Dean Li
c2baf11119
test: move import_helper out
2021-11-29 21:01:35 +08:00
Dean Li
2b89992d3f
test: move os_helper out as py3.10
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
4bcf317fba
test: move os_helper out as py3.10
2021-11-13 02:18:33 +00:00
Dean Li
de4c0363bd
test: update support.wait_process from py3.10
2021-11-06 21:04:13 +08:00
Noah
606d8196b6
Skip some importlib tests on windows + fix weird errors, hopefully?
2020-11-02 12:42:44 -06:00
Árni Dagur
da2bd5ea86
Implement math.ulp
2020-10-21 23:41:47 +00:00
Noah
0d16f983b7
Try fix unlink() on windows
2020-09-19 00:20:51 -05:00
Noah
1d2043558f
Try fixing sock and windows tests
2020-09-19 00:20:50 -05:00
Noah
dabc4fd402
Update test.support and test.test_venv to versions from CPython 3.8.3
2020-09-18 23:56:09 -05:00
Youngchan Lee
e2e514a060
Mark unsupported tests in test_complex
2020-08-15 17:42:18 +09:00
Bolun Thompson
0161b98082
Mark expected failures for the venv tests
2020-07-31 19:32:01 -07:00
Noah
b1aa11bf9e
Uncomment some things that were dependent on proper subprocess
2020-06-21 16:47:41 -05:00
Noah
3a8daf1966
Fix thread tests a bit
2020-05-23 18:47:29 -05:00
CPython dev
40451bba6b
Bump up test.support to CPython 3.8.2
2020-04-07 14:36:41 +09:00
Aviv Palivoda
88c477fb6c
Fix CR comments
2019-12-30 21:31:36 +02:00
Aviv Palivoda
4c7c5fd225
Change test code to allow running
2019-12-30 21:31:36 +02:00
Aviv Palivoda
adeb00ffbc
Allow test_bool.py to run
2019-11-12 16:03:06 +02:00
Aviv Palivoda
15fc64dc1e
Copy test_bool.py and test.support from CPython
2019-11-12 16:01:48 +02:00