Commit Graph

7823 Commits

Author SHA1 Message Date
Padraic Fanning
628dd2b863 Unskip test in test_unicode_file 2021-02-25 23:07:03 -05:00
Padraic Fanning
ab84958df9 Unskip test in test_unicode 2021-02-25 23:05:45 -05:00
Padraic Fanning
292170b74c Unskip test in test_slice 2021-02-25 23:04:01 -05:00
Padraic Fanning
d0565d5a8f Unskip tests in test_set 2021-02-25 23:02:34 -05:00
Padraic Fanning
5972965709 Unskip tests in test_random
Add randv2_32.pck, randv2_64.pck, and randv3.pck.
2021-02-25 22:50:48 -05:00
Padraic Fanning
a2cdcb891d Unskip tests in test_py_compile
Add bad_coding2.py
2021-02-25 22:33:47 -05:00
Padraic Fanning
797d427803 Unskip tests in test_platform 2021-02-25 22:21:30 -05:00
Padraic Fanning
128bf209ed Unskip tests in test_pathlib 2021-02-25 22:15:04 -05:00
Padraic Fanning
1ec67724f3 Unskip test(s) in test_operator 2021-02-25 21:48:23 -05:00
Padraic Fanning
e25941a5f8 Unskip test(s) in test_memoryview 2021-02-25 21:46:00 -05:00
Padraic Fanning
f1152a345c Unskip test(s) in test_json.test_unicode 2021-02-25 21:41:02 -05:00
Padraic Fanning
63c3a306c4 Unskip tests in test_json.test_scanstring 2021-02-25 21:39:08 -05:00
Padraic Fanning
4a485c2c70 Unskip test(s) in test_json.test_fail 2021-02-25 21:35:13 -05:00
Padraic Fanning
4971ad1b0a Unskip test in test_iter 2021-02-25 21:31:30 -05:00
Padraic Fanning
884c189bf6 Unskip tests in test_io 2021-02-25 21:28:54 -05:00
Padraic Fanning
18491e7bb8 Unskip tests in test_importlib.test_util
WARNING: Contains a monkeypatch to accomodate differential testing
behavior.
2021-02-25 20:18:39 -05:00
Padraic Fanning
febed3b28c Unskip tests in test_importlib.test_read 2021-02-25 17:38:37 -05:00
Padraic Fanning
e51699d9ee Unskip tests in test_importlib.test_open 2021-02-25 17:37:34 -05:00
Padraic Fanning
b8a9f5509c Unskip tests in test_importlib.test_lazy 2021-02-25 17:36:07 -05:00
Padraic Fanning
34e3514cc4 Unskip tests in test_importlib.test_abc 2021-02-25 17:33:53 -05:00
Padraic Fanning
4457de08ab Unskip tests in source.test_source_encoding 2021-02-25 17:31:06 -05:00
Padraic Fanning
1bebcb9ae9 Unskip test(s) in source.test_finder 2021-02-25 17:27:37 -05:00
Padraic Fanning
4b2c5af995 Unskip tests in source.test_file_loader 2021-02-25 17:25:59 -05:00
Padraic Fanning
0303a29843 Unskip tests in import_.test_meta_path 2021-02-25 17:23:44 -05:00
Padraic Fanning
f3a02ec35b Unskip tests in import_.test_caching 2021-02-25 17:21:19 -05:00
Padraic Fanning
69df285a82 Unskip tests in frozen.test_loader 2021-02-25 17:18:33 -05:00
Padraic Fanning
87b966ecf3 Unskip tests in extension.test_loader 2021-02-25 17:14:32 -05:00
Padraic Fanning
138d0f8556 Unskip tests in test_array 2021-02-25 16:55:28 -05:00
Padraic Fanning
987308927e Unskip test in seq_tests 2021-02-25 16:36:05 -05:00
Noah
28ea92c571 Merge pull request #2498 from fanninpm/test-getpass
Add test_getpass from CPython 3.8.7
2021-02-21 19:34:28 -06:00
Noah
3dc018b4c2 Merge pull request #2500 from fanninpm/test-html
Add test_html from CPython 3.8.7
2021-02-21 19:33:21 -06:00
Noah
c8fc9e0836 Merge pull request #2499 from fanninpm/test-global
Add test_global from CPython 3.8.7
2021-02-21 17:51:41 -06:00
Padraic Fanning
2e38eace4d Add test_html from CPython 3.8.7 2021-02-21 18:47:55 -05:00
Padraic Fanning
4aeba94bcd Add test_global from CPython 3.8.7 2021-02-21 18:08:15 -05:00
Padraic Fanning
d9245d4383 Add test_getpass from CPython 3.8.7 2021-02-21 17:32:37 -05:00
Noah
a02d2533b1 Merge pull request #2497 from fanninpm/test-getopt
Add test_getopt from CPython 3.8.7
2021-02-21 16:14:57 -06:00
Padraic Fanning
ca52c938ed Add test_getopt from CPython 3.8.7 2021-02-21 16:31:20 -05:00
Jeong YunWon
d32e0413eb Merge pull request #2493 from fanninpm/test-format
Add test_format from CPython 3.8.7
2021-02-22 05:56:58 +09:00
Padraic Fanning
2c665ff961 Mark erroring/failing tests 2021-02-21 11:31:52 -05:00
Padraic Fanning
aecc074cf2 Skip test for chewing up RAM 2021-02-21 11:31:51 -05:00
Padraic Fanning
e90491cc7d Add test_format from CPython 3.8.7 2021-02-21 11:31:51 -05:00
Noah
2a4b90ede7 Merge pull request #2489 from fanninpm/test-fileio
Add test_fileio from CPython 3.8.7
2021-02-21 09:44:34 -06:00
Noah
309eacd9eb Merge pull request #2490 from fanninpm/test-float
Add test_float from CPython 3.8.7
2021-02-21 09:43:09 -06:00
Noah
f821ec58e9 Merge pull request #2492 from fanninpm/test-fnmatch
Add test_fnmatch from CPython 3.8.7
2021-02-21 09:42:05 -06:00
Noah
4feb26eea7 Merge pull request #2491 from fanninpm/fix/test-enum
Fix other test_enum unexpected success on Windows
2021-02-20 21:03:23 -06:00
Padraic Fanning
9f0f884318 Mark expected failure on Windows 2021-02-20 21:50:52 -05:00
Padraic Fanning
29261f6f31 Add test_fnmatch from CPython 3.8.7 2021-02-20 21:15:39 -05:00
Noah
7ced0f2d38 Merge pull request #2488 from fanninpm/test-file
Add test_file from CPython 3.8.7
2021-02-20 19:52:15 -06:00
Padraic Fanning
4d7a8b945f Fix other test_enum unexpected success on Windows 2021-02-20 20:48:52 -05:00
Padraic Fanning
fb3ec9758e Mark failed/errored tests 2021-02-20 20:37:25 -05:00