[issue13125] test_all_project_files() expected failure

2012-02-26 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +nadeem.vawda, skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue13125] test_all_project_files() expected failure

2012-02-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2fd68efac05a by Antoine Pitrou in branch '3.2': Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. http://hg.python.org/cpython/rev/2fd68efac05a New changeset e721b2b74b59 by Antoine Pitrou in branch 'default': Issue #1312

[issue13125] test_all_project_files() expected failure

2012-02-27 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thank you for the patch, Mikhail. I got Benjamin to give it the ok and so it's now committed in 3.2 and 3.3! -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue13125] test_all_project_files() expected failure

2011-10-07 Thread Barry A. Warsaw
New submission from Barry A. Warsaw : In working on issue 11250, I noticed that lib2to3's test_parser.py tests were not enabled. Fixing that was easy enough, but then test_all_project_files() in TestParserIdempotency began failing. I've shaved enough yaks for the day so I am going to leave t

[issue13125] test_all_project_files() expected failure

2011-10-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 914d3f035887 by Barry Warsaw in branch 'default': - Re-enable lib2to3's test_parser.py tests, though with an expected failure http://hg.python.org/cpython/rev/914d3f035887 New changeset ed0315b9da72 by Barry Warsaw in branch 'default': - Re-enable

[issue13125] test_all_project_files() expected failure

2011-10-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: Could you arrange to silence stdout/stderr in non-verbose mode? $ ./python -m test -uall test_lib2to3 [1/1] test_lib2to3 ParseError on file /home/antoine/cpython/default/Lib/lib2to3/main.py bad input: type=22, value='=', context=('', (81, 38)) ParseError on fi

[issue13125] test_all_project_files() expected failure

2011-10-18 Thread Mikhail Novikov
Mikhail Novikov added the comment: I modified the tests so that they don't do prints to stdout. For that I replaced print with warnings in the "ParseError" exception except and replaced os.system with subprocess.getoutput. -- keywords: +patch nosy: +freiksenet Added file: http://bugs.

[issue13125] test_all_project_files() expected failure

2011-10-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue13125] test_all_project_files() expected failure

2011-10-20 Thread Mikhail Novikov
Mikhail Novikov added the comment: Updated patch to work properly with verbosity. -- Added file: http://bugs.python.org/file23484/i13125-2.patch ___ Python tracker ___ _

[issue13125] test_all_project_files() expected failure

2011-10-21 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Note that I think it's best to fix the underlying failures rather than silence them. ;) -- ___ Python tracker ___ ___

[issue13125] test_all_project_files() expected failure

2011-11-18 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue13125] test_all_project_files() expected failure

2011-11-23 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ping. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.