Author: Armin Rigo <[email protected]>
Branch: static-callback-embedding
Changeset: r2566:510d0c89e6d7
Date: 2016-01-12 18:12 +0100
http://bitbucket.org/cffi/cffi/changeset/510d0c89e6d7/
Log: Skip this test on windows
diff --git a/testing/embedding/test_performance.py
b/testing/embedding/test_performance.py
--- a/testing/embedding/test_performance.py
+++ b/testing/embedding/test_performance.py
@@ -1,5 +1,10 @@
+import sys
from testing.embedding.test_basic import EmbeddingTests
+if sys.platform == 'win32':
+ import py
+ py.test.skip("written with pthreads")
+
class TestPerformance(EmbeddingTests):
def test_perf_single_threaded(self):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit