HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 3 and Version 4 of dev-lang/python/2.6.2/1


Ignore:
Timestamp:
05/14/09 16:08:22 (6 years ago)
Author:
scottmc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dev-lang/python/2.6.2/1

    v3 v4  
    1515}}} 
    1616 
    17 TODO: add gdbm and db and build again 
     17TODO: add gdbm and db and build again[[BR]] 
     18 
     19Make test output: 
     20{{{ 
     21Failed to find the necessary bits to build these modules: 
     22_bsddb             _sqlite3           _tkinter         
     23bsddb185           dbm                gdbm             
     24linuxaudiodev      nis                ossaudiodev      
     25sunaudiodev                                            
     26To find the necessary bits, look in setup.py in detect_modules() for the module's name. 
     27 
     28 
     29Failed to build these modules: 
     30_curses_panel                                          
     31 
     32running build_scripts 
     33find ./Lib -name '*.py[co]' -print | xargs rm -f 
     34./python -E -tt ./Lib/test/regrtest.py -l  
     35test_grammar 
     36test_opcodes 
     37test_dict 
     38test_builtin 
     39test_exceptions 
     40test_types 
     41test test_types failed -- errors occurred; run in verbose mode for details 
     42test_unittest 
     43test_doctest 
     44test_doctest2 
     45test_MimeWriter 
     46test_SimpleHTTPServer 
     47test_StringIO 
     48test___all__ 
     49test___future__ 
     50test__locale 
     51test__locale skipped -- cannot import name RADIXCHAR 
     52test_abc 
     53test_abstract_numbers 
     54test_aepack 
     55test_aepack skipped -- No module named aepack 
     56test_al 
     57test_al skipped -- No module named al 
     58test_anydbm 
     59test_applesingle 
     60test_applesingle skipped -- No module named macostools 
     61test_array 
     62test_ast 
     63test_asyncore 
     64test_atexit 
     65test_audioop 
     66test_augassign 
     67test_base64 
     68test_bastion 
     69test_bigaddrspace 
     70test_bigmem 
     71test_binascii 
     72test_binhex 
     73test_binop 
     74test_bisect 
     75test_bool 
     76test_bsddb 
     77test_bsddb skipped -- No module named _bsddb 
     78test_bsddb185 
     79test_bsddb185 skipped -- No module named bsddb185 
     80test_bsddb3 
     81test_bsddb3 skipped -- Use of the `bsddb' resource not enabled 
     82test_buffer 
     83test_bufio 
     84test_bytes 
     85test_bz2 
     86test_calendar 
     87test_call 
     88test_capi 
     89test_cd 
     90test_cd skipped -- No module named cd 
     91test_cfgparser 
     92test_cgi 
     93test_charmapcodec 
     94test_cl 
     95test_cl skipped -- No module named cl 
     96test_class 
     97test_cmath 
     98test test_cmath failed -- Traceback (most recent call last): 
     99  File "/boot/home/Python-2.6.2-haiku-test/Lib/test/test_cmath.py", line 366, in test_specific_values 
     100    self.fail(error_message) 
     101AssertionError: acos0032: acos(complex(-0.99999999999999978, 0.0)) 
     102Expected: complex(3.141592638688631, -0.0) 
     103Received: complex(3.1415926325163688, -0.0) 
     104Received value insufficiently close to expected value. 
     105 
     106test_cmd 
     107test_cmd_line 
     108test_cmd_line_script 
     109test_code 
     110test_codeccallbacks 
     111test_codecencodings_cn 
     112test_codecencodings_hk 
     113test_codecencodings_jp 
     114test_codecencodings_kr 
     115test_codecencodings_tw 
     116test_codecmaps_cn 
     117test_codecmaps_cn skipped -- Use of the `urlfetch' resource not enabled 
     118test_codecmaps_hk 
     119test_codecmaps_hk skipped -- Use of the `urlfetch' resource not enabled 
     120test_codecmaps_jp 
     121test_codecmaps_jp skipped -- Use of the `urlfetch' resource not enabled 
     122test_codecmaps_kr 
     123test_codecmaps_kr skipped -- Use of the `urlfetch' resource not enabled 
     124test_codecmaps_tw 
     125test_codecmaps_tw skipped -- Use of the `urlfetch' resource not enabled 
     126test_codecs 
     127test_codeop 
     128test_coding 
     129test_coercion 
     130test_collections 
     131test_colorsys 
     132test_commands 
     133test_compare 
     134test_compile 
     135test_compiler 
     136test_complex 
     137test_complex_args 
     138test_contains 
     139test_contextlib 
     140test_cookie 
     141test_cookielib 
     142test_copy 
     143test_copy_reg 
     144test_cpickle 
     145test test_cpickle failed -- errors occurred; run in verbose mode for details 
     146test_cprofile 
     147test_crypt 
     148test_csv 
     149test_ctypes 
     150test_curses 
     151test_curses skipped -- No module named _curses_panel 
     152test_datetime 
     153test_dbm 
     154test_dbm skipped -- No module named dbm 
     155test_decimal 
     156test_decorators 
     157test_defaultdict 
     158test_deque 
     159test_descr 
     160test_descrtut 
     161test_difflib 
     162test_dircache 
     163test test_dircache failed -- Traceback (most recent call last): 
     164  File "/boot/home/Python-2.6.2-haiku-test/Lib/test/test_dircache.py", line 55, in test_listdir 
     165    self.assertEquals(entries, ['test1']) 
     166AssertionError: [] != ['test1'] 
     167 
     168test_dis 
     169test_distutils 
     170test test_distutils failed -- errors occurred; run in verbose mode for details 
     171test_dl 
     172test_dl skipped -- Could not open any shared libraries 
     173test_docxmlrpc 
     174test_dumbdbm 
     175test_dummy_thread 
     176test_dummy_threading 
     177test_email 
     178test_email_codecs 
     179test_email_renamed 
     180test_enumerate 
     181test_eof 
     182test_epoll 
     183test_epoll skipped -- test works only on Linux 2.6 
     184test_errno 
     185test_exception_variations 
     186test_extcall 
     187test_fcntl 
     188test_file 
     189test_filecmp 
     190test_fileinput 
     191test_fileio 
     192test test_fileio failed -- Traceback (most recent call last): 
     193  File "/boot/home/Python-2.6.2-haiku-test/Lib/test/test_fileio.py", line 157, in testAbles 
     194    self.assertEquals(f.seekable(), False) 
     195AssertionError: True != False 
     196 
     197test_float 
     198test test_float failed -- Traceback (most recent call last): 
     199  File "/boot/home/Python-2.6.2-haiku-test/Lib/test/test_float.py", line 253, in test_repr 
     200    self.assertEqual(v, eval(repr(v))) 
     201AssertionError: 7.9999999872500254e+153 != 7.9999999745000492e+153 
     202 
     203test_fnmatch 
     204test_fork1 
     205test_format 
     206test_fpformat 
     207test_fractions 
     208test_frozen 
     209test_ftplib 
     210Exception in thread Thread-89: 
     211Traceback (most recent call last): 
     212  File "/boot/home/Python-2.6.2-haiku-test/Lib/threading.py", line 525, in __bootstrap_inner 
     213    self.run() 
     214  File "/boot/home/Python-2.6.2-haiku-test/Lib/test/test_ftplib.py", line 203, in run 
     215    asyncore.loop(timeout=0.1, count=1) 
     216  File "/boot/home/Python-2.6.2-haiku-test/Lib/asyncore.py", line 204, in loop 
     217    poll_fun(timeout, map) 
     218  File "/boot/home/Python-2.6.2-haiku-test/Lib/asyncore.py", line 141, in poll 
     219    read(obj) 
     220  File "/boot/home/Python-2.6.2-haiku-test/Lib/asyncore.py", line 78, in read 
     221    obj.handle_error() 
     222  File "/boot/home/Python-2.6.2-haiku-test/Lib/asyncore.py", line 74, in read 
     223    obj.handle_read_event() 
     224  File "/boot/home/Python-2.6.2-haiku-test/Lib/asyncore.py", line 413, in handle_read_event 
     225    self.handle_read() 
     226  File "/boot/home/Python-2.6.2-haiku-test/Lib/asynchat.py", line 158, in handle_read 
     227    self.found_terminator() 
     228  File "/boot/home/Python-2.6.2-haiku-test/Lib/test/test_ftplib.py", line 69, in found_terminator 
     229    method(arg) 
     230  File "/boot/home/Python-2.6.2-haiku-test/Lib/test/test_ftplib.py", line 95, in cmd_pasv 
     231    conn, addr = sock.accept() 
     232  File "/boot/home/Python-2.6.2-haiku-test/Lib/socket.py", line 195, in accept 
     233    sock, addr = self._sock.accept() 
     234timeout: timed out 
     235 
     236sem_init: No space left on device 
     237sem_init: No space left on device 
     238sem_init: No space left on device 
     239sem_init: No space left on device 
     240sem_init: No space left on device 
     241sem_init: No space left on device 
     242sem_init: No space left on device 
     243sem_init: No space left on device 
     244sem_init: No space left on device 
     245sem_init: No space left on device 
     246sem_init: No space left on device 
     247test test_ftplib failed -- errors occurred; run in verbose mode for details 
     248test_funcattrs 
     249test_functools 
     250test_future 
     251test_future3 
     252test_future4 
     253test_future5 
     254test_future_builtins 
     255test_gc 
     256test test_gc failed -- Traceback (most recent call last): 
     257  File "/boot/home/Python-2.6.2-haiku-test/Lib/test/test_gc.py", line 253, in test_get_count 
     258    assertEqual(gc.get_count(), (2, 0, 0)) 
     259AssertionError: (3, 0, 0) != (2, 0, 0) 
     260 
     261test_gdbm 
     262test_gdbm skipped -- No module named gdbm 
     263test_generators 
     264test_genericpath 
     265test_genexps 
     266test_getargs 
     267test_getargs2 
     268test_getopt 
     269test_gettext 
     270test_gl 
     271test_gl skipped -- No module named gl 
     272test_glob 
     273test_global 
     274test_grp 
     275test_gzip 
     276test_hash 
     277test_hashlib 
     278test_heapq 
     279test_hmac 
     280test_hotshot 
     281test_htmllib 
     282test_htmlparser 
     283test_httplib 
     284test_imageop 
     285test_imaplib 
     286test_imgfile 
     287test_imgfile skipped -- No module named imgfile 
     288test_imp 
     289test_import 
     290test_importhooks 
     291test_index 
     292test_inspect 
     293test_int 
     294test_int_literal 
     295test_io 
     296test_ioctl 
     297test_isinstance 
     298test_iter 
     299test_iterlen 
     300test_itertools 
     301test_json 
     302test test_json failed -- Traceback (most recent call last): 
     303  File "/boot/home/Python-2.6.2-haiku-test/Lib/json/tests/test_float.py", line 9, in test_floats 
     304    self.assertEquals(float(json.dumps(num)), num) 
     305AssertionError: 5.1878483364637832e+49 != 5.1878483143195925e+49 
     306 
     307test_kqueue 
     308test_kqueue skipped -- test works only on BSD 
     309test_largefile 
     310test_lib2to3 
     311test_linuxaudiodev 
     312test_linuxaudiodev skipped -- Use of the `audio' resource not enabled 
     313test_list 
     314test_locale 
     315test_logging 
     316test_long 
     317test_long_future 
     318test_longexp 
     319test_macos 
     320test_macos skipped -- No module named MacOS 
     321test_macostools 
     322test_macostools skipped -- No module named macostools 
     323test_macpath 
     324test_mailbox 
     325test test_mailbox failed -- errors occurred; run in verbose mode for details 
     326test_marshal 
     327test test_marshal failed -- Traceback (most recent call last): 
     328  File "/boot/home/Python-2.6.2-haiku-test/Lib/test/test_marshal.py", line 95, in test_floats 
     329    self.assertEqual(f, got) 
     330AssertionError: -7.9456894939000011e-241 != inf 
     331 
     332test_math 
     333test test_math failed -- Traceback (most recent call last): 
     334  File "/boot/home/Python-2.6.2-haiku-test/Lib/test/test_math.py", line 879, in test_testfile 
     335    self.fail(message) 
     336AssertionError: Unexpected ValueError in test acos0231:acos(inf) 
     337 
     338 
     339test_md5 
     340test_memoryio 
     341test_mhlib 
     342test test_mhlib failed -- Traceback (most recent call last): 
     343  File "/boot/home/Python-2.6.2-haiku-test/Lib/test/test_mhlib.py", line 185, in test_listfolders 
     344    eq(folders, tfolders) 
     345AssertionError: [] != ['deep', 'deep/f1', 'deep/f2', 'deep/f2/f3', 'inbox', 'wide'] 
     346 
     347test_mimetools 
     348test_mimetypes 
     349test_minidom 
     350test_mmap 
     351test_module 
     352test_modulefinder 
     353test_multibytecodec 
     354test_multibytecodec_support 
     355test_multifile 
     356test_mutants 
     357test_mutex 
     358test_netrc 
     359test_new 
     360test_nis 
     361test_nis skipped -- No module named nis 
     362test_normalization 
     363test_normalization skipped -- Use of the `urlfetch' resource not enabled 
     364test_ntpath 
     365test_old_mailbox 
     366test test_old_mailbox failed -- errors occurred; run in verbose mode for details 
     367test_openpty 
     368test_operator 
     369test_optparse 
     370test_os 
     371/boot/home/Python-2.6.2-haiku-test/Lib/os.py:759: DeprecationWarning: integer argument expected, got float 
     372  bs += read(_urandomfd, n - len(bs)) 
     373test_ossaudiodev 
     374test_ossaudiodev skipped -- Use of the `audio' resource not enabled 
     375test_parser 
     376Expecting 's_push: parser stack overflow' in next line 
     377s_push: parser stack overflow 
     378test_peepholer 
     379test_pep247 
     380test_pep263 
     381test_pep277 
     382test_pep277 skipped -- test works only on NT+ 
     383test_pep292 
     384test_pep352 
     385test_pickle 
     386test test_pickle failed -- errors occurred; run in verbose mode for details 
     387test_pickletools 
     388test test_pickletools failed -- Traceback (most recent call last): 
     389  File "/boot/home/Python-2.6.2-haiku-test/Lib/test/pickletester.py", line 546, in test_float 
     390    self.assertEqual(value, got) 
     391AssertionError: 9.9999317448863318e-311 != 9.9999316153699872e-311 
     392 
     393test_pipes 
     394test_pkg 
     395test_pkgimport 
     396test_pkgutil 
     397test_platform 
     398test_plistlib 
     399test_poll 
     400test_popen 
     401test_popen2 
     402test_poplib 
     403test_posix 
     404test test_posix failed -- errors occurred; run in verbose mode for details 
     405test_posixpath 
     406test_pow 
     407test_pprint 
     408test_print 
     409test_profile 
     410test_profilehooks 
     411test_property 
     412test_pstats 
     413test_pty 
     414test test_pty failed -- errors occurred; run in verbose mode for details 
     415test_pwd 
     416test_py3kwarn 
     417test_py3kwarn skipped -- test.test_py3kwarn must be run with the -3 flag 
     418test_pyclbr 
     419test_pydoc 
     420test_pyexpat 
     421test_queue 
     422test_quopri 
     423test_random 
     424test test_random failed -- Traceback (most recent call last): 
     425  File "/boot/home/Python-2.6.2-haiku-test/Lib/test/test_random.py", line 344, in test_referenceImplementation 
     426    self.assertAlmostEqual(a,e,places=14) 
     427AssertionError: 0.081823493762449573 != -inf within 14 places 
     428 
     429test_re 
     430test_repr 
     431test_rfc822 
     432test_richcmp 
     433test_robotparser 
     434test_runpy 
     435test_sax 
     436test_scope 
     437test_scriptpackages 
     438test_scriptpackages skipped -- No module named aetools 
     439test_select 
     440test_set 
     441test_sets 
     442test_sgmllib 
     443test_sha 
     444test_shelve 
     445test_shlex 
     446test_shutil 
     447test test_shutil failed -- Traceback (most recent call last): 
     448  File "/boot/home/Python-2.6.2-haiku-test/Lib/test/test_shutil.py", line 199, in test_dont_copy_file_onto_link_to_itself 
     449    os.link(src, dst) 
     450OSError: [Errno -2147454933] Operation not supported 
     451 
     452test_signal 
     453test test_signal failed -- errors occurred; run in verbose mode for details 
     454test_site 
     455test_slice 
     456test_smtplib 
     457test_socketserver 
     458test_socketserver skipped -- Use of the `network' resource not enabled 
     459test_softspace 
     460test_sort 
     461test_sqlite 
     462test_sqlite skipped -- no sqlite available 
     463test_ssl 
     464test_startfile 
     465test_startfile skipped -- cannot import name startfile 
     466test_str 
     467test_strftime 
     468test_string 
     469test_stringprep 
     470test_strop 
     471test_strptime 
     472test_struct 
     473test_structmembers 
     474test_structseq 
     475test_subprocess 
     476Abort 
     477. 
     478    this bit of output is from a test of stdout in a different process ... 
     479test test_subprocess failed -- Traceback (most recent call last): 
     480  File "/boot/home/Python-2.6.2-haiku-test/Lib/test/test_subprocess.py", line 499, in test_leaking_fds_on_error 
     481    stderr=subprocess.PIPE) 
     482  File "/boot/home/Python-2.6.2-haiku-test/Lib/subprocess.py", line 595, in __init__ 
     483    errread, errwrite) 
     484  File "/boot/home/Python-2.6.2-haiku-test/Lib/subprocess.py", line 1092, in _execute_child 
     485    raise child_exception 
     486OSError: [Errno -2147459069] No such file or directory 
     487 
     488test_sunaudiodev 
     489test_sunaudiodev skipped -- No module named sunaudiodev 
     490test_sundry 
     491/boot/home/Python-2.6.2-haiku-test/Lib/test/test_sundry.py:67: DeprecationWarning: The posixfile module is deprecated; fcntl.lockf() provides better locking 
     492  import posixfile 
     493test_symtable 
     494test_syntax 
     495test_sys 
     496test_tarfile 
     497test test_tarfile failed -- errors occurred; run in verbose mode for details 
     498test_tcl 
     499test_tcl skipped -- No module named _tkinter 
     500test_telnetlib 
     501test_tempfile 
     502test_textwrap 
     503test_threaded_import 
     504test_threadedtempfile 
     505test_threading 
     506test test_threading failed -- Traceback (most recent call last): 
     507  File "/boot/home/Python-2.6.2-haiku-test/Lib/test/test_threading.py", line 419, in test_3_join_in_forked_from_thread 
     508    self._run_and_join(script) 
     509  File "/boot/home/Python-2.6.2-haiku-test/Lib/test/test_threading.py", line 355, in _run_and_join 
     510    self.assertEqual(data, "end of main\nend of thread\n") 
     511AssertionError: '' != 'end of main\nend of thread\n' 
     512 
     513test_threading_local 
     514test_threadsignals 
     515test_time 
     516test_timeout 
     517test_timeout skipped -- Use of the `network' resource not enabled 
     518test_tokenize 
     519test_trace 
     520test_traceback 
     521test_transformer 
     522test_tuple 
     523test_typechecks 
     524test_ucn 
     525test_unary 
     526test_undocumented_details 
     527test_unicode 
     528test_unicode_file 
     529test_unicode_file skipped -- No Unicode filesystem semantics on this platform. 
     530test_unicodedata 
     531test_univnewlines 
     532test_unpack 
     533test_urllib 
     534test_urllib2 
     535test_urllib2_localnet 
     536test_urllib2net 
     537test_urllib2net skipped -- Use of the `network' resource not enabled 
     538test_urllibnet 
     539test_urllibnet skipped -- Use of the `network' resource not enabled 
     540test_urlparse 
     541test_userdict 
     542test_userlist 
     543test_userstring 
     544test_uu 
     545test_uuid 
     546    WARNING: uuid.getnode is unreliable on many platforms. 
     547        It is disabled until the code and/or test can be fixed properly. 
     548    WARNING: uuid._ifconfig_getnode is unreliable on many platforms. 
     549        It is disabled until the code and/or test can be fixed properly. 
     550    WARNING: uuid._unixdll_getnode is unreliable on many platforms. 
     551        It is disabled until the code and/or test can be fixed properly. 
     552test_wait3 
     553test_wait3 skipped -- os.wait3 not defined -- skipping test_wait3 
     554test_wait4 
     555test_wait4 skipped -- os.wait4 not defined -- skipping test_wait4 
     556test_warnings 
     557test_wave 
     558test_weakref 
     559test_whichdb 
     560test_winreg 
     561test_winreg skipped -- No module named _winreg 
     562test_winsound 
     563test_winsound skipped -- No module named winsound 
     564test_with 
     565test_wsgiref 
     566test_xdrlib 
     567test_xml_etree 
     568test_xml_etree_c 
     569test_xmllib 
     570test_xmlrpc 
     571test_xpickle 
     572test test_xpickle failed -- errors occurred; run in verbose mode for details 
     573test_xrange 
     574test_zipfile 
     575test_zipfile64 
     576test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run 
     577test_zipimport 
     578test_zipimport_support 
     579test_zlib 
     580285 tests OK. 
     58126 tests failed: 
     582    test_cmath test_cpickle test_dircache test_distutils test_fileio 
     583    test_float test_ftplib test_gc test_json test_mailbox test_marshal 
     584    test_math test_mhlib test_old_mailbox test_pickle test_pickletools 
     585    test_posix test_pty test_random test_shutil test_signal 
     586    test_subprocess test_tarfile test_threading test_types 
     587    test_xpickle 
     58845 tests skipped: 
     589    test__locale test_aepack test_al test_applesingle test_bsddb 
     590    test_bsddb185 test_bsddb3 test_cd test_cl test_codecmaps_cn 
     591    test_codecmaps_hk test_codecmaps_jp test_codecmaps_kr 
     592    test_codecmaps_tw test_curses test_dbm test_dl test_epoll 
     593    test_gdbm test_gl test_imgfile test_kqueue test_linuxaudiodev 
     594    test_macos test_macostools test_nis test_normalization 
     595    test_ossaudiodev test_pep277 test_py3kwarn test_scriptpackages 
     596    test_socketserver test_sqlite test_startfile test_sunaudiodev 
     597    test_tcl test_timeout test_unicode_file test_urllib2net 
     598    test_urllibnet test_wait3 test_wait4 test_winreg test_winsound 
     599    test_zipfile64 
     600Ask someone to teach regrtest.py about which tests are 
     601expected to get skipped on haiku1. 
     602}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/