This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author koobs
Recipients Claudiu.Popa, koobs, python-dev, r.david.murray, serhiy.storchaka
Date 2013-10-14.08:18:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381738719.49.0.866771410395.issue18919@psf.upfronthosting.co.za>
In-reply-to
Content
Tests fail for 2.7 on the koobs-freebsd9 and koobs-freebsd10 buildbots since a9f967c8d002db364021a5fb1c9926a27029e849

Taking a snapshot of the output here for reference:

test_aifc
test test_aifc produced unexpected output:
**********************************************************************
Warning: bad COMM chunk size
Warning: bad COMM chunk size
Warning: MARK chunk contains only 0 markers instead of 1

**********************************************************************

<snip>

363 tests OK.
1 test failed:
    test_aifc

<snip>

Re-running failed tests in verbose mode
Re-running test 'test_aifc' in verbose mode

<snip>

test_read_comm_kludge_compname_even (test.test_aifc.AIFCLowLevelTest) ... Warning: bad COMM chunk size
ok
test_read_comm_kludge_compname_odd (test.test_aifc.AIFCLowLevelTest) ... Warning: bad COMM chunk size
ok
test_read_wrong_marks (test.test_aifc.AIFCLowLevelTest) ... Warning: MARK chunk contains only 0 markers instead of 1
ok

----------------------------------------------------------------------
Ran 80 tests in 0.102s

OK
History
Date User Action Args
2013-10-14 08:18:39koobssetrecipients: + koobs, r.david.murray, Claudiu.Popa, python-dev, serhiy.storchaka
2013-10-14 08:18:39koobssetmessageid: <1381738719.49.0.866771410395.issue18919@psf.upfronthosting.co.za>
2013-10-14 08:18:39koobslinkissue18919 messages
2013-10-14 08:18:39koobscreate