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 19 and Version 20 of PythonRegressionTests


Ignore:
Timestamp:
11/25/10 13:11:16 (5 years ago)
Author:
rfw
Comment:

new regression test results

Legend:

Unmodified
Added
Removed
Modified
  • PythonRegressionTests

    v19 v20  
    1  
    21=== Python Regression Test Checklist === 
    32 
    … …  
    163162|| test_heapq || passed || || 
    164163|| test_hmac || passed || || 
    165 || test_hotshot || passed || || 
     164|| test_hotshot || failed || causes a segmentation fault || 
    166165|| test_htmllib || passed || || 
    167166|| test_htmlparser || passed || || 
    168 || test_httplib.py || failed || can't allocate lock || 
     167|| test_httplib.py || passed || || 
    169168|| test_httpservers.py || failed || can't allocate lock || 
    170169|| test_imageop || passed || || 
    … …  
    226225|| test_operator || passed || || 
    227226|| test_optparse || passed || || 
    228 || test_os || passed || || 
     227|| test_os || failed || test_utime_dir failed due to floating point value for st_mtime || 
    229228|| test_ossaudiodev || skipped || -- Use of the `audio' resource not enabled || 
    230229|| test_parser || passed || ||   
    … …  
    287286|| test_site  || passed || || 
    288287|| test_slice || passed || || 
    289 || test_smtplib || passed || || 
    290288|| test_smtplib || failed || -- errors occurred; run in verbose mode for details || 
    291289|| test_socket || failed || can't allocate lock || 
    292 || test_socketserver || skipped || -- Use of the `network' resource not enabled || 
     290|| test_socketserver || failed || can't allocate lock || 
    293291|| test_softspace || passed || || 
    294292|| test_sort || passed || || 
    295293|| test_sqlite || passed || || 
    296 || test_ssl || passed || || 
     294|| test_ssl || fails intermittently || fails when entire suite is run; passes when run standalone || 
    297295|| test_startfile || skipped || -- cannot import name startfile || 
    298296|| test_str  || passed || || 
    … …  
    305303|| test_structmembers || passed || || 
    306304|| test_structseq || passed || || 
    307 || test_subprocess  || passed || || 
     305|| test_subprocess  || failed || test_leaking_fds_on_error and test_list2cmdline || 
    308306|| test_sunaudiodev || skipped || -- No module named sunaudiodev - Solaris only|| 
    309 || test_sundry || failed || The posixfile module is deprecated; fcntl.lockf() provides better || 
     307|| test_sundry || passed || || 
    310308|| test_symtable || passed || || 
    311309|| test_syntax || passed || || 
    312310|| test_sys || passed || || 
    313 || test_tarfile  || passed || || 
    314311|| test_tarfile || failed || -- errors occurred; run in verbose mode for details - hardlink issues? || 
    315312|| test_tcl || skipped || -- No module named _tkinter - tcl/tkinter not ported to haiku yet || 
    … …  
    349346|| test_userstring  || passed || || 
    350347|| test_uu  || passed || || 
    351 || test_uuid || warnings || ||  
     348|| test_uuid || failed || can't resolve hostname from socket.gethostname() ||  
    352349|| test_wait3 || skipped || -- os.wait3 not defined -- skipping test_wait3 || 
    353350|| test_wait4 || skipped || -- os.wait4 not defined -- skipping test_wait4 || 
    … …  
    374371|| test_zlib || passed || || 
    375372 
    376 {{{ 
    377 ** renamed these to skip in the full regrtest: 
    378 test_asynchat.py 
    379 test_httplib.py 
    380 test_httpservers.py 
    381 test_multiprocessing.py 
    382 test_resource.py 
    383 test_socket.py 
    384 }}} 
     373If a test passes, replace the test case file (`test_foo.py`) with the stock version, and also remove its name from `_expected["haiku1"]` in `regrtest.py`. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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