ipython / ipykernel

IPython Kernel for Jupyter
https://ipykernel.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
633 stars 362 forks source link

nosetests ipykernel #124

Open xyniceboy opened 8 years ago

xyniceboy commented 8 years ago
E:\install_work\ipykernel-4.3.1>nosetests ipykernel
.....................E.E...S.....................................................
======================================================================
ERROR: printing from forked mp.Process
----------------------------------------------------------------------
Traceback (most recent call last):
  File "e:\install_work\python2.7\lib\site-packages\nose\case.py", line 197, in runTest
    self.test(*self.arg)
  File "e:\install_work\python2.7\lib\site-packages\numpy\testing\decorators.py", line 215, in knownfailer
    raise KnownFailureException(msg)
KnownFailureException: subprocess prints fail on Windows

======================================================================
ERROR: error in mp.Process doesn't crash
----------------------------------------------------------------------
Traceback (most recent call last):
  File "e:\install_work\python2.7\lib\site-packages\nose\case.py", line 197, in runTest
    self.test(*self.arg)
  File "e:\install_work\python2.7\lib\site-packages\numpy\testing\decorators.py", line 215, in knownfailer
    raise KnownFailureException(msg)
KnownFailureException: subprocess prints fail on Windows

----------------------------------------------------------------------
Ran 81 tests in 26.038s

FAILED (SKIP=1, errors=2)

E:\install_work\ipykernel-4.3.1>
Carreau commented 8 years ago

These are expected KnownFailure, the question is why does it not report it as known fail on your system.