Changes between Version 3 and Version 4 of PythonRegressionTests
- Timestamp:
- 01/26/09 22:25:46 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonRegressionTests
v3 v4 29 29 || test_array ||passed|| || 30 30 || test_ast ||passed|| || 31 || test_asynchat || stalls || this one stalls, so renamed to skip it for now|| 31 32 || test_asyncore ||passed|| || 32 33 || test_atexit ||passed|| || … … 69 70 || test_codecencodings_kr || passed || || 70 71 || test_codecencodings_tw || passed || || 71 || test_codecmaps_cn || skipped || -- Use of the `urlfetch' resource not enabled||72 || test_codecmaps_hk || skipped || -- Use of the `urlfetch' resource not enabled||73 || test_codecmaps_jp || skipped || -- Use of the `urlfetch' resource not enabled||74 || test_codecmaps_kr || skipped || -- Use of the `urlfetch' resource not enabled||75 || test_codecmaps_tw || skipped || -- Use of the `urlfetch' resource not enabled||72 || test_codecmaps_cn || passed || -- Use -uurlfetch to run this test || 73 || test_codecmaps_hk || passed || -- Use -uurlfetch to run this test || 74 || test_codecmaps_jp || passed || -- Use -uurlfetch to run this test || 75 || test_codecmaps_kr || passed || -- Use -uurlfetch to run this test || 76 || test_codecmaps_tw || passed || -- Use -uurlfetch to run this test || 76 77 || test_codecs || passed || || 77 78 || test_codeop || passed || || … … 97 98 || test_csv || passed || || 98 99 || test_ctypes|| passed || || 99 || test_curses || skipped || -- Use of the `curses' resource not enabled - figure out why it's not picking up ncurses||100 || test_curses || skipped || Need to have ncurses and use -ucurses to enable the test || 100 101 || test_datetime || passed || || 101 102 || test_dbm || skipped || try again with dbm installed || … … 213 214 || test_multibytecodec_support || passed || || 214 215 || test_multifile || passed || || 216 || test_multiprocessing || stalls || this test stalls, and won't exit || 215 217 || test_mutants || passed || || 216 218 || test_mutex || passed || || … … 218 220 || test_new || passed || || 219 221 || test_nis || skipped || -- No module named nis || 220 || test_normalization || skipped || -- Use of the `urlfetch' resource not enabled||222 || test_normalization || passed || Use -uurlfetch to run this test || 221 223 || test_ntpath || passed || || 222 224 || test_old_mailbox || failed || -- errors occurred; run in verbose mode for details || … … 287 289 || test_smtplib || passed || || 288 290 || test_smtplib || failed || -- errors occurred; run in verbose mode for details || 291 || test_socket || failed || can't allocate lock || 289 292 || test_socketserver || skipped || -- Use of the `network' resource not enabled || 290 293 || test_softspace || passed || || … … 321 324 || test_threadsignals || passed || || 322 325 || test_time || passed || || 323 || test_timeout || skipped || -- Use of the `network' resource not enabled||326 || test_timeout || failed || Use -unetwork to run this test || 324 327 || test_tokenize || passed || || 325 328 || test_trace || passed || || … … 339 342 || test_urllib2 || passed || || 340 343 || test_urllib2_localnet || passed || || 341 || test_urllib2net || skipped || -- Use of the `network' resource not enabled||342 || test_urllibnet || skipped || -- Use of the `network' resource not enabled||344 || test_urllib2net || skipped || Use -unetwork to run this test || 345 || test_urllibnet || skipped || Use -unetwork to run this test || 343 346 || test_urlparse || passed || || 344 347 || test_userdict || passed || ||
