[pypy-commit] pypy default: this test hangs on OS X, seems pyrepl is completely broken there, but I don't want to care

fijal noreply at buildbot.pypy.org
Wed Apr 3 09:52:33 CEST 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r62945:8c742965eb99
Date: 2013-04-03 09:52 +0200
http://bitbucket.org/pypy/pypy/changeset/8c742965eb99/

Log:	this test hangs on OS X, seems pyrepl is completely broken there,
	but I don't want to care

diff --git a/pypy/module/test_lib_pypy/pyrepl/test_bugs.py b/pypy/module/test_lib_pypy/pyrepl/test_bugs.py
--- a/pypy/module/test_lib_pypy/pyrepl/test_bugs.py
+++ b/pypy/module/test_lib_pypy/pyrepl/test_bugs.py
@@ -46,7 +46,7 @@
     read_spec(spec, HistoricalTestReader)
 
 
- at pytest.mark.skipif("os.name != 'posix'")
+ at pytest.mark.skipif("os.name != 'posix' or sys.platform='darwin'")
 def test_signal_failure(monkeypatch):
     import os
     import pty


More information about the pypy-commit mailing list