Author: Amaury Forgeot d'Arc <[email protected]>
Branch: win-ordinal
Changeset: r55454:2beb3909d12e
Date: 2012-06-06 23:12 +0200
http://bitbucket.org/pypy/pypy/changeset/2beb3909d12e/

Log:    Skip windows-specific test

diff --git a/pypy/module/_ffi/test/test_funcptr.py 
b/pypy/module/_ffi/test/test_funcptr.py
--- a/pypy/module/_ffi/test/test_funcptr.py
+++ b/pypy/module/_ffi/test/test_funcptr.py
@@ -628,6 +628,8 @@
         sleep(10)
 
     def test_by_ordinal(self):
+        if not self.iswin32:
+            skip("windows specific")
         """
             int DLLEXPORT AAA_first_ordinal_function()
             {
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to