Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r89891:6e40d32a99a1
Date: 2017-02-01 16:53 +0100
http://bitbucket.org/pypy/pypy/changeset/6e40d32a99a1/

Log:    Skip test (together with f38fce96ddce, next merge)

diff --git a/lib-python/3/test/test_signal.py b/lib-python/3/test/test_signal.py
--- a/lib-python/3/test/test_signal.py
+++ b/lib-python/3/test/test_signal.py
@@ -358,6 +358,8 @@
 
         assert_python_ok('-c', code)
 
+    @support.impl_detail("pypy writes the message to fd 2, not to sys.stderr",
+                         pypy=False)
     @unittest.skipIf(_testcapi is None, 'need _testcapi')
     def test_wakeup_write_error(self):
         # Issue #16105: write() errors in the C signal handler should not
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to