]> granicus.if.org Git - python/commitdiff
issue9859: Use an expected failure rather than a skip.
authorGregory P. Smith <greg@krypto.org>
Tue, 14 Apr 2015 20:54:09 +0000 (13:54 -0700)
committerGregory P. Smith <greg@krypto.org>
Tue, 14 Apr 2015 20:54:09 +0000 (13:54 -0700)
Lib/test/test_io.py

index c8a962c6fa7cf9de7cdc51f5e5c63c18e5077586..02f74279a1ce9f4345f0e284a4a0c9c17b33fa55 100644 (file)
@@ -722,7 +722,7 @@ class PyIOTest(IOTest):
 @support.cpython_only
 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):
         """Test that pyio RawIOBase class has all c RawIOBase methods"""
         mismatch = support.detect_api_mismatch(pyio.RawIOBase, io.RawIOBase)