Author: Brian Kearns <[email protected]>
Branch: use-file-star-for-file
Changeset: r73170:f2ba31323129
Date: 2014-08-29 08:23 -0700
http://bitbucket.org/pypy/pypy/changeset/f2ba31323129/
Log: skip this test on win32
diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_rfile.py
--- a/rpython/rlib/test/test_rfile.py
+++ b/rpython/rlib/test/test_rfile.py
@@ -62,6 +62,8 @@
self.interpret(f, [])
+ @py.test.mark.skipif("sys.platform == 'win32'")
+ # http://msdn.microsoft.com/en-us/library/86cebhfs.aspx
def test_open_buffering_line(self):
fname = str(self.tmpdir.join('file_1a'))
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit