Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'raised': 0.07; 'wrapper': 0.07; 'skip:" 60': 0.09; 'skip:= 70': 0.11; 'received:74.125.82.174': 0.12; 'received:mail- wy0-f174.google.com': 0.12; 'run_unittest': 0.16; 'subject:=': 0.16; 'test_main()': 0.16; 'to:name:python-list@python.org': 0.16; 'subject:skip:t 10': 0.16; 'traceback': 0.16; '(most': 0.16; 'occurred': 0.19; 'cc:2**0': 0.20; 'last):': 0.23; 'skip:- 70': 0.24; 'tests': 0.26; 'raise': 0.29; 'skip:( 20': 0.31; 'cc:addr:gmail.com': 0.31; 'charset:iso-8859-15': 0.31; 'args)': 0.31; 'ran': 0.31; 'to:addr:python-list': 0.32; 'file': 0.35; 'header:User-Agent:1': 0.35; 'received:google.com': 0.38; 'skip:" 20': 0.38; 'errors': 0.39; 'skip:s 30': 0.39; 'to:addr:python.org': 0.39; 'subject: (': 0.39; 'header:Received:5': 0.40; 'received:196': 0.61 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:content-type:date:to:cc:subject:mime-version :content-transfer-encoding:from:message-id:user-agent; bh=Nd08lgy9a94O2PKPNXjgo358Jb85PJEtL1oVYqT9BUY=; b=BROeHdgEpvj3XEwCcjSCS3IyiA+bFCdCS6mMj4aHwNSHbVjdKwlAiGYx3+CD4yhtXM qiqeBymO4FHdJpmYPVVEi6SA/geRle6n959I/Ht7/NC/uc0WkOUHWUBdz2Dnn6vF1DbG WOlrJDBRHcdjQYU+aQx1w8dxfRh3lDwIRN+CU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:date:to:cc:subject:mime-version :content-transfer-encoding:from:message-id:user-agent; b=HWqZ8lT3BQV4qQ8J5BaewmZIdm/sX/28C/BEg9f3fmf5T/jRbs7+hHoTXiB02/3njh xru1egtv6wjMp8hcNHV8qKtTWZ+NUT7Wtl+P17oY3uCPQqvoNfpyr4cGK+WK8i97rdP+ PfnKycFEIMUfJMvmt4fh1EFOuVMa2rJjiLnQI= Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes Date: Wed, 18 May 2011 00:31:52 +0300 To: "python-list@python.org" Subject: test_argparse.py FAILED (failures=6) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nirinA raseliarison User-Agent: Opera Mail/11.10 (Linux) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 82 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1305667881 news.xs4all.nl 49181 [::ffff:82.94.164.166]:54754 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:5618 ====================================================================== FAIL: test_failures_many_groups_listargs (__main__.TestFileTypeW) ---------------------------------------------------------------------- Traceback (most recent call last): File "Lib/test/test_argparse.py", line 216, in wrapper test_func(self) File "Lib/test/test_argparse.py", line 235, in test_failures raises(ArgumentParserError, parser.parse_args, args) AssertionError: ArgumentParserError not raised by parse_args ====================================================================== FAIL: test_failures_many_groups_sysargs (__main__.TestFileTypeW) ---------------------------------------------------------------------- Traceback (most recent call last): File "Lib/test/test_argparse.py", line 216, in wrapper test_func(self) File "Lib/test/test_argparse.py", line 235, in test_failures raises(ArgumentParserError, parser.parse_args, args) AssertionError: ArgumentParserError not raised by parse_args ====================================================================== FAIL: test_failures_no_groups_listargs (__main__.TestFileTypeW) ---------------------------------------------------------------------- Traceback (most recent call last): File "Lib/test/test_argparse.py", line 216, in wrapper test_func(self) File "Lib/test/test_argparse.py", line 235, in test_failures raises(ArgumentParserError, parser.parse_args, args) AssertionError: ArgumentParserError not raised by parse_args ====================================================================== FAIL: test_failures_no_groups_sysargs (__main__.TestFileTypeW) ---------------------------------------------------------------------- Traceback (most recent call last): File "Lib/test/test_argparse.py", line 216, in wrapper test_func(self) File "Lib/test/test_argparse.py", line 235, in test_failures raises(ArgumentParserError, parser.parse_args, args) AssertionError: ArgumentParserError not raised by parse_args ====================================================================== FAIL: test_failures_one_group_listargs (__main__.TestFileTypeW) ---------------------------------------------------------------------- Traceback (most recent call last): File "Lib/test/test_argparse.py", line 216, in wrapper test_func(self) File "Lib/test/test_argparse.py", line 235, in test_failures raises(ArgumentParserError, parser.parse_args, args) AssertionError: ArgumentParserError not raised by parse_args ====================================================================== FAIL: test_failures_one_group_sysargs (__main__.TestFileTypeW) ---------------------------------------------------------------------- Traceback (most recent call last): File "Lib/test/test_argparse.py", line 216, in wrapper test_func(self) File "Lib/test/test_argparse.py", line 235, in test_failures raises(ArgumentParserError, parser.parse_args, args) AssertionError: ArgumentParserError not raised by parse_args ---------------------------------------------------------------------- Ran 1599 tests in 6.298s FAILED (failures=6) Traceback (most recent call last): File "Lib/test/test_argparse.py", line 4681, in test_main() File "Lib/test/test_argparse.py", line 4673, in test_main support.run_unittest(__name__) File "/mnt/sda14/pack_build/Python-3.2.1rc1/Lib/test/support.py", line 1184, in run_unittest _run_suite(suite) File "/mnt/sda14/pack_build/Python-3.2.1rc1/Lib/test/support.py", line 1167, in _run_suite raise TestFailed(err) test.support.TestFailed: multiple errors occurred -- nirinA