Changes between Version 1 and Version 2 of PerlRegressionTests
- Timestamp:
- 11/25/10 11:17:34 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PerlRegressionTests
v1 v2 1 2 1 === Perl Regression Test Checklist === 3 2 4 3 Perl comes with a lot of regression tests, most are already passing on Haiku, but a handful aren't. This page will serve as a place to keep track of the progress in fixing the various tests, or explaining why it's ok that they are failing on Haiku. 5 4 6 * ~/develop/python/Lib/test> python regrtest.py 5 6 == Summary == 7 8 {{{ 9 Failed 10 tests out of 1604, 99.38% okay. 10 ../ext/I18N-Langinfo/t/Langinfo.t 11 ../ext/Socket/t/socketpair.t 12 ../ext/Time-Piece/t/02core.t 13 ../lib/ExtUtils/t/Installed.t 14 ../lib/ExtUtils/t/eu_command.t 15 ../lib/File/Find/t/find.t 16 ../lib/File/Find/t/taint.t 17 ../lib/File/Path.t 18 ../lib/Net/Ping/t/450_service.t 19 ../lib/version.t 20 }}} 21 22 23 24 * ~/develop/python/Lib/test> python regrtest.py 7 25 8 26 || test1 || passed || ||
