Author: Armin Rigo <[email protected]>
Branch: ec-keepalive
Changeset: r81542:d05360392056
Date: 2016-01-04 11:54 +0100
http://bitbucket.org/pypy/pypy/changeset/d05360392056/
Log: Force a 'shared' build in these tests, for Windows
diff --git a/rpython/rlib/test/test_rthread.py
b/rpython/rlib/test/test_rthread.py
--- a/rpython/rlib/test/test_rthread.py
+++ b/rpython/rlib/test/test_rthread.py
@@ -290,7 +290,7 @@
assert wr2() is None # other thread, not running any more
return 42
- extra_options = {'no__thread': no__thread}
+ extra_options = {'no__thread': no__thread, 'shared': True}
fn = self.getcompiled(main, [], extra_options=extra_options)
res = fn()
assert res == 42
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit