Add some tests for parsing out of order tests, mostly passing.
commit7b1962d6cc86d8eab35f9dac3fad292cd3ee1b1a
authorDuke Leto <jonathan@leto.net>
Sat, 5 Dec 2009 05:12:22 +0000 (4 21:12 -0800)
committerDuke Leto <jonathan@leto.net>
Sat, 23 Jan 2010 02:53:17 +0000 (22 18:53 -0800)
treee35bad3856c1e94cb57e60cd5bfaa17af75b9f42
parent00cc34d47952884b007304f806107006e001d740
Add some tests for parsing out of order tests, mostly passing.

Currently we do not count any tests that are out of order as passed,
so test files with out of order tests do not pass, but this is currently
dumb luck. The parse_tapstream method needs to be modified to detect
out of order tests and still count which pass and fail.
t/03-parse_tapstream_error.t