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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9607>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to