Changes between Version 19 and Version 20 of PythonRegressionTests
- Timestamp:
- 11/25/10 13:11:16 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonRegressionTests
v19 v20 1 2 1 === Python Regression Test Checklist === 3 2 … … 163 162 || test_heapq || passed || || 164 163 || test_hmac || passed || || 165 || test_hotshot || passed ||||164 || test_hotshot || failed || causes a segmentation fault || 166 165 || test_htmllib || passed || || 167 166 || test_htmlparser || passed || || 168 || test_httplib.py || failed || can't allocate lock||167 || test_httplib.py || passed || || 169 168 || test_httpservers.py || failed || can't allocate lock || 170 169 || test_imageop || passed || || … … 226 225 || test_operator || passed || || 227 226 || test_optparse || passed || || 228 || test_os || passed ||||227 || test_os || failed || test_utime_dir failed due to floating point value for st_mtime || 229 228 || test_ossaudiodev || skipped || -- Use of the `audio' resource not enabled || 230 229 || test_parser || passed || || … … 287 286 || test_site || passed || || 288 287 || test_slice || passed || || 289 || test_smtplib || passed || ||290 288 || test_smtplib || failed || -- errors occurred; run in verbose mode for details || 291 289 || 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 || 293 291 || test_softspace || passed || || 294 292 || test_sort || passed || || 295 293 || test_sqlite || passed || || 296 || test_ssl || passed ||||294 || test_ssl || fails intermittently || fails when entire suite is run; passes when run standalone || 297 295 || test_startfile || skipped || -- cannot import name startfile || 298 296 || test_str || passed || || … … 305 303 || test_structmembers || passed || || 306 304 || test_structseq || passed || || 307 || test_subprocess || passed ||||305 || test_subprocess || failed || test_leaking_fds_on_error and test_list2cmdline || 308 306 || 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 || || 310 308 || test_symtable || passed || || 311 309 || test_syntax || passed || || 312 310 || test_sys || passed || || 313 || test_tarfile || passed || ||314 311 || test_tarfile || failed || -- errors occurred; run in verbose mode for details - hardlink issues? || 315 312 || test_tcl || skipped || -- No module named _tkinter - tcl/tkinter not ported to haiku yet || … … 349 346 || test_userstring || passed || || 350 347 || test_uu || passed || || 351 || test_uuid || warnings ||||348 || test_uuid || failed || can't resolve hostname from socket.gethostname() || 352 349 || test_wait3 || skipped || -- os.wait3 not defined -- skipping test_wait3 || 353 350 || test_wait4 || skipped || -- os.wait4 not defined -- skipping test_wait4 || … … 374 371 || test_zlib || passed || || 375 372 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 }}} 373 If 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`.
