File tree 1 file changed +2
-4
lines changed
Filter options
1 file changed +2
-4
lines changed
Original file line number Diff line number Diff line change @@ -161,8 +161,6 @@ def test_stdio(self):
161
161
'stdout: utf-8/namereplace' ,
162
162
'stderr: utf-8/backslashreplace' ])
163
163
164
- # TODO: RUSTPYTHON
165
- @unittest .expectedFailure
166
164
def test_io (self ):
167
165
code = textwrap .dedent ('''
168
166
import sys
@@ -206,8 +204,6 @@ def check_io_encoding(self, module):
206
204
self ._check_io_encoding (module ,
207
205
encoding = "latin1" , errors = "namereplace" )
208
206
209
- # TODO: RUSTPYTHON
210
- @unittest .expectedFailure
211
207
def test_io_encoding (self ):
212
208
self .check_io_encoding ('io' )
213
209
@@ -270,6 +266,8 @@ def test_optim_level(self):
270
266
out = self .get_output ('-X' , 'utf8' , '-E' , '-c' , code )
271
267
self .assertEqual (out , '1' )
272
268
269
+ # TODO: RUSTPYTHON
270
+ @unittest .expectedFailure
273
271
@unittest .skipIf (MS_WINDOWS ,
274
272
"os.device_encoding() doesn't implement "
275
273
"the UTF-8 Mode on Windows" )
You can’t perform that action at this time.
0 commit comments