Created originally on Bitbucket by bdkearns (Brian Kearns)
Was already merged in Bitbucket before import, marked as merged by the import user
Source changeset not longer availableat the time of import. Commit listwill look empty
- Fix test_package failures for changes made in split-rpython
- Fix interpreter.test2.test_app_main test failures by fixing some paths for split-rpython changes
- Fix intermittently failing untranslated test_thread.test_interrupt_main (reproduce more consistently with 47b3810)
#!text
$ ./pytest.py pypy/module/thread/test/test_thread.py -k interrupt
================================================= test session starts ==================================================
platform linux2 -- Python 2.7.3 -- pytest-2.2.4.dev2
pytest-2.2.4.dev2 from /home/ubuntu/pypy/pytest.pyc
collected 11 items
pypy/module/thread/test/test_thread.py
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! KeyboardInterrupt !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
/home/ubuntu/pypy/pypy/module/signal/interp_signal.py:165: KeyboardInterrupt
========================================= 10 tests deselected by '-kinterrupt' =========================================
============================================ 10 deselected in 25.23 seconds ============================================
- Fix unnecessary skip in test_signal on unix due to missing usemodule (http://buildbot.pypy.org/builders/own-linux-x86-32/builds/2786/steps/shell_6/logs/pytestLog)
#!text
s module/signal/test/test_signal.py::AppTestSignal::()::test_set_wakeup_fd
Skipped: cannot import posix or fcntl