mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Mark tests failing only in Windows
This commit is contained in:
committed by
Jeong, YunWon
parent
31ee8b593f
commit
b1f158e5a8
3
Lib/test/test_codecs.py
vendored
3
Lib/test/test_codecs.py
vendored
@@ -3592,7 +3592,7 @@ class CodePageTest(unittest.TestCase):
|
||||
(b'\xff', 'strict', '\xff'),
|
||||
))
|
||||
|
||||
@unittest.expectedFailure # TODO: RUSTPYTHON
|
||||
@unittest.expectedFailureIfWindows("TODO: RUSTPYTHON")
|
||||
def test_cp708(self):
|
||||
self.check_encode(708, (
|
||||
('abc2%', 'strict', b'abc2%'),
|
||||
@@ -3622,6 +3622,7 @@ class CodePageTest(unittest.TestCase):
|
||||
(b'[\xa0]', 'surrogatepass', None),
|
||||
))
|
||||
|
||||
@unittest.expectedFailureIfWindows("TODO: RUSTPYTHON")
|
||||
def test_cp20106(self):
|
||||
self.check_encode(20106, (
|
||||
('abc', 'strict', b'abc'),
|
||||
|
||||
Reference in New Issue
Block a user