[issue10505] test_compileall: failure on Windows

2010-11-22 Thread Stefan Krah

New submission from Stefan Krah stefan-use...@bytereef.org:

On Windows, test_compileall fails due to #10197:

==
FAIL: test_quiet (test.test_compileall.CommandLineTests)
--
Traceback (most recent call last):
  File 
D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_compileall.py,
 line 227, in test_quiet
self.assertGreater(len(noise), len(quiet))
AssertionError: 89 not greater than 89


The patch uses subprocess.check_output() instead. Technically, now
byte strings are compared instead of strings, but that should not matter
for the outcome.

Does the patch look ok?

--
components: Tests
files: test_compileall.patch
keywords: buildbot, patch
messages: 122129
nosy: brian.curtin, r.david.murray, skrah
priority: normal
severity: normal
stage: patch review
status: open
title: test_compileall: failure on Windows
type: behavior
versions: Python 3.2
Added file: http://bugs.python.org/file19771/test_compileall.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10505
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10505] test_compileall: failure on Windows

2010-11-22 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Can you post on #10453?  Thanks in advance.

--
nosy: +eric.araujo
resolution:  - duplicate
stage: patch review - committed/rejected
status: open - closed
superseder:  - Add -h/--help option to compileall

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10505
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com