File tree Expand file tree Collapse file tree 4 files changed +732
-182
lines changed
Expand file tree Collapse file tree 4 files changed +732
-182
lines changed Original file line number Diff line number Diff line change @@ -1519,7 +1519,7 @@ def test_strftime(self):
15191519 # bpo-41260: The parameter was named "fmt" in the pure python impl.
15201520 t .strftime (format = "%f" )
15211521
1522- @unittest .expectedFailure # TODO: RUSTPYTHON
1522+ @unittest .expectedFailureIf ( sys . platform == "win32" , " TODO: RUSTPYTHON; chrono fallback on Windows" )
15231523 def test_strftime_trailing_percent (self ):
15241524 # bpo-35066: Make sure trailing '%' doesn't cause datetime's strftime to
15251525 # complain. Different libcs have different handling of trailing
Original file line number Diff line number Diff line change @@ -614,7 +614,6 @@ def test_print_warning(self):
614614 self .check_print_warning ("a\n b" ,
615615 'Warning -- a\n Warning -- b\n ' )
616616
617- @unittest .expectedFailureIf (sys .platform != "win32" , "TODO: RUSTPYTHON; no has_strftime_extensions yet" )
618617 def test_has_strftime_extensions (self ):
619618 if sys .platform == "win32" :
620619 self .assertFalse (support .has_strftime_extensions )
You can’t perform that action at this time.
0 commit comments