Commit Graph

66 Commits

Author SHA1 Message Date
Dean Li
a59556ad25 Refactor OSError
Implement `raw_os_error_to_exc_type` to reduce duplication of errno to
exception type.
2021-10-30 17:05:54 +08:00
Padraic Fanning
bab6f75016 Clean up skips in test_importlib.source 2021-10-18 21:56:47 -04:00
Padraic Fanning
5d4faf0ccf Skip tests that sometimes hang the CI
Tested with `act`.
2021-08-19 00:42:35 +09:00
Padraic Fanning
44d10c7e1e Skip flaky test in test_importlib/test_locks 2021-07-10 19:21:08 -04:00
Noah
c2d4d7380a Unskip tests 2021-05-13 19:46:17 -05:00
Noah
501c555c54 Unskip tests 2021-04-11 17:38:44 -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
4370147bbe Unskip test_resource_path 2021-02-07 15:49:42 -05:00
Padraic Fanning
ee78b87159 Unskip test_resource_opener 2021-02-07 15:49:42 -05:00
Padraic Fanning
1c9b36c781 Unskip test_importing_module_as_side_effect 2021-02-07 15:49:42 -05:00
Padraic Fanning
c185a387de Unskip test_string_path 2021-02-07 15:49:42 -05:00
Padraic Fanning
76e230a470 Unskip test_package_object 2021-02-07 15:49:42 -05:00
Padraic Fanning
3296aa5112 Unskip test_package_name 2021-02-07 15:49:42 -05:00
Padraic Fanning
8beba0f4ef Explain test_incorporates_rn "skip" 2021-02-07 15:49:42 -05:00
Padraic Fanning
f4d440efab Explain DecodeSourceBytesTests skip(s) 2021-02-07 15:49:42 -05:00
Padraic Fanning
f4ea821cb6 Unskip ResourceLoaderTests 2021-02-07 15:49:42 -05:00
Padraic Fanning
7341671bd2 Explain test_read_text_with_errors skip 2021-02-07 15:49:42 -05:00
Padraic Fanning
e55eb7ce8a Explain test_read_text_given_encoding skip 2021-02-07 15:49:42 -05:00
Padraic Fanning
c05304d8de Unskip test_read_text_default_encoding 2021-02-07 15:49:42 -05:00
Padraic Fanning
89097488ae Unskip test_reading 2021-02-07 15:49:42 -05:00
Padraic Fanning
26513603a9 Explain test_open_text_with_errors skip 2021-02-07 15:49:42 -05:00
Padraic Fanning
cde7fa215a Explain test_open_text_given_encoding skip 2021-02-07 15:49:42 -05:00
Padraic Fanning
b5a39e51ca Unskip test_open_text_default_encoding 2021-02-07 15:49:42 -05:00
Padraic Fanning
4d04a911d5 Explain LazyLoaderTests skip(s) 2021-02-07 15:49:42 -05:00
Padraic Fanning
9a70050d52 Explain SourceLoaderGetSourceTests skip(s) 2021-02-07 15:49:42 -05:00
Padraic Fanning
46953638fe Explain test_get_source_encoding skip 2021-02-07 15:49:42 -05:00
Padraic Fanning
ce08687095 Explain test_get_source skip 2021-02-07 15:49:42 -05:00
Padraic Fanning
49a292901e Explain test_bom_conflict skip 2021-02-07 15:49:42 -05:00
Padraic Fanning
02206bdffc Explain test_bom_and_utf_8 skip 2021-02-07 15:49:42 -05:00
Padraic Fanning
6a870246b9 Explain test_bom skip 2021-02-07 15:49:42 -05:00
Padraic Fanning
4a8bebfd30 Explain test_encoding_on_second_line skip 2021-02-07 15:49:42 -05:00
Padraic Fanning
555e2a585d Explain test_encoding_on_first_line skip 2021-02-07 15:49:42 -05:00
Padraic Fanning
d9d4a7c441 Unskip test_default_encoding 2021-02-07 15:49:42 -05:00
Padraic Fanning
b2f6a18d85 Explain test_ignore_file skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
f5cbea9b6a Explain test_overiden_unchecked_hash_based_pyc 2021-02-07 15:49:41 -05:00
Padraic Fanning
770ad33fce Explain test_unchecked_hash_based_pyc skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
86c71e5501 Explain test_overridden_checked_hash_based_pyc 2021-02-07 15:49:41 -05:00
Padraic Fanning
339f5ac28f Explain test_checked_hash_based_pyc skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
6a99d183bb Unskip test_timestamp_overflow 2021-02-07 15:49:41 -05:00