Lines Matching defs:support
1 from test import support
2 from test.support import warnings_helper
18 from test.support import skip_if_buggy_ucrt_strfptime
190 # Check month [1, 12] + zero support
197 # Check day of month [1, 31] + zero support
233 # Check day of the year [1, 366] + zero support
261 # because systems vary in their support for year 0.
317 support.is_emscripten, "musl libc issue on Emscripten, bpo-46390"
493 support.is_wasi, "process_time not available on WASI"
633 support.has_strftime_extensions, "requires strftime extension"
707 @unittest.skipUnless(time._STRUCT_TM_ITEMS == 11, "needs tm_zone support")
709 support.is_emscripten, "musl libc issue on Emscripten, bpo-46390"
745 @unittest.skipUnless(time._STRUCT_TM_ITEMS == 11, "needs tm_zone support")
752 @unittest.skipUnless(time._STRUCT_TM_ITEMS == 11, "needs tm_zone support")
1120 # These test cases verify that weak linking support on macOS works