Changes between Version 3 and Version 4 of OpcodeTestingHackathon
- Timestamp:
- 11/13/09 19:49:16 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpcodeTestingHackathon
v3 v4 1 1 We are having a testing hackathon for our opcodes! These tests are t/op/*.t in the Parrot repo. 2 3 2 4 This event has been added to Calagator to let people know about it: http://calagator.org/events/1250458003 3 4 5 5 6 Here are some guiding principles of the hackathon: … … 8 9 * Some can't be converted because the required testing functions do not exist in Parrot's Test::More 9 10 * In this case, improve Test::More 11 * Some advanced testing functions are not available yet, like eq_or_diff . These would be really awesome to have! 10 12 * Add tests for things with the lowest coverage first 11 13 * If you want to add tests to a large, currently Perl 5 test file, svn copy the foo.t to foo-old.t, then start writing PIR tests in foo.t and migrating tests from foo-old.t to foo.t as tests are translated