]> granicus.if.org Git - python/commitdiff
Merged revisions 78532 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 1 Mar 2010 02:56:44 +0000 (02:56 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 1 Mar 2010 02:56:44 +0000 (02:56 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78532 | gregory.p.smith | 2010-02-28 18:53:24 -0800 (Sun, 28 Feb 2010) | 2 lines

  Fix the new test on windows (skip it, its posix only)
........

Lib/test/test_subprocess.py

index 685fabe6976e992d04c16fb2bbe00108de286d2e..3229a8c81e6f137b249b21d29ac54a3c594523ae 100644 (file)
@@ -799,6 +799,7 @@ class ProcessTestCaseNoPoll(ProcessTestCase):
 
 
 class HelperFunctionTests(unittest.TestCase):
+    @unittest.skipIf(mswindows, "errno and EINTR make no sense on windows")
     def test_eintr_retry_call(self):
         record_calls = []
         def fake_os_func(*args):