Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r95033:530cd9055fea
Date: 2018-08-27 23:02 +0200
http://bitbucket.org/pypy/pypy/changeset/530cd9055fea/

Log:    Skip this test unless run in -A mode (again, not completely sure I
        understand everything but it's messy)

diff --git a/pypy/module/cpyext/test/test_pyerrors.py 
b/pypy/module/cpyext/test/test_pyerrors.py
--- a/pypy/module/cpyext/test/test_pyerrors.py
+++ b/pypy/module/cpyext/test/test_pyerrors.py
@@ -479,6 +479,7 @@
             ])
         raises(SystemError, module.oops)
 
+    @pytest.mark.skipif("not config.option.runappdirect", reason='-A only')
     def test_error_thread_race(self):
         # Check race condition: thread 0 returns from cpyext with error set,
         # after thread 1 has set an error but before it returns.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to