Author: Armin Rigo <[email protected]>
Branch:
Changeset: r77549:a4ce39c44c90
Date: 2015-05-25 18:50 +0200
http://bitbucket.org/pypy/pypy/changeset/a4ce39c44c90/
Log: fix skip message
diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py
b/pypy/module/pypyjit/test_pypy_c/test_ffi.py
--- a/pypy/module/pypyjit/test_pypy_c/test_ffi.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_ffi.py
@@ -209,7 +209,8 @@
def test__cffi_call_c_int(self):
if sys.platform == 'win32':
- py.test.skip("XXX re-optimize _ffi for the JIT?")
+ py.test.skip("not tested on Windows (this test must pass on "
+ "other platforms, and it should work the same way)")
def main():
import os
try:
@@ -251,7 +252,8 @@
def test__cffi_call_size_t(self):
if sys.platform == 'win32':
- py.test.skip("XXX re-optimize _ffi for the JIT?")
+ py.test.skip("not tested on Windows (this test must pass on "
+ "other platforms, and it should work the same way)")
def main():
import os
try:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit