[pypy-svn] r61457 - pypy/trunk/lib-python/modified-2.5.2/test

fijal at codespeak.net fijal at codespeak.net
Fri Jan 30 11:37:38 CET 2009


Author: fijal
Date: Fri Jan 30 11:37:36 2009
New Revision: 61457

Added:
   pypy/trunk/lib-python/modified-2.5.2/test/test_subprocess.py
      - copied, changed from r61434, pypy/trunk/lib-python/2.5.2/test/test_subprocess.py
Log:
I think it's safe to say that having os.fpathconf is a bit of implementation
detail.


Copied: pypy/trunk/lib-python/modified-2.5.2/test/test_subprocess.py (from r61434, pypy/trunk/lib-python/2.5.2/test/test_subprocess.py)
==============================================================================
--- pypy/trunk/lib-python/2.5.2/test/test_subprocess.py	(original)
+++ pypy/trunk/lib-python/modified-2.5.2/test/test_subprocess.py	Fri Jan 30 11:37:36 2009
@@ -312,6 +312,7 @@
         self.assertEqual(stdout, None)
         self.assertEqual(stderr, None)
 
+    @test_support.impl_detail("os.fpathconf")
     def test_communicate_pipe_buf(self):
         # communicate() with writes larger than pipe_buf
         # This test will probably deadlock rather than fail, if



More information about the Pypy-commit mailing list