Changes between Version 4 and Version 5 of OpcodeTestingHackathon
- Timestamp:
- 11/13/09 21:51:23 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpcodeTestingHackathon
v4 v5 6 6 Here are some guiding principles of the hackathon: 7 7 8 * In general, improving coverage is better than converting tests to PIR, but both are valuable 9 * To increase coverage: 10 * find an untested op and write tests for it 11 * find an undertested op and write more tests for it 12 * for help with either, ask on #parrot for assistance! 8 13 * If there are tests written in Perl, we would like to convert them to PIR, if possible. 9 14 * Some can't be converted because the required testing functions do not exist in Parrot's Test::More