Changes between Version 4 and Version 5 of OpcodeTestingHackathon

Show
Ignore:
Timestamp:
11/13/09 21:51:23 (12 years ago)
Author:
chromatic
Comment:

added notes about improving op coverage

Legend:

Unmodified
Added
Removed
Modified
  • OpcodeTestingHackathon

    v4 v5  
    66Here are some guiding principles of the hackathon: 
    77 
     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! 
    813 * If there are tests written in Perl, we would like to convert them to PIR, if possible. 
    914    * Some can't be converted because the required testing functions do not exist in Parrot's Test::More