[issue9607] Test file 'test_keyword.py' submission for use with keyword.py

Antoine Pitrou report at bugs.python.org
Wed Apr 24 20:33:32 CEST 2013


Antoine Pitrou added the comment:

Tests broken under Windows:


======================================================================
FAIL: test_keywords_py_without_markers_produces_error (test.test_keyword.TestKeywordGeneration)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_keyword.py", line 122, in test_keywords_py_without_markers_produces_error
    self.assertEqual(stderr, b'target does not contain format markers\n')
AssertionError: b'target does not contain format markers\r\n' != b'target does not contain format markers\n'

======================================================================
FAIL: test_real_grammar_and_keyword_file (test.test_keyword.TestKeywordGeneration)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_keyword.py", line 63, in test_real_grammar_and_keyword_file
    self.assertTrue(filecmp.cmp(KEYWORD_FILE, TEST_PY_FILE))
AssertionError: False is not true

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/1850/steps/test/logs/stdio

----------
assignee:  -> r.david.murray
nosy: +pitrou
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9607>
_______________________________________


More information about the Python-bugs-list mailing list