| Version 1 (modified by scottmc, 3 years ago) (diff) |
|---|
Python Regression Test Checklist
Python 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.
- ~/develop/python/Lib/test> python regrtest.py
| test_grammar | passed | |
| test_opcodes | passed | |
| test_dict | passed | |
| test_builtin | passed | |
| test_exceptions | passed | |
| test_types | passes now | |
| test_unittest | passed |
