[issue11955] 3.3 : test_argparse.py fails 'make test'

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As we've not seen any issues with this on the buildbots, I'm going ahead and closing it. -- nosy: +zach.ware resolution: -> fixed stage: needs patch -> resolved status: pending -> closed ___ Python tracker

[issue11955] 3.3 : test_argparse.py fails 'make test'

2018-12-12 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue11955] 3.3 : test_argparse.py fails 'make test'

2018-12-12 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy status: pending -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue11955] 3.3 : test_argparse.py fails 'make test'

2018-12-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I can not reproduce failures. Are they still reproducible? -- nosy: +serhiy.storchaka status: open -> pending ___ Python tracker ___ __

[issue11955] 3.3 : test_argparse.py fails 'make test'

2014-08-04 Thread Ezio Melotti
Ezio Melotti added the comment: I applied my patch, but that doesn't fix the original issue -- it just provides a better error message in case of failure. -- keywords: -patch stage: patch review -> needs patch versions: +Python 3.5 ___ Python tracke

[issue11955] 3.3 : test_argparse.py fails 'make test'

2014-08-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9a410ae785ff by Ezio Melotti in branch '3.4': #11955: show the list of args in case of error in test_argparse. http://hg.python.org/cpython/rev/9a410ae785ff New changeset 25e634756f79 by Ezio Melotti in branch 'default': #11955: merge with 3.4. http

[issue11955] 3.3 : test_argparse.py fails 'make test'

2014-07-31 Thread Mark Lawrence
Mark Lawrence added the comment: @Ezio will you be following this up, specifically msg193970 ? -- nosy: +BreamoreBoy ___ Python tracker ___ __

[issue11955] 3.3 : test_argparse.py fails 'make test'

2013-07-30 Thread paul j3
paul j3 added the comment: The test names are: FAIL: test_failures_many_groups_listargs (__main__.TestFileTypeW) FAIL: test_failures_many_groups_sysargs (__main__.TestFileTypeW) FAIL: test_failures_no_groups_listargs (__main__.TestFileTypeW) FAIL: test_failures_no_groups_sysarg

[issue11955] 3.3 : test_argparse.py fails 'make test'

2013-03-01 Thread Ezio Melotti
Ezio Melotti added the comment: The attached patch adds the list of args to the output of assertRaises in case of error, e.g.: FAIL: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) -- Tra

[issue11955] 3.3 : test_argparse.py fails 'make test'

2011-04-30 Thread Éric Araujo
Éric Araujo added the comment: The helpers in test_argparse could be enhanced to print the tested string and expected result in case of failure. Or the real line number. -- nosy: +bethard, eric.araujo ___ Python tracker

[issue11955] 3.3 : test_argparse.py fails 'make test'

2011-04-29 Thread R. David Murray
R. David Murray added the comment: The six error messages tell you that six different tests failed. Yes, the failures are probably all due to the same cause, but that's just how unit testing works. (And yes, the argparse tests are a bit more terse and difficult to understand than many of ou

[issue11955] 3.3 : test_argparse.py fails 'make test'

2011-04-29 Thread Jason Vas Dias
Jason Vas Dias added the comment: Aha ! the test succeeds as a non root (super-) user . This is because as a root user I can override w bit settings on directories I own: see issue #11956 for fix I applied to test_import.py to fix same issue. Thanks ! -- __

[issue11955] 3.3 : test_argparse.py fails 'make test'

2011-04-29 Thread Brian Curtin
Changes by Brian Curtin : -- components: +Tests -Build type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue11955] 3.3 : test_argparse.py fails 'make test'

2011-04-29 Thread Jason Vas Dias
New submission from Jason Vas Dias : Hi - I've been experiencing many errors trying to build any version of Python that will pass its test suite - see issues : #11946 , #11954 - and now I've been advised to raise bugs about each test failure - hence this bug. For details of my config and build pr