mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
issue9859: Use an expected failure rather than a skip.
This commit is contained in:
parent
cadbab295d
commit
14a88abfcc
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ class PyIOTest(IOTest):
|
||||||
@support.cpython_only
|
@support.cpython_only
|
||||||
class APIMismatchTest(unittest.TestCase):
|
class APIMismatchTest(unittest.TestCase):
|
||||||
|
|
||||||
@unittest.skip('test to be fixed by issue 9858')
|
@unittest.expectedFailure # Test to be fixed by issue9858.
|
||||||
def test_RawIOBase_io_in_pyio_match(self):
|
def test_RawIOBase_io_in_pyio_match(self):
|
||||||
"""Test that pyio RawIOBase class has all c RawIOBase methods"""
|
"""Test that pyio RawIOBase class has all c RawIOBase methods"""
|
||||||
mismatch = support.detect_api_mismatch(pyio.RawIOBase, io.RawIOBase)
|
mismatch = support.detect_api_mismatch(pyio.RawIOBase, io.RawIOBase)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue