HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog
wiki:PythonRegressionTests_dircache

Context Navigation

  • ← Previous Version
  • View Latest Version
  • Next Version →


Version 1 (modified by scottmc, 6 years ago) (diff)

test_dircache output

~/develop/python/Lib/test> python test_dircache.py

test_annotate (__main__.DircacheTests) ... ok
test_listdir (__main__.DircacheTests) ... FAIL

======================================================================
FAIL: test_listdir (__main__.DircacheTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_dircache.py", line 55, in test_listdir
    self.assertEquals(entries, ['test1'])
AssertionError: [] != ['test1']

----------------------------------------------------------------------
Ran 2 tests in 1.161s

FAILED (failures=1)
Traceback (most recent call last):
  File "test_dircache.py", line 77, in <module>
    test_main()
  File "test_dircache.py", line 71, in test_main
    run_unittest(DircacheTests)
  File "/boot/common/lib/python2.7/test/test_support.py", line 722, in run_unittest
    _run_suite(suite)
  File "/boot/common/lib/python2.7/test/test_support.py", line 705, in _run_suite
    raise TestFailed(err)
test.test_support.TestFailed: Traceback (most recent call last):
  File "test_dircache.py", line 55, in test_listdir
    self.assertEquals(entries, ['test1'])
AssertionError: [] != ['test1']

Download in other formats:

  • Plain Text

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/