Commit Graph

2180 Commits

Author SHA1 Message Date
Padraic Fanning
edbc17fb38 Skip flaky test 2022-02-25 19:33:53 -05:00
Padraic Fanning
ead652b112 Mark erroring test on Windows 2022-02-19 14:21:44 -05:00
Padraic Fanning
f603371f08 Mark erroring/failing tests 2022-02-18 22:10:23 -05:00
Padraic Fanning
a702ae69c7 Update test_codecs to CPython 3.10 2022-02-18 21:55:04 -05:00
Padraic Fanning
ad13373fdb Update codecs.py to CPython 3.10 2022-02-18 21:36:24 -05:00
snowapril
3c64486431 Update test_complex.py to cpython 3.10 2022-02-18 17:46:10 +09:00
Jeong YunWon
866d06fefe Merge pull request #3553 from fanninpm/test-support-threading-helper
Add CPython 3.10's test/support/threading_helper
2022-02-14 15:00:59 +09:00
Padraic Fanning
ef64376f55 Update test_textwrap to CPython 3.10 2022-02-13 19:07:02 -05:00
Padraic Fanning
44cd8db0a3 Update textwrap.py to CPython 3.10 2022-02-13 19:05:39 -05:00
Padraic Fanning
c8748bc98e Fix test.support imports 2022-02-13 17:56:08 -05:00
Padraic Fanning
ef1048757e Migrate threading functions and class to helper 2022-02-13 17:27:07 -05:00
Padraic Fanning
e41f43d3bd Add CPython 3.10's test/support/threading_helper 2022-02-13 16:44:23 -05:00
Jeong YunWon
d20dbf937a Merge pull request #3552 from fanninpm/statistics-3.10
Update statistics.py to CPython 3.10
2022-02-13 23:36:55 +09:00
Padraic Fanning
9b6155cf87 Unmark passing test 2022-02-12 23:51:47 -05:00
Padraic Fanning
0f1cdedf73 Update test_statistics.py to CPython 3.10 2022-02-12 23:31:00 -05:00
Padraic Fanning
78d543e776 Update statistics.py to CPython 3.10 2022-02-12 23:25:34 -05:00
Padraic Fanning
2bad1cf06c Add nntplib.py from CPython 3.10 2022-02-12 20:49:36 -05:00
Padraic Fanning
75390dd787 Fix test.support imports 2022-02-12 20:48:57 -05:00
Padraic Fanning
92ab0a4525 Migrate constants and functions to helper 2022-02-12 19:44:10 -05:00
Padraic Fanning
ab556e2811 Add test/support/socket_helper from CPython 3.10 2022-02-12 19:37:44 -05:00
Jeong YunWon
db788936c6 Merge pull request #3547 from fanninpm/test-support-os-helper
Align test/support/os_helper with CPython 3.10
2022-02-13 09:36:22 +09:00
Padraic Fanning
54ae3bd962 Fix test.support imports 2022-02-12 18:36:31 -05:00
Padraic Fanning
a7dd8b0826 Migrate constants and functions to helper 2022-02-12 16:00:51 -05:00
Padraic Fanning
7c585041ed Remove copy method (not in CPython 3.10)
Per @deantvv's request.
2022-02-12 15:29:31 -05:00
Padraic Fanning
da40151122 Mark erroring tests 2022-02-12 15:17:50 -05:00
Padraic Fanning
c2ae3ba8d8 Add _test_atexit from CPython 3.10 2022-02-12 14:06:19 -05:00
Padraic Fanning
ba67971a3d Update test_atexit to CPython 3.10 2022-02-12 14:06:19 -05:00
Jeong YunWon
617a820877 Merge pull request #3549 from fanninpm/test-support-testresult
Update test/support/testresult to CPython 3.10
2022-02-12 11:20:56 +09:00
Padraic Fanning
30c7932738 Update test/support/testresult to CPython 3.10 2022-02-10 22:05:06 -05:00
Padraic Fanning
5287a99ca9 Update test/support/script_helper to CPython 3.10 2022-02-10 21:50:58 -05:00
Padraic Fanning
e0460235db Align test/support/os_helper with CPython 3.10 2022-02-10 21:40:08 -05:00
Jeong YunWon
61f8068082 Merge pull request #3545 from fanninpm/test-support-importlib-helper
Align test/support/import_helper with CPython 3.10
2022-02-10 19:32:07 +09:00
Jeong YunWon
ff7716b52e Merge pull request #3540 from fanninpm/test-support-hashlib-helper
Add test/support/hashlib_helper from CPython 3.10
2022-02-09 17:48:19 +09:00
Padraic Fanning
b464ac294f Align test/support/import_helper with CPython 3.10 2022-02-08 17:37:37 -05:00
Jeong YunWon
bd6c203789 Merge pull request #3503 from deantvv/os-device-encoding
os: implement device_encoding
2022-02-09 02:49:51 +09:00
Dean Li
2df64f081f os: implement device_encoding 2022-02-08 07:47:57 +08:00
Padraic Fanning
707b5dfddc Change failure reason in test_pickle 2022-02-07 18:00:06 -05:00
Padraic Fanning
e79a6a5d23 Add EncodingWarning from CPython 3.10 2022-02-07 17:49:57 -05:00
Padraic Fanning
671989ce12 Unmark passing test in test_bytes.py 2022-02-06 19:59:30 -05:00
Padraic Fanning
2b147e4d4c Mark erroring/failing tests 2022-02-06 19:46:38 -05:00
Padraic Fanning
fac6a796d3 Update pickle.py to CPython 3.10 2022-02-06 18:20:28 -05:00
Padraic Fanning
6cc9849067 Add test_pickle from CPython 3.10 2022-02-06 17:59:15 -05:00
Padraic Fanning
576b08a124 Migrate requires_hashdigest() to helper 2022-02-06 16:53:09 -05:00
Padraic Fanning
2740675228 Add test/support/hashlib_helper from CPython 3.10 2022-02-06 16:46:48 -05:00
Jeong YunWon
99a3dae2a3 Merge pull request #3483 from Snowapril/random_module
Update `random` module and fix some issues
2022-02-06 18:59:27 +09:00
snowapril
bcda616771 Remove expectedFailure decorator on success test
Signed-off-by: snowapril <sinjihng@gmail.com>
2022-02-06 14:56:39 +09:00
snowapril
9bdf12230b Remove expected failure decorator on success test
Signed-off-by: snowapril <sinjihng@gmail.com>
2022-02-06 14:56:39 +09:00
Noa
98f4a90908 Fix randbytes(0) 2022-02-06 14:56:39 +09:00
snowapril
bea21fa9af Fix os.urandom to accept isize and check negative
Signed-off-by: snowapril <sinjihng@gmail.com>
2022-02-06 14:56:39 +09:00
snowapril
04306973ed Fix getrandbits to check negative
Signed-off-by: snowapril <sinjihng@gmail.com>
2022-02-06 14:56:39 +09:00