| | 1 | === Python Regression Test Checklist === |
| | 2 | |
| | 3 | 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. |
| | 4 | |
| | 5 | * ~/develop/python/Lib/test> python regrtest.py |
| | 6 | |
| | 7 | || test_grammar ||passed|| || |
| | 8 | || test_opcodes ||passed|| || |
| | 9 | || test_dict ||passed|| || |
| | 10 | || test_builtin ||passed|| || |
| | 11 | || test_exceptions ||passed|| || |
| | 12 | || test_types ||passes now || ~~haiku ticket [http://dev.haiku-os.org/ticket/3308 #3308]~~ || |
| | 13 | || test_unittest ||passed|| || |