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 vstinner
Recipients doko, pitrou, skrah, vstinner
Date 2010-04-17.23:13:49
SpamBayes Score 0.02293675
Marked as misclassified No
Message-id <1271546031.06.0.730007150803.issue8431@psf.upfronthosting.co.za>
In-reply-to
Content
On ARMv7Thumb Ubuntu trunk, build 47 hung after the following tests:
---
test_wait3
test_genericpath
test_uuid
test_zipimport_support
test_slice
test_decorators
---

build 48 hung after the following tests:
---
test_memoryio
test_robotparser
test_charmapcodec
test_ast
---

build 49 hung after the following tests:
---
test_grp
test_binascii
test_uu
test_zlib
test_unpack
test_array
test_list
test_cmd_line
test_traceback
test_global
test_index
test_cd
test_cd skipped -- No module named cd
test_bz2
test_fnmatch
test_posixpath
test_random
test_code
test_gc
test_dict
test_threading_local
test_eof
test_codecmaps_hk
test_aifc
test_descr
---

test_tokenize and test_io were not yet executed.
History
Date User Action Args
2010-04-17 23:13:51vstinnersetrecipients: + vstinner, doko, pitrou, skrah
2010-04-17 23:13:51vstinnersetmessageid: <1271546031.06.0.730007150803.issue8431@psf.upfronthosting.co.za>
2010-04-17 23:13:50vstinnerlinkissue8431 messages
2010-04-17 23:13:49vstinnercreate