Commit Graph

2633 Commits

Author SHA1 Message Date
Jeong YunWon
9a40c87dbd mark hanging/failing tests 2022-08-18 03:22:20 +09:00
Jeong YunWon
47dbafe7d3 @writes_bytecode_files to skip
https://github.com/python/cpython/pull/95972
2022-08-18 03:22:20 +09:00
CPython Developers
da109336bb Update importlib/test_importlib from CPython 3.10.6 2022-08-18 03:22:20 +09:00
Jeong YunWon
03ae0695b0 Remove markers from succesful zipimport tests 2022-08-18 03:22:20 +09:00
CPython developers
97e6542e93 Update zipimport from CPython 3.10.5 2022-08-18 03:22:20 +09:00
TaeGit
94f1d7d6d8 Update traceback.tb_next to be writable. 2022-08-17 23:27:50 +09:00
Karatus
b1478a68b5 Feature: _thread.interrupt_main (#4082) 2022-08-17 16:10:33 +09:00
Jeong YunWon
9daeaecd6c _thread compatibility using frozen _dummy_thread 2022-08-17 02:37:10 +09:00
Jeong YunWon
8f683b94d5 Add _dummy_thread._count 2022-08-17 02:16:51 +09:00
CPython Developers
3d4fe934a1 Update fnmatch from CPython 3.10 2022-08-16 10:08:03 +09:00
Jeong Yunwon
2154d12d96 adjust test_ntpath markers 2022-08-16 10:08:03 +09:00
Jeong Yunwon
fcc473ddd5 Update ntpath from CPython 3.10.6 2022-08-16 07:24:50 +09:00
Jeong YunWon
3efa141378 change partial failing markers to skip in test_importlib 2022-08-15 20:09:34 +09:00
Jeong YunWon
53ef2b9a0a remove failure markers from test_imp,test_zipimport,test_cmd_line_script 2022-08-15 20:09:34 +09:00
Jeong YunWon
42eb6554f0 impl _imp.check_hash_based_pycs 2022-08-15 16:09:32 +09:00
Jeong YunWon
70f303eab0 Update imp from CPython 3.10.6 2022-08-15 16:09:32 +09:00
CPython Developers
b8c38cfdff Update getpass from CPython 3.10.6 2022-08-15 05:25:42 +09:00
Jeong YunWon
b603de0c25 mark failing tests from genericalias 2022-08-15 05:25:42 +09:00
CPython Developers
9cc86de08b update test_genericalias from CPython 3.10.6 2022-08-15 05:25:42 +09:00
CPython Developers
a6698f4391 Add mailbox from CPython 3.10.6 2022-08-15 05:25:42 +09:00
Jeong YunWon
f1fcb37e64 crlf -> lf 2022-08-15 05:25:42 +09:00
CPython Developers
91791a0dd0 Update test_global from CPython 3.10.6 2022-08-15 05:25:42 +09:00
CPython Developers
b7022c0664 Update glob from CPython 3.10.6 2022-08-15 05:25:42 +09:00
CPython Developers
c9e7729a3e Udpate test_heapq from CPtyhon 3.10.6 2022-08-15 05:25:42 +09:00
Jeong YunWon
2599bf5546 Mark failing tests from test_hash 2022-08-15 05:25:42 +09:00
Jeong YunWon
b84eae565e Add test_hash from CPython 3.10.6 2022-08-15 05:25:42 +09:00
Jeong YunWon
38ef6f32ed mark failing tests from test_hashlib 2022-08-15 05:25:42 +09:00
CPython Developers
e193f45561 Update hashlib from CPython 3.10.6 2022-08-15 05:25:42 +09:00
Jeong YunWon
0a073a3632 skip abnormally broken test from test_isinstance 2022-08-15 05:25:42 +09:00
CPython Developers
400752783d Update test_isinstance from CPython 3.10.6 2022-08-15 05:25:42 +09:00
Jeong YunWon
4fda2b6e7e crlf -> lf 2022-08-15 05:25:42 +09:00
CPython Developers
3a4c276d1c Update tempfile from CPython 3.10.5 2022-08-15 04:54:01 +09:00
Jeong YunWon
10bf77c786 mark failing tests form test_fileinput 2022-08-15 04:54:01 +09:00
CPython Developers
2524044cab Add fileinput from CPython 3.10.6 2022-08-15 04:54:01 +09:00
CPython Developers
01dc2b4f6f Update test_file from CPython 3.10.6 2022-08-15 04:54:01 +09:00
Jeong YunWon
0181e2b380 io.text_encoding return utf-8 for RustPython for now 2022-08-15 04:54:01 +09:00
Jeong YunWon
49ff3cb8b7 mark failing tests from test_pathlib 2022-08-15 04:54:01 +09:00
CPython Developers
de6d103875 Update pathlib from CPython 3.10.6 2022-08-15 04:54:01 +09:00
Jeong YunWon
bcd2cbfb80 remove fixed skipped test from test_sort 2022-08-15 04:24:58 +09:00
Jeong YunWon
e865ab958c update urllib passing tests 2022-08-15 04:24:58 +09:00
CPython Developers
cc423ba633 Update genericpath from CPython 3.10.6 2022-08-15 04:24:58 +09:00
Jeong YunWon
10618213d7 remove failure markers from successful test cases 2022-08-15 04:24:58 +09:00
CPython Developers
9c8b237740 Update netrc from CPython 3.10.6 2022-08-15 04:24:58 +09:00
Jeong YunWon
0df9c14f44 mark failing tests again for dataclass 2022-08-15 04:24:58 +09:00
CPython Developers
330981c533 Update dataclasses from CPython 3.10.6 2022-08-15 04:24:58 +09:00
Jeong YunWon
945bbe9bf6 crlf -> lf 2022-08-15 04:24:58 +09:00
Jeong YunWon
201919d5bd remove fixed test marker from test_module 2022-08-15 04:24:58 +09:00
CPython Developers
aecd1d8e69 Update test_module from CPython 3.10.6 2022-08-15 04:24:58 +09:00
Jeong YunWon
8f9c7a4b7b mark failing tests from test_ipaddress 2022-08-15 04:24:58 +09:00
CPython Developers
44a7ec2c0d Update ipaddress from CPython 3.10.6 2022-08-15 04:24:58 +09:00