Optional ExtUtils::MakeMaker::Coverage not available. Everything should still work correctly but you won't be able to run the coverage tests by typing "make testcover". If you subsequently install Devel::Cover please re-run "perl Makefile.PL" to include the testcover target. TAP::Parser includes "runtests" which is the equivalent of the TAP::Harness "prove". If you choose to install runtests you will be able to run a module's test suite via TAP::Parser by typing "runtests -rb" in the project's root directory. Do you wish to install the 'runtests' utility? [y] y WARNING: LICENSE is not a known parameter. Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. Writing Makefile for TAP::Parser cp lib/TAP/Parser/Iterator/Array.pm blib/lib/TAP/Parser/Iterator/Array.pm cp lib/TAP/Parser/Result/Plan.pm blib/lib/TAP/Parser/Result/Plan.pm cp lib/TAP/Base.pm blib/lib/TAP/Base.pm cp lib/TAP/Parser/Result.pm blib/lib/TAP/Parser/Result.pm cp lib/TAP/Parser/Source/Perl.pm blib/lib/TAP/Parser/Source/Perl.pm cp lib/TAP/Parser/Result/YAML.pm blib/lib/TAP/Parser/Result/YAML.pm cp lib/TAP/Parser/Result/Test.pm blib/lib/TAP/Parser/Result/Test.pm cp lib/TAP/Parser.pm blib/lib/TAP/Parser.pm cp lib/TAP/Parser/Iterator.pm blib/lib/TAP/Parser/Iterator.pm cp lib/TAP/Parser/Source.pm blib/lib/TAP/Parser/Source.pm cp lib/TAP/Parser/Result/Comment.pm blib/lib/TAP/Parser/Result/Comment.pm cp lib/TAP/Parser/Iterator/Stream.pm blib/lib/TAP/Parser/Iterator/Stream.pm cp lib/TAP/Harness/Color.pm blib/lib/TAP/Harness/Color.pm cp lib/TAP/Parser/Grammar.pm blib/lib/TAP/Parser/Grammar.pm cp lib/TAP/Parser/Iterator/Process.pm blib/lib/TAP/Parser/Iterator/Process.pm cp lib/TAP/Parser/Result/Bailout.pm blib/lib/TAP/Parser/Result/Bailout.pm cp lib/TAP/Harness.pm blib/lib/TAP/Harness.pm cp lib/TAP/Parser/Result/Version.pm blib/lib/TAP/Parser/Result/Version.pm cp lib/TAP/Parser/YAMLish/Writer.pm blib/lib/TAP/Parser/YAMLish/Writer.pm cp lib/TAP/Parser/Result/Unknown.pm blib/lib/TAP/Parser/Result/Unknown.pm cp lib/TAP/Parser/Aggregator.pm blib/lib/TAP/Parser/Aggregator.pm cp lib/TAP/Parser/YAMLish/Reader.pm blib/lib/TAP/Parser/YAMLish/Reader.pm cp lib/TAP/Harness/Compatible.pm blib/lib/TAP/Harness/Compatible.pm cp bin/runtests blib/script/runtests /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/runtests Manifying blib/man1/runtests.1 Manifying blib/man3/TAP::Parser::Iterator::Array.3 Manifying blib/man3/TAP::Parser::Result::Plan.3 Manifying blib/man3/TAP::Base.3 Manifying blib/man3/TAP::Parser::Source::Perl.3 Manifying blib/man3/TAP::Parser::Result.3 Manifying blib/man3/TAP::Parser::Result::YAML.3 Manifying blib/man3/TAP::Parser::Result::Test.3 Manifying blib/man3/TAP::Parser.3 Manifying blib/man3/TAP::Parser::Result::Comment.3 Manifying blib/man3/TAP::Parser::Source.3 Manifying blib/man3/TAP::Parser::Iterator.3 Manifying blib/man3/TAP::Parser::Iterator::Stream.3 Manifying blib/man3/TAP::Harness::Color.3 Manifying blib/man3/TAP::Parser::Grammar.3 Manifying blib/man3/TAP::Parser::Iterator::Process.3 Manifying blib/man3/TAP::Parser::Result::Bailout.3 Manifying blib/man3/TAP::Parser::YAMLish::Writer.3 Manifying blib/man3/TAP::Parser::Result::Version.3 Manifying blib/man3/TAP::Harness.3 Manifying blib/man3/TAP::Parser::Result::Unknown.3 Manifying blib/man3/TAP::Parser::Aggregator.3 Manifying blib/man3/TAP::Parser::YAMLish::Reader.3 Manifying blib/man3/TAP::Harness::Compatible.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/compat/*.t t/000-load......................1..40 ok 1 - use TAP::Parser; ok 2 - ... and it should have the correct version ok 3 - use TAP::Parser::Aggregator; ok 4 - ... and it should have the correct version ok 5 - use TAP::Parser::Grammar; ok 6 - ... and it should have the correct version ok 7 - use TAP::Parser::Iterator::Array; ok 8 - ... and it should have the correct version ok 9 - use TAP::Parser::Iterator::Process; ok 10 - ... and it should have the correct version ok 11 - use TAP::Parser::Iterator::Stream; ok 12 - ... and it should have the correct version ok 13 - use TAP::Parser::Result; ok 14 - ... and it should have the correct version ok 15 - use TAP::Parser::Result::Comment; ok 16 - ... and it should have the correct version ok 17 - use TAP::Parser::Result::Plan; ok 18 - ... and it should have the correct version ok 19 - use TAP::Parser::Result::Test; ok 20 - ... and it should have the correct version ok 21 - use TAP::Parser::Result::Unknown; ok 22 - ... and it should have the correct version ok 23 - use TAP::Parser::Result::Bailout; ok 24 - ... and it should have the correct version ok 25 - use TAP::Parser::Result::Version; ok 26 - ... and it should have the correct version ok 27 - use TAP::Parser::Source; ok 28 - ... and it should have the correct version ok 29 - use TAP::Parser::Source::Perl; ok 30 - ... and it should have the correct version ok 31 - use TAP::Parser::YAMLish::Reader; ok 32 - ... and it should have the correct version ok 33 - use TAP::Parser::YAMLish::Writer; ok 34 - ... and it should have the correct version ok 35 - use TAP::Harness; ok 36 - ... and it should have the correct version ok 37 - use TAP::Harness::Color; ok 38 - ... and it should have the correct version ok 39 - use TAP::Base; # Testing TAP::Parser 0.54, Perl 5.008008, /Users/cpanrun/build/5.8.8/bin/perl ok 40 - ... and it should have the correct version ok t/010-base......................1..30 ok 1 - TAP::Base->can('new') ok 2 - object creation succeeds ok 3 - object of correct type isa TAP::Base ok 4 - TAP::Base->can('callback') ok 5 - TAP::Base->can('_croak') ok 6 - TAP::Base->can('_callback_for') ok 7 - TAP::Base->can('_initialize') ok 8 - no callbacks allowed croaks OK ok 9 - no callback installed ok 10 - no callbacks in constructor croaks OK ok 11 - object creation succeeds ok 12 - The object isa TAP::Base ok 13 - illegal callback croaks OK ok 14 - callbacks installed OK ok 15 - callback for nice_event returned ok 16 - args passed to callback ok 17 - callback calls the right sub ok 18 - callback for other_event returned ok 19 - callback calls the right sub ok 20 - callback via _make_callback works ok 21 - object creation with callback succeeds ok 22 - The object isa TAP::Base ok 23 - illegal callback croaks OK ok 24 - callback installed OK ok 25 - callback for nice_event returned ok 26 - callback calls the right sub ok 27 - callback for other_event returned ok 28 - callback calls the right sub ok 29 - new callback for other_event returned ok 30 - new callback called OK ok t/020-regression................ok 1 - bailout 1 We should have a result for 1..5 ok 2 - ... and is_plan should return a reasonable value (bailout) ok 3 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 4 - ... and passed should return a reasonable value (bailout) ok 5 - ... and tests_planned should return the correct answer (bailout) ok 6 - ... and is_ok should return a reasonable value (bailout) ok 7 - ... and raw should return the correct answer (bailout) ok 8 - bailout 2 We should have a result for ok 9 - ... and has_skip should return a reasonable value (bailout) ok 10 - ... and is_test should return a reasonable value (bailout) ok 11 - ... and number should return the correct answer (bailout) ok 12 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 13 - ... and actual_passed should return a reasonable value (bailout) ok 14 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 15 - ... and passed should return a reasonable value (bailout) ok 16 - ... and is_ok should return a reasonable value (bailout) ok 17 - ... and description should return the correct answer (bailout) ok 18 - ... and is_actual_ok should return a reasonable value (bailout) ok 19 - ... and has_todo should return a reasonable value (bailout) ok 20 - bailout 3 We should have a result for ok 21 - ... and has_skip should return a reasonable value (bailout) ok 22 - ... and is_test should return a reasonable value (bailout) ok 23 - ... and number should return the correct answer (bailout) ok 24 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 25 - ... and actual_passed should return a reasonable value (bailout) ok 26 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 27 - ... and passed should return a reasonable value (bailout) ok 28 - ... and description should return the correct answer (bailout) ok 29 - ... and is_ok should return a reasonable value (bailout) ok 30 - ... and is_actual_ok should return a reasonable value (bailout) ok 31 - ... and has_todo should return a reasonable value (bailout) ok 32 - bailout 4 We should have a result for ok 33 - ... and has_skip should return a reasonable value (bailout) ok 34 - ... and is_test should return a reasonable value (bailout) ok 35 - ... and number should return the correct answer (bailout) ok 36 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 37 - ... and actual_passed should return a reasonable value (bailout) ok 38 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 39 - ... and passed should return a reasonable value (bailout) ok 40 - ... and description should return the correct answer (bailout) ok 41 - ... and is_ok should return a reasonable value (bailout) ok 42 - ... and is_actual_ok should return a reasonable value (bailout) ok 43 - ... and has_todo should return a reasonable value (bailout) ok 44 - bailout 5 We should have a result for Bail out! GERONIMMMOOOOOO!!! ok 45 - ... and explanation should return the correct answer (bailout) ok 46 - ... and is_bailout should return a reasonable value (bailout) ok 47 - bailout 6 We should have a result for ok 48 - ... and has_skip should return a reasonable value (bailout) ok 49 - ... and is_test should return a reasonable value (bailout) ok 50 - ... and number should return the correct answer (bailout) ok 51 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 52 - ... and actual_passed should return a reasonable value (bailout) ok 53 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 54 - ... and passed should return a reasonable value (bailout) ok 55 - ... and description should return the correct answer (bailout) ok 56 - ... and is_ok should return a reasonable value (bailout) ok 57 - ... and is_actual_ok should return a reasonable value (bailout) ok 58 - ... and has_todo should return a reasonable value (bailout) ok 59 - bailout 7 We should have a result for ok 60 - ... and has_skip should return a reasonable value (bailout) ok 61 - ... and is_test should return a reasonable value (bailout) ok 62 - ... and number should return the correct answer (bailout) ok 63 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 64 - ... and actual_passed should return a reasonable value (bailout) ok 65 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 66 - ... and passed should return a reasonable value (bailout) ok 67 - ... and description should return the correct answer (bailout) ok 68 - ... and is_ok should return a reasonable value (bailout) ok 69 - ... and is_actual_ok should return a reasonable value (bailout) ok 70 - ... and has_todo should return a reasonable value (bailout) ok 71 - ... and we should have the correct number of results (bailout) ok 72 - 'bailout' should parse successfully ok 73 - ... and tests_run should equal 5 (bailout) ok 74 - ... and actual_passed should be the correct amount (bailout) ok 75 - ...... and the correct values (bailout) ok 76 - ... and todo_passed should be the correct amount (bailout) ok 77 - ...... and the correct values (bailout) ok 78 - ... and exit should equal 0 (bailout) ok 79 - ... and failed should be the correct amount (bailout) ok 80 - ...... and the correct values (bailout) ok 81 - ... and actual_failed should be the correct amount (bailout) ok 82 - ...... and the correct values (bailout) ok 83 - ... and plan should equal 1..5 (bailout) ok 84 - ... and tests_planned should equal 5 (bailout) ok 85 - ... and todo should be the correct amount (bailout) ok 86 - ...... and the correct values (bailout) ok 87 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 88 - ... and good_plan should return a reasonable value (bailout) ok 89 - ... and parse_errors should be the correct amount (bailout) ok 90 - ...... and the correct values (bailout) ok 91 - ... and version should equal 12 (bailout) ok 92 - ... and passed should be the correct amount (bailout) ok 93 - ...... and the correct values (bailout) ok 94 - ... and skipped should be the correct amount (bailout) ok 95 - ...... and the correct values (bailout) ok 96 - ... and is_good_plan should return a reasonable value (bailout) ok 97 - ... and wait should equal 0 (bailout) ok 98 - bignum 1 We should have a result for 1..2 ok 99 - ... and is_plan should return a reasonable value (bignum) ok 100 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 101 - ... and passed should return a reasonable value (bignum) ok 102 - ... and tests_planned should return the correct answer (bignum) ok 103 - ... and is_ok should return a reasonable value (bignum) ok 104 - ... and raw should return the correct answer (bignum) ok 105 - bignum 2 We should have a result for ok 106 - ... and has_skip should return a reasonable value (bignum) ok 107 - ... and is_test should return a reasonable value (bignum) ok 108 - ... and number should return the correct answer (bignum) ok 109 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 110 - ... and actual_passed should return a reasonable value (bignum) ok 111 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 112 - ... and passed should return a reasonable value (bignum) ok 113 - ... and description should return the correct answer (bignum) ok 114 - ... and is_ok should return a reasonable value (bignum) ok 115 - ... and is_actual_ok should return a reasonable value (bignum) ok 116 - ... and has_todo should return a reasonable value (bignum) ok 117 - ... and explanation should return the correct answer (bignum) ok 118 - bignum 3 We should have a result for ok 119 - ... and has_skip should return a reasonable value (bignum) ok 120 - ... and is_test should return a reasonable value (bignum) ok 121 - ... and number should return the correct answer (bignum) ok 122 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 123 - ... and actual_passed should return a reasonable value (bignum) ok 124 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 125 - ... and passed should return a reasonable value (bignum) ok 126 - ... and description should return the correct answer (bignum) ok 127 - ... and is_ok should return a reasonable value (bignum) ok 128 - ... and is_actual_ok should return a reasonable value (bignum) ok 129 - ... and has_todo should return a reasonable value (bignum) ok 130 - ... and explanation should return the correct answer (bignum) ok 131 - bignum 4 We should have a result for ok 132 - ... and has_skip should return a reasonable value (bignum) ok 133 - ... and is_test should return a reasonable value (bignum) ok 134 - ... and number should return the correct answer (bignum) ok 135 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 136 - ... and actual_passed should return a reasonable value (bignum) ok 137 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 138 - ... and passed should return a reasonable value (bignum) ok 139 - ... and description should return the correct answer (bignum) ok 140 - ... and is_ok should return a reasonable value (bignum) ok 141 - ... and is_actual_ok should return a reasonable value (bignum) ok 142 - ... and has_todo should return a reasonable value (bignum) ok 143 - ... and explanation should return the correct answer (bignum) ok 144 - bignum 5 We should have a result for ok 145 - ... and has_skip should return a reasonable value (bignum) ok 146 - ... and is_test should return a reasonable value (bignum) ok 147 - ... and number should return the correct answer (bignum) ok 148 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 149 - ... and actual_passed should return a reasonable value (bignum) ok 150 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 151 - ... and passed should return a reasonable value (bignum) ok 152 - ... and description should return the correct answer (bignum) ok 153 - ... and is_ok should return a reasonable value (bignum) ok 154 - ... and is_actual_ok should return a reasonable value (bignum) ok 155 - ... and has_todo should return a reasonable value (bignum) ok 156 - ... and explanation should return the correct answer (bignum) ok 157 - ... and we should have the correct number of results (bignum) ok 158 - 'bignum' should parse successfully ok 159 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 160 - ... and good_plan should return a reasonable value (bignum) ok 161 - ... and parse_errors should be the correct amount (bignum) ok 162 - ...... and the correct values (bignum) ok 163 - ... and tests_run should equal 4 (bignum) ok 164 - ... and actual_passed should be the correct amount (bignum) ok 165 - ...... and the correct values (bignum) ok 166 - ... and todo_passed should be the correct amount (bignum) ok 167 - ...... and the correct values (bignum) ok 168 - ... and exit should equal 0 (bignum) ok 169 - ... and passed should be the correct amount (bignum) ok 170 - ...... and the correct values (bignum) ok 171 - ... and failed should be the correct amount (bignum) ok 172 - ...... and the correct values (bignum) ok 173 - ... and skipped should be the correct amount (bignum) ok 174 - ...... and the correct values (bignum) ok 175 - ... and actual_failed should be the correct amount (bignum) ok 176 - ...... and the correct values (bignum) ok 177 - ... and wait should equal 0 (bignum) ok 178 - ... and plan should equal 1..2 (bignum) ok 179 - ... and tests_planned should equal 2 (bignum) ok 180 - ... and todo should be the correct amount (bignum) ok 181 - ...... and the correct values (bignum) ok 182 - bignum_many 1 We should have a result for 1..2 ok 183 - ... and is_plan should return a reasonable value (bignum_many) ok 184 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 185 - ... and passed should return a reasonable value (bignum_many) ok 186 - ... and tests_planned should return the correct answer (bignum_many) ok 187 - ... and is_ok should return a reasonable value (bignum_many) ok 188 - ... and raw should return the correct answer (bignum_many) ok 189 - bignum_many 2 We should have a result for ok 190 - ... and has_skip should return a reasonable value (bignum_many) ok 191 - ... and is_test should return a reasonable value (bignum_many) ok 192 - ... and number should return the correct answer (bignum_many) ok 193 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 194 - ... and actual_passed should return a reasonable value (bignum_many) ok 195 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 196 - ... and passed should return a reasonable value (bignum_many) ok 197 - ... and description should return the correct answer (bignum_many) ok 198 - ... and is_ok should return a reasonable value (bignum_many) ok 199 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 200 - ... and has_todo should return a reasonable value (bignum_many) ok 201 - ... and explanation should return the correct answer (bignum_many) ok 202 - bignum_many 3 We should have a result for ok 203 - ... and has_skip should return a reasonable value (bignum_many) ok 204 - ... and is_test should return a reasonable value (bignum_many) ok 205 - ... and number should return the correct answer (bignum_many) ok 206 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 207 - ... and actual_passed should return a reasonable value (bignum_many) ok 208 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 209 - ... and passed should return a reasonable value (bignum_many) ok 210 - ... and description should return the correct answer (bignum_many) ok 211 - ... and is_ok should return a reasonable value (bignum_many) ok 212 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 213 - ... and has_todo should return a reasonable value (bignum_many) ok 214 - ... and explanation should return the correct answer (bignum_many) ok 215 - bignum_many 4 We should have a result for ok 216 - ... and has_skip should return a reasonable value (bignum_many) ok 217 - ... and is_test should return a reasonable value (bignum_many) ok 218 - ... and number should return the correct answer (bignum_many) ok 219 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 220 - ... and actual_passed should return a reasonable value (bignum_many) ok 221 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 222 - ... and passed should return a reasonable value (bignum_many) ok 223 - ... and description should return the correct answer (bignum_many) ok 224 - ... and is_ok should return a reasonable value (bignum_many) ok 225 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 226 - ... and has_todo should return a reasonable value (bignum_many) ok 227 - ... and explanation should return the correct answer (bignum_many) ok 228 - bignum_many 5 We should have a result for ok 229 - ... and has_skip should return a reasonable value (bignum_many) ok 230 - ... and is_test should return a reasonable value (bignum_many) ok 231 - ... and number should return the correct answer (bignum_many) ok 232 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 233 - ... and actual_passed should return a reasonable value (bignum_many) ok 234 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 235 - ... and passed should return a reasonable value (bignum_many) ok 236 - ... and description should return the correct answer (bignum_many) ok 237 - ... and is_ok should return a reasonable value (bignum_many) ok 238 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 239 - ... and has_todo should return a reasonable value (bignum_many) ok 240 - ... and explanation should return the correct answer (bignum_many) ok 241 - bignum_many 6 We should have a result for ok 242 - ... and has_skip should return a reasonable value (bignum_many) ok 243 - ... and is_test should return a reasonable value (bignum_many) ok 244 - ... and number should return the correct answer (bignum_many) ok 245 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 246 - ... and actual_passed should return a reasonable value (bignum_many) ok 247 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 248 - ... and passed should return a reasonable value (bignum_many) ok 249 - ... and description should return the correct answer (bignum_many) ok 250 - ... and is_ok should return a reasonable value (bignum_many) ok 251 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 252 - ... and has_todo should return a reasonable value (bignum_many) ok 253 - ... and explanation should return the correct answer (bignum_many) ok 254 - bignum_many 7 We should have a result for ok 255 - ... and has_skip should return a reasonable value (bignum_many) ok 256 - ... and is_test should return a reasonable value (bignum_many) ok 257 - ... and number should return the correct answer (bignum_many) ok 258 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 259 - ... and actual_passed should return a reasonable value (bignum_many) ok 260 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 261 - ... and passed should return a reasonable value (bignum_many) ok 262 - ... and description should return the correct answer (bignum_many) ok 263 - ... and is_ok should return a reasonable value (bignum_many) ok 264 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 265 - ... and has_todo should return a reasonable value (bignum_many) ok 266 - ... and explanation should return the correct answer (bignum_many) ok 267 - bignum_many 8 We should have a result for ok 268 - ... and has_skip should return a reasonable value (bignum_many) ok 269 - ... and is_test should return a reasonable value (bignum_many) ok 270 - ... and number should return the correct answer (bignum_many) ok 271 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 272 - ... and actual_passed should return a reasonable value (bignum_many) ok 273 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 274 - ... and passed should return a reasonable value (bignum_many) ok 275 - ... and description should return the correct answer (bignum_many) ok 276 - ... and is_ok should return a reasonable value (bignum_many) ok 277 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 278 - ... and has_todo should return a reasonable value (bignum_many) ok 279 - ... and explanation should return the correct answer (bignum_many) ok 280 - bignum_many 9 We should have a result for ok 281 - ... and has_skip should return a reasonable value (bignum_many) ok 282 - ... and is_test should return a reasonable value (bignum_many) ok 283 - ... and number should return the correct answer (bignum_many) ok 284 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 285 - ... and actual_passed should return a reasonable value (bignum_many) ok 286 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 287 - ... and passed should return a reasonable value (bignum_many) ok 288 - ... and description should return the correct answer (bignum_many) ok 289 - ... and is_ok should return a reasonable value (bignum_many) ok 290 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 291 - ... and has_todo should return a reasonable value (bignum_many) ok 292 - ... and explanation should return the correct answer (bignum_many) ok 293 - bignum_many 10 We should have a result for ok 294 - ... and has_skip should return a reasonable value (bignum_many) ok 295 - ... and is_test should return a reasonable value (bignum_many) ok 296 - ... and number should return the correct answer (bignum_many) ok 297 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 298 - ... and actual_passed should return a reasonable value (bignum_many) ok 299 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 300 - ... and passed should return a reasonable value (bignum_many) ok 301 - ... and description should return the correct answer (bignum_many) ok 302 - ... and is_ok should return a reasonable value (bignum_many) ok 303 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 304 - ... and has_todo should return a reasonable value (bignum_many) ok 305 - ... and explanation should return the correct answer (bignum_many) ok 306 - bignum_many 11 We should have a result for ok 307 - ... and has_skip should return a reasonable value (bignum_many) ok 308 - ... and is_test should return a reasonable value (bignum_many) ok 309 - ... and number should return the correct answer (bignum_many) ok 310 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 311 - ... and actual_passed should return a reasonable value (bignum_many) ok 312 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 313 - ... and passed should return a reasonable value (bignum_many) ok 314 - ... and description should return the correct answer (bignum_many) ok 315 - ... and is_ok should return a reasonable value (bignum_many) ok 316 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 317 - ... and has_todo should return a reasonable value (bignum_many) ok 318 - ... and explanation should return the correct answer (bignum_many) ok 319 - bignum_many 12 We should have a result for ok 320 - ... and has_skip should return a reasonable value (bignum_many) ok 321 - ... and is_test should return a reasonable value (bignum_many) ok 322 - ... and number should return the correct answer (bignum_many) ok 323 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 324 - ... and actual_passed should return a reasonable value (bignum_many) ok 325 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 326 - ... and passed should return a reasonable value (bignum_many) ok 327 - ... and description should return the correct answer (bignum_many) ok 328 - ... and is_ok should return a reasonable value (bignum_many) ok 329 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 330 - ... and has_todo should return a reasonable value (bignum_many) ok 331 - ... and explanation should return the correct answer (bignum_many) ok 332 - ... and we should have the correct number of results (bignum_many) ok 333 - 'bignum_many' should parse successfully ok 334 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 335 - ... and good_plan should return a reasonable value (bignum_many) ok 336 - ... and parse_errors should be the correct amount (bignum_many) ok 337 - ...... and the correct values (bignum_many) ok 338 - ... and tests_run should equal 11 (bignum_many) ok 339 - ... and actual_passed should be the correct amount (bignum_many) ok 340 - ...... and the correct values (bignum_many) ok 341 - ... and todo_passed should be the correct amount (bignum_many) ok 342 - ...... and the correct values (bignum_many) ok 343 - ... and exit should equal 0 (bignum_many) ok 344 - ... and passed should be the correct amount (bignum_many) ok 345 - ...... and the correct values (bignum_many) ok 346 - ... and failed should be the correct amount (bignum_many) ok 347 - ...... and the correct values (bignum_many) ok 348 - ... and skipped should be the correct amount (bignum_many) ok 349 - ...... and the correct values (bignum_many) ok 350 - ... and actual_failed should be the correct amount (bignum_many) ok 351 - ...... and the correct values (bignum_many) ok 352 - ... and wait should equal 0 (bignum_many) ok 353 - ... and plan should equal 1..2 (bignum_many) ok 354 - ... and tests_planned should equal 2 (bignum_many) ok 355 - ... and todo should be the correct amount (bignum_many) ok 356 - ...... and the correct values (bignum_many) ok 357 - combined 1 We should have a result for 1..10 ok 358 - ... and is_plan should return a reasonable value (combined) ok 359 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 360 - ... and passed should return a reasonable value (combined) ok 361 - ... and tests_planned should return the correct answer (combined) ok 362 - ... and is_ok should return a reasonable value (combined) ok 363 - ... and raw should return the correct answer (combined) ok 364 - combined 2 We should have a result for ok 365 - ... and has_skip should return a reasonable value (combined) ok 366 - ... and is_test should return a reasonable value (combined) ok 367 - ... and number should return the correct answer (combined) ok 368 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 369 - ... and actual_passed should return a reasonable value (combined) ok 370 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 371 - ... and passed should return a reasonable value (combined) ok 372 - ... and description should return the correct answer (combined) ok 373 - ... and is_ok should return a reasonable value (combined) ok 374 - ... and is_actual_ok should return a reasonable value (combined) ok 375 - ... and has_todo should return a reasonable value (combined) ok 376 - ... and explanation should return the correct answer (combined) ok 377 - combined 3 We should have a result for basset hounds got long ears ok 378 - ... and has_skip should return a reasonable value (combined) ok 379 - ... and is_test should return a reasonable value (combined) ok 380 - ... and number should return the correct answer (combined) ok 381 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 382 - ... and actual_passed should return a reasonable value (combined) ok 383 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 384 - ... and passed should return a reasonable value (combined) ok 385 - ... and description should return the correct answer (combined) ok 386 - ... and is_ok should return a reasonable value (combined) ok 387 - ... and is_actual_ok should return a reasonable value (combined) ok 388 - ... and has_todo should return a reasonable value (combined) ok 389 - ... and explanation should return the correct answer (combined) ok 390 - combined 4 We should have a result for all hell broke loose ok 391 - ... and has_skip should return a reasonable value (combined) ok 392 - ... and is_test should return a reasonable value (combined) ok 393 - ... and number should return the correct answer (combined) ok 394 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 395 - ... and actual_passed should return a reasonable value (combined) ok 396 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 397 - ... and passed should return a reasonable value (combined) ok 398 - ... and description should return the correct answer (combined) ok 399 - ... and is_ok should return a reasonable value (combined) ok 400 - ... and is_actual_ok should return a reasonable value (combined) ok 401 - ... and has_todo should return a reasonable value (combined) ok 402 - ... and explanation should return the correct answer (combined) ok 403 - combined 5 We should have a result for ok 404 - ... and has_skip should return a reasonable value (combined) ok 405 - ... and is_test should return a reasonable value (combined) ok 406 - ... and number should return the correct answer (combined) ok 407 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 408 - ... and actual_passed should return a reasonable value (combined) ok 409 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 410 - ... and passed should return a reasonable value (combined) ok 411 - ... and description should return the correct answer (combined) ok 412 - ... and is_ok should return a reasonable value (combined) ok 413 - ... and is_actual_ok should return a reasonable value (combined) ok 414 - ... and has_todo should return a reasonable value (combined) ok 415 - ... and explanation should return the correct answer (combined) ok 416 - combined 6 We should have a result for say "live without loving", ok 417 - ... and has_skip should return a reasonable value (combined) ok 418 - ... and is_test should return a reasonable value (combined) ok 419 - ... and number should return the correct answer (combined) ok 420 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 421 - ... and actual_passed should return a reasonable value (combined) ok 422 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 423 - ... and passed should return a reasonable value (combined) ok 424 - ... and description should return the correct answer (combined) ok 425 - ... and is_ok should return a reasonable value (combined) ok 426 - ... and is_actual_ok should return a reasonable value (combined) ok 427 - ... and has_todo should return a reasonable value (combined) ok 428 - ... and explanation should return the correct answer (combined) ok 429 - combined 7 We should have a result for I'd beg off. ok 430 - ... and has_skip should return a reasonable value (combined) ok 431 - ... and is_test should return a reasonable value (combined) ok 432 - ... and number should return the correct answer (combined) ok 433 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 434 - ... and actual_passed should return a reasonable value (combined) ok 435 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 436 - ... and passed should return a reasonable value (combined) ok 437 - ... and description should return the correct answer (combined) ok 438 - ... and is_ok should return a reasonable value (combined) ok 439 - ... and is_actual_ok should return a reasonable value (combined) ok 440 - ... and has_todo should return a reasonable value (combined) ok 441 - ... and explanation should return the correct answer (combined) ok 442 - combined 8 We should have a result for ok 443 - ... and has_skip should return the correct answer (combined) ok 444 - ... and is_test should return a reasonable value (combined) ok 445 - ... and number should return the correct answer (combined) ok 446 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 447 - ... and actual_passed should return a reasonable value (combined) ok 448 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 449 - ... and passed should return a reasonable value (combined) ok 450 - ... and description should return the correct answer (combined) ok 451 - ... and is_ok should return a reasonable value (combined) ok 452 - ... and is_actual_ok should return a reasonable value (combined) ok 453 - ... and has_todo should return a reasonable value (combined) ok 454 - ... and explanation should return the correct answer (combined) ok 455 - combined 9 We should have a result for Girls are such exquisite hell ok 456 - ... and has_skip should return a reasonable value (combined) ok 457 - ... and is_test should return a reasonable value (combined) ok 458 - ... and number should return the correct answer (combined) ok 459 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 460 - ... and actual_passed should return a reasonable value (combined) ok 461 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 462 - ... and passed should return a reasonable value (combined) ok 463 - ... and description should return the correct answer (combined) ok 464 - ... and is_ok should return a reasonable value (combined) ok 465 - ... and is_actual_ok should return a reasonable value (combined) ok 466 - ... and has_todo should return a reasonable value (combined) ok 467 - ... and explanation should return the correct answer (combined) ok 468 - combined 10 We should have a result for Elegy 9B ok 469 - ... and has_skip should return a reasonable value (combined) ok 470 - ... and is_test should return a reasonable value (combined) ok 471 - ... and number should return the correct answer (combined) ok 472 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 473 - ... and actual_passed should return a reasonable value (combined) ok 474 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 475 - ... and passed should return a reasonable value (combined) ok 476 - ... and description should return the correct answer (combined) ok 477 - ... and is_ok should return a reasonable value (combined) ok 478 - ... and is_actual_ok should return a reasonable value (combined) ok 479 - ... and has_todo should return a reasonable value (combined) ok 480 - ... and explanation should return the correct answer (combined) ok 481 - combined 11 We should have a result for ok 482 - ... and has_skip should return a reasonable value (combined) ok 483 - ... and is_test should return a reasonable value (combined) ok 484 - ... and number should return the correct answer (combined) ok 485 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 486 - ... and actual_passed should return a reasonable value (combined) ok 487 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 488 - ... and passed should return a reasonable value (combined) ok 489 - ... and description should return the correct answer (combined) ok 490 - ... and is_ok should return a reasonable value (combined) ok 491 - ... and is_actual_ok should return a reasonable value (combined) ok 492 - ... and has_todo should return a reasonable value (combined) ok 493 - ... and explanation should return the correct answer (combined) ok 494 - ... and we should have the correct number of results (combined) ok 495 - 'combined' should parse successfully ok 496 - ... and tests_run should equal 10 (combined) ok 497 - ... and actual_passed should be the correct amount (combined) ok 498 - ...... and the correct values (combined) ok 499 - ... and todo_passed should be the correct amount (combined) ok 500 - ...... and the correct values (combined) ok 501 - ... and exit should equal 0 (combined) ok 502 - ... and failed should be the correct amount (combined) ok 503 - ...... and the correct values (combined) ok 504 - ... and actual_failed should be the correct amount (combined) ok 505 - ...... and the correct values (combined) ok 506 - ... and plan should equal 1..10 (combined) ok 507 - ... and tests_planned should equal 10 (combined) ok 508 - ... and todo should be the correct amount (combined) ok 509 - ...... and the correct values (combined) ok 510 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 511 - ... and good_plan should return a reasonable value (combined) ok 512 - ... and parse_errors should be the correct amount (combined) ok 513 - ...... and the correct values (combined) ok 514 - ... and version should equal 12 (combined) ok 515 - ... and passed should be the correct amount (combined) ok 516 - ...... and the correct values (combined) ok 517 - ... and skipped should be the correct amount (combined) ok 518 - ...... and the correct values (combined) ok 519 - ... and is_good_plan should return a reasonable value (combined) ok 520 - ... and wait should equal 0 (combined) ok 521 - descriptive 1 We should have a result for 1..5 ok 522 - ... and is_plan should return a reasonable value (descriptive) ok 523 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 524 - ... and passed should return a reasonable value (descriptive) ok 525 - ... and is_ok should return a reasonable value (descriptive) ok 526 - ... and tests_planned should return the correct answer (descriptive) ok 527 - ... and raw should return the correct answer (descriptive) ok 528 - descriptive 2 We should have a result for Interlock activated ok 529 - ... and has_skip should return a reasonable value (descriptive) ok 530 - ... and is_test should return a reasonable value (descriptive) ok 531 - ... and number should return the correct answer (descriptive) ok 532 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 533 - ... and actual_passed should return a reasonable value (descriptive) ok 534 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 535 - ... and passed should return a reasonable value (descriptive) ok 536 - ... and is_ok should return a reasonable value (descriptive) ok 537 - ... and description should return the correct answer (descriptive) ok 538 - ... and is_actual_ok should return a reasonable value (descriptive) ok 539 - ... and has_todo should return a reasonable value (descriptive) ok 540 - ... and is_unplanned should return a reasonable value (descriptive) ok 541 - descriptive 3 We should have a result for Megathrusters are go ok 542 - ... and has_skip should return a reasonable value (descriptive) ok 543 - ... and is_test should return a reasonable value (descriptive) ok 544 - ... and number should return the correct answer (descriptive) ok 545 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 546 - ... and actual_passed should return a reasonable value (descriptive) ok 547 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 548 - ... and passed should return a reasonable value (descriptive) ok 549 - ... and description should return the correct answer (descriptive) ok 550 - ... and is_ok should return a reasonable value (descriptive) ok 551 - ... and is_actual_ok should return a reasonable value (descriptive) ok 552 - ... and has_todo should return a reasonable value (descriptive) ok 553 - ... and is_unplanned should return a reasonable value (descriptive) ok 554 - descriptive 4 We should have a result for Head formed ok 555 - ... and has_skip should return a reasonable value (descriptive) ok 556 - ... and is_test should return a reasonable value (descriptive) ok 557 - ... and number should return the correct answer (descriptive) ok 558 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 559 - ... and actual_passed should return a reasonable value (descriptive) ok 560 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 561 - ... and passed should return a reasonable value (descriptive) ok 562 - ... and description should return the correct answer (descriptive) ok 563 - ... and is_ok should return a reasonable value (descriptive) ok 564 - ... and is_actual_ok should return a reasonable value (descriptive) ok 565 - ... and has_todo should return a reasonable value (descriptive) ok 566 - ... and is_unplanned should return a reasonable value (descriptive) ok 567 - descriptive 5 We should have a result for Blazing sword formed ok 568 - ... and has_skip should return a reasonable value (descriptive) ok 569 - ... and is_test should return a reasonable value (descriptive) ok 570 - ... and number should return the correct answer (descriptive) ok 571 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 572 - ... and actual_passed should return a reasonable value (descriptive) ok 573 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 574 - ... and passed should return a reasonable value (descriptive) ok 575 - ... and description should return the correct answer (descriptive) ok 576 - ... and is_ok should return a reasonable value (descriptive) ok 577 - ... and is_actual_ok should return a reasonable value (descriptive) ok 578 - ... and has_todo should return a reasonable value (descriptive) ok 579 - ... and is_unplanned should return a reasonable value (descriptive) ok 580 - descriptive 6 We should have a result for Robeast destroyed ok 581 - ... and has_skip should return a reasonable value (descriptive) ok 582 - ... and is_test should return a reasonable value (descriptive) ok 583 - ... and number should return the correct answer (descriptive) ok 584 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 585 - ... and actual_passed should return a reasonable value (descriptive) ok 586 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 587 - ... and passed should return a reasonable value (descriptive) ok 588 - ... and description should return the correct answer (descriptive) ok 589 - ... and is_ok should return a reasonable value (descriptive) ok 590 - ... and is_actual_ok should return a reasonable value (descriptive) ok 591 - ... and has_todo should return a reasonable value (descriptive) ok 592 - ... and is_unplanned should return a reasonable value (descriptive) ok 593 - ... and we should have the correct number of results (descriptive) ok 594 - 'descriptive' should parse successfully ok 595 - ... and tests_run should equal 5 (descriptive) ok 596 - ... and actual_passed should be the correct amount (descriptive) ok 597 - ...... and the correct values (descriptive) ok 598 - ... and todo_passed should be the correct amount (descriptive) ok 599 - ...... and the correct values (descriptive) ok 600 - ... and exit should equal 0 (descriptive) ok 601 - ... and failed should be the correct amount (descriptive) ok 602 - ...... and the correct values (descriptive) ok 603 - ... and actual_failed should be the correct amount (descriptive) ok 604 - ...... and the correct values (descriptive) ok 605 - ... and plan should equal 1..5 (descriptive) ok 606 - ... and tests_planned should equal 5 (descriptive) ok 607 - ... and todo should be the correct amount (descriptive) ok 608 - ...... and the correct values (descriptive) ok 609 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 610 - ... and good_plan should return a reasonable value (descriptive) ok 611 - ... and parse_errors should be the correct amount (descriptive) ok 612 - ...... and the correct values (descriptive) ok 613 - ... and version should equal 12 (descriptive) ok 614 - ... and passed should be the correct amount (descriptive) ok 615 - ...... and the correct values (descriptive) ok 616 - ... and skipped should be the correct amount (descriptive) ok 617 - ...... and the correct values (descriptive) ok 618 - ... and is_good_plan should return a reasonable value (descriptive) ok 619 - ... and wait should equal 0 (descriptive) ok 620 - descriptive_trailing 1 We should have a result for Interlock activated ok 621 - ... and has_skip should return a reasonable value (descriptive_trailing) ok 622 - ... and is_test should return a reasonable value (descriptive_trailing) ok 623 - ... and number should return the correct answer (descriptive_trailing) ok 624 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 625 - ... and actual_passed should return a reasonable value (descriptive_trailing) ok 626 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 627 - ... and passed should return a reasonable value (descriptive_trailing) ok 628 - ... and is_ok should return a reasonable value (descriptive_trailing) ok 629 - ... and description should return the correct answer (descriptive_trailing) ok 630 - ... and is_actual_ok should return a reasonable value (descriptive_trailing) ok 631 - ... and has_todo should return a reasonable value (descriptive_trailing) ok 632 - ... and is_unplanned should return a reasonable value (descriptive_trailing) ok 633 - descriptive_trailing 2 We should have a result for Megathrusters are go ok 634 - ... and has_skip should return a reasonable value (descriptive_trailing) ok 635 - ... and is_test should return a reasonable value (descriptive_trailing) ok 636 - ... and number should return the correct answer (descriptive_trailing) ok 637 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 638 - ... and actual_passed should return a reasonable value (descriptive_trailing) ok 639 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 640 - ... and passed should return a reasonable value (descriptive_trailing) ok 641 - ... and description should return the correct answer (descriptive_trailing) ok 642 - ... and is_ok should return a reasonable value (descriptive_trailing) ok 643 - ... and is_actual_ok should return a reasonable value (descriptive_trailing) ok 644 - ... and has_todo should return a reasonable value (descriptive_trailing) ok 645 - ... and is_unplanned should return a reasonable value (descriptive_trailing) ok 646 - descriptive_trailing 3 We should have a result for Head formed ok 647 - ... and has_skip should return a reasonable value (descriptive_trailing) ok 648 - ... and is_test should return a reasonable value (descriptive_trailing) ok 649 - ... and number should return the correct answer (descriptive_trailing) ok 650 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 651 - ... and actual_passed should return a reasonable value (descriptive_trailing) ok 652 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 653 - ... and passed should return a reasonable value (descriptive_trailing) ok 654 - ... and description should return the correct answer (descriptive_trailing) ok 655 - ... and is_ok should return a reasonable value (descriptive_trailing) ok 656 - ... and is_actual_ok should return a reasonable value (descriptive_trailing) ok 657 - ... and has_todo should return a reasonable value (descriptive_trailing) ok 658 - ... and is_unplanned should return a reasonable value (descriptive_trailing) ok 659 - descriptive_trailing 4 We should have a result for Blazing sword formed ok 660 - ... and has_skip should return a reasonable value (descriptive_trailing) ok 661 - ... and is_test should return a reasonable value (descriptive_trailing) ok 662 - ... and number should return the correct answer (descriptive_trailing) ok 663 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 664 - ... and actual_passed should return a reasonable value (descriptive_trailing) ok 665 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 666 - ... and passed should return a reasonable value (descriptive_trailing) ok 667 - ... and description should return the correct answer (descriptive_trailing) ok 668 - ... and is_ok should return a reasonable value (descriptive_trailing) ok 669 - ... and is_actual_ok should return a reasonable value (descriptive_trailing) ok 670 - ... and has_todo should return a reasonable value (descriptive_trailing) ok 671 - ... and is_unplanned should return a reasonable value (descriptive_trailing) ok 672 - descriptive_trailing 5 We should have a result for Robeast destroyed ok 673 - ... and has_skip should return a reasonable value (descriptive_trailing) ok 674 - ... and is_test should return a reasonable value (descriptive_trailing) ok 675 - ... and number should return the correct answer (descriptive_trailing) ok 676 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 677 - ... and actual_passed should return a reasonable value (descriptive_trailing) ok 678 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 679 - ... and passed should return a reasonable value (descriptive_trailing) ok 680 - ... and description should return the correct answer (descriptive_trailing) ok 681 - ... and is_ok should return a reasonable value (descriptive_trailing) ok 682 - ... and is_actual_ok should return a reasonable value (descriptive_trailing) ok 683 - ... and has_todo should return a reasonable value (descriptive_trailing) ok 684 - ... and is_unplanned should return a reasonable value (descriptive_trailing) ok 685 - descriptive_trailing 6 We should have a result for 1..5 ok 686 - ... and is_plan should return a reasonable value (descriptive_trailing) ok 687 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 688 - ... and passed should return a reasonable value (descriptive_trailing) ok 689 - ... and is_ok should return a reasonable value (descriptive_trailing) ok 690 - ... and tests_planned should return the correct answer (descriptive_trailing) ok 691 - ... and raw should return the correct answer (descriptive_trailing) ok 692 - ... and we should have the correct number of results (descriptive_trailing) ok 693 - 'descriptive_trailing' should parse successfully ok 694 - ... and tests_run should equal 5 (descriptive_trailing) ok 695 - ... and actual_passed should be the correct amount (descriptive_trailing) ok 696 - ...... and the correct values (descriptive_trailing) ok 697 - ... and todo_passed should be the correct amount (descriptive_trailing) ok 698 - ...... and the correct values (descriptive_trailing) ok 699 - ... and exit should equal 0 (descriptive_trailing) ok 700 - ... and failed should be the correct amount (descriptive_trailing) ok 701 - ...... and the correct values (descriptive_trailing) ok 702 - ... and actual_failed should be the correct amount (descriptive_trailing) ok 703 - ...... and the correct values (descriptive_trailing) ok 704 - ... and plan should equal 1..5 (descriptive_trailing) ok 705 - ... and tests_planned should equal 5 (descriptive_trailing) ok 706 - ... and todo should be the correct amount (descriptive_trailing) ok 707 - ...... and the correct values (descriptive_trailing) ok 708 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 709 - ... and good_plan should return a reasonable value (descriptive_trailing) ok 710 - ... and parse_errors should be the correct amount (descriptive_trailing) ok 711 - ...... and the correct values (descriptive_trailing) ok 712 - ... and version should equal 12 (descriptive_trailing) ok 713 - ... and passed should be the correct amount (descriptive_trailing) ok 714 - ...... and the correct values (descriptive_trailing) ok 715 - ... and skipped should be the correct amount (descriptive_trailing) ok 716 - ...... and the correct values (descriptive_trailing) ok 717 - ... and is_good_plan should return a reasonable value (descriptive_trailing) ok 718 - ... and wait should equal 0 (descriptive_trailing) ok 719 - ... and we should have the correct number of results (die) ok 720 - 'die' should parse successfully ok 721 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 722 - ... and good_plan should return a reasonable value (die) ok 723 - ... and parse_errors should be the correct amount (die) ok 724 - ...... and the correct values (die) ok 725 - ... and tests_run should equal 0 (die) ok 726 - ... and actual_passed should be the correct amount (die) ok 727 - ...... and the correct values (die) ok 728 - ... and todo_passed should be the correct amount (die) ok 729 - ...... and the correct values (die) ok 730 - ... and exit should equal 1 (die) ok 731 - ... and passed should be the correct amount (die) ok 732 - ...... and the correct values (die) ok 733 - ... and failed should be the correct amount (die) ok 734 - ...... and the correct values (die) ok 735 - ... and skipped should be the correct amount (die) ok 736 - ...... and the correct values (die) ok 737 - ... and actual_failed should be the correct amount (die) ok 738 - ...... and the correct values (die) ok 739 - ... and wait should return a reasonable value (die) ok 740 - ... and plan should equal (die) ok 741 - ... and tests_planned should equal (die) ok 742 - ... and todo should be the correct amount (die) ok 743 - ...... and the correct values (die) ok 744 - die_head_end 1 We should have a result for ok 745 - ... and has_skip should return a reasonable value (die_head_end) ok 746 - ... and is_test should return a reasonable value (die_head_end) ok 747 - ... and number should return the correct answer (die_head_end) ok 748 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 749 - ... and actual_passed should return a reasonable value (die_head_end) ok 750 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 751 - ... and passed should return a reasonable value (die_head_end) ok 752 - ... and description should return the correct answer (die_head_end) ok 753 - ... and is_ok should return a reasonable value (die_head_end) ok 754 - ... and is_actual_ok should return a reasonable value (die_head_end) ok 755 - ... and has_todo should return a reasonable value (die_head_end) ok 756 - ... and explanation should return the correct answer (die_head_end) ok 757 - die_head_end 2 We should have a result for ok 758 - ... and has_skip should return a reasonable value (die_head_end) ok 759 - ... and is_test should return a reasonable value (die_head_end) ok 760 - ... and number should return the correct answer (die_head_end) ok 761 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 762 - ... and actual_passed should return a reasonable value (die_head_end) ok 763 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 764 - ... and passed should return a reasonable value (die_head_end) ok 765 - ... and description should return the correct answer (die_head_end) ok 766 - ... and is_ok should return a reasonable value (die_head_end) ok 767 - ... and is_actual_ok should return a reasonable value (die_head_end) ok 768 - ... and has_todo should return a reasonable value (die_head_end) ok 769 - ... and explanation should return the correct answer (die_head_end) ok 770 - die_head_end 3 We should have a result for ok 771 - ... and has_skip should return a reasonable value (die_head_end) ok 772 - ... and is_test should return a reasonable value (die_head_end) ok 773 - ... and number should return the correct answer (die_head_end) ok 774 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 775 - ... and actual_passed should return a reasonable value (die_head_end) ok 776 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 777 - ... and passed should return a reasonable value (die_head_end) ok 778 - ... and description should return the correct answer (die_head_end) ok 779 - ... and is_ok should return a reasonable value (die_head_end) ok 780 - ... and is_actual_ok should return a reasonable value (die_head_end) ok 781 - ... and has_todo should return a reasonable value (die_head_end) ok 782 - ... and explanation should return the correct answer (die_head_end) ok 783 - die_head_end 4 We should have a result for ok 784 - ... and has_skip should return a reasonable value (die_head_end) ok 785 - ... and is_test should return a reasonable value (die_head_end) ok 786 - ... and number should return the correct answer (die_head_end) ok 787 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 788 - ... and actual_passed should return a reasonable value (die_head_end) ok 789 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 790 - ... and passed should return a reasonable value (die_head_end) ok 791 - ... and description should return the correct answer (die_head_end) ok 792 - ... and is_ok should return a reasonable value (die_head_end) ok 793 - ... and is_actual_ok should return a reasonable value (die_head_end) ok 794 - ... and has_todo should return a reasonable value (die_head_end) ok 795 - ... and explanation should return the correct answer (die_head_end) ok 796 - ... and we should have the correct number of results (die_head_end) ok 797 - 'die_head_end' should parse successfully ok 798 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 799 - ... and good_plan should return a reasonable value (die_head_end) ok 800 - ... and parse_errors should be the correct amount (die_head_end) ok 801 - ...... and the correct values (die_head_end) ok 802 - ... and tests_run should equal 4 (die_head_end) ok 803 - ... and actual_passed should be the correct amount (die_head_end) ok 804 - ...... and the correct values (die_head_end) ok 805 - ... and todo_passed should be the correct amount (die_head_end) ok 806 - ...... and the correct values (die_head_end) ok 807 - ... and exit should equal 1 (die_head_end) ok 808 - ... and passed should be the correct amount (die_head_end) ok 809 - ...... and the correct values (die_head_end) ok 810 - ... and failed should be the correct amount (die_head_end) ok 811 - ...... and the correct values (die_head_end) ok 812 - ... and skipped should be the correct amount (die_head_end) ok 813 - ...... and the correct values (die_head_end) ok 814 - ... and actual_failed should be the correct amount (die_head_end) ok 815 - ...... and the correct values (die_head_end) ok 816 - ... and wait should return a reasonable value (die_head_end) ok 817 - ... and plan should equal (die_head_end) ok 818 - ... and tests_planned should equal (die_head_end) ok 819 - ... and todo should be the correct amount (die_head_end) ok 820 - ...... and the correct values (die_head_end) ok 821 - die_last_minute 1 We should have a result for ok 822 - ... and has_skip should return a reasonable value (die_last_minute) ok 823 - ... and is_test should return a reasonable value (die_last_minute) ok 824 - ... and number should return the correct answer (die_last_minute) ok 825 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 826 - ... and actual_passed should return a reasonable value (die_last_minute) ok 827 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 828 - ... and passed should return a reasonable value (die_last_minute) ok 829 - ... and description should return the correct answer (die_last_minute) ok 830 - ... and is_ok should return a reasonable value (die_last_minute) ok 831 - ... and is_actual_ok should return a reasonable value (die_last_minute) ok 832 - ... and has_todo should return a reasonable value (die_last_minute) ok 833 - ... and explanation should return the correct answer (die_last_minute) ok 834 - die_last_minute 2 We should have a result for ok 835 - ... and has_skip should return a reasonable value (die_last_minute) ok 836 - ... and is_test should return a reasonable value (die_last_minute) ok 837 - ... and number should return the correct answer (die_last_minute) ok 838 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 839 - ... and actual_passed should return a reasonable value (die_last_minute) ok 840 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 841 - ... and passed should return a reasonable value (die_last_minute) ok 842 - ... and description should return the correct answer (die_last_minute) ok 843 - ... and is_ok should return a reasonable value (die_last_minute) ok 844 - ... and is_actual_ok should return a reasonable value (die_last_minute) ok 845 - ... and has_todo should return a reasonable value (die_last_minute) ok 846 - ... and explanation should return the correct answer (die_last_minute) ok 847 - die_last_minute 3 We should have a result for ok 848 - ... and has_skip should return a reasonable value (die_last_minute) ok 849 - ... and is_test should return a reasonable value (die_last_minute) ok 850 - ... and number should return the correct answer (die_last_minute) ok 851 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 852 - ... and actual_passed should return a reasonable value (die_last_minute) ok 853 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 854 - ... and passed should return a reasonable value (die_last_minute) ok 855 - ... and description should return the correct answer (die_last_minute) ok 856 - ... and is_ok should return a reasonable value (die_last_minute) ok 857 - ... and is_actual_ok should return a reasonable value (die_last_minute) ok 858 - ... and has_todo should return a reasonable value (die_last_minute) ok 859 - ... and explanation should return the correct answer (die_last_minute) ok 860 - die_last_minute 4 We should have a result for ok 861 - ... and has_skip should return a reasonable value (die_last_minute) ok 862 - ... and is_test should return a reasonable value (die_last_minute) ok 863 - ... and number should return the correct answer (die_last_minute) ok 864 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 865 - ... and actual_passed should return a reasonable value (die_last_minute) ok 866 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 867 - ... and passed should return a reasonable value (die_last_minute) ok 868 - ... and description should return the correct answer (die_last_minute) ok 869 - ... and is_ok should return a reasonable value (die_last_minute) ok 870 - ... and is_actual_ok should return a reasonable value (die_last_minute) ok 871 - ... and has_todo should return a reasonable value (die_last_minute) ok 872 - ... and explanation should return the correct answer (die_last_minute) ok 873 - die_last_minute 5 We should have a result for 1..4 ok 874 - ... and is_plan should return a reasonable value (die_last_minute) ok 875 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 876 - ... and passed should return a reasonable value (die_last_minute) ok 877 - ... and tests_planned should return the correct answer (die_last_minute) ok 878 - ... and is_ok should return a reasonable value (die_last_minute) ok 879 - ... and raw should return the correct answer (die_last_minute) ok 880 - ... and we should have the correct number of results (die_last_minute) ok 881 - 'die_last_minute' should parse successfully ok 882 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 883 - ... and good_plan should return a reasonable value (die_last_minute) ok 884 - ... and parse_errors should be the correct amount (die_last_minute) ok 885 - ...... and the correct values (die_last_minute) ok 886 - ... and tests_run should equal 4 (die_last_minute) ok 887 - ... and actual_passed should be the correct amount (die_last_minute) ok 888 - ...... and the correct values (die_last_minute) ok 889 - ... and todo_passed should be the correct amount (die_last_minute) ok 890 - ...... and the correct values (die_last_minute) ok 891 - ... and exit should equal 1 (die_last_minute) ok 892 - ... and passed should be the correct amount (die_last_minute) ok 893 - ...... and the correct values (die_last_minute) ok 894 - ... and failed should be the correct amount (die_last_minute) ok 895 - ...... and the correct values (die_last_minute) ok 896 - ... and skipped should be the correct amount (die_last_minute) ok 897 - ...... and the correct values (die_last_minute) ok 898 - ... and is_good_plan should return a reasonable value (die_last_minute) ok 899 - ... and actual_failed should be the correct amount (die_last_minute) ok 900 - ...... and the correct values (die_last_minute) ok 901 - ... and wait should return a reasonable value (die_last_minute) ok 902 - ... and plan should equal 1..4 (die_last_minute) ok 903 - ... and tests_planned should equal 4 (die_last_minute) ok 904 - ... and todo should be the correct amount (die_last_minute) ok 905 - ...... and the correct values (die_last_minute) ok 906 - duplicates 1 We should have a result for 1..10 ok 907 - ... and is_plan should return a reasonable value (duplicates) ok 908 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 909 - ... and passed should return a reasonable value (duplicates) ok 910 - ... and tests_planned should return the correct answer (duplicates) ok 911 - ... and is_ok should return a reasonable value (duplicates) ok 912 - ... and raw should return the correct answer (duplicates) ok 913 - duplicates 2 We should have a result for ok 914 - ... and has_skip should return a reasonable value (duplicates) ok 915 - ... and is_test should return a reasonable value (duplicates) ok 916 - ... and number should return the correct answer (duplicates) ok 917 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 918 - ... and actual_passed should return a reasonable value (duplicates) ok 919 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 920 - ... and passed should return a reasonable value (duplicates) ok 921 - ... and description should return the correct answer (duplicates) ok 922 - ... and is_ok should return a reasonable value (duplicates) ok 923 - ... and is_actual_ok should return a reasonable value (duplicates) ok 924 - ... and has_todo should return a reasonable value (duplicates) ok 925 - ... and explanation should return the correct answer (duplicates) ok 926 - ... and is_unplanned should return a reasonable value (duplicates) ok 927 - duplicates 3 We should have a result for ok 928 - ... and has_skip should return a reasonable value (duplicates) ok 929 - ... and is_test should return a reasonable value (duplicates) ok 930 - ... and number should return the correct answer (duplicates) ok 931 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 932 - ... and actual_passed should return a reasonable value (duplicates) ok 933 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 934 - ... and passed should return a reasonable value (duplicates) ok 935 - ... and description should return the correct answer (duplicates) ok 936 - ... and is_ok should return a reasonable value (duplicates) ok 937 - ... and is_actual_ok should return a reasonable value (duplicates) ok 938 - ... and has_todo should return a reasonable value (duplicates) ok 939 - ... and explanation should return the correct answer (duplicates) ok 940 - ... and is_unplanned should return a reasonable value (duplicates) ok 941 - duplicates 4 We should have a result for ok 942 - ... and has_skip should return a reasonable value (duplicates) ok 943 - ... and is_test should return a reasonable value (duplicates) ok 944 - ... and number should return the correct answer (duplicates) ok 945 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 946 - ... and actual_passed should return a reasonable value (duplicates) ok 947 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 948 - ... and passed should return a reasonable value (duplicates) ok 949 - ... and description should return the correct answer (duplicates) ok 950 - ... and is_ok should return a reasonable value (duplicates) ok 951 - ... and is_actual_ok should return a reasonable value (duplicates) ok 952 - ... and has_todo should return a reasonable value (duplicates) ok 953 - ... and explanation should return the correct answer (duplicates) ok 954 - ... and is_unplanned should return a reasonable value (duplicates) ok 955 - duplicates 5 We should have a result for ok 956 - ... and has_skip should return a reasonable value (duplicates) ok 957 - ... and is_test should return a reasonable value (duplicates) ok 958 - ... and number should return the correct answer (duplicates) ok 959 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 960 - ... and actual_passed should return a reasonable value (duplicates) ok 961 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 962 - ... and passed should return a reasonable value (duplicates) ok 963 - ... and description should return the correct answer (duplicates) ok 964 - ... and is_ok should return a reasonable value (duplicates) ok 965 - ... and is_actual_ok should return a reasonable value (duplicates) ok 966 - ... and has_todo should return a reasonable value (duplicates) ok 967 - ... and explanation should return the correct answer (duplicates) ok 968 - ... and is_unplanned should return a reasonable value (duplicates) ok 969 - duplicates 6 We should have a result for ok 970 - ... and has_skip should return a reasonable value (duplicates) ok 971 - ... and is_test should return a reasonable value (duplicates) ok 972 - ... and number should return the correct answer (duplicates) ok 973 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 974 - ... and actual_passed should return a reasonable value (duplicates) ok 975 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 976 - ... and passed should return a reasonable value (duplicates) ok 977 - ... and description should return the correct answer (duplicates) ok 978 - ... and is_ok should return a reasonable value (duplicates) ok 979 - ... and is_actual_ok should return a reasonable value (duplicates) ok 980 - ... and has_todo should return a reasonable value (duplicates) ok 981 - ... and explanation should return the correct answer (duplicates) ok 982 - ... and is_unplanned should return a reasonable value (duplicates) ok 983 - duplicates 7 We should have a result for ok 984 - ... and has_skip should return a reasonable value (duplicates) ok 985 - ... and is_test should return a reasonable value (duplicates) ok 986 - ... and number should return the correct answer (duplicates) ok 987 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 988 - ... and actual_passed should return a reasonable value (duplicates) ok 989 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 990 - ... and passed should return a reasonable value (duplicates) ok 991 - ... and description should return the correct answer (duplicates) ok 992 - ... and is_ok should return a reasonable value (duplicates) ok 993 - ... and is_actual_ok should return a reasonable value (duplicates) ok 994 - ... and has_todo should return a reasonable value (duplicates) ok 995 - ... and explanation should return the correct answer (duplicates) ok 996 - ... and is_unplanned should return a reasonable value (duplicates) ok 997 - duplicates 8 We should have a result for ok 998 - ... and has_skip should return a reasonable value (duplicates) ok 999 - ... and is_test should return a reasonable value (duplicates) ok 1000 - ... and number should return the correct answer (duplicates) ok 1001 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1002 - ... and actual_passed should return a reasonable value (duplicates) ok 1003 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1004 - ... and passed should return a reasonable value (duplicates) ok 1005 - ... and description should return the correct answer (duplicates) ok 1006 - ... and is_ok should return a reasonable value (duplicates) ok 1007 - ... and is_actual_ok should return a reasonable value (duplicates) ok 1008 - ... and has_todo should return a reasonable value (duplicates) ok 1009 - ... and explanation should return the correct answer (duplicates) ok 1010 - ... and is_unplanned should return a reasonable value (duplicates) ok 1011 - duplicates 9 We should have a result for ok 1012 - ... and has_skip should return a reasonable value (duplicates) ok 1013 - ... and is_test should return a reasonable value (duplicates) ok 1014 - ... and number should return the correct answer (duplicates) ok 1015 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1016 - ... and actual_passed should return a reasonable value (duplicates) ok 1017 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1018 - ... and passed should return a reasonable value (duplicates) ok 1019 - ... and description should return the correct answer (duplicates) ok 1020 - ... and is_ok should return a reasonable value (duplicates) ok 1021 - ... and is_actual_ok should return a reasonable value (duplicates) ok 1022 - ... and has_todo should return a reasonable value (duplicates) ok 1023 - ... and explanation should return the correct answer (duplicates) ok 1024 - ... and is_unplanned should return a reasonable value (duplicates) ok 1025 - duplicates 10 We should have a result for ok 1026 - ... and has_skip should return a reasonable value (duplicates) ok 1027 - ... and is_test should return a reasonable value (duplicates) ok 1028 - ... and number should return the correct answer (duplicates) ok 1029 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1030 - ... and actual_passed should return a reasonable value (duplicates) ok 1031 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1032 - ... and passed should return a reasonable value (duplicates) ok 1033 - ... and description should return the correct answer (duplicates) ok 1034 - ... and is_ok should return a reasonable value (duplicates) ok 1035 - ... and is_actual_ok should return a reasonable value (duplicates) ok 1036 - ... and has_todo should return a reasonable value (duplicates) ok 1037 - ... and explanation should return the correct answer (duplicates) ok 1038 - ... and is_unplanned should return a reasonable value (duplicates) ok 1039 - duplicates 11 We should have a result for ok 1040 - ... and has_skip should return a reasonable value (duplicates) ok 1041 - ... and is_test should return a reasonable value (duplicates) ok 1042 - ... and number should return the correct answer (duplicates) ok 1043 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1044 - ... and actual_passed should return a reasonable value (duplicates) ok 1045 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1046 - ... and passed should return a reasonable value (duplicates) ok 1047 - ... and description should return the correct answer (duplicates) ok 1048 - ... and is_ok should return a reasonable value (duplicates) ok 1049 - ... and is_actual_ok should return a reasonable value (duplicates) ok 1050 - ... and has_todo should return a reasonable value (duplicates) ok 1051 - ... and explanation should return the correct answer (duplicates) ok 1052 - ... and is_unplanned should return a reasonable value (duplicates) ok 1053 - duplicates 12 We should have a result for ok 1054 - ... and has_skip should return a reasonable value (duplicates) ok 1055 - ... and is_test should return a reasonable value (duplicates) ok 1056 - ... and number should return the correct answer (duplicates) ok 1057 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1058 - ... and actual_passed should return a reasonable value (duplicates) ok 1059 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1060 - ... and passed should return a reasonable value (duplicates) ok 1061 - ... and description should return the correct answer (duplicates) ok 1062 - ... and is_ok should return a reasonable value (duplicates) ok 1063 - ... and is_actual_ok should return a reasonable value (duplicates) ok 1064 - ... and has_todo should return a reasonable value (duplicates) ok 1065 - ... and explanation should return the correct answer (duplicates) ok 1066 - ... and is_unplanned should return a reasonable value (duplicates) ok 1067 - ... and we should have the correct number of results (duplicates) ok 1068 - 'duplicates' should parse successfully ok 1069 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 1070 - ... and good_plan should return a reasonable value (duplicates) ok 1071 - ... and parse_errors should be the correct amount (duplicates) ok 1072 - ...... and the correct values (duplicates) ok 1073 - ... and tests_run should equal 11 (duplicates) ok 1074 - ... and actual_passed should be the correct amount (duplicates) ok 1075 - ...... and the correct values (duplicates) ok 1076 - ... and todo_passed should be the correct amount (duplicates) ok 1077 - ...... and the correct values (duplicates) ok 1078 - ... and exit should equal 0 (duplicates) ok 1079 - ... and passed should be the correct amount (duplicates) ok 1080 - ...... and the correct values (duplicates) ok 1081 - ... and failed should be the correct amount (duplicates) ok 1082 - ...... and the correct values (duplicates) ok 1083 - ... and skipped should be the correct amount (duplicates) ok 1084 - ...... and the correct values (duplicates) ok 1085 - ... and actual_failed should be the correct amount (duplicates) ok 1086 - ...... and the correct values (duplicates) ok 1087 - ... and wait should equal 0 (duplicates) ok 1088 - ... and plan should equal 1..10 (duplicates) ok 1089 - ... and tests_planned should equal 10 (duplicates) ok 1090 - ... and todo should be the correct amount (duplicates) ok 1091 - ...... and the correct values (duplicates) ok 1092 - escape_eol 1 We should have a result for 1..2 ok 1093 - ... and is_plan should return a reasonable value (escape_eol) ok 1094 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1095 - ... and passed should return a reasonable value (escape_eol) ok 1096 - ... and is_ok should return a reasonable value (escape_eol) ok 1097 - ... and tests_planned should return the correct answer (escape_eol) ok 1098 - ... and raw should return the correct answer (escape_eol) ok 1099 - escape_eol 2 We should have a result for Should parse as literal backslash --> \ ok 1100 - ... and has_skip should return a reasonable value (escape_eol) ok 1101 - ... and is_test should return a reasonable value (escape_eol) ok 1102 - ... and number should return the correct answer (escape_eol) ok 1103 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1104 - ... and actual_passed should return a reasonable value (escape_eol) ok 1105 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1106 - ... and passed should return a reasonable value (escape_eol) ok 1107 - ... and is_ok should return a reasonable value (escape_eol) ok 1108 - ... and description should return the correct answer (escape_eol) ok 1109 - ... and is_actual_ok should return a reasonable value (escape_eol) ok 1110 - ... and has_todo should return a reasonable value (escape_eol) ok 1111 - ... and is_unplanned should return a reasonable value (escape_eol) ok 1112 - escape_eol 3 We should have a result for Not a continuation line ok 1113 - ... and has_skip should return a reasonable value (escape_eol) ok 1114 - ... and is_test should return a reasonable value (escape_eol) ok 1115 - ... and number should return the correct answer (escape_eol) ok 1116 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1117 - ... and actual_passed should return a reasonable value (escape_eol) ok 1118 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1119 - ... and passed should return a reasonable value (escape_eol) ok 1120 - ... and description should return the correct answer (escape_eol) ok 1121 - ... and is_ok should return a reasonable value (escape_eol) ok 1122 - ... and is_actual_ok should return a reasonable value (escape_eol) ok 1123 - ... and has_todo should return a reasonable value (escape_eol) ok 1124 - ... and is_unplanned should return a reasonable value (escape_eol) ok 1125 - ... and we should have the correct number of results (escape_eol) ok 1126 - 'escape_eol' should parse successfully ok 1127 - ... and tests_run should equal 2 (escape_eol) ok 1128 - ... and actual_passed should be the correct amount (escape_eol) ok 1129 - ...... and the correct values (escape_eol) ok 1130 - ... and todo_passed should be the correct amount (escape_eol) ok 1131 - ...... and the correct values (escape_eol) ok 1132 - ... and exit should equal 0 (escape_eol) ok 1133 - ... and failed should be the correct amount (escape_eol) ok 1134 - ...... and the correct values (escape_eol) ok 1135 - ... and actual_failed should be the correct amount (escape_eol) ok 1136 - ...... and the correct values (escape_eol) ok 1137 - ... and plan should equal 1..2 (escape_eol) ok 1138 - ... and tests_planned should equal 2 (escape_eol) ok 1139 - ... and todo should be the correct amount (escape_eol) ok 1140 - ...... and the correct values (escape_eol) ok 1141 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 1142 - ... and good_plan should return a reasonable value (escape_eol) ok 1143 - ... and parse_errors should be the correct amount (escape_eol) ok 1144 - ...... and the correct values (escape_eol) ok 1145 - ... and version should equal 12 (escape_eol) ok 1146 - ... and passed should be the correct amount (escape_eol) ok 1147 - ...... and the correct values (escape_eol) ok 1148 - ... and skipped should be the correct amount (escape_eol) ok 1149 - ...... and the correct values (escape_eol) ok 1150 - ... and is_good_plan should return a reasonable value (escape_eol) ok 1151 - ... and wait should equal 0 (escape_eol) ok 1152 - escape_hash 1 We should have a result for 1..3 ok 1153 - ... and is_plan should return a reasonable value (escape_hash) ok 1154 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1155 - ... and passed should return a reasonable value (escape_hash) ok 1156 - ... and is_ok should return a reasonable value (escape_hash) ok 1157 - ... and tests_planned should return the correct answer (escape_hash) ok 1158 - ... and raw should return the correct answer (escape_hash) ok 1159 - escape_hash 2 We should have a result for Not a \ TODO ok 1160 - ... and has_skip should return a reasonable value (escape_hash) ok 1161 - ... and is_test should return a reasonable value (escape_hash) ok 1162 - ... and number should return the correct answer (escape_hash) ok 1163 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1164 - ... and actual_passed should return a reasonable value (escape_hash) ok 1165 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1166 - ... and passed should return a reasonable value (escape_hash) ok 1167 - ... and is_ok should return a reasonable value (escape_hash) ok 1168 - ... and description should return the correct answer (escape_hash) ok 1169 - ... and is_actual_ok should return a reasonable value (escape_hash) ok 1170 - ... and has_todo should return a reasonable value (escape_hash) ok 1171 - ... and is_unplanned should return a reasonable value (escape_hash) ok 1172 - escape_hash 3 We should have a result for Not a \ SKIP ok 1173 - ... and has_skip should return a reasonable value (escape_hash) ok 1174 - ... and is_test should return a reasonable value (escape_hash) ok 1175 - ... and number should return the correct answer (escape_hash) ok 1176 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1177 - ... and actual_passed should return a reasonable value (escape_hash) ok 1178 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1179 - ... and passed should return a reasonable value (escape_hash) ok 1180 - ... and description should return the correct answer (escape_hash) ok 1181 - ... and is_ok should return a reasonable value (escape_hash) ok 1182 - ... and is_actual_ok should return a reasonable value (escape_hash) ok 1183 - ... and has_todo should return a reasonable value (escape_hash) ok 1184 - ... and is_unplanned should return a reasonable value (escape_hash) ok 1185 - escape_hash 4 We should have a result for Escaped \\\ ok 1186 - ... and has_skip should return a reasonable value (escape_hash) ok 1187 - ... and is_test should return a reasonable value (escape_hash) ok 1188 - ... and number should return the correct answer (escape_hash) ok 1189 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1190 - ... and actual_passed should return a reasonable value (escape_hash) ok 1191 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1192 - ... and passed should return a reasonable value (escape_hash) ok 1193 - ... and description should return the correct answer (escape_hash) ok 1194 - ... and is_ok should return a reasonable value (escape_hash) ok 1195 - ... and is_actual_ok should return a reasonable value (escape_hash) ok 1196 - ... and has_todo should return a reasonable value (escape_hash) ok 1197 - ... and is_unplanned should return a reasonable value (escape_hash) ok 1198 - ... and we should have the correct number of results (escape_hash) ok 1199 - 'escape_hash' should parse successfully ok 1200 - ... and tests_run should equal 3 (escape_hash) ok 1201 - ... and actual_passed should be the correct amount (escape_hash) ok 1202 - ...... and the correct values (escape_hash) ok 1203 - ... and todo_passed should be the correct amount (escape_hash) ok 1204 - ...... and the correct values (escape_hash) ok 1205 - ... and exit should equal 0 (escape_hash) ok 1206 - ... and failed should be the correct amount (escape_hash) ok 1207 - ...... and the correct values (escape_hash) ok 1208 - ... and actual_failed should be the correct amount (escape_hash) ok 1209 - ...... and the correct values (escape_hash) ok 1210 - ... and plan should equal 1..3 (escape_hash) ok 1211 - ... and tests_planned should equal 3 (escape_hash) ok 1212 - ... and todo should be the correct amount (escape_hash) ok 1213 - ...... and the correct values (escape_hash) ok 1214 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 1215 - ... and good_plan should return a reasonable value (escape_hash) ok 1216 - ... and parse_errors should be the correct amount (escape_hash) ok 1217 - ...... and the correct values (escape_hash) ok 1218 - ... and version should equal 12 (escape_hash) ok 1219 - ... and passed should be the correct amount (escape_hash) ok 1220 - ...... and the correct values (escape_hash) ok 1221 - ... and skipped should be the correct amount (escape_hash) ok 1222 - ...... and the correct values (escape_hash) ok 1223 - ... and is_good_plan should return a reasonable value (escape_hash) ok 1224 - ... and wait should equal 0 (escape_hash) ok 1225 - head_end 1 We should have a result for comments ok 1226 - ... and is_comment should return a reasonable value (head_end) ok 1227 - ... and comment should return the correct answer (head_end) ok 1228 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1229 - ... and passed should return a reasonable value (head_end) ok 1230 - ... and is_ok should return a reasonable value (head_end) ok 1231 - head_end 2 We should have a result for ok 1232 - ... and has_skip should return a reasonable value (head_end) ok 1233 - ... and is_test should return a reasonable value (head_end) ok 1234 - ... and number should return the correct answer (head_end) ok 1235 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1236 - ... and actual_passed should return a reasonable value (head_end) ok 1237 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1238 - ... and passed should return a reasonable value (head_end) ok 1239 - ... and description should return the correct answer (head_end) ok 1240 - ... and is_ok should return a reasonable value (head_end) ok 1241 - ... and is_actual_ok should return a reasonable value (head_end) ok 1242 - ... and has_todo should return a reasonable value (head_end) ok 1243 - ... and explanation should return the correct answer (head_end) ok 1244 - head_end 3 We should have a result for ok 1245 - ... and has_skip should return a reasonable value (head_end) ok 1246 - ... and is_test should return a reasonable value (head_end) ok 1247 - ... and number should return the correct answer (head_end) ok 1248 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1249 - ... and actual_passed should return a reasonable value (head_end) ok 1250 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1251 - ... and passed should return a reasonable value (head_end) ok 1252 - ... and description should return the correct answer (head_end) ok 1253 - ... and is_ok should return a reasonable value (head_end) ok 1254 - ... and is_actual_ok should return a reasonable value (head_end) ok 1255 - ... and has_todo should return a reasonable value (head_end) ok 1256 - ... and explanation should return the correct answer (head_end) ok 1257 - head_end 4 We should have a result for ok 1258 - ... and has_skip should return a reasonable value (head_end) ok 1259 - ... and is_test should return a reasonable value (head_end) ok 1260 - ... and number should return the correct answer (head_end) ok 1261 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1262 - ... and actual_passed should return a reasonable value (head_end) ok 1263 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1264 - ... and passed should return a reasonable value (head_end) ok 1265 - ... and description should return the correct answer (head_end) ok 1266 - ... and is_ok should return a reasonable value (head_end) ok 1267 - ... and is_actual_ok should return a reasonable value (head_end) ok 1268 - ... and has_todo should return a reasonable value (head_end) ok 1269 - ... and explanation should return the correct answer (head_end) ok 1270 - head_end 5 We should have a result for ok 1271 - ... and has_skip should return a reasonable value (head_end) ok 1272 - ... and is_test should return a reasonable value (head_end) ok 1273 - ... and number should return the correct answer (head_end) ok 1274 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1275 - ... and actual_passed should return a reasonable value (head_end) ok 1276 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1277 - ... and passed should return a reasonable value (head_end) ok 1278 - ... and description should return the correct answer (head_end) ok 1279 - ... and is_ok should return a reasonable value (head_end) ok 1280 - ... and is_actual_ok should return a reasonable value (head_end) ok 1281 - ... and has_todo should return a reasonable value (head_end) ok 1282 - ... and explanation should return the correct answer (head_end) ok 1283 - head_end 6 We should have a result for comment ok 1284 - ... and is_comment should return a reasonable value (head_end) ok 1285 - ... and comment should return the correct answer (head_end) ok 1286 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1287 - ... and passed should return a reasonable value (head_end) ok 1288 - ... and is_ok should return a reasonable value (head_end) ok 1289 - head_end 7 We should have a result for 1..4 ok 1290 - ... and is_plan should return a reasonable value (head_end) ok 1291 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1292 - ... and passed should return a reasonable value (head_end) ok 1293 - ... and tests_planned should return the correct answer (head_end) ok 1294 - ... and is_ok should return a reasonable value (head_end) ok 1295 - ... and raw should return the correct answer (head_end) ok 1296 - head_end 8 We should have a result for more ignored stuff ok 1297 - ... and is_comment should return a reasonable value (head_end) ok 1298 - ... and comment should return the correct answer (head_end) ok 1299 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1300 - ... and passed should return a reasonable value (head_end) ok 1301 - ... and is_ok should return a reasonable value (head_end) ok 1302 - head_end 9 We should have a result for and yet more ok 1303 - ... and is_comment should return a reasonable value (head_end) ok 1304 - ... and comment should return the correct answer (head_end) ok 1305 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1306 - ... and passed should return a reasonable value (head_end) ok 1307 - ... and is_ok should return a reasonable value (head_end) ok 1308 - ... and we should have the correct number of results (head_end) ok 1309 - 'head_end' should parse successfully ok 1310 - ... and tests_run should equal 4 (head_end) ok 1311 - ... and actual_passed should be the correct amount (head_end) ok 1312 - ...... and the correct values (head_end) ok 1313 - ... and todo_passed should be the correct amount (head_end) ok 1314 - ...... and the correct values (head_end) ok 1315 - ... and exit should equal 0 (head_end) ok 1316 - ... and failed should be the correct amount (head_end) ok 1317 - ...... and the correct values (head_end) ok 1318 - ... and actual_failed should be the correct amount (head_end) ok 1319 - ...... and the correct values (head_end) ok 1320 - ... and plan should equal 1..4 (head_end) ok 1321 - ... and tests_planned should equal 4 (head_end) ok 1322 - ... and todo should be the correct amount (head_end) ok 1323 - ...... and the correct values (head_end) ok 1324 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 1325 - ... and good_plan should return a reasonable value (head_end) ok 1326 - ... and parse_errors should be the correct amount (head_end) ok 1327 - ...... and the correct values (head_end) ok 1328 - ... and version should equal 12 (head_end) ok 1329 - ... and passed should be the correct amount (head_end) ok 1330 - ...... and the correct values (head_end) ok 1331 - ... and skipped should be the correct amount (head_end) ok 1332 - ...... and the correct values (head_end) ok 1333 - ... and is_good_plan should return a reasonable value (head_end) ok 1334 - ... and wait should equal 0 (head_end) ok 1335 - head_fail 1 We should have a result for comments ok 1336 - ... and is_comment should return a reasonable value (head_fail) ok 1337 - ... and comment should return the correct answer (head_fail) ok 1338 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1339 - ... and passed should return a reasonable value (head_fail) ok 1340 - ... and is_ok should return a reasonable value (head_fail) ok 1341 - head_fail 2 We should have a result for ok 1342 - ... and has_skip should return a reasonable value (head_fail) ok 1343 - ... and is_test should return a reasonable value (head_fail) ok 1344 - ... and number should return the correct answer (head_fail) ok 1345 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1346 - ... and actual_passed should return a reasonable value (head_fail) ok 1347 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1348 - ... and passed should return a reasonable value (head_fail) ok 1349 - ... and description should return the correct answer (head_fail) ok 1350 - ... and is_ok should return a reasonable value (head_fail) ok 1351 - ... and is_actual_ok should return a reasonable value (head_fail) ok 1352 - ... and has_todo should return a reasonable value (head_fail) ok 1353 - ... and explanation should return the correct answer (head_fail) ok 1354 - head_fail 3 We should have a result for ok 1355 - ... and has_skip should return a reasonable value (head_fail) ok 1356 - ... and is_test should return a reasonable value (head_fail) ok 1357 - ... and number should return the correct answer (head_fail) ok 1358 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1359 - ... and actual_passed should return a reasonable value (head_fail) ok 1360 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1361 - ... and passed should return a reasonable value (head_fail) ok 1362 - ... and description should return the correct answer (head_fail) ok 1363 - ... and is_ok should return a reasonable value (head_fail) ok 1364 - ... and is_actual_ok should return a reasonable value (head_fail) ok 1365 - ... and has_todo should return a reasonable value (head_fail) ok 1366 - ... and explanation should return the correct answer (head_fail) ok 1367 - head_fail 4 We should have a result for ok 1368 - ... and has_skip should return a reasonable value (head_fail) ok 1369 - ... and is_test should return a reasonable value (head_fail) ok 1370 - ... and number should return the correct answer (head_fail) ok 1371 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1372 - ... and actual_passed should return a reasonable value (head_fail) ok 1373 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1374 - ... and passed should return a reasonable value (head_fail) ok 1375 - ... and description should return the correct answer (head_fail) ok 1376 - ... and is_ok should return a reasonable value (head_fail) ok 1377 - ... and is_actual_ok should return a reasonable value (head_fail) ok 1378 - ... and has_todo should return a reasonable value (head_fail) ok 1379 - ... and explanation should return the correct answer (head_fail) ok 1380 - head_fail 5 We should have a result for ok 1381 - ... and has_skip should return a reasonable value (head_fail) ok 1382 - ... and is_test should return a reasonable value (head_fail) ok 1383 - ... and number should return the correct answer (head_fail) ok 1384 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1385 - ... and actual_passed should return a reasonable value (head_fail) ok 1386 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1387 - ... and passed should return a reasonable value (head_fail) ok 1388 - ... and description should return the correct answer (head_fail) ok 1389 - ... and is_ok should return a reasonable value (head_fail) ok 1390 - ... and is_actual_ok should return a reasonable value (head_fail) ok 1391 - ... and has_todo should return a reasonable value (head_fail) ok 1392 - ... and explanation should return the correct answer (head_fail) ok 1393 - head_fail 6 We should have a result for comment ok 1394 - ... and is_comment should return a reasonable value (head_fail) ok 1395 - ... and comment should return the correct answer (head_fail) ok 1396 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1397 - ... and passed should return a reasonable value (head_fail) ok 1398 - ... and is_ok should return a reasonable value (head_fail) ok 1399 - head_fail 7 We should have a result for 1..4 ok 1400 - ... and is_plan should return a reasonable value (head_fail) ok 1401 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1402 - ... and passed should return a reasonable value (head_fail) ok 1403 - ... and tests_planned should return the correct answer (head_fail) ok 1404 - ... and is_ok should return a reasonable value (head_fail) ok 1405 - ... and raw should return the correct answer (head_fail) ok 1406 - head_fail 8 We should have a result for more ignored stuff ok 1407 - ... and is_comment should return a reasonable value (head_fail) ok 1408 - ... and comment should return the correct answer (head_fail) ok 1409 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1410 - ... and passed should return a reasonable value (head_fail) ok 1411 - ... and is_ok should return a reasonable value (head_fail) ok 1412 - head_fail 9 We should have a result for and yet more ok 1413 - ... and is_comment should return a reasonable value (head_fail) ok 1414 - ... and comment should return the correct answer (head_fail) ok 1415 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1416 - ... and passed should return a reasonable value (head_fail) ok 1417 - ... and is_ok should return a reasonable value (head_fail) ok 1418 - ... and we should have the correct number of results (head_fail) ok 1419 - 'head_fail' should parse successfully ok 1420 - ... and tests_run should equal 4 (head_fail) ok 1421 - ... and actual_passed should be the correct amount (head_fail) ok 1422 - ...... and the correct values (head_fail) ok 1423 - ... and todo_passed should be the correct amount (head_fail) ok 1424 - ...... and the correct values (head_fail) ok 1425 - ... and exit should equal 0 (head_fail) ok 1426 - ... and failed should be the correct amount (head_fail) ok 1427 - ...... and the correct values (head_fail) ok 1428 - ... and actual_failed should be the correct amount (head_fail) ok 1429 - ...... and the correct values (head_fail) ok 1430 - ... and plan should equal 1..4 (head_fail) ok 1431 - ... and tests_planned should equal 4 (head_fail) ok 1432 - ... and todo should be the correct amount (head_fail) ok 1433 - ...... and the correct values (head_fail) ok 1434 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 1435 - ... and good_plan should return a reasonable value (head_fail) ok 1436 - ... and parse_errors should be the correct amount (head_fail) ok 1437 - ...... and the correct values (head_fail) ok 1438 - ... and version should equal 12 (head_fail) ok 1439 - ... and passed should be the correct amount (head_fail) ok 1440 - ...... and the correct values (head_fail) ok 1441 - ... and skipped should be the correct amount (head_fail) ok 1442 - ...... and the correct values (head_fail) ok 1443 - ... and is_good_plan should return a reasonable value (head_fail) ok 1444 - ... and wait should equal 0 (head_fail) ok 1445 - inc_taint 1 We should have a result for 1..1 ok 1446 - ... and is_plan should return a reasonable value (inc_taint) ok 1447 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1448 - ... and passed should return a reasonable value (inc_taint) ok 1449 - ... and tests_planned should return the correct answer (inc_taint) ok 1450 - ... and is_ok should return a reasonable value (inc_taint) ok 1451 - ... and raw should return the correct answer (inc_taint) ok 1452 - inc_taint 2 We should have a result for ok 1453 - ... and has_skip should return a reasonable value (inc_taint) ok 1454 - ... and is_test should return a reasonable value (inc_taint) ok 1455 - ... and number should return the correct answer (inc_taint) ok 1456 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1457 - ... and actual_passed should return a reasonable value (inc_taint) ok 1458 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1459 - ... and passed should return a reasonable value (inc_taint) ok 1460 - ... and description should return the correct answer (inc_taint) ok 1461 - ... and is_ok should return a reasonable value (inc_taint) ok 1462 - ... and is_actual_ok should return a reasonable value (inc_taint) ok 1463 - ... and has_todo should return a reasonable value (inc_taint) ok 1464 - ... and explanation should return the correct answer (inc_taint) ok 1465 - ... and we should have the correct number of results (inc_taint) ok 1466 - 'inc_taint' should parse successfully ok 1467 - ... and tests_run should return a reasonable value (inc_taint) ok 1468 - ... and actual_passed should be the correct amount (inc_taint) ok 1469 - ...... and the correct values (inc_taint) ok 1470 - ... and todo_passed should be the correct amount (inc_taint) ok 1471 - ...... and the correct values (inc_taint) ok 1472 - ... and exit should equal 0 (inc_taint) ok 1473 - ... and failed should be the correct amount (inc_taint) ok 1474 - ...... and the correct values (inc_taint) ok 1475 - ... and actual_failed should be the correct amount (inc_taint) ok 1476 - ...... and the correct values (inc_taint) ok 1477 - ... and plan should equal 1..1 (inc_taint) ok 1478 - ... and tests_planned should equal 1 (inc_taint) ok 1479 - ... and todo should be the correct amount (inc_taint) ok 1480 - ...... and the correct values (inc_taint) ok 1481 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 1482 - ... and good_plan should return a reasonable value (inc_taint) ok 1483 - ... and parse_errors should be the correct amount (inc_taint) ok 1484 - ...... and the correct values (inc_taint) ok 1485 - ... and version should equal 12 (inc_taint) ok 1486 - ... and passed should be the correct amount (inc_taint) ok 1487 - ...... and the correct values (inc_taint) ok 1488 - ... and skipped should be the correct amount (inc_taint) ok 1489 - ...... and the correct values (inc_taint) ok 1490 - ... and is_good_plan should return a reasonable value (inc_taint) ok 1491 - ... and wait should equal 0 (inc_taint) ok 1492 - junk_before_plan 1 We should have a result for this is junk ok 1493 - ... and is_unknown should return a reasonable value (junk_before_plan) ok 1494 - ... and raw should return the correct answer (junk_before_plan) ok 1495 - junk_before_plan 2 We should have a result for this is a comment ok 1496 - ... and is_comment should return a reasonable value (junk_before_plan) ok 1497 - ... and comment should return the correct answer (junk_before_plan) ok 1498 - junk_before_plan 3 We should have a result for 1..1 ok 1499 - ... and is_plan should return a reasonable value (junk_before_plan) ok 1500 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1501 - ... and passed should return a reasonable value (junk_before_plan) ok 1502 - ... and tests_planned should return the correct answer (junk_before_plan) ok 1503 - ... and is_ok should return a reasonable value (junk_before_plan) ok 1504 - ... and raw should return the correct answer (junk_before_plan) ok 1505 - junk_before_plan 4 We should have a result for ok 1506 - ... and has_skip should return a reasonable value (junk_before_plan) ok 1507 - ... and is_test should return a reasonable value (junk_before_plan) ok 1508 - ... and number should return the correct answer (junk_before_plan) ok 1509 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1510 - ... and actual_passed should return a reasonable value (junk_before_plan) ok 1511 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1512 - ... and passed should return a reasonable value (junk_before_plan) ok 1513 - ... and is_ok should return a reasonable value (junk_before_plan) ok 1514 - ... and is_actual_ok should return a reasonable value (junk_before_plan) ok 1515 - ... and has_todo should return a reasonable value (junk_before_plan) ok 1516 - ... and we should have the correct number of results (junk_before_plan) ok 1517 - 'junk_before_plan' should parse successfully ok 1518 - ... and tests_run should equal 1 (junk_before_plan) ok 1519 - ... and actual_passed should be the correct amount (junk_before_plan) ok 1520 - ...... and the correct values (junk_before_plan) ok 1521 - ... and todo_passed should be the correct amount (junk_before_plan) ok 1522 - ...... and the correct values (junk_before_plan) ok 1523 - ... and exit should equal 0 (junk_before_plan) ok 1524 - ... and failed should be the correct amount (junk_before_plan) ok 1525 - ...... and the correct values (junk_before_plan) ok 1526 - ... and actual_failed should be the correct amount (junk_before_plan) ok 1527 - ...... and the correct values (junk_before_plan) ok 1528 - ... and plan should equal 1..1 (junk_before_plan) ok 1529 - ... and tests_planned should equal 1 (junk_before_plan) ok 1530 - ... and todo should be the correct amount (junk_before_plan) ok 1531 - ...... and the correct values (junk_before_plan) ok 1532 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 1533 - ... and good_plan should return a reasonable value (junk_before_plan) ok 1534 - ... and parse_errors should be the correct amount (junk_before_plan) ok 1535 - ...... and the correct values (junk_before_plan) ok 1536 - ... and version should equal 12 (junk_before_plan) ok 1537 - ... and passed should be the correct amount (junk_before_plan) ok 1538 - ...... and the correct values (junk_before_plan) ok 1539 - ... and skipped should be the correct amount (junk_before_plan) ok 1540 - ...... and the correct values (junk_before_plan) ok 1541 - ... and is_good_plan should return a reasonable value (junk_before_plan) ok 1542 - ... and wait should equal 0 (junk_before_plan) ok 1543 - no_nums 1 We should have a result for 1..5 ok 1544 - ... and is_plan should return a reasonable value (no_nums) ok 1545 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1546 - ... and passed should return a reasonable value (no_nums) ok 1547 - ... and tests_planned should return the correct answer (no_nums) ok 1548 - ... and is_ok should return a reasonable value (no_nums) ok 1549 - ... and raw should return the correct answer (no_nums) ok 1550 - no_nums 2 We should have a result for ok 1551 - ... and has_skip should return a reasonable value (no_nums) ok 1552 - ... and is_test should return a reasonable value (no_nums) ok 1553 - ... and number should return the correct answer (no_nums) ok 1554 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1555 - ... and actual_passed should return a reasonable value (no_nums) ok 1556 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1557 - ... and passed should return a reasonable value (no_nums) ok 1558 - ... and is_ok should return a reasonable value (no_nums) ok 1559 - ... and description should return the correct answer (no_nums) ok 1560 - ... and is_actual_ok should return a reasonable value (no_nums) ok 1561 - ... and has_todo should return a reasonable value (no_nums) ok 1562 - no_nums 3 We should have a result for ok 1563 - ... and has_skip should return a reasonable value (no_nums) ok 1564 - ... and is_test should return a reasonable value (no_nums) ok 1565 - ... and number should return the correct answer (no_nums) ok 1566 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1567 - ... and actual_passed should return a reasonable value (no_nums) ok 1568 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1569 - ... and passed should return a reasonable value (no_nums) ok 1570 - ... and description should return the correct answer (no_nums) ok 1571 - ... and is_ok should return a reasonable value (no_nums) ok 1572 - ... and is_actual_ok should return a reasonable value (no_nums) ok 1573 - ... and has_todo should return a reasonable value (no_nums) ok 1574 - no_nums 4 We should have a result for ok 1575 - ... and has_skip should return a reasonable value (no_nums) ok 1576 - ... and is_test should return a reasonable value (no_nums) ok 1577 - ... and number should return the correct answer (no_nums) ok 1578 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1579 - ... and actual_passed should return a reasonable value (no_nums) ok 1580 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1581 - ... and passed should return a reasonable value (no_nums) ok 1582 - ... and description should return the correct answer (no_nums) ok 1583 - ... and is_ok should return a reasonable value (no_nums) ok 1584 - ... and is_actual_ok should return a reasonable value (no_nums) ok 1585 - ... and has_todo should return a reasonable value (no_nums) ok 1586 - no_nums 5 We should have a result for ok 1587 - ... and has_skip should return a reasonable value (no_nums) ok 1588 - ... and is_test should return a reasonable value (no_nums) ok 1589 - ... and number should return the correct answer (no_nums) ok 1590 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1591 - ... and actual_passed should return a reasonable value (no_nums) ok 1592 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1593 - ... and passed should return a reasonable value (no_nums) ok 1594 - ... and description should return the correct answer (no_nums) ok 1595 - ... and is_ok should return a reasonable value (no_nums) ok 1596 - ... and is_actual_ok should return a reasonable value (no_nums) ok 1597 - ... and has_todo should return a reasonable value (no_nums) ok 1598 - no_nums 6 We should have a result for ok 1599 - ... and has_skip should return a reasonable value (no_nums) ok 1600 - ... and is_test should return a reasonable value (no_nums) ok 1601 - ... and number should return the correct answer (no_nums) ok 1602 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1603 - ... and actual_passed should return a reasonable value (no_nums) ok 1604 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1605 - ... and passed should return a reasonable value (no_nums) ok 1606 - ... and description should return the correct answer (no_nums) ok 1607 - ... and is_ok should return a reasonable value (no_nums) ok 1608 - ... and is_actual_ok should return a reasonable value (no_nums) ok 1609 - ... and has_todo should return a reasonable value (no_nums) ok 1610 - ... and we should have the correct number of results (no_nums) ok 1611 - 'no_nums' should parse successfully ok 1612 - ... and tests_run should equal 5 (no_nums) ok 1613 - ... and actual_passed should be the correct amount (no_nums) ok 1614 - ...... and the correct values (no_nums) ok 1615 - ... and todo_passed should be the correct amount (no_nums) ok 1616 - ...... and the correct values (no_nums) ok 1617 - ... and exit should equal 0 (no_nums) ok 1618 - ... and failed should be the correct amount (no_nums) ok 1619 - ...... and the correct values (no_nums) ok 1620 - ... and actual_failed should be the correct amount (no_nums) ok 1621 - ...... and the correct values (no_nums) ok 1622 - ... and plan should equal 1..5 (no_nums) ok 1623 - ... and tests_planned should equal 5 (no_nums) ok 1624 - ... and todo should be the correct amount (no_nums) ok 1625 - ...... and the correct values (no_nums) ok 1626 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 1627 - ... and good_plan should return a reasonable value (no_nums) ok 1628 - ... and parse_errors should be the correct amount (no_nums) ok 1629 - ...... and the correct values (no_nums) ok 1630 - ... and version should equal 12 (no_nums) ok 1631 - ... and passed should be the correct amount (no_nums) ok 1632 - ...... and the correct values (no_nums) ok 1633 - ... and skipped should be the correct amount (no_nums) ok 1634 - ...... and the correct values (no_nums) ok 1635 - ... and is_good_plan should return a reasonable value (no_nums) ok 1636 - ... and wait should equal 0 (no_nums) ok 1637 - ... and we should have the correct number of results (no_output) ok 1638 - 'no_output' should parse successfully ok 1639 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 1640 - ... and good_plan should return a reasonable value (no_output) ok 1641 - ... and parse_errors should be the correct amount (no_output) ok 1642 - ...... and the correct values (no_output) ok 1643 - ... and tests_run should equal 0 (no_output) ok 1644 - ... and actual_passed should be the correct amount (no_output) ok 1645 - ...... and the correct values (no_output) ok 1646 - ... and todo_passed should be the correct amount (no_output) ok 1647 - ...... and the correct values (no_output) ok 1648 - ... and exit should equal 0 (no_output) ok 1649 - ... and passed should be the correct amount (no_output) ok 1650 - ...... and the correct values (no_output) ok 1651 - ... and failed should be the correct amount (no_output) ok 1652 - ...... and the correct values (no_output) ok 1653 - ... and skipped should be the correct amount (no_output) ok 1654 - ...... and the correct values (no_output) ok 1655 - ... and actual_failed should be the correct amount (no_output) ok 1656 - ...... and the correct values (no_output) ok 1657 - ... and wait should equal 0 (no_output) ok 1658 - ... and plan should equal (no_output) ok 1659 - ... and tests_planned should equal (no_output) ok 1660 - ... and todo should be the correct amount (no_output) ok 1661 - ...... and the correct values (no_output) ok 1662 - out_of_order 1 We should have a result for - Test that argument passing works ok 1663 - ... and has_skip should return a reasonable value (out_of_order) ok 1664 - ... and is_test should return a reasonable value (out_of_order) ok 1665 - ... and number should return the correct answer (out_of_order) ok 1666 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1667 - ... and actual_passed should return a reasonable value (out_of_order) ok 1668 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1669 - ... and passed should return a reasonable value (out_of_order) ok 1670 - ... and description should return the correct answer (out_of_order) ok 1671 - ... and is_ok should return a reasonable value (out_of_order) ok 1672 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1673 - ... and has_todo should return a reasonable value (out_of_order) ok 1674 - ... and explanation should return the correct answer (out_of_order) ok 1675 - out_of_order 2 We should have a result for - Test that passing arguments as references work ok 1676 - ... and has_skip should return a reasonable value (out_of_order) ok 1677 - ... and is_test should return a reasonable value (out_of_order) ok 1678 - ... and number should return the correct answer (out_of_order) ok 1679 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1680 - ... and actual_passed should return a reasonable value (out_of_order) ok 1681 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1682 - ... and passed should return a reasonable value (out_of_order) ok 1683 - ... and description should return the correct answer (out_of_order) ok 1684 - ... and is_ok should return a reasonable value (out_of_order) ok 1685 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1686 - ... and has_todo should return a reasonable value (out_of_order) ok 1687 - ... and explanation should return the correct answer (out_of_order) ok 1688 - out_of_order 3 We should have a result for - Test a normal sub ok 1689 - ... and has_skip should return a reasonable value (out_of_order) ok 1690 - ... and is_test should return a reasonable value (out_of_order) ok 1691 - ... and number should return the correct answer (out_of_order) ok 1692 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1693 - ... and actual_passed should return a reasonable value (out_of_order) ok 1694 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1695 - ... and passed should return a reasonable value (out_of_order) ok 1696 - ... and description should return the correct answer (out_of_order) ok 1697 - ... and is_ok should return a reasonable value (out_of_order) ok 1698 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1699 - ... and has_todo should return a reasonable value (out_of_order) ok 1700 - ... and explanation should return the correct answer (out_of_order) ok 1701 - out_of_order 4 We should have a result for - Detach test ok 1702 - ... and has_skip should return a reasonable value (out_of_order) ok 1703 - ... and is_test should return a reasonable value (out_of_order) ok 1704 - ... and number should return the correct answer (out_of_order) ok 1705 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1706 - ... and actual_passed should return a reasonable value (out_of_order) ok 1707 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1708 - ... and passed should return a reasonable value (out_of_order) ok 1709 - ... and description should return the correct answer (out_of_order) ok 1710 - ... and is_ok should return a reasonable value (out_of_order) ok 1711 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1712 - ... and has_todo should return a reasonable value (out_of_order) ok 1713 - ... and explanation should return the correct answer (out_of_order) ok 1714 - out_of_order 5 We should have a result for - Nested thread test ok 1715 - ... and has_skip should return a reasonable value (out_of_order) ok 1716 - ... and is_test should return a reasonable value (out_of_order) ok 1717 - ... and number should return the correct answer (out_of_order) ok 1718 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1719 - ... and actual_passed should return a reasonable value (out_of_order) ok 1720 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1721 - ... and passed should return a reasonable value (out_of_order) ok 1722 - ... and description should return the correct answer (out_of_order) ok 1723 - ... and is_ok should return a reasonable value (out_of_order) ok 1724 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1725 - ... and has_todo should return a reasonable value (out_of_order) ok 1726 - ... and explanation should return the correct answer (out_of_order) ok 1727 - out_of_order 6 We should have a result for - Nested thread test ok 1728 - ... and has_skip should return a reasonable value (out_of_order) ok 1729 - ... and is_test should return a reasonable value (out_of_order) ok 1730 - ... and number should return the correct answer (out_of_order) ok 1731 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1732 - ... and actual_passed should return a reasonable value (out_of_order) ok 1733 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1734 - ... and passed should return a reasonable value (out_of_order) ok 1735 - ... and description should return the correct answer (out_of_order) ok 1736 - ... and is_ok should return a reasonable value (out_of_order) ok 1737 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1738 - ... and has_todo should return a reasonable value (out_of_order) ok 1739 - ... and explanation should return the correct answer (out_of_order) ok 1740 - out_of_order 7 We should have a result for - Wanted 7, got 7 ok 1741 - ... and has_skip should return a reasonable value (out_of_order) ok 1742 - ... and is_test should return a reasonable value (out_of_order) ok 1743 - ... and number should return the correct answer (out_of_order) ok 1744 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1745 - ... and actual_passed should return a reasonable value (out_of_order) ok 1746 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1747 - ... and passed should return a reasonable value (out_of_order) ok 1748 - ... and description should return the correct answer (out_of_order) ok 1749 - ... and is_ok should return a reasonable value (out_of_order) ok 1750 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1751 - ... and has_todo should return a reasonable value (out_of_order) ok 1752 - ... and explanation should return the correct answer (out_of_order) ok 1753 - out_of_order 8 We should have a result for - Wanted 7, got 7 ok 1754 - ... and has_skip should return a reasonable value (out_of_order) ok 1755 - ... and is_test should return a reasonable value (out_of_order) ok 1756 - ... and number should return the correct answer (out_of_order) ok 1757 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1758 - ... and actual_passed should return a reasonable value (out_of_order) ok 1759 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1760 - ... and passed should return a reasonable value (out_of_order) ok 1761 - ... and description should return the correct answer (out_of_order) ok 1762 - ... and is_ok should return a reasonable value (out_of_order) ok 1763 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1764 - ... and has_todo should return a reasonable value (out_of_order) ok 1765 - ... and explanation should return the correct answer (out_of_order) ok 1766 - out_of_order 9 We should have a result for - Wanted 8, got 8 ok 1767 - ... and has_skip should return a reasonable value (out_of_order) ok 1768 - ... and is_test should return a reasonable value (out_of_order) ok 1769 - ... and number should return the correct answer (out_of_order) ok 1770 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1771 - ... and actual_passed should return a reasonable value (out_of_order) ok 1772 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1773 - ... and passed should return a reasonable value (out_of_order) ok 1774 - ... and description should return the correct answer (out_of_order) ok 1775 - ... and is_ok should return a reasonable value (out_of_order) ok 1776 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1777 - ... and has_todo should return a reasonable value (out_of_order) ok 1778 - ... and explanation should return the correct answer (out_of_order) ok 1779 - out_of_order 10 We should have a result for - Wanted 8, got 8 ok 1780 - ... and has_skip should return a reasonable value (out_of_order) ok 1781 - ... and is_test should return a reasonable value (out_of_order) ok 1782 - ... and number should return the correct answer (out_of_order) ok 1783 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1784 - ... and actual_passed should return a reasonable value (out_of_order) ok 1785 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1786 - ... and passed should return a reasonable value (out_of_order) ok 1787 - ... and description should return the correct answer (out_of_order) ok 1788 - ... and is_ok should return a reasonable value (out_of_order) ok 1789 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1790 - ... and has_todo should return a reasonable value (out_of_order) ok 1791 - ... and explanation should return the correct answer (out_of_order) ok 1792 - out_of_order 11 We should have a result for 1..15 ok 1793 - ... and is_plan should return a reasonable value (out_of_order) ok 1794 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1795 - ... and passed should return a reasonable value (out_of_order) ok 1796 - ... and tests_planned should return the correct answer (out_of_order) ok 1797 - ... and is_ok should return a reasonable value (out_of_order) ok 1798 - ... and raw should return the correct answer (out_of_order) ok 1799 - out_of_order 12 We should have a result for ok 1800 - ... and has_skip should return a reasonable value (out_of_order) ok 1801 - ... and is_test should return a reasonable value (out_of_order) ok 1802 - ... and number should return the correct answer (out_of_order) ok 1803 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1804 - ... and actual_passed should return a reasonable value (out_of_order) ok 1805 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1806 - ... and passed should return a reasonable value (out_of_order) ok 1807 - ... and description should return the correct answer (out_of_order) ok 1808 - ... and is_ok should return a reasonable value (out_of_order) ok 1809 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1810 - ... and has_todo should return a reasonable value (out_of_order) ok 1811 - ... and explanation should return the correct answer (out_of_order) ok 1812 - out_of_order 13 We should have a result for - Check that Config::threads is true ok 1813 - ... and has_skip should return a reasonable value (out_of_order) ok 1814 - ... and is_test should return a reasonable value (out_of_order) ok 1815 - ... and number should return the correct answer (out_of_order) ok 1816 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1817 - ... and actual_passed should return a reasonable value (out_of_order) ok 1818 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1819 - ... and passed should return a reasonable value (out_of_order) ok 1820 - ... and description should return the correct answer (out_of_order) ok 1821 - ... and is_ok should return a reasonable value (out_of_order) ok 1822 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1823 - ... and has_todo should return a reasonable value (out_of_order) ok 1824 - ... and explanation should return the correct answer (out_of_order) ok 1825 - out_of_order 14 We should have a result for - Detach test ok 1826 - ... and has_skip should return a reasonable value (out_of_order) ok 1827 - ... and is_test should return a reasonable value (out_of_order) ok 1828 - ... and number should return the correct answer (out_of_order) ok 1829 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1830 - ... and actual_passed should return a reasonable value (out_of_order) ok 1831 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1832 - ... and passed should return a reasonable value (out_of_order) ok 1833 - ... and description should return the correct answer (out_of_order) ok 1834 - ... and is_ok should return a reasonable value (out_of_order) ok 1835 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1836 - ... and has_todo should return a reasonable value (out_of_order) ok 1837 - ... and explanation should return the correct answer (out_of_order) ok 1838 - out_of_order 15 We should have a result for - Check so that tid for threads work for main thread ok 1839 - ... and has_skip should return a reasonable value (out_of_order) ok 1840 - ... and is_test should return a reasonable value (out_of_order) ok 1841 - ... and number should return the correct answer (out_of_order) ok 1842 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1843 - ... and actual_passed should return a reasonable value (out_of_order) ok 1844 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1845 - ... and passed should return a reasonable value (out_of_order) ok 1846 - ... and description should return the correct answer (out_of_order) ok 1847 - ... and is_ok should return a reasonable value (out_of_order) ok 1848 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1849 - ... and has_todo should return a reasonable value (out_of_order) ok 1850 - ... and explanation should return the correct answer (out_of_order) ok 1851 - out_of_order 16 We should have a result for - Check so that tid for threads work for main thread ok 1852 - ... and has_skip should return a reasonable value (out_of_order) ok 1853 - ... and is_test should return a reasonable value (out_of_order) ok 1854 - ... and number should return the correct answer (out_of_order) ok 1855 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1856 - ... and actual_passed should return a reasonable value (out_of_order) ok 1857 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1858 - ... and passed should return a reasonable value (out_of_order) ok 1859 - ... and description should return the correct answer (out_of_order) ok 1860 - ... and is_ok should return a reasonable value (out_of_order) ok 1861 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1862 - ... and has_todo should return a reasonable value (out_of_order) ok 1863 - ... and explanation should return the correct answer (out_of_order) ok 1864 - ... and we should have the correct number of results (out_of_order) ok 1865 - 'out_of_order' should parse successfully ok 1866 - ... and parse_errors should be the correct amount (out_of_order) ok 1867 - ...... and the correct values (out_of_order) ok 1868 - ... and tests_run should equal 15 (out_of_order) ok 1869 - ... and actual_passed should be the correct amount (out_of_order) ok 1870 - ...... and the correct values (out_of_order) ok 1871 - ... and todo_passed should be the correct amount (out_of_order) ok 1872 - ...... and the correct values (out_of_order) ok 1873 - ... and exit should equal 0 (out_of_order) ok 1874 - ... and passed should be the correct amount (out_of_order) ok 1875 - ...... and the correct values (out_of_order) ok 1876 - ... and failed should be the correct amount (out_of_order) ok 1877 - ...... and the correct values (out_of_order) ok 1878 - ... and skipped should be the correct amount (out_of_order) ok 1879 - ...... and the correct values (out_of_order) ok 1880 - ... and is_good_plan should return a reasonable value (out_of_order) ok 1881 - ... and actual_failed should be the correct amount (out_of_order) ok 1882 - ...... and the correct values (out_of_order) ok 1883 - ... and wait should equal 0 (out_of_order) ok 1884 - ... and plan should equal 1..15 (out_of_order) ok 1885 - ... and tests_planned should equal 15 (out_of_order) ok 1886 - ... and todo should be the correct amount (out_of_order) ok 1887 - ...... and the correct values (out_of_order) ok 1888 - sequence_misparse 1 We should have a result for 1..5 ok 1889 - ... and is_plan should return a reasonable value (sequence_misparse) ok 1890 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1891 - ... and passed should return a reasonable value (sequence_misparse) ok 1892 - ... and is_ok should return a reasonable value (sequence_misparse) ok 1893 - ... and tests_planned should return the correct answer (sequence_misparse) ok 1894 - ... and raw should return the correct answer (sequence_misparse) ok 1895 - sequence_misparse 2 We should have a result for ok 1896 - ... and has_skip should return a reasonable value (sequence_misparse) ok 1897 - ... and is_test should return a reasonable value (sequence_misparse) ok 1898 - ... and number should return the correct answer (sequence_misparse) ok 1899 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1900 - ... and actual_passed should return a reasonable value (sequence_misparse) ok 1901 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1902 - ... and passed should return a reasonable value (sequence_misparse) ok 1903 - ... and description should return the correct answer (sequence_misparse) ok 1904 - ... and is_ok should return a reasonable value (sequence_misparse) ok 1905 - ... and is_actual_ok should return a reasonable value (sequence_misparse) ok 1906 - ... and has_todo should return a reasonable value (sequence_misparse) ok 1907 - sequence_misparse 3 We should have a result for ok 1908 - ... and has_skip should return a reasonable value (sequence_misparse) ok 1909 - ... and is_test should return a reasonable value (sequence_misparse) ok 1910 - ... and number should return the correct answer (sequence_misparse) ok 1911 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1912 - ... and actual_passed should return a reasonable value (sequence_misparse) ok 1913 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1914 - ... and passed should return a reasonable value (sequence_misparse) ok 1915 - ... and description should return the correct answer (sequence_misparse) ok 1916 - ... and is_ok should return a reasonable value (sequence_misparse) ok 1917 - ... and is_actual_ok should return a reasonable value (sequence_misparse) ok 1918 - ... and has_todo should return a reasonable value (sequence_misparse) ok 1919 - sequence_misparse 4 We should have a result for skipped on foobar system ok 1920 - ... and has_skip should return a reasonable value (sequence_misparse) ok 1921 - ... and is_test should return a reasonable value (sequence_misparse) ok 1922 - ... and number should return the correct answer (sequence_misparse) ok 1923 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1924 - ... and actual_passed should return a reasonable value (sequence_misparse) ok 1925 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1926 - ... and passed should return a reasonable value (sequence_misparse) ok 1927 - ... and description should return the correct answer (sequence_misparse) ok 1928 - ... and is_ok should return a reasonable value (sequence_misparse) ok 1929 - ... and is_actual_ok should return a reasonable value (sequence_misparse) ok 1930 - ... and has_todo should return a reasonable value (sequence_misparse) ok 1931 - sequence_misparse 5 We should have a result for 1234567890123456789012345678901234567890 ok 1932 - ... and is_comment should return a reasonable value (sequence_misparse) ok 1933 - ... and comment should return the correct answer (sequence_misparse) ok 1934 - sequence_misparse 6 We should have a result for ok 1935 - ... and has_skip should return a reasonable value (sequence_misparse) ok 1936 - ... and is_test should return a reasonable value (sequence_misparse) ok 1937 - ... and number should return the correct answer (sequence_misparse) ok 1938 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1939 - ... and actual_passed should return a reasonable value (sequence_misparse) ok 1940 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1941 - ... and passed should return a reasonable value (sequence_misparse) ok 1942 - ... and description should return the correct answer (sequence_misparse) ok 1943 - ... and is_ok should return a reasonable value (sequence_misparse) ok 1944 - ... and is_actual_ok should return a reasonable value (sequence_misparse) ok 1945 - ... and has_todo should return a reasonable value (sequence_misparse) ok 1946 - sequence_misparse 7 We should have a result for 1234567890123456789012345678901234567890 ok 1947 - ... and is_comment should return a reasonable value (sequence_misparse) ok 1948 - ... and comment should return the correct answer (sequence_misparse) ok 1949 - sequence_misparse 8 We should have a result for ok 1950 - ... and has_skip should return a reasonable value (sequence_misparse) ok 1951 - ... and is_test should return a reasonable value (sequence_misparse) ok 1952 - ... and number should return the correct answer (sequence_misparse) ok 1953 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1954 - ... and actual_passed should return a reasonable value (sequence_misparse) ok 1955 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1956 - ... and passed should return a reasonable value (sequence_misparse) ok 1957 - ... and description should return the correct answer (sequence_misparse) ok 1958 - ... and is_ok should return a reasonable value (sequence_misparse) ok 1959 - ... and is_actual_ok should return a reasonable value (sequence_misparse) ok 1960 - ... and has_todo should return a reasonable value (sequence_misparse) ok 1961 - ... and we should have the correct number of results (sequence_misparse) ok 1962 - 'sequence_misparse' should parse successfully ok 1963 - ... and tests_run should equal 5 (sequence_misparse) ok 1964 - ... and actual_passed should be the correct amount (sequence_misparse) ok 1965 - ...... and the correct values (sequence_misparse) ok 1966 - ... and todo_passed should be the correct amount (sequence_misparse) ok 1967 - ...... and the correct values (sequence_misparse) ok 1968 - ... and exit should equal 0 (sequence_misparse) ok 1969 - ... and failed should be the correct amount (sequence_misparse) ok 1970 - ...... and the correct values (sequence_misparse) ok 1971 - ... and actual_failed should be the correct amount (sequence_misparse) ok 1972 - ...... and the correct values (sequence_misparse) ok 1973 - ... and plan should equal 1..5 (sequence_misparse) ok 1974 - ... and tests_planned should equal 5 (sequence_misparse) ok 1975 - ... and todo should be the correct amount (sequence_misparse) ok 1976 - ...... and the correct values (sequence_misparse) ok 1977 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 1978 - ... and good_plan should return a reasonable value (sequence_misparse) ok 1979 - ... and parse_errors should be the correct amount (sequence_misparse) ok 1980 - ...... and the correct values (sequence_misparse) ok 1981 - ... and version should equal 12 (sequence_misparse) ok 1982 - ... and passed should be the correct amount (sequence_misparse) ok 1983 - ...... and the correct values (sequence_misparse) ok 1984 - ... and skipped should be the correct amount (sequence_misparse) ok 1985 - ...... and the correct values (sequence_misparse) ok 1986 - ... and is_good_plan should return a reasonable value (sequence_misparse) ok 1987 - ... and wait should equal 0 (sequence_misparse) ok 1988 - shbang_misparse 1 We should have a result for 1..2 ok 1989 - ... and is_plan should return a reasonable value (shbang_misparse) ok 1990 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1991 - ... and passed should return a reasonable value (shbang_misparse) ok 1992 - ... and is_ok should return a reasonable value (shbang_misparse) ok 1993 - ... and tests_planned should return the correct answer (shbang_misparse) ok 1994 - ... and raw should return the correct answer (shbang_misparse) ok 1995 - shbang_misparse 2 We should have a result for ok 1996 - ... and has_skip should return a reasonable value (shbang_misparse) ok 1997 - ... and is_test should return a reasonable value (shbang_misparse) ok 1998 - ... and number should return the correct answer (shbang_misparse) ok 1999 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2000 - ... and actual_passed should return a reasonable value (shbang_misparse) ok 2001 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2002 - ... and passed should return a reasonable value (shbang_misparse) ok 2003 - ... and is_ok should return a reasonable value (shbang_misparse) ok 2004 - ... and description should return the correct answer (shbang_misparse) ok 2005 - ... and is_actual_ok should return a reasonable value (shbang_misparse) ok 2006 - ... and has_todo should return a reasonable value (shbang_misparse) ok 2007 - shbang_misparse 3 We should have a result for ok 2008 - ... and has_skip should return a reasonable value (shbang_misparse) ok 2009 - ... and is_test should return a reasonable value (shbang_misparse) ok 2010 - ... and number should return the correct answer (shbang_misparse) ok 2011 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2012 - ... and actual_passed should return a reasonable value (shbang_misparse) ok 2013 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2014 - ... and passed should return a reasonable value (shbang_misparse) ok 2015 - ... and description should return the correct answer (shbang_misparse) ok 2016 - ... and is_ok should return a reasonable value (shbang_misparse) ok 2017 - ... and is_actual_ok should return a reasonable value (shbang_misparse) ok 2018 - ... and has_todo should return a reasonable value (shbang_misparse) ok 2019 - ... and we should have the correct number of results (shbang_misparse) ok 2020 - 'shbang_misparse' should parse successfully ok 2021 - ... and tests_run should equal 2 (shbang_misparse) ok 2022 - ... and actual_passed should be the correct amount (shbang_misparse) ok 2023 - ...... and the correct values (shbang_misparse) ok 2024 - ... and todo_passed should be the correct amount (shbang_misparse) ok 2025 - ...... and the correct values (shbang_misparse) ok 2026 - ... and exit should equal 0 (shbang_misparse) ok 2027 - ... and failed should be the correct amount (shbang_misparse) ok 2028 - ...... and the correct values (shbang_misparse) ok 2029 - ... and actual_failed should be the correct amount (shbang_misparse) ok 2030 - ...... and the correct values (shbang_misparse) ok 2031 - ... and plan should equal 1..2 (shbang_misparse) ok 2032 - ... and tests_planned should equal 2 (shbang_misparse) ok 2033 - ... and todo should be the correct amount (shbang_misparse) ok 2034 - ...... and the correct values (shbang_misparse) ok 2035 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 2036 - ... and good_plan should return a reasonable value (shbang_misparse) ok 2037 - ... and parse_errors should be the correct amount (shbang_misparse) ok 2038 - ...... and the correct values (shbang_misparse) ok 2039 - ... and version should equal 12 (shbang_misparse) ok 2040 - ... and passed should be the correct amount (shbang_misparse) ok 2041 - ...... and the correct values (shbang_misparse) ok 2042 - ... and skipped should be the correct amount (shbang_misparse) ok 2043 - ...... and the correct values (shbang_misparse) ok 2044 - ... and is_good_plan should return a reasonable value (shbang_misparse) ok 2045 - ... and wait should equal 0 (shbang_misparse) ok 2046 - simple 1 We should have a result for 1..5 ok 2047 - ... and is_plan should return a reasonable value (simple) ok 2048 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2049 - ... and passed should return a reasonable value (simple) ok 2050 - ... and is_ok should return a reasonable value (simple) ok 2051 - ... and tests_planned should return the correct answer (simple) ok 2052 - ... and raw should return the correct answer (simple) ok 2053 - simple 2 We should have a result for ok 2054 - ... and has_skip should return a reasonable value (simple) ok 2055 - ... and is_test should return a reasonable value (simple) ok 2056 - ... and number should return the correct answer (simple) ok 2057 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2058 - ... and actual_passed should return a reasonable value (simple) ok 2059 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2060 - ... and passed should return a reasonable value (simple) ok 2061 - ... and description should return the correct answer (simple) ok 2062 - ... and is_ok should return a reasonable value (simple) ok 2063 - ... and is_actual_ok should return a reasonable value (simple) ok 2064 - ... and has_todo should return a reasonable value (simple) ok 2065 - simple 3 We should have a result for ok 2066 - ... and has_skip should return a reasonable value (simple) ok 2067 - ... and is_test should return a reasonable value (simple) ok 2068 - ... and number should return the correct answer (simple) ok 2069 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2070 - ... and actual_passed should return a reasonable value (simple) ok 2071 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2072 - ... and passed should return a reasonable value (simple) ok 2073 - ... and description should return the correct answer (simple) ok 2074 - ... and is_ok should return a reasonable value (simple) ok 2075 - ... and is_actual_ok should return a reasonable value (simple) ok 2076 - ... and has_todo should return a reasonable value (simple) ok 2077 - simple 4 We should have a result for ok 2078 - ... and has_skip should return a reasonable value (simple) ok 2079 - ... and is_test should return a reasonable value (simple) ok 2080 - ... and number should return the correct answer (simple) ok 2081 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2082 - ... and actual_passed should return a reasonable value (simple) ok 2083 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2084 - ... and passed should return a reasonable value (simple) ok 2085 - ... and description should return the correct answer (simple) ok 2086 - ... and is_ok should return a reasonable value (simple) ok 2087 - ... and is_actual_ok should return a reasonable value (simple) ok 2088 - ... and has_todo should return a reasonable value (simple) ok 2089 - simple 5 We should have a result for ok 2090 - ... and has_skip should return a reasonable value (simple) ok 2091 - ... and is_test should return a reasonable value (simple) ok 2092 - ... and number should return the correct answer (simple) ok 2093 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2094 - ... and actual_passed should return a reasonable value (simple) ok 2095 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2096 - ... and passed should return a reasonable value (simple) ok 2097 - ... and description should return the correct answer (simple) ok 2098 - ... and is_ok should return a reasonable value (simple) ok 2099 - ... and is_actual_ok should return a reasonable value (simple) ok 2100 - ... and has_todo should return a reasonable value (simple) ok 2101 - simple 6 We should have a result for ok 2102 - ... and has_skip should return a reasonable value (simple) ok 2103 - ... and is_test should return a reasonable value (simple) ok 2104 - ... and number should return the correct answer (simple) ok 2105 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2106 - ... and actual_passed should return a reasonable value (simple) ok 2107 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2108 - ... and passed should return a reasonable value (simple) ok 2109 - ... and description should return the correct answer (simple) ok 2110 - ... and is_ok should return a reasonable value (simple) ok 2111 - ... and is_actual_ok should return a reasonable value (simple) ok 2112 - ... and has_todo should return a reasonable value (simple) ok 2113 - ... and we should have the correct number of results (simple) ok 2114 - 'simple' should parse successfully ok 2115 - ... and tests_run should equal 5 (simple) ok 2116 - ... and actual_passed should be the correct amount (simple) ok 2117 - ...... and the correct values (simple) ok 2118 - ... and todo_passed should be the correct amount (simple) ok 2119 - ...... and the correct values (simple) ok 2120 - ... and exit should equal 0 (simple) ok 2121 - ... and failed should be the correct amount (simple) ok 2122 - ...... and the correct values (simple) ok 2123 - ... and actual_failed should be the correct amount (simple) ok 2124 - ...... and the correct values (simple) ok 2125 - ... and plan should equal 1..5 (simple) ok 2126 - ... and tests_planned should equal 5 (simple) ok 2127 - ... and todo should be the correct amount (simple) ok 2128 - ...... and the correct values (simple) ok 2129 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 2130 - ... and good_plan should return a reasonable value (simple) ok 2131 - ... and parse_errors should be the correct amount (simple) ok 2132 - ...... and the correct values (simple) ok 2133 - ... and version should equal 12 (simple) ok 2134 - ... and passed should be the correct amount (simple) ok 2135 - ...... and the correct values (simple) ok 2136 - ... and skipped should be the correct amount (simple) ok 2137 - ...... and the correct values (simple) ok 2138 - ... and is_good_plan should return a reasonable value (simple) ok 2139 - ... and wait should equal 0 (simple) ok 2140 - simple_fail 1 We should have a result for 1..5 ok 2141 - ... and is_plan should return a reasonable value (simple_fail) ok 2142 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2143 - ... and passed should return a reasonable value (simple_fail) ok 2144 - ... and is_ok should return a reasonable value (simple_fail) ok 2145 - ... and tests_planned should return the correct answer (simple_fail) ok 2146 - ... and raw should return the correct answer (simple_fail) ok 2147 - simple_fail 2 We should have a result for ok 2148 - ... and has_skip should return a reasonable value (simple_fail) ok 2149 - ... and is_test should return a reasonable value (simple_fail) ok 2150 - ... and number should return the correct answer (simple_fail) ok 2151 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2152 - ... and actual_passed should return a reasonable value (simple_fail) ok 2153 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2154 - ... and passed should return a reasonable value (simple_fail) ok 2155 - ... and description should return the correct answer (simple_fail) ok 2156 - ... and is_ok should return a reasonable value (simple_fail) ok 2157 - ... and is_actual_ok should return a reasonable value (simple_fail) ok 2158 - ... and has_todo should return a reasonable value (simple_fail) ok 2159 - simple_fail 3 We should have a result for ok 2160 - ... and has_skip should return a reasonable value (simple_fail) ok 2161 - ... and is_test should return a reasonable value (simple_fail) ok 2162 - ... and number should return the correct answer (simple_fail) ok 2163 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2164 - ... and actual_passed should return a reasonable value (simple_fail) ok 2165 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2166 - ... and passed should return a reasonable value (simple_fail) ok 2167 - ... and description should return the correct answer (simple_fail) ok 2168 - ... and is_ok should return a reasonable value (simple_fail) ok 2169 - ... and is_actual_ok should return a reasonable value (simple_fail) ok 2170 - ... and has_todo should return a reasonable value (simple_fail) ok 2171 - simple_fail 4 We should have a result for ok 2172 - ... and has_skip should return a reasonable value (simple_fail) ok 2173 - ... and is_test should return a reasonable value (simple_fail) ok 2174 - ... and number should return the correct answer (simple_fail) ok 2175 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2176 - ... and actual_passed should return a reasonable value (simple_fail) ok 2177 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2178 - ... and passed should return a reasonable value (simple_fail) ok 2179 - ... and description should return the correct answer (simple_fail) ok 2180 - ... and is_ok should return a reasonable value (simple_fail) ok 2181 - ... and is_actual_ok should return a reasonable value (simple_fail) ok 2182 - ... and has_todo should return a reasonable value (simple_fail) ok 2183 - simple_fail 5 We should have a result for ok 2184 - ... and has_skip should return a reasonable value (simple_fail) ok 2185 - ... and is_test should return a reasonable value (simple_fail) ok 2186 - ... and number should return the correct answer (simple_fail) ok 2187 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2188 - ... and actual_passed should return a reasonable value (simple_fail) ok 2189 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2190 - ... and passed should return a reasonable value (simple_fail) ok 2191 - ... and description should return the correct answer (simple_fail) ok 2192 - ... and is_ok should return a reasonable value (simple_fail) ok 2193 - ... and is_actual_ok should return a reasonable value (simple_fail) ok 2194 - ... and has_todo should return a reasonable value (simple_fail) ok 2195 - simple_fail 6 We should have a result for ok 2196 - ... and has_skip should return a reasonable value (simple_fail) ok 2197 - ... and is_test should return a reasonable value (simple_fail) ok 2198 - ... and number should return the correct answer (simple_fail) ok 2199 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2200 - ... and actual_passed should return a reasonable value (simple_fail) ok 2201 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2202 - ... and passed should return a reasonable value (simple_fail) ok 2203 - ... and description should return the correct answer (simple_fail) ok 2204 - ... and is_ok should return a reasonable value (simple_fail) ok 2205 - ... and is_actual_ok should return a reasonable value (simple_fail) ok 2206 - ... and has_todo should return a reasonable value (simple_fail) ok 2207 - ... and we should have the correct number of results (simple_fail) ok 2208 - 'simple_fail' should parse successfully ok 2209 - ... and tests_run should equal 5 (simple_fail) ok 2210 - ... and actual_passed should be the correct amount (simple_fail) ok 2211 - ...... and the correct values (simple_fail) ok 2212 - ... and todo_passed should be the correct amount (simple_fail) ok 2213 - ...... and the correct values (simple_fail) ok 2214 - ... and exit should equal 0 (simple_fail) ok 2215 - ... and failed should be the correct amount (simple_fail) ok 2216 - ...... and the correct values (simple_fail) ok 2217 - ... and actual_failed should be the correct amount (simple_fail) ok 2218 - ...... and the correct values (simple_fail) ok 2219 - ... and plan should equal 1..5 (simple_fail) ok 2220 - ... and tests_planned should equal 5 (simple_fail) ok 2221 - ... and todo should be the correct amount (simple_fail) ok 2222 - ...... and the correct values (simple_fail) ok 2223 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 2224 - ... and good_plan should return a reasonable value (simple_fail) ok 2225 - ... and parse_errors should be the correct amount (simple_fail) ok 2226 - ...... and the correct values (simple_fail) ok 2227 - ... and version should equal 12 (simple_fail) ok 2228 - ... and passed should be the correct amount (simple_fail) ok 2229 - ...... and the correct values (simple_fail) ok 2230 - ... and skipped should be the correct amount (simple_fail) ok 2231 - ...... and the correct values (simple_fail) ok 2232 - ... and is_good_plan should return a reasonable value (simple_fail) ok 2233 - ... and wait should equal 0 (simple_fail) ok 2234 - simple_yaml 1 We should have a result for TAP version 13 ok 2235 - ... and is_version should return a reasonable value (simple_yaml) ok 2236 - ... and raw should return the correct answer (simple_yaml) ok 2237 - simple_yaml 2 We should have a result for 1..5 ok 2238 - ... and is_plan should return a reasonable value (simple_yaml) ok 2239 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2240 - ... and passed should return a reasonable value (simple_yaml) ok 2241 - ... and is_ok should return a reasonable value (simple_yaml) ok 2242 - ... and tests_planned should return the correct answer (simple_yaml) ok 2243 - ... and raw should return the correct answer (simple_yaml) ok 2244 - simple_yaml 3 We should have a result for ok 2245 - ... and has_skip should return a reasonable value (simple_yaml) ok 2246 - ... and is_test should return a reasonable value (simple_yaml) ok 2247 - ... and number should return the correct answer (simple_yaml) ok 2248 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2249 - ... and actual_passed should return a reasonable value (simple_yaml) ok 2250 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2251 - ... and passed should return a reasonable value (simple_yaml) ok 2252 - ... and description should return the correct answer (simple_yaml) ok 2253 - ... and is_ok should return a reasonable value (simple_yaml) ok 2254 - ... and is_actual_ok should return a reasonable value (simple_yaml) ok 2255 - ... and has_todo should return a reasonable value (simple_yaml) ok 2256 - simple_yaml 4 We should have a result for ok 2257 - ... and has_skip should return a reasonable value (simple_yaml) ok 2258 - ... and is_test should return a reasonable value (simple_yaml) ok 2259 - ... and number should return the correct answer (simple_yaml) ok 2260 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2261 - ... and actual_passed should return a reasonable value (simple_yaml) ok 2262 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2263 - ... and passed should return a reasonable value (simple_yaml) ok 2264 - ... and description should return the correct answer (simple_yaml) ok 2265 - ... and is_ok should return a reasonable value (simple_yaml) ok 2266 - ... and is_actual_ok should return a reasonable value (simple_yaml) ok 2267 - ... and has_todo should return a reasonable value (simple_yaml) ok 2268 - simple_yaml 5 We should have a result for --- - fnurk: skib ponk: gleeb - bar: krup foo: plink ... ok 2269 - ... and is_yaml should return a reasonable value (simple_yaml) ok 2270 - ... and data should return the correct answer (simple_yaml) ok 2271 - ... and raw should return the correct answer (simple_yaml) ok 2272 - simple_yaml 6 We should have a result for ok 2273 - ... and has_skip should return a reasonable value (simple_yaml) ok 2274 - ... and is_test should return a reasonable value (simple_yaml) ok 2275 - ... and number should return the correct answer (simple_yaml) ok 2276 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2277 - ... and actual_passed should return a reasonable value (simple_yaml) ok 2278 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2279 - ... and passed should return a reasonable value (simple_yaml) ok 2280 - ... and description should return the correct answer (simple_yaml) ok 2281 - ... and is_ok should return a reasonable value (simple_yaml) ok 2282 - ... and is_actual_ok should return a reasonable value (simple_yaml) ok 2283 - ... and has_todo should return a reasonable value (simple_yaml) ok 2284 - simple_yaml 7 We should have a result for ok 2285 - ... and has_skip should return a reasonable value (simple_yaml) ok 2286 - ... and is_test should return a reasonable value (simple_yaml) ok 2287 - ... and number should return the correct answer (simple_yaml) ok 2288 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2289 - ... and actual_passed should return a reasonable value (simple_yaml) ok 2290 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2291 - ... and passed should return a reasonable value (simple_yaml) ok 2292 - ... and description should return the correct answer (simple_yaml) ok 2293 - ... and is_ok should return a reasonable value (simple_yaml) ok 2294 - ... and is_actual_ok should return a reasonable value (simple_yaml) ok 2295 - ... and has_todo should return a reasonable value (simple_yaml) ok 2296 - simple_yaml 8 We should have a result for --- expected: - 1 - 2 - 4 got: - 1 - pong - 4 ... ok 2297 - ... and is_yaml should return a reasonable value (simple_yaml) ok 2298 - ... and data should return the correct answer (simple_yaml) ok 2299 - ... and raw should return the correct answer (simple_yaml) ok 2300 - simple_yaml 9 We should have a result for ok 2301 - ... and has_skip should return a reasonable value (simple_yaml) ok 2302 - ... and is_test should return a reasonable value (simple_yaml) ok 2303 - ... and number should return the correct answer (simple_yaml) ok 2304 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2305 - ... and actual_passed should return a reasonable value (simple_yaml) ok 2306 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2307 - ... and passed should return a reasonable value (simple_yaml) ok 2308 - ... and description should return the correct answer (simple_yaml) ok 2309 - ... and is_ok should return a reasonable value (simple_yaml) ok 2310 - ... and is_actual_ok should return a reasonable value (simple_yaml) ok 2311 - ... and has_todo should return a reasonable value (simple_yaml) ok 2312 - ... and we should have the correct number of results (simple_yaml) ok 2313 - 'simple_yaml' should parse successfully ok 2314 - ... and tests_run should equal 5 (simple_yaml) ok 2315 - ... and actual_passed should be the correct amount (simple_yaml) ok 2316 - ...... and the correct values (simple_yaml) ok 2317 - ... and todo_passed should be the correct amount (simple_yaml) ok 2318 - ...... and the correct values (simple_yaml) ok 2319 - ... and exit should equal 0 (simple_yaml) ok 2320 - ... and failed should be the correct amount (simple_yaml) ok 2321 - ...... and the correct values (simple_yaml) ok 2322 - ... and actual_failed should be the correct amount (simple_yaml) ok 2323 - ...... and the correct values (simple_yaml) ok 2324 - ... and plan should equal 1..5 (simple_yaml) ok 2325 - ... and tests_planned should equal 5 (simple_yaml) ok 2326 - ... and todo should be the correct amount (simple_yaml) ok 2327 - ...... and the correct values (simple_yaml) ok 2328 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 2329 - ... and good_plan should return a reasonable value (simple_yaml) ok 2330 - ... and parse_errors should be the correct amount (simple_yaml) ok 2331 - ...... and the correct values (simple_yaml) ok 2332 - ... and version should equal 13 (simple_yaml) ok 2333 - ... and passed should be the correct amount (simple_yaml) ok 2334 - ...... and the correct values (simple_yaml) ok 2335 - ... and skipped should be the correct amount (simple_yaml) ok 2336 - ...... and the correct values (simple_yaml) ok 2337 - ... and is_good_plan should return a reasonable value (simple_yaml) ok 2338 - ... and wait should equal 0 (simple_yaml) ok 2339 - skip 1 We should have a result for 1..5 ok 2340 - ... and is_plan should return a reasonable value (skip) ok 2341 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2342 - ... and passed should return a reasonable value (skip) ok 2343 - ... and is_ok should return a reasonable value (skip) ok 2344 - ... and tests_planned should return the correct answer (skip) ok 2345 - ... and raw should return the correct answer (skip) ok 2346 - skip 2 We should have a result for ok 2347 - ... and has_skip should return a reasonable value (skip) ok 2348 - ... and is_test should return a reasonable value (skip) ok 2349 - ... and number should return the correct answer (skip) ok 2350 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2351 - ... and actual_passed should return a reasonable value (skip) ok 2352 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2353 - ... and passed should return a reasonable value (skip) ok 2354 - ... and description should return the correct answer (skip) ok 2355 - ... and is_ok should return a reasonable value (skip) ok 2356 - ... and is_actual_ok should return a reasonable value (skip) ok 2357 - ... and has_todo should return a reasonable value (skip) ok 2358 - skip 3 We should have a result for ok 2359 - ... and has_skip should return a reasonable value (skip) ok 2360 - ... and is_test should return a reasonable value (skip) ok 2361 - ... and number should return the correct answer (skip) ok 2362 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2363 - ... and actual_passed should return a reasonable value (skip) ok 2364 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2365 - ... and passed should return a reasonable value (skip) ok 2366 - ... and description should return the correct answer (skip) ok 2367 - ... and is_ok should return a reasonable value (skip) ok 2368 - ... and is_actual_ok should return a reasonable value (skip) ok 2369 - ... and has_todo should return a reasonable value (skip) ok 2370 - ... and explanation should return the correct answer (skip) ok 2371 - skip 4 We should have a result for ok 2372 - ... and has_skip should return a reasonable value (skip) ok 2373 - ... and is_test should return a reasonable value (skip) ok 2374 - ... and number should return the correct answer (skip) ok 2375 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2376 - ... and actual_passed should return a reasonable value (skip) ok 2377 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2378 - ... and passed should return a reasonable value (skip) ok 2379 - ... and description should return the correct answer (skip) ok 2380 - ... and is_ok should return a reasonable value (skip) ok 2381 - ... and is_actual_ok should return a reasonable value (skip) ok 2382 - ... and has_todo should return a reasonable value (skip) ok 2383 - skip 5 We should have a result for ok 2384 - ... and has_skip should return a reasonable value (skip) ok 2385 - ... and is_test should return a reasonable value (skip) ok 2386 - ... and number should return the correct answer (skip) ok 2387 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2388 - ... and actual_passed should return a reasonable value (skip) ok 2389 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2390 - ... and passed should return a reasonable value (skip) ok 2391 - ... and description should return the correct answer (skip) ok 2392 - ... and is_ok should return a reasonable value (skip) ok 2393 - ... and is_actual_ok should return a reasonable value (skip) ok 2394 - ... and has_todo should return a reasonable value (skip) ok 2395 - skip 6 We should have a result for ok 2396 - ... and has_skip should return a reasonable value (skip) ok 2397 - ... and is_test should return a reasonable value (skip) ok 2398 - ... and number should return the correct answer (skip) ok 2399 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2400 - ... and actual_passed should return a reasonable value (skip) ok 2401 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2402 - ... and passed should return a reasonable value (skip) ok 2403 - ... and description should return the correct answer (skip) ok 2404 - ... and is_ok should return a reasonable value (skip) ok 2405 - ... and is_actual_ok should return a reasonable value (skip) ok 2406 - ... and has_todo should return a reasonable value (skip) ok 2407 - ... and we should have the correct number of results (skip) ok 2408 - 'skip' should parse successfully ok 2409 - ... and tests_run should equal 5 (skip) ok 2410 - ... and actual_passed should be the correct amount (skip) ok 2411 - ...... and the correct values (skip) ok 2412 - ... and todo_passed should be the correct amount (skip) ok 2413 - ...... and the correct values (skip) ok 2414 - ... and exit should equal 0 (skip) ok 2415 - ... and failed should be the correct amount (skip) ok 2416 - ...... and the correct values (skip) ok 2417 - ... and actual_failed should be the correct amount (skip) ok 2418 - ...... and the correct values (skip) ok 2419 - ... and plan should equal 1..5 (skip) ok 2420 - ... and tests_planned should equal 5 (skip) ok 2421 - ... and todo should be the correct amount (skip) ok 2422 - ...... and the correct values (skip) ok 2423 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 2424 - ... and good_plan should return a reasonable value (skip) ok 2425 - ... and parse_errors should be the correct amount (skip) ok 2426 - ...... and the correct values (skip) ok 2427 - ... and version should equal 12 (skip) ok 2428 - ... and passed should be the correct amount (skip) ok 2429 - ...... and the correct values (skip) ok 2430 - ... and skipped should be the correct amount (skip) ok 2431 - ...... and the correct values (skip) ok 2432 - ... and is_good_plan should return a reasonable value (skip) ok 2433 - ... and wait should equal 0 (skip) ok 2434 - skip_nomsg 1 We should have a result for 1..1 ok 2435 - ... and is_plan should return a reasonable value (skip_nomsg) ok 2436 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2437 - ... and passed should return a reasonable value (skip_nomsg) ok 2438 - ... and tests_planned should return the correct answer (skip_nomsg) ok 2439 - ... and is_ok should return a reasonable value (skip_nomsg) ok 2440 - ... and raw should return the correct answer (skip_nomsg) ok 2441 - skip_nomsg 2 We should have a result for ok 2442 - ... and has_skip should return a reasonable value (skip_nomsg) ok 2443 - ... and is_test should return a reasonable value (skip_nomsg) ok 2444 - ... and number should return the correct answer (skip_nomsg) ok 2445 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2446 - ... and actual_passed should return a reasonable value (skip_nomsg) ok 2447 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2448 - ... and passed should return a reasonable value (skip_nomsg) ok 2449 - ... and description should return the correct answer (skip_nomsg) ok 2450 - ... and is_ok should return a reasonable value (skip_nomsg) ok 2451 - ... and is_actual_ok should return a reasonable value (skip_nomsg) ok 2452 - ... and has_todo should return a reasonable value (skip_nomsg) ok 2453 - ... and explanation should return the correct answer (skip_nomsg) ok 2454 - ... and we should have the correct number of results (skip_nomsg) ok 2455 - 'skip_nomsg' should parse successfully ok 2456 - ... and tests_run should return a reasonable value (skip_nomsg) ok 2457 - ... and actual_passed should be the correct amount (skip_nomsg) ok 2458 - ...... and the correct values (skip_nomsg) ok 2459 - ... and todo_passed should be the correct amount (skip_nomsg) ok 2460 - ...... and the correct values (skip_nomsg) ok 2461 - ... and exit should equal 0 (skip_nomsg) ok 2462 - ... and failed should be the correct amount (skip_nomsg) ok 2463 - ...... and the correct values (skip_nomsg) ok 2464 - ... and actual_failed should be the correct amount (skip_nomsg) ok 2465 - ...... and the correct values (skip_nomsg) ok 2466 - ... and plan should equal 1..1 (skip_nomsg) ok 2467 - ... and tests_planned should equal 1 (skip_nomsg) ok 2468 - ... and todo should be the correct amount (skip_nomsg) ok 2469 - ...... and the correct values (skip_nomsg) ok 2470 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 2471 - ... and good_plan should return a reasonable value (skip_nomsg) ok 2472 - ... and parse_errors should be the correct amount (skip_nomsg) ok 2473 - ...... and the correct values (skip_nomsg) ok 2474 - ... and version should equal 12 (skip_nomsg) ok 2475 - ... and passed should be the correct amount (skip_nomsg) ok 2476 - ...... and the correct values (skip_nomsg) ok 2477 - ... and skipped should be the correct amount (skip_nomsg) ok 2478 - ...... and the correct values (skip_nomsg) ok 2479 - ... and is_good_plan should return a reasonable value (skip_nomsg) ok 2480 - ... and wait should equal 0 (skip_nomsg) ok 2481 - skipall 1 We should have a result for 1..0 ok 2482 - ... and is_plan should return a reasonable value (skipall) ok 2483 - ... and explanation should return the correct answer (skipall) ok 2484 - ... and directive should return the correct answer (skipall) ok 2485 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2486 - ... and passed should return a reasonable value (skipall) ok 2487 - ... and is_ok should return a reasonable value (skipall) ok 2488 - ... and tests_planned should return the correct answer (skipall) ok 2489 - ... and raw should return the correct answer (skipall) ok 2490 - ... and we should have the correct number of results (skipall) ok 2491 - 'skipall' should parse successfully ok 2492 - ... and tests_run should equal 0 (skipall) ok 2493 - ... and actual_passed should be the correct amount (skipall) ok 2494 - ...... and the correct values (skipall) ok 2495 - ... and todo_passed should be the correct amount (skipall) ok 2496 - ...... and the correct values (skipall) ok 2497 - ... and exit should equal 0 (skipall) ok 2498 - ... and failed should be the correct amount (skipall) ok 2499 - ...... and the correct values (skipall) ok 2500 - ... and actual_failed should be the correct amount (skipall) ok 2501 - ...... and the correct values (skipall) ok 2502 - ... and plan should equal 1..0 (skipall) ok 2503 - ... and tests_planned should equal 0 (skipall) ok 2504 - ... and todo should be the correct amount (skipall) ok 2505 - ...... and the correct values (skipall) ok 2506 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 2507 - ... and good_plan should return a reasonable value (skipall) ok 2508 - ... and parse_errors should be the correct amount (skipall) ok 2509 - ...... and the correct values (skipall) ok 2510 - ... and version should equal 12 (skipall) ok 2511 - ... and passed should be the correct amount (skipall) ok 2512 - ...... and the correct values (skipall) ok 2513 - ... and skipped should be the correct amount (skipall) ok 2514 - ...... and the correct values (skipall) ok 2515 - ... and is_good_plan should return a reasonable value (skipall) ok 2516 - ... and wait should equal 0 (skipall) ok 2517 - skipall_nomsg 1 We should have a result for 1..0 ok 2518 - ... and is_plan should return a reasonable value (skipall_nomsg) ok 2519 - ... and explanation should return the correct answer (skipall_nomsg) ok 2520 - ... and directive should return the correct answer (skipall_nomsg) ok 2521 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2522 - ... and passed should return a reasonable value (skipall_nomsg) ok 2523 - ... and is_ok should return a reasonable value (skipall_nomsg) ok 2524 - ... and tests_planned should return the correct answer (skipall_nomsg) ok 2525 - ... and raw should return the correct answer (skipall_nomsg) ok 2526 - ... and we should have the correct number of results (skipall_nomsg) ok 2527 - 'skipall_nomsg' should parse successfully ok 2528 - ... and tests_run should equal 0 (skipall_nomsg) ok 2529 - ... and actual_passed should be the correct amount (skipall_nomsg) ok 2530 - ...... and the correct values (skipall_nomsg) ok 2531 - ... and todo_passed should be the correct amount (skipall_nomsg) ok 2532 - ...... and the correct values (skipall_nomsg) ok 2533 - ... and exit should equal 0 (skipall_nomsg) ok 2534 - ... and failed should be the correct amount (skipall_nomsg) ok 2535 - ...... and the correct values (skipall_nomsg) ok 2536 - ... and actual_failed should be the correct amount (skipall_nomsg) ok 2537 - ...... and the correct values (skipall_nomsg) ok 2538 - ... and plan should equal 1..0 (skipall_nomsg) ok 2539 - ... and tests_planned should equal 0 (skipall_nomsg) ok 2540 - ... and todo should be the correct amount (skipall_nomsg) ok 2541 - ...... and the correct values (skipall_nomsg) ok 2542 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 2543 - ... and good_plan should return a reasonable value (skipall_nomsg) ok 2544 - ... and parse_errors should be the correct amount (skipall_nomsg) ok 2545 - ...... and the correct values (skipall_nomsg) ok 2546 - ... and version should equal 12 (skipall_nomsg) ok 2547 - ... and passed should be the correct amount (skipall_nomsg) ok 2548 - ...... and the correct values (skipall_nomsg) ok 2549 - ... and skipped should be the correct amount (skipall_nomsg) ok 2550 - ...... and the correct values (skipall_nomsg) ok 2551 - ... and is_good_plan should return a reasonable value (skipall_nomsg) ok 2552 - ... and wait should equal 0 (skipall_nomsg) ok 2553 - stdout_stderr 1 We should have a result for comments ok 2554 - ... and is_comment should return a reasonable value (stdout_stderr) ok 2555 - ... and comment should return the correct answer (stdout_stderr) ok 2556 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2557 - ... and passed should return a reasonable value (stdout_stderr) ok 2558 - ... and is_ok should return a reasonable value (stdout_stderr) ok 2559 - stdout_stderr 2 We should have a result for ok 2560 - ... and has_skip should return a reasonable value (stdout_stderr) ok 2561 - ... and is_test should return a reasonable value (stdout_stderr) ok 2562 - ... and number should return the correct answer (stdout_stderr) ok 2563 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2564 - ... and actual_passed should return a reasonable value (stdout_stderr) ok 2565 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2566 - ... and passed should return a reasonable value (stdout_stderr) ok 2567 - ... and description should return the correct answer (stdout_stderr) ok 2568 - ... and is_ok should return a reasonable value (stdout_stderr) ok 2569 - ... and is_actual_ok should return a reasonable value (stdout_stderr) ok 2570 - ... and has_todo should return a reasonable value (stdout_stderr) ok 2571 - ... and explanation should return the correct answer (stdout_stderr) ok 2572 - stdout_stderr 3 We should have a result for ok 2573 - ... and has_skip should return a reasonable value (stdout_stderr) ok 2574 - ... and is_test should return a reasonable value (stdout_stderr) ok 2575 - ... and number should return the correct answer (stdout_stderr) ok 2576 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2577 - ... and actual_passed should return a reasonable value (stdout_stderr) ok 2578 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2579 - ... and passed should return a reasonable value (stdout_stderr) ok 2580 - ... and description should return the correct answer (stdout_stderr) ok 2581 - ... and is_ok should return a reasonable value (stdout_stderr) ok 2582 - ... and is_actual_ok should return a reasonable value (stdout_stderr) ok 2583 - ... and has_todo should return a reasonable value (stdout_stderr) ok 2584 - ... and explanation should return the correct answer (stdout_stderr) ok 2585 - stdout_stderr 4 We should have a result for ok 2586 - ... and has_skip should return a reasonable value (stdout_stderr) ok 2587 - ... and is_test should return a reasonable value (stdout_stderr) ok 2588 - ... and number should return the correct answer (stdout_stderr) ok 2589 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2590 - ... and actual_passed should return a reasonable value (stdout_stderr) ok 2591 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2592 - ... and passed should return a reasonable value (stdout_stderr) ok 2593 - ... and description should return the correct answer (stdout_stderr) ok 2594 - ... and is_ok should return a reasonable value (stdout_stderr) ok 2595 - ... and is_actual_ok should return a reasonable value (stdout_stderr) ok 2596 - ... and has_todo should return a reasonable value (stdout_stderr) ok 2597 - ... and explanation should return the correct answer (stdout_stderr) ok 2598 - stdout_stderr 5 We should have a result for comment ok 2599 - ... and is_comment should return a reasonable value (stdout_stderr) ok 2600 - ... and comment should return the correct answer (stdout_stderr) ok 2601 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2602 - ... and passed should return a reasonable value (stdout_stderr) ok 2603 - ... and is_ok should return a reasonable value (stdout_stderr) ok 2604 - stdout_stderr 6 We should have a result for ok 2605 - ... and has_skip should return a reasonable value (stdout_stderr) ok 2606 - ... and is_test should return a reasonable value (stdout_stderr) ok 2607 - ... and number should return the correct answer (stdout_stderr) ok 2608 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2609 - ... and actual_passed should return a reasonable value (stdout_stderr) ok 2610 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2611 - ... and passed should return a reasonable value (stdout_stderr) ok 2612 - ... and description should return the correct answer (stdout_stderr) ok 2613 - ... and is_ok should return a reasonable value (stdout_stderr) ok 2614 - ... and is_actual_ok should return a reasonable value (stdout_stderr) ok 2615 - ... and has_todo should return a reasonable value (stdout_stderr) ok 2616 - ... and explanation should return the correct answer (stdout_stderr) ok 2617 - stdout_stderr 7 We should have a result for more ignored stuff ok 2618 - ... and is_comment should return a reasonable value (stdout_stderr) ok 2619 - ... and comment should return the correct answer (stdout_stderr) ok 2620 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2621 - ... and passed should return a reasonable value (stdout_stderr) ok 2622 - ... and is_ok should return a reasonable value (stdout_stderr) ok 2623 - stdout_stderr 8 We should have a result for and yet more ok 2624 - ... and is_comment should return a reasonable value (stdout_stderr) ok 2625 - ... and comment should return the correct answer (stdout_stderr) ok 2626 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2627 - ... and passed should return a reasonable value (stdout_stderr) ok 2628 - ... and is_ok should return a reasonable value (stdout_stderr) ok 2629 - stdout_stderr 9 We should have a result for 1..4 ok 2630 - ... and is_plan should return a reasonable value (stdout_stderr) ok 2631 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2632 - ... and passed should return a reasonable value (stdout_stderr) ok 2633 - ... and tests_planned should return the correct answer (stdout_stderr) ok 2634 - ... and is_ok should return a reasonable value (stdout_stderr) ok 2635 - ... and raw should return the correct answer (stdout_stderr) ok 2636 - ... and we should have the correct number of results (stdout_stderr) ok 2637 - 'stdout_stderr' should parse successfully ok 2638 - ... and tests_run should equal 4 (stdout_stderr) ok 2639 - ... and actual_passed should be the correct amount (stdout_stderr) ok 2640 - ...... and the correct values (stdout_stderr) ok 2641 - ... and todo_passed should be the correct amount (stdout_stderr) ok 2642 - ...... and the correct values (stdout_stderr) ok 2643 - ... and exit should equal 0 (stdout_stderr) ok 2644 - ... and failed should be the correct amount (stdout_stderr) ok 2645 - ...... and the correct values (stdout_stderr) ok 2646 - ... and actual_failed should be the correct amount (stdout_stderr) ok 2647 - ...... and the correct values (stdout_stderr) ok 2648 - ... and plan should equal 1..4 (stdout_stderr) ok 2649 - ... and tests_planned should equal 4 (stdout_stderr) ok 2650 - ... and todo should be the correct amount (stdout_stderr) ok 2651 - ...... and the correct values (stdout_stderr) ok 2652 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 2653 - ... and good_plan should return a reasonable value (stdout_stderr) ok 2654 - ... and parse_errors should be the correct amount (stdout_stderr) ok 2655 - ...... and the correct values (stdout_stderr) ok 2656 - ... and version should equal 12 (stdout_stderr) ok 2657 - ... and passed should be the correct amount (stdout_stderr) ok 2658 - ...... and the correct values (stdout_stderr) ok 2659 - ... and skipped should be the correct amount (stdout_stderr) ok 2660 - ...... and the correct values (stdout_stderr) ok 2661 - ... and is_good_plan should return a reasonable value (stdout_stderr) ok 2662 - ... and wait should equal 0 (stdout_stderr) ok 2663 - switches 1 We should have a result for 1..1 ok 2664 - ... and is_plan should return a reasonable value (switches) ok 2665 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2666 - ... and passed should return a reasonable value (switches) ok 2667 - ... and tests_planned should return the correct answer (switches) ok 2668 - ... and is_ok should return a reasonable value (switches) ok 2669 - ... and raw should return the correct answer (switches) ok 2670 - switches 2 We should have a result for ok 2671 - ... and has_skip should return a reasonable value (switches) ok 2672 - ... and is_test should return a reasonable value (switches) ok 2673 - ... and number should return the correct answer (switches) ok 2674 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2675 - ... and actual_passed should return a reasonable value (switches) ok 2676 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2677 - ... and passed should return a reasonable value (switches) ok 2678 - ... and description should return the correct answer (switches) ok 2679 - ... and is_ok should return a reasonable value (switches) ok 2680 - ... and is_actual_ok should return a reasonable value (switches) ok 2681 - ... and has_todo should return a reasonable value (switches) ok 2682 - ... and explanation should return the correct answer (switches) ok 2683 - ... and we should have the correct number of results (switches) ok 2684 - 'switches' should parse successfully ok 2685 - ... and tests_run should return a reasonable value (switches) ok 2686 - ... and actual_passed should be the correct amount (switches) ok 2687 - ...... and the correct values (switches) ok 2688 - ... and todo_passed should be the correct amount (switches) ok 2689 - ...... and the correct values (switches) ok 2690 - ... and exit should equal 0 (switches) ok 2691 - ... and failed should be the correct amount (switches) ok 2692 - ...... and the correct values (switches) ok 2693 - ... and actual_failed should be the correct amount (switches) ok 2694 - ...... and the correct values (switches) ok 2695 - ... and plan should equal 1..1 (switches) ok 2696 - ... and tests_planned should equal 1 (switches) ok 2697 - ... and todo should be the correct amount (switches) ok 2698 - ...... and the correct values (switches) ok 2699 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 2700 - ... and good_plan should return a reasonable value (switches) ok 2701 - ... and parse_errors should be the correct amount (switches) ok 2702 - ...... and the correct values (switches) ok 2703 - ... and version should equal 12 (switches) ok 2704 - ... and passed should be the correct amount (switches) ok 2705 - ...... and the correct values (switches) ok 2706 - ... and skipped should be the correct amount (switches) ok 2707 - ...... and the correct values (switches) ok 2708 - ... and is_good_plan should return a reasonable value (switches) ok 2709 - ... and wait should equal 0 (switches) ok 2710 - taint 1 We should have a result for 1..1 ok 2711 - ... and is_plan should return a reasonable value (taint) ok 2712 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2713 - ... and passed should return a reasonable value (taint) ok 2714 - ... and tests_planned should return a reasonable value (taint) ok 2715 - ... and is_ok should return a reasonable value (taint) ok 2716 - ... and raw should return the correct answer (taint) ok 2717 - taint 2 We should have a result for - -T honored ok 2718 - ... and has_skip should return a reasonable value (taint) ok 2719 - ... and is_test should return a reasonable value (taint) ok 2720 - ... and number should return the correct answer (taint) ok 2721 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2722 - ... and actual_passed should return a reasonable value (taint) ok 2723 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2724 - ... and passed should return a reasonable value (taint) ok 2725 - ... and is_ok should return a reasonable value (taint) ok 2726 - ... and description should return the correct answer (taint) ok 2727 - ... and is_actual_ok should return a reasonable value (taint) ok 2728 - ... and has_todo should return a reasonable value (taint) ok 2729 - ... and we should have the correct number of results (taint) ok 2730 - 'taint' should parse successfully ok 2731 - ... and tests_run should return a reasonable value (taint) ok 2732 - ... and actual_passed should be the correct amount (taint) ok 2733 - ...... and the correct values (taint) ok 2734 - ... and todo_passed should be the correct amount (taint) ok 2735 - ...... and the correct values (taint) ok 2736 - ... and exit should equal 0 (taint) ok 2737 - ... and failed should be the correct amount (taint) ok 2738 - ...... and the correct values (taint) ok 2739 - ... and actual_failed should be the correct amount (taint) ok 2740 - ...... and the correct values (taint) ok 2741 - ... and plan should equal 1..1 (taint) ok 2742 - ... and tests_planned should return a reasonable value (taint) ok 2743 - ... and todo should be the correct amount (taint) ok 2744 - ...... and the correct values (taint) ok 2745 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 2746 - ... and good_plan should return a reasonable value (taint) ok 2747 - ... and parse_errors should be the correct amount (taint) ok 2748 - ...... and the correct values (taint) ok 2749 - ... and version should equal 12 (taint) ok 2750 - ... and passed should be the correct amount (taint) ok 2751 - ...... and the correct values (taint) ok 2752 - ... and skipped should be the correct amount (taint) ok 2753 - ...... and the correct values (taint) ok 2754 - ... and is_good_plan should return a reasonable value (taint) ok 2755 - ... and wait should equal 0 (taint) ok 2756 - todo_inline 1 We should have a result for 1..3 ok 2757 - ... and is_plan should return a reasonable value (todo_inline) ok 2758 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2759 - ... and passed should return a reasonable value (todo_inline) ok 2760 - ... and tests_planned should return the correct answer (todo_inline) ok 2761 - ... and is_ok should return a reasonable value (todo_inline) ok 2762 - ... and raw should return the correct answer (todo_inline) ok 2763 - todo_inline 2 We should have a result for - Foo ok 2764 - ... and has_skip should return a reasonable value (todo_inline) ok 2765 - ... and is_test should return a reasonable value (todo_inline) ok 2766 - ... and number should return the correct answer (todo_inline) ok 2767 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2768 - ... and actual_passed should return a reasonable value (todo_inline) ok 2769 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2770 - ... and passed should return a reasonable value (todo_inline) ok 2771 - ... and description should return the correct answer (todo_inline) ok 2772 - ... and is_ok should return a reasonable value (todo_inline) ok 2773 - ... and is_actual_ok should return a reasonable value (todo_inline) ok 2774 - ... and has_todo should return a reasonable value (todo_inline) ok 2775 - ... and explanation should return the correct answer (todo_inline) ok 2776 - todo_inline 3 We should have a result for - Unexpected success ok 2777 - ... and has_skip should return a reasonable value (todo_inline) ok 2778 - ... and is_test should return a reasonable value (todo_inline) ok 2779 - ... and number should return the correct answer (todo_inline) ok 2780 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2781 - ... and actual_passed should return a reasonable value (todo_inline) ok 2782 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2783 - ... and passed should return a reasonable value (todo_inline) ok 2784 - ... and description should return the correct answer (todo_inline) ok 2785 - ... and is_ok should return a reasonable value (todo_inline) ok 2786 - ... and is_actual_ok should return a reasonable value (todo_inline) ok 2787 - ... and has_todo should return a reasonable value (todo_inline) ok 2788 - ... and explanation should return the correct answer (todo_inline) ok 2789 - todo_inline 4 We should have a result for - This is not todo ok 2790 - ... and has_skip should return a reasonable value (todo_inline) ok 2791 - ... and is_test should return a reasonable value (todo_inline) ok 2792 - ... and number should return the correct answer (todo_inline) ok 2793 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2794 - ... and actual_passed should return a reasonable value (todo_inline) ok 2795 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2796 - ... and passed should return a reasonable value (todo_inline) ok 2797 - ... and description should return the correct answer (todo_inline) ok 2798 - ... and is_ok should return a reasonable value (todo_inline) ok 2799 - ... and is_actual_ok should return a reasonable value (todo_inline) ok 2800 - ... and has_todo should return a reasonable value (todo_inline) ok 2801 - ... and explanation should return the correct answer (todo_inline) ok 2802 - ... and we should have the correct number of results (todo_inline) ok 2803 - 'todo_inline' should parse successfully ok 2804 - ... and tests_run should equal 3 (todo_inline) ok 2805 - ... and actual_passed should be the correct amount (todo_inline) ok 2806 - ...... and the correct values (todo_inline) ok 2807 - ... and todo_passed should be the correct amount (todo_inline) ok 2808 - ...... and the correct values (todo_inline) ok 2809 - ... and exit should equal 0 (todo_inline) ok 2810 - ... and failed should be the correct amount (todo_inline) ok 2811 - ...... and the correct values (todo_inline) ok 2812 - ... and actual_failed should be the correct amount (todo_inline) ok 2813 - ...... and the correct values (todo_inline) ok 2814 - ... and plan should equal 1..3 (todo_inline) ok 2815 - ... and tests_planned should equal 3 (todo_inline) ok 2816 - ... and todo should be the correct amount (todo_inline) ok 2817 - ...... and the correct values (todo_inline) ok 2818 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 2819 - ... and good_plan should return a reasonable value (todo_inline) ok 2820 - ... and parse_errors should be the correct amount (todo_inline) ok 2821 - ...... and the correct values (todo_inline) ok 2822 - ... and version should equal 12 (todo_inline) ok 2823 - ... and passed should be the correct amount (todo_inline) ok 2824 - ...... and the correct values (todo_inline) ok 2825 - ... and skipped should be the correct amount (todo_inline) ok 2826 - ...... and the correct values (todo_inline) ok 2827 - ... and is_good_plan should return a reasonable value (todo_inline) ok 2828 - ... and wait should equal 0 (todo_inline) ok 2829 - todo_misparse 1 We should have a result for 1..1 ok 2830 - ... and is_plan should return a reasonable value (todo_misparse) ok 2831 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2832 - ... and passed should return a reasonable value (todo_misparse) ok 2833 - ... and is_ok should return a reasonable value (todo_misparse) ok 2834 - ... and tests_planned should return a reasonable value (todo_misparse) ok 2835 - ... and raw should return the correct answer (todo_misparse) ok 2836 - todo_misparse 2 We should have a result for Hamlette TODOORNOTTODO ok 2837 - ... and has_skip should return a reasonable value (todo_misparse) ok 2838 - ... and is_test should return a reasonable value (todo_misparse) ok 2839 - ... and number should return the correct answer (todo_misparse) ok 2840 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2841 - ... and actual_passed should return a reasonable value (todo_misparse) ok 2842 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2843 - ... and passed should return a reasonable value (todo_misparse) ok 2844 - ... and description should return the correct answer (todo_misparse) ok 2845 - ... and is_ok should return a reasonable value (todo_misparse) ok 2846 - ... and is_actual_ok should return a reasonable value (todo_misparse) ok 2847 - ... and has_todo should return a reasonable value (todo_misparse) ok 2848 - ... and explanation should return the correct answer (todo_misparse) ok 2849 - ... and we should have the correct number of results (todo_misparse) ok 2850 - 'todo_misparse' should parse successfully ok 2851 - ... and tests_run should equal 1 (todo_misparse) ok 2852 - ... and actual_passed should be the correct amount (todo_misparse) ok 2853 - ...... and the correct values (todo_misparse) ok 2854 - ... and todo_passed should be the correct amount (todo_misparse) ok 2855 - ...... and the correct values (todo_misparse) ok 2856 - ... and exit should equal 0 (todo_misparse) ok 2857 - ... and failed should be the correct amount (todo_misparse) ok 2858 - ...... and the correct values (todo_misparse) ok 2859 - ... and actual_failed should be the correct amount (todo_misparse) ok 2860 - ...... and the correct values (todo_misparse) ok 2861 - ... and plan should equal 1..1 (todo_misparse) ok 2862 - ... and tests_planned should return a reasonable value (todo_misparse) ok 2863 - ... and todo should be the correct amount (todo_misparse) ok 2864 - ...... and the correct values (todo_misparse) ok 2865 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 2866 - ... and good_plan should return a reasonable value (todo_misparse) ok 2867 - ... and parse_errors should be the correct amount (todo_misparse) ok 2868 - ...... and the correct values (todo_misparse) ok 2869 - ... and version should equal 12 (todo_misparse) ok 2870 - ... and passed should be the correct amount (todo_misparse) ok 2871 - ...... and the correct values (todo_misparse) ok 2872 - ... and skipped should be the correct amount (todo_misparse) ok 2873 - ...... and the correct values (todo_misparse) ok 2874 - ... and is_good_plan should return a reasonable value (todo_misparse) ok 2875 - ... and wait should equal 0 (todo_misparse) ok 2876 - too_many 1 We should have a result for 1..3 ok 2877 - ... and is_plan should return a reasonable value (too_many) ok 2878 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2879 - ... and passed should return a reasonable value (too_many) ok 2880 - ... and tests_planned should return the correct answer (too_many) ok 2881 - ... and is_ok should return a reasonable value (too_many) ok 2882 - ... and raw should return the correct answer (too_many) ok 2883 - too_many 2 We should have a result for ok 2884 - ... and has_skip should return a reasonable value (too_many) ok 2885 - ... and is_test should return a reasonable value (too_many) ok 2886 - ... and number should return the correct answer (too_many) ok 2887 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2888 - ... and actual_passed should return a reasonable value (too_many) ok 2889 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2890 - ... and passed should return a reasonable value (too_many) ok 2891 - ... and is_ok should return a reasonable value (too_many) ok 2892 - ... and description should return the correct answer (too_many) ok 2893 - ... and is_actual_ok should return a reasonable value (too_many) ok 2894 - ... and has_todo should return a reasonable value (too_many) ok 2895 - ... and is_unplanned should return a reasonable value (too_many) ok 2896 - too_many 3 We should have a result for ok 2897 - ... and has_skip should return a reasonable value (too_many) ok 2898 - ... and is_test should return a reasonable value (too_many) ok 2899 - ... and number should return the correct answer (too_many) ok 2900 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2901 - ... and actual_passed should return a reasonable value (too_many) ok 2902 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2903 - ... and passed should return a reasonable value (too_many) ok 2904 - ... and description should return the correct answer (too_many) ok 2905 - ... and is_ok should return a reasonable value (too_many) ok 2906 - ... and is_actual_ok should return a reasonable value (too_many) ok 2907 - ... and has_todo should return a reasonable value (too_many) ok 2908 - ... and is_unplanned should return a reasonable value (too_many) ok 2909 - too_many 4 We should have a result for ok 2910 - ... and has_skip should return a reasonable value (too_many) ok 2911 - ... and is_test should return a reasonable value (too_many) ok 2912 - ... and number should return the correct answer (too_many) ok 2913 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2914 - ... and actual_passed should return a reasonable value (too_many) ok 2915 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2916 - ... and passed should return a reasonable value (too_many) ok 2917 - ... and description should return the correct answer (too_many) ok 2918 - ... and is_ok should return a reasonable value (too_many) ok 2919 - ... and is_actual_ok should return a reasonable value (too_many) ok 2920 - ... and has_todo should return a reasonable value (too_many) ok 2921 - ... and is_unplanned should return a reasonable value (too_many) ok 2922 - too_many 5 We should have a result for ok 2923 - ... and has_skip should return a reasonable value (too_many) ok 2924 - ... and is_test should return a reasonable value (too_many) ok 2925 - ... and number should return the correct answer (too_many) ok 2926 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2927 - ... and actual_passed should return a reasonable value (too_many) ok 2928 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2929 - ... and passed should return a reasonable value (too_many) ok 2930 - ... and description should return the correct answer (too_many) ok 2931 - ... and is_ok should return a reasonable value (too_many) ok 2932 - ... and is_actual_ok should return a reasonable value (too_many) ok 2933 - ... and has_todo should return a reasonable value (too_many) ok 2934 - ... and is_unplanned should return a reasonable value (too_many) ok 2935 - too_many 6 We should have a result for ok 2936 - ... and has_skip should return a reasonable value (too_many) ok 2937 - ... and is_test should return a reasonable value (too_many) ok 2938 - ... and number should return the correct answer (too_many) ok 2939 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2940 - ... and actual_passed should return a reasonable value (too_many) ok 2941 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2942 - ... and passed should return a reasonable value (too_many) ok 2943 - ... and description should return the correct answer (too_many) ok 2944 - ... and is_ok should return a reasonable value (too_many) ok 2945 - ... and is_actual_ok should return a reasonable value (too_many) ok 2946 - ... and has_todo should return a reasonable value (too_many) ok 2947 - ... and is_unplanned should return a reasonable value (too_many) ok 2948 - too_many 7 We should have a result for ok 2949 - ... and has_skip should return a reasonable value (too_many) ok 2950 - ... and is_test should return a reasonable value (too_many) ok 2951 - ... and number should return the correct answer (too_many) ok 2952 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2953 - ... and actual_passed should return a reasonable value (too_many) ok 2954 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2955 - ... and passed should return a reasonable value (too_many) ok 2956 - ... and description should return the correct answer (too_many) ok 2957 - ... and is_ok should return a reasonable value (too_many) ok 2958 - ... and is_actual_ok should return a reasonable value (too_many) ok 2959 - ... and has_todo should return a reasonable value (too_many) ok 2960 - ... and is_unplanned should return a reasonable value (too_many) ok 2961 - too_many 8 We should have a result for ok 2962 - ... and has_skip should return a reasonable value (too_many) ok 2963 - ... and is_test should return a reasonable value (too_many) ok 2964 - ... and number should return the correct answer (too_many) ok 2965 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 2966 - ... and actual_passed should return a reasonable value (too_many) ok 2967 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 2968 - ... and passed should return a reasonable value (too_many) ok 2969 - ... and description should return the correct answer (too_many) ok 2970 - ... and is_ok should return a reasonable value (too_many) ok 2971 - ... and is_actual_ok should return a reasonable value (too_many) ok 2972 - ... and has_todo should return a reasonable value (too_many) ok 2973 - ... and is_unplanned should return a reasonable value (too_many) ok 2974 - ... and we should have the correct number of results (too_many) ok 2975 - 'too_many' should parse successfully ok 2976 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 2977 - ... and good_plan should return a reasonable value (too_many) ok 2978 - ... and parse_errors should be the correct amount (too_many) ok 2979 - ...... and the correct values (too_many) ok 2980 - ... and tests_run should equal 7 (too_many) ok 2981 - ... and actual_passed should be the correct amount (too_many) ok 2982 - ...... and the correct values (too_many) ok 2983 - ... and todo_passed should be the correct amount (too_many) ok 2984 - ...... and the correct values (too_many) ok 2985 - ... and exit should equal 4 (too_many) ok 2986 - ... and passed should be the correct amount (too_many) ok 2987 - ...... and the correct values (too_many) ok 2988 - ... and failed should be the correct amount (too_many) ok 2989 - ...... and the correct values (too_many) ok 2990 - ... and skipped should be the correct amount (too_many) ok 2991 - ...... and the correct values (too_many) ok 2992 - ... and actual_failed should be the correct amount (too_many) ok 2993 - ...... and the correct values (too_many) ok 2994 - ... and wait should return a reasonable value (too_many) ok 2995 - ... and plan should equal 1..3 (too_many) ok 2996 - ... and tests_planned should equal 3 (too_many) ok 2997 - ... and todo should be the correct amount (too_many) ok 2998 - ...... and the correct values (too_many) ok 2999 - version_good 1 We should have a result for TAP version 13 ok 3000 - ... and is_version should return a reasonable value (version_good) ok 3001 - ... and raw should return the correct answer (version_good) ok 3002 - version_good 2 We should have a result for 1..5 ok 3003 - ... and is_plan should return a reasonable value (version_good) ok 3004 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 3005 - ... and passed should return a reasonable value (version_good) ok 3006 - ... and is_ok should return a reasonable value (version_good) ok 3007 - ... and tests_planned should return the correct answer (version_good) ok 3008 - ... and raw should return the correct answer (version_good) ok 3009 - version_good 3 We should have a result for ok 3010 - ... and has_skip should return a reasonable value (version_good) ok 3011 - ... and is_test should return a reasonable value (version_good) ok 3012 - ... and number should return the correct answer (version_good) ok 3013 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 3014 - ... and actual_passed should return a reasonable value (version_good) ok 3015 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 3016 - ... and passed should return a reasonable value (version_good) ok 3017 - ... and description should return the correct answer (version_good) ok 3018 - ... and is_ok should return a reasonable value (version_good) ok 3019 - ... and is_actual_ok should return a reasonable value (version_good) ok 3020 - ... and has_todo should return a reasonable value (version_good) ok 3021 - version_good 4 We should have a result for ok 3022 - ... and has_skip should return a reasonable value (version_good) ok 3023 - ... and is_test should return a reasonable value (version_good) ok 3024 - ... and number should return the correct answer (version_good) ok 3025 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 3026 - ... and actual_passed should return a reasonable value (version_good) ok 3027 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 3028 - ... and passed should return a reasonable value (version_good) ok 3029 - ... and description should return the correct answer (version_good) ok 3030 - ... and is_ok should return a reasonable value (version_good) ok 3031 - ... and is_actual_ok should return a reasonable value (version_good) ok 3032 - ... and has_todo should return a reasonable value (version_good) ok 3033 - version_good 5 We should have a result for ok 3034 - ... and has_skip should return a reasonable value (version_good) ok 3035 - ... and is_test should return a reasonable value (version_good) ok 3036 - ... and number should return the correct answer (version_good) ok 3037 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 3038 - ... and actual_passed should return a reasonable value (version_good) ok 3039 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 3040 - ... and passed should return a reasonable value (version_good) ok 3041 - ... and description should return the correct answer (version_good) ok 3042 - ... and is_ok should return a reasonable value (version_good) ok 3043 - ... and is_actual_ok should return a reasonable value (version_good) ok 3044 - ... and has_todo should return a reasonable value (version_good) ok 3045 - version_good 6 We should have a result for ok 3046 - ... and has_skip should return a reasonable value (version_good) ok 3047 - ... and is_test should return a reasonable value (version_good) ok 3048 - ... and number should return the correct answer (version_good) ok 3049 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 3050 - ... and actual_passed should return a reasonable value (version_good) ok 3051 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 3052 - ... and passed should return a reasonable value (version_good) ok 3053 - ... and description should return the correct answer (version_good) ok 3054 - ... and is_ok should return a reasonable value (version_good) ok 3055 - ... and is_actual_ok should return a reasonable value (version_good) ok 3056 - ... and has_todo should return a reasonable value (version_good) ok 3057 - version_good 7 We should have a result for ok 3058 - ... and has_skip should return a reasonable value (version_good) ok 3059 - ... and is_test should return a reasonable value (version_good) ok 3060 - ... and number should return the correct answer (version_good) ok 3061 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 3062 - ... and actual_passed should return a reasonable value (version_good) ok 3063 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 3064 - ... and passed should return a reasonable value (version_good) ok 3065 - ... and description should return the correct answer (version_good) ok 3066 - ... and is_ok should return a reasonable value (version_good) ok 3067 - ... and is_actual_ok should return a reasonable value (version_good) ok 3068 - ... and has_todo should return a reasonable value (version_good) ok 3069 - ... and we should have the correct number of results (version_good) ok 3070 - 'version_good' should parse successfully ok 3071 - ... and tests_run should equal 5 (version_good) ok 3072 - ... and actual_passed should be the correct amount (version_good) ok 3073 - ...... and the correct values (version_good) ok 3074 - ... and todo_passed should be the correct amount (version_good) ok 3075 - ...... and the correct values (version_good) ok 3076 - ... and exit should equal 0 (version_good) ok 3077 - ... and failed should be the correct amount (version_good) ok 3078 - ...... and the correct values (version_good) ok 3079 - ... and actual_failed should be the correct amount (version_good) ok 3080 - ...... and the correct values (version_good) ok 3081 - ... and plan should equal 1..5 (version_good) ok 3082 - ... and tests_planned should equal 5 (version_good) ok 3083 - ... and todo should be the correct amount (version_good) ok 3084 - ...... and the correct values (version_good) ok 3085 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 3086 - ... and good_plan should return a reasonable value (version_good) ok 3087 - ... and parse_errors should be the correct amount (version_good) ok 3088 - ...... and the correct values (version_good) ok 3089 - ... and version should equal 13 (version_good) ok 3090 - ... and passed should be the correct amount (version_good) ok 3091 - ...... and the correct values (version_good) ok 3092 - ... and skipped should be the correct amount (version_good) ok 3093 - ...... and the correct values (version_good) ok 3094 - ... and is_good_plan should return a reasonable value (version_good) ok 3095 - ... and wait should equal 0 (version_good) ok 3096 - version_late 1 We should have a result for 1..5 ok 3097 - ... and is_plan should return a reasonable value (version_late) ok 3098 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 3099 - ... and passed should return a reasonable value (version_late) ok 3100 - ... and is_ok should return a reasonable value (version_late) ok 3101 - ... and tests_planned should return the correct answer (version_late) ok 3102 - ... and raw should return the correct answer (version_late) ok 3103 - version_late 2 We should have a result for TAP version 13 ok 3104 - ... and is_version should return a reasonable value (version_late) ok 3105 - ... and raw should return the correct answer (version_late) ok 3106 - version_late 3 We should have a result for ok 3107 - ... and has_skip should return a reasonable value (version_late) ok 3108 - ... and is_test should return a reasonable value (version_late) ok 3109 - ... and number should return the correct answer (version_late) ok 3110 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 3111 - ... and actual_passed should return a reasonable value (version_late) ok 3112 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 3113 - ... and passed should return a reasonable value (version_late) ok 3114 - ... and description should return the correct answer (version_late) ok 3115 - ... and is_ok should return a reasonable value (version_late) ok 3116 - ... and is_actual_ok should return a reasonable value (version_late) ok 3117 - ... and has_todo should return a reasonable value (version_late) ok 3118 - version_late 4 We should have a result for ok 3119 - ... and has_skip should return a reasonable value (version_late) ok 3120 - ... and is_test should return a reasonable value (version_late) ok 3121 - ... and number should return the correct answer (version_late) ok 3122 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 3123 - ... and actual_passed should return a reasonable value (version_late) ok 3124 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 3125 - ... and passed should return a reasonable value (version_late) ok 3126 - ... and description should return the correct answer (version_late) ok 3127 - ... and is_ok should return a reasonable value (version_late) ok 3128 - ... and is_actual_ok should return a reasonable value (version_late) ok 3129 - ... and has_todo should return a reasonable value (version_late) ok 3130 - version_late 5 We should have a result for ok 3131 - ... and has_skip should return a reasonable value (version_late) ok 3132 - ... and is_test should return a reasonable value (version_late) ok 3133 - ... and number should return the correct answer (version_late) ok 3134 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 3135 - ... and actual_passed should return a reasonable value (version_late) ok 3136 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 3137 - ... and passed should return a reasonable value (version_late) ok 3138 - ... and description should return the correct answer (version_late) ok 3139 - ... and is_ok should return a reasonable value (version_late) ok 3140 - ... and is_actual_ok should return a reasonable value (version_late) ok 3141 - ... and has_todo should return a reasonable value (version_late) ok 3142 - version_late 6 We should have a result for ok 3143 - ... and has_skip should return a reasonable value (version_late) ok 3144 - ... and is_test should return a reasonable value (version_late) ok 3145 - ... and number should return the correct answer (version_late) ok 3146 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 3147 - ... and actual_passed should return a reasonable value (version_late) ok 3148 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 3149 - ... and passed should return a reasonable value (version_late) ok 3150 - ... and description should return the correct answer (version_late) ok 3151 - ... and is_ok should return a reasonable value (version_late) ok 3152 - ... and is_actual_ok should return a reasonable value (version_late) ok 3153 - ... and has_todo should return a reasonable value (version_late) ok 3154 - version_late 7 We should have a result for ok 3155 - ... and has_skip should return a reasonable value (version_late) ok 3156 - ... and is_test should return a reasonable value (version_late) ok 3157 - ... and number should return the correct answer (version_late) ok 3158 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 3159 - ... and actual_passed should return a reasonable value (version_late) ok 3160 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 3161 - ... and passed should return a reasonable value (version_late) ok 3162 - ... and description should return the correct answer (version_late) ok 3163 - ... and is_ok should return a reasonable value (version_late) ok 3164 - ... and is_actual_ok should return a reasonable value (version_late) ok 3165 - ... and has_todo should return a reasonable value (version_late) ok 3166 - ... and we should have the correct number of results (version_late) ok 3167 - 'version_late' should parse successfully ok 3168 - ... and tests_run should equal 5 (version_late) ok 3169 - ... and actual_passed should be the correct amount (version_late) ok 3170 - ...... and the correct values (version_late) ok 3171 - ... and todo_passed should be the correct amount (version_late) ok 3172 - ...... and the correct values (version_late) ok 3173 - ... and exit should equal 0 (version_late) ok 3174 - ... and failed should be the correct amount (version_late) ok 3175 - ...... and the correct values (version_late) ok 3176 - ... and actual_failed should be the correct amount (version_late) ok 3177 - ...... and the correct values (version_late) ok 3178 - ... and plan should equal 1..5 (version_late) ok 3179 - ... and tests_planned should equal 5 (version_late) ok 3180 - ... and todo should be the correct amount (version_late) ok 3181 - ...... and the correct values (version_late) ok 3182 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 3183 - ... and good_plan should return a reasonable value (version_late) ok 3184 - ... and parse_errors should be the correct amount (version_late) ok 3185 - ...... and the correct values (version_late) ok 3186 - ... and version should equal 12 (version_late) ok 3187 - ... and passed should be the correct amount (version_late) ok 3188 - ...... and the correct values (version_late) ok 3189 - ... and skipped should be the correct amount (version_late) ok 3190 - ...... and the correct values (version_late) ok 3191 - ... and is_good_plan should return a reasonable value (version_late) ok 3192 - ... and wait should equal 0 (version_late) ok 3193 - version_old 1 We should have a result for TAP version 12 ok 3194 - ... and is_version should return a reasonable value (version_old) ok 3195 - ... and raw should return the correct answer (version_old) ok 3196 - version_old 2 We should have a result for 1..5 ok 3197 - ... and is_plan should return a reasonable value (version_old) ok 3198 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 3199 - ... and passed should return a reasonable value (version_old) ok 3200 - ... and is_ok should return a reasonable value (version_old) ok 3201 - ... and tests_planned should return the correct answer (version_old) ok 3202 - ... and raw should return the correct answer (version_old) ok 3203 - version_old 3 We should have a result for ok 3204 - ... and has_skip should return a reasonable value (version_old) ok 3205 - ... and is_test should return a reasonable value (version_old) ok 3206 - ... and number should return the correct answer (version_old) ok 3207 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 3208 - ... and actual_passed should return a reasonable value (version_old) ok 3209 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 3210 - ... and passed should return a reasonable value (version_old) ok 3211 - ... and description should return the correct answer (version_old) ok 3212 - ... and is_ok should return a reasonable value (version_old) ok 3213 - ... and is_actual_ok should return a reasonable value (version_old) ok 3214 - ... and has_todo should return a reasonable value (version_old) ok 3215 - version_old 4 We should have a result for ok 3216 - ... and has_skip should return a reasonable value (version_old) ok 3217 - ... and is_test should return a reasonable value (version_old) ok 3218 - ... and number should return the correct answer (version_old) ok 3219 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 3220 - ... and actual_passed should return a reasonable value (version_old) ok 3221 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 3222 - ... and passed should return a reasonable value (version_old) ok 3223 - ... and description should return the correct answer (version_old) ok 3224 - ... and is_ok should return a reasonable value (version_old) ok 3225 - ... and is_actual_ok should return a reasonable value (version_old) ok 3226 - ... and has_todo should return a reasonable value (version_old) ok 3227 - version_old 5 We should have a result for ok 3228 - ... and has_skip should return a reasonable value (version_old) ok 3229 - ... and is_test should return a reasonable value (version_old) ok 3230 - ... and number should return the correct answer (version_old) ok 3231 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 3232 - ... and actual_passed should return a reasonable value (version_old) ok 3233 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 3234 - ... and passed should return a reasonable value (version_old) ok 3235 - ... and description should return the correct answer (version_old) ok 3236 - ... and is_ok should return a reasonable value (version_old) ok 3237 - ... and is_actual_ok should return a reasonable value (version_old) ok 3238 - ... and has_todo should return a reasonable value (version_old) ok 3239 - version_old 6 We should have a result for ok 3240 - ... and has_skip should return a reasonable value (version_old) ok 3241 - ... and is_test should return a reasonable value (version_old) ok 3242 - ... and number should return the correct answer (version_old) ok 3243 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 3244 - ... and actual_passed should return a reasonable value (version_old) ok 3245 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 3246 - ... and passed should return a reasonable value (version_old) ok 3247 - ... and description should return the correct answer (version_old) ok 3248 - ... and is_ok should return a reasonable value (version_old) ok 3249 - ... and is_actual_ok should return a reasonable value (version_old) ok 3250 - ... and has_todo should return a reasonable value (version_old) ok 3251 - version_old 7 We should have a result for ok 3252 - ... and has_skip should return a reasonable value (version_old) ok 3253 - ... and is_test should return a reasonable value (version_old) ok 3254 - ... and number should return the correct answer (version_old) ok 3255 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 3256 - ... and actual_passed should return a reasonable value (version_old) ok 3257 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 3258 - ... and passed should return a reasonable value (version_old) ok 3259 - ... and description should return the correct answer (version_old) ok 3260 - ... and is_ok should return a reasonable value (version_old) ok 3261 - ... and is_actual_ok should return a reasonable value (version_old) ok 3262 - ... and has_todo should return a reasonable value (version_old) ok 3263 - ... and we should have the correct number of results (version_old) ok 3264 - 'version_old' should parse successfully ok 3265 - ... and tests_run should equal 5 (version_old) ok 3266 - ... and actual_passed should be the correct amount (version_old) ok 3267 - ...... and the correct values (version_old) ok 3268 - ... and todo_passed should be the correct amount (version_old) ok 3269 - ...... and the correct values (version_old) ok 3270 - ... and exit should equal 0 (version_old) ok 3271 - ... and failed should be the correct amount (version_old) ok 3272 - ...... and the correct values (version_old) ok 3273 - ... and actual_failed should be the correct amount (version_old) ok 3274 - ...... and the correct values (version_old) ok 3275 - ... and plan should equal 1..5 (version_old) ok 3276 - ... and tests_planned should equal 5 (version_old) ok 3277 - ... and todo should be the correct amount (version_old) ok 3278 - ...... and the correct values (version_old) ok 3279 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 3280 - ... and good_plan should return a reasonable value (version_old) ok 3281 - ... and parse_errors should be the correct amount (version_old) ok 3282 - ...... and the correct values (version_old) ok 3283 - ... and version should equal 12 (version_old) ok 3284 - ... and passed should be the correct amount (version_old) ok 3285 - ...... and the correct values (version_old) ok 3286 - ... and skipped should be the correct amount (version_old) ok 3287 - ...... and the correct values (version_old) ok 3288 - ... and is_good_plan should return a reasonable value (version_old) ok 3289 - ... and wait should equal 0 (version_old) 1..3289 ok t/030-grammar...................1..78 ok 1 - TAP::Parser::Grammar->can('new') ok 2 - ... and calling it should succeed ok 3 - ... and the object it returns isa TAP::Parser::Grammar ok 4 - TAP::Parser::Grammar->can('token_types') ok 5 - ... and calling it should succeed (v12) ok 6 - ... and return the correct token types (v12) ok 7 - ... and calling it should succeed (v13) ok 8 - ... and return the correct token types (v13) ok 9 - TAP::Parser::Grammar->can('syntax_for') ok 10 - TAP::Parser::Grammar->can('handler_for') ok 11 - ... and calling syntax_for() with a type name should succeed ok 12 - ... and it should return a regex ok 13 - ... and calling handler_for() with a type name should succeed ok 14 - ... and it should return a code reference ok 15 - ... and calling syntax_for() with a type name should succeed ok 16 - ... and it should return a regex ok 17 - ... and calling handler_for() with a type name should succeed ok 18 - ... and it should return a code reference ok 19 - ... and calling syntax_for() with a type name should succeed ok 20 - ... and it should return a regex ok 21 - ... and calling handler_for() with a type name should succeed ok 22 - ... and it should return a code reference ok 23 - ... and calling syntax_for() with a type name should succeed ok 24 - ... and it should return a regex ok 25 - ... and calling handler_for() with a type name should succeed ok 26 - ... and it should return a code reference ok 27 - ... and calling syntax_for() with a type name should succeed ok 28 - ... and it should return a regex ok 29 - ... and calling handler_for() with a type name should succeed ok 30 - ... and it should return a code reference ok 31 - ... and calling syntax_for() with a type name should succeed ok 32 - ... and it should return a regex ok 33 - ... and calling handler_for() with a type name should succeed ok 34 - ... and it should return a code reference ok 35 - A basic plan should match its syntax ok 36 - ... and the handler should return a token ok 37 - ... and it should contain the correct data ok 38 - TAP::Parser::Grammar->can('tokenize') ok 39 - ... and calling it with data should return a token ok 40 - ... and the token should contain the correct data ok 41 - a basic plan should match its syntax ok 42 - ... and the handler should return a token ok 43 - ... and it should contain the correct data ok 44 - ... and calling it with data should return a token ok 45 - ... and the token should contain the correct data ok 46 - A plan with an implied "skip all" should match its syntax ok 47 - ... and the handler should return a token ok 48 - ... and it should contain the correct data ok 49 - ... and calling it with data should return a token ok 50 - ... and the token should contain the correct data ok 51 - Bad plans should not match the plan syntax ok 52 - Bail out! should match a bailout syntax ok 53 - ... and calling it with data should return a token ok 54 - ... and the token should contain the correct data ok 55 - Bail out! should match a bailout syntax ok 56 - ... and calling it with data should return a token ok 57 - ... and the token should contain the correct data ok 58 - Comments should match the comment syntax ok 59 - ... and calling it with data should return a token ok 60 - ... and the token should contain the correct data ok 61 - Tests should match the test syntax ok 62 - ... and calling it with data should return a token ok 63 - ... and the token should contain the correct data ok 64 - Tests should match the test syntax ok 65 - ... and calling it with data should return a token ok 66 - ... and the TODO should be parsed ok 67 - Tests should match the test syntax ok 68 - ... and calling it with data should return a token ok 69 - ... and the token should contain the correct data ok 70 - set_version with bad version ok 71 - ... and got expected message ok 72 - The object isa TAP::Parser::Result::Unknown ok 73 - catch warning on inconsistent plan ok 74 - ... and its what we expect ok 75 - checking badly formed yaml for coverage testing ok 76 - ...and it died like we expect ok 77 - access raw iterator ok 78 - ... and note we didnt exhaust the source ok t/040-parse.....................1..265 ok 1 - TAP::Parser->can('new') ok 2 - ... and calling it should succeed ok 3 - ... and the object it returns isa TAP::Parser ok 4 - TAP_VERSION env variable should be set ok 5 - The parser should return results ok 6 - ... and there should be one for each line ok 7 - The object isa TAP::Parser::Result::Version ok 8 - ... and the version should be 13 ok 9 - The object isa TAP::Parser::Result::Plan ok 10 - TAP::Parser::Result::Plan->can('type') ok 11 - ... and it should report the correct type ok 12 - ... and it should identify itself as a plan ok 13 - ... and identify the plan ok 14 - ... and this plan should not have a directive ok 15 - ... or a directive explanation ok 16 - ... and have the correct string representation ok 17 - ... and raw() should return the original line ok 18 - The object isa TAP::Parser::Result::Test ok 19 - ... and it should report the correct type ok 20 - ... and it should identify itself as a test ok 21 - ... and it should have the correct ok() ok 22 - ... and the correct boolean version of is_ok() ok 23 - ... and the correct boolean version of is_actual_ok() ok 24 - ... and have the correct test number ok 25 - ... and the correct description ok 26 - ... and not have a directive ok 27 - ... or a directive explanation ok 28 - ... and it is not a SKIPped test ok 29 - ... nor a TODO test ok 30 - ... and its string representation should be correct ok 31 - ... and raw() should return the original line ok 32 - The object isa TAP::Parser::Result::Unknown ok 33 - ... and it should report the correct type ok 34 - ... and it should identify itself as unknown ok 35 - ... and its string representation should be returned verbatim ok 36 - ... and raw() should return the original line ok 37 - The object isa TAP::Parser::Result::Test ok 38 - ... and it should report the correct type ok 39 - ... and it should identify itself as a test ok 40 - ... and it should have the correct ok() ok 41 - ... and TODO tests should always pass ok 42 - ... and the correct boolean version of is_actual_ok () ok 43 - ... and have the correct failed number ok 44 - ... and the correct description ok 45 - ... and should have the correct directive ok 46 - ... and the correct directive explanation ok 47 - ... and it is not a SKIPped failed ok 48 - ... but it is a TODO succeeded ok 49 - ... and its string representation should be correct ok 50 - ... and raw() should return the original line ok 51 - The object isa TAP::Parser::Result::Comment ok 52 - ... and it should report the correct type ok 53 - ... and it should identify itself as a comment ok 54 - ... and you should be able to fetch the comment ok 55 - ... and have the correct string representation ok 56 - ... and raw() should return the original line ok 57 - The object isa TAP::Parser::Result::Test ok 58 - ... and it should report the correct type ok 59 - ... and it should identify itself as a test ok 60 - ... and it should have the correct ok() ok 61 - ... and the correct boolean version of is_ok() ok 62 - ... and the correct boolean version of is_actual_ok() ok 63 - ... and have the correct test number ok 64 - ... and the correct description ok 65 - ... and not have a directive ok 66 - ... or a directive explanation ok 67 - ... and it is not a SKIPped test ok 68 - ... nor a TODO test ok 69 - ... and its string representation should be correct ok 70 - ... and raw() should return the original line ok 71 - The object isa TAP::Parser::Result::Test ok 72 - ... and it should report the correct type ok 73 - ... and it should identify itself as a test ok 74 - ... and it should have the correct ok() ok 75 - ... and the tests should not have passed ok 76 - ... and the correct boolean version of is_actual_ok () ok 77 - ... and have the correct failed number ok 78 - ... and the correct description ok 79 - ... and should have no directive ok 80 - ... and no directive explanation ok 81 - ... and it is not a SKIPped failed ok 82 - ... and not a TODO test ok 83 - ... and its string representation should be correct ok 84 - ... and raw() should return the original line ok 85 - The object isa TAP::Parser::Result::YAML ok 86 - ... and it should report the correct type ok 87 - ... and it should identify itself as yaml ok 88 - ... and data should be correct ok 89 - The object isa TAP::Parser::Result::Test ok 90 - ... and it should report the correct type ok 91 - ... and it should identify itself as a test ok 92 - ... and it should have the correct ok() ok 93 - ... and the correct boolean version of is_ok() ok 94 - ... and the correct boolean version of is_actual_ok() ok 95 - ... and have the correct test number ok 96 - ... and skipped tests have no description ok 97 - ... and teh correct directive ok 98 - ... but we should have an explanation ok 99 - ... and it is a SKIPped test ok 100 - ... but not a TODO test ok 101 - ... and its string representation should be correct ok 102 - ... and raw() should return the original line ok 103 - The object isa TAP::Parser::Result::Test ok 104 - TAP::Parser::Result::Test->can('todo_passed') ok 105 - TODO tests should parse correctly ok 106 - ... and it should identify itself as a test ok 107 - ... and it should have the correct ok() ok 108 - ... and TODO tests should not always pass ok 109 - ... and the correct boolean version of is_actual_ok () ok 110 - ... and have the correct failed number ok 111 - ... and the correct description ok 112 - ... and should have the correct directive ok 113 - ... and the correct directive explanation ok 114 - ... and it is not a SKIPped failed ok 115 - ... but it is a TODO succeeded ok 116 - ... and its string representation should be correct ok 117 - ... and raw() should return the original line ok 118 - ... todo_bonus() should pass for TODO tests which unexpectedly succeed ok 119 - The object isa TAP::Parser::Result::Test ok 120 - TAP::Parser::Result::Test->can('todo_passed') ok 121 - TODO tests should parse correctly ok 122 - ... and it should identify itself as a test ok 123 - ... and it should have the correct ok() ok 124 - ... and TODO tests should always pass ok 125 - ... and the correct boolean version of is_actual_ok () ok 126 - ... and have the correct passed number ok 127 - ... and the correct description ok 128 - ... and should have the correct directive ok 129 - ... and the correct directive explanation ok 130 - ... and it is not a SKIPped passed ok 131 - ... but it is a TODO succeeded ok 132 - ... and its string representation should be correct ok 133 - ... and raw() should return the original line ok 134 - ... todo_passed() should not pass for TODO tests which failed ok 135 - TAP::Parser->can('passed') ok 136 - ... and we should have the correct number of passed tests ok 137 - ... and get a list of the passed tests ok 138 - TAP::Parser->can('failed') ok 139 - ... and the correct number of failed tests ok 140 - ... and get a list of the failed tests ok 141 - TAP::Parser->can('actual_passed') ok 142 - ... and we should have the correct number of actually passed tests ok 143 - ... and get a list of the actually passed tests ok 144 - TAP::Parser->can('actual_failed') ok 145 - ... and the correct number of actually failed tests ok 146 - ... or get a list of the actually failed tests ok 147 - TAP::Parser->can('todo') ok 148 - ... and we should have the correct number of TODO tests ok 149 - ... and get a list of the TODO tests ok 150 - TAP::Parser->can('skipped') ok 151 - ... and we should have the correct number of skipped tests ok 152 - ... and get a list of the skipped tests ok 153 - TAP::Parser->can('plan') ok 154 - ... and we should have the correct plan ok 155 - ... and the correct number of tests ok 156 - TAP::Parser->can('todo_passed') ok 157 - ... and it should report the number of tests which unexpectedly succeeded ok 158 - ... or *which* tests unexpectedly succeeded ok 159 - TAP::Parser->can('new') ok 160 - ... and calling it should succeed ok 161 - ... and the object it returns isa TAP::Parser ok 162 - The parser should return results ok 163 - ... and there should be one for each line ok 164 - The object isa TAP::Parser::Result::Plan ok 165 - TAP::Parser::Result::Plan->can('type') ok 166 - ... and it should report the correct type ok 167 - ... and it should identify itself as a plan ok 168 - ... and identify the plan ok 169 - ... and have the correct string representation ok 170 - ... and raw() should return the original line ok 171 - The object isa TAP::Parser::Result::Test ok 172 - ... and it should report the correct type ok 173 - ... and it should identify itself as a test ok 174 - ... and it should have the correct ok() ok 175 - ... and the correct boolean version of is_ok() ok 176 - ... and the correct boolean version of is_actual_ok() ok 177 - ... and have the correct test number ok 178 - ... and the correct description ok 179 - ... and not have a directive ok 180 - ... or a directive explanation ok 181 - ... and it is not a SKIPped test ok 182 - ... nor a TODO test ok 183 - ... and its string representation should be correct ok 184 - ... and raw() should return the original line ok 185 - The object isa TAP::Parser::Result::Unknown ok 186 - ... and it should report the correct type ok 187 - ... and it should identify itself as unknown ok 188 - ... and its string representation should be returned verbatim ok 189 - ... and raw() should return the original line ok 190 - The object isa TAP::Parser::Result::Unknown ok 191 - ... and it should report the correct type ok 192 - ... and it should identify itself as unknown ok 193 - ... and its string representation should be returned verbatim ok 194 - ... and raw() should return the original line ok 195 - The object isa TAP::Parser::Result::Test ok 196 - ... and it should report the correct type ok 197 - ... and it should identify itself as a test ok 198 - ... and it should have the correct ok() ok 199 - ... and the correct boolean version of is_ok() ok 200 - ... and the correct boolean version of is_actual_ok() ok 201 - ... and have the correct test number ok 202 - ... and the correct description ok 203 - ... and not have a directive ok 204 - ... or a directive explanation ok 205 - ... and it is not a SKIPped test ok 206 - ... nor a TODO test ok 207 - ... and its string representation should be correct ok 208 - ... and raw() should return the original line ok 209 - Empty junk lines should not affect the correct number of tests passed ok 210 - coverage testing for TAP::Parser accessors ok 211 - ... and we died with expected message ok 212 - coverage testing for spool attribute of parser ok 213 - spooled tap matches ok 214 - coverage testing for spool attribute of parser ok 215 - spooled tap matches ok 216 - coverage testing for _initialize ok 217 - ...and it failed as expected ok 218 - coverage testing for _initialize ok 219 - ...and it failed as expected ok 220 - coverage testing for _initialize ok 221 - ...and it failed as expected ok 222 - coverage testing of todo_failed ok 223 - ..and failed as expected ok 224 - The object isa TAP::Parser ok 225 - The object isa TAP::Parser::Iterator::Array ok 226 - uncategorisable source ok 227 - ... and we died as expected ok 228 - The object isa TAP::Parser ok 229 - The object isa TAP::Parser::Iterator::Process ok 230 ok 231 ok 232 ok 233 ok 234 ok 235 ok 236 ok 237 ok 238 ok 239 ok 240 ok 241 ok 242 ok 243 ok 244 ok 245 ok 246 ok 247 ok 248 - test too low version number ok 249 - ... and trapped expected version error ok 250 - test too high version number ok 251 - ... and trapped expected version error ok 252 - test TAP version number in wrong place ok 253 - ... and trapped expected version error ok 254 - iterator dies ok 255 - ...and caught expected errrors ok 256 - ...and it was what we expected ok 257 - iterator dies ok 258 - ...and caught expected errrors ok 259 - ...and it was what we expected ok 260 - detect broken state machine ok 261 - ...and the message is as we expect ok 262 - detect broken iter ok 263 - ...and the message is as we expect ok 264 - detect broken test counts ok 265 - ...and the message is as we expect ok t/050-bailout...................1..33 ok 1 - ... we should be able to parse bailed out tests ok 2 - TAP::Parser->can('passed') ok 3 - ... and we shold have the correct number of passed tests ok 4 - ... and get a list of the passed tests ok 5 - TAP::Parser->can('failed') ok 6 - ... and the correct number of failed tests ok 7 - ... and get a list of the failed tests ok 8 - TAP::Parser->can('actual_passed') ok 9 - ... and we shold have the correct number of actually passed tests ok 10 - ... and get a list of the actually passed tests ok 11 - TAP::Parser->can('actual_failed') ok 12 - ... and the correct number of actually failed tests ok 13 - ... or get a list of the actually failed tests ok 14 - TAP::Parser->can('todo') ok 15 - ... and we should have the correct number of TODO tests ok 16 - ... and get a list of the TODO tests ok 17 - ... and we should have the correct number of skipped tests ok 18 - TAP::Parser->can('plan') ok 19 - ... and we should have the correct plan ok 20 - ... and the correct number of tests ok 21 - The parser should return results ok 22 - ... and there should be one for each line ok 23 - We should have a plan ok 24 - ... and a test ok 25 - ... and an unknown line ok 26 - ... and another test ok 27 - ... and a comment ok 28 - ... and another test ok 29 - ... and yet another test ok 30 - And finally we should have a bailout ok 31 - ... and as_string() should return the explanation ok 32 - ... and raw() should return the explanation ok 33 - ... and it should have the correct explanation ok t/060-errors....................1..23 ok 1 - TAP::Parser->can('parse_errors') ok 2 - ... comments should be allowed after a terminating plan ok 3 - TAP::Parser->can('parse_errors') ok 4 - ... and we should have two parse errors ok 5 - ... telling us that our plan was misplaced ok 6 - ... and telling us we ran the wrong number of tests. ok 7 - ... but test plan-like data can be in a comment ok 8 - ... or a description ok 9 - ... or a directive ok 10 - We can mix and match the presence of test numbers ok 11 - ... and if the numbers are there, they cannot be out of sequence ok 12 - Having two errors in the TAP should result in two errors (duh) ok 13 - ... and they should be the correct errors ok 14 - Having no plan should cause an error ok 15 - ... with a correct error message ok 16 - Having more than one plan should cause an error ok 17 - ... with a correct error message ok 18 - TAP::Parser->can('is_good_plan') ok 19 - Having the wrong number of planned tests is a parse error ok 20 - ... with a correct error message ok 21 - ... and it should return true if the plan is correct ok 22 - coverage testing of good_plan ok 23 - ...and it fell-back like we expected ok t/070-streams...................1..47 ok 1 - ... and creating a streamed parser should succeed ok 2 - ... and the object it returns isa TAP::Parser ok 3 - TAP::Parser->can('_stream') ok 4 - ... and it should return the proper iterator ok 5 - TAP::Parser->can('next') ok 6 - ... and the plan should parse correctly ok 7 - ... and the first test should parse correctly ok 8 - ... and junk should parse correctly ok 9 - ... and the second test should parse correctly ok 10 - ... and comments should parse correctly ok 11 - ... and the third test should parse correctly ok 12 - ... and the fourth test should parse correctly ok 13 - ... and fifth test should parse correctly ok 14 - ... and we should have no parse errors ok 15 - Now we create a parser with the plan at the end ok 16 - ... and now we should have an array iterator isa TAP::Parser::Iterator::Array ok 17 - ... and the first test should parse correctly ok 18 - ... and junk should parse correctly ok 19 - ... and the second test should parse correctly ok 20 - ... and comments should parse correctly ok 21 - ... and the third test should parse correctly ok 22 - ... and the fourth test should parse correctly ok 23 - ... and fifth test should parse correctly ok 24 - ... and the plan should parse correctly ok 25 - ... and we should have no parse errors ok 26 - Now we create a parser with a plan as the second line ok 27 - ... and the first test should parse correctly ok 28 - ... and the plan should parse correctly ok 29 - ... and junk should parse correctly ok 30 - ... and the second test should parse correctly ok 31 - ... and comments should parse correctly ok 32 - ... and the third test should parse correctly ok 33 - ... and the fourth test should parse correctly ok 34 - ... and fifth test should parse correctly ok 35 - ... and we should have one parse error ok 36 - ... telling us that our plan went awry ok 37 - Now we create a parser with the plan as the second to last line ok 38 - ... and the first test should parse correctly ok 39 - ... and junk should parse correctly ok 40 - ... and the second test should parse correctly ok 41 - ... and comments should parse correctly ok 42 - ... and the third test should parse correctly ok 43 - ... and the fourth test should parse correctly ok 44 - ... and the plan should parse correctly ok 45 - ... and fifth test should parse correctly ok 46 - ... and we should have one parse error ok 47 - ... telling us that our plan went awry ok t/080-aggregator................1..65 ok 1 - TAP::Parser::Aggregator->can('new') ok 2 - ... and calling it should succeed ok 3 - ... and the object it returns isa TAP::Parser::Aggregator ok 4 - TAP::Parser::Aggregator->can('add') ok 5 - ... and calling it should succeed ok 6 - ... even if we add more than one parser ok 7 - ... but trying to reuse a description should be fatal ok 8 - TAP::Parser::Aggregator->can('parsers') ok 9 - ... and it should report how many parsers it has ok 10 - ... or which parsers it has ok 11 - ... or reporting a single parser ok 12 - ... or a group ok 13 - TAP::Parser::Aggregator->can('passed') ok 14 - ... and we should have the correct number of passed tests ok 15 - ... and be able to get their descriptions ok 16 - TAP::Parser::Aggregator->can('failed') ok 17 - ... and we should have the correct number of failed tests ok 18 - ... and be able to get their descriptions ok 19 - TAP::Parser::Aggregator->can('todo') ok 20 - ... and we should have the correct number of todo tests ok 21 - ... and be able to get their descriptions ok 22 - TAP::Parser::Aggregator->can('skipped') ok 23 - ... and we should have the correct number of skipped tests ok 24 - ... and be able to get their descriptions ok 25 - TAP::Parser::Aggregator->can('parse_errors') ok 26 - ... and the correct number of parse errors ok 27 - ... and be able to get their descriptions ok 28 - TAP::Parser::Aggregator->can('todo_passed') ok 29 - ... and the correct number of unexpectedly succeeded tests ok 30 - ... and be able to get their descriptions ok 31 - TAP::Parser::Aggregator->can('total') ok 32 - ... and we should have the correct number of total tests ok 33 - TAP::Parser::Aggregator->can('has_problems') ok 34 - ... and it should report true if there are problems ok 35 - coverage tests for missing parsers... and we caught just one death message ok 36 - ... and it was the expected death message ok 37 - coverage tests for _get_parser in scalar context... and we got the right number of parsers ok 38 - The object isa TAP::Parser ok 39 - The object isa TAP::Parser ok 40 - coverage tests for deprecated todo_failed... and just one warning caught ok 41 - ... and it was the expected warning ok 42 - coverage tests for !failed && todo_passed... and we should have the correct number of passed tests ok 43 - ... and we should have the correct number of failed tests ok 44 - ... and the correct number of unexpectedly succeeded tests ok 45 - ... and it should report true that there are problems ok 46 - coverage tests for !failed && !todo_passed && parse_errors... and we should have the correct number of passed tests ok 47 - ... and we should have the correct number of failed tests ok 48 - ... and the correct number of unexpectedly succeeded tests ok 49 - ... and the correct number of parse errors ok 50 - ... and it should report true that there are problems ok 51 - coverage tests for !failed && !todo_passed && !parse_errors... and we should have the correct number of passed tests ok 52 - ... and we should have the correct number of failed tests ok 53 - ... and the correct number of unexpectedly succeeded tests ok 54 - ... and the correct number of parse errors ok 55 - ... and the correct number of exits ok 56 - ... and we collected the right exit reason ok 57 - ... and it should report true that there are problems ok 58 - coverage tests for !failed && !todo_passed && !parse_errors && !exit... and we should have the correct number of passed tests ok 59 - ... and we should have the correct number of failed tests ok 60 - ... and the correct number of unexpectedly succeeded tests ok 61 - ... and the correct number of parse errors ok 62 - ... and the correct number of exits ok 63 - ... and the correct number of waits ok 64 - ... and we collected the right wait reason ok 65 - ... and it should report true that there are problems ok t/090-callbacks.................1..10 ok 1 - TAP::Parser->can('run') ok 2 - Plan callbacks should succeed ok 3 - ... as should the test callbacks ok 4 - TAP::Parser->can('run') ok 5 - Plan callbacks should succeed ok 6 - ... as should the test callbacks ok 7 - ... and the correct number of "ELSE" lines should be seen ok 8 - ... and the correct total number of lines should be seen ok 9 - EOF callback correctly called ok 10 - Bad callback keys faulted ok t/100-premature-bailout.........1..14 ok 1 - We should have a plan ok 2 - ... and a test ok 3 - ... and an unknown line ok 4 - ... and another test ok 5 - ... and a comment ok 6 - ... and another test ok 7 - ... and yet another test ok 8 - And finally we should have a bailout ok 9 - ... and as_string() should return the explanation ok 10 - ... and raw() should return the explanation ok 11 - ... and it should have the correct explanation ok 12 - Result is not the leftover line ok 13 - Result is a test ok 14 - The event has passed ok t/110-iterators.................1..62 ok 1 - We should be able to create a new iterator ok 2 - ... and the object it returns isa TAP::Parser::Iterator ok 3 - ... and the object it returns isa TAP::Parser::Iterator::Process ok 4 - TAP::Parser::Iterator::Process->can('exit') ok 5 - ... and it should be undef before we are done (TAP::Parser::Iterator::Process) ok 6 - TAP::Parser::Iterator::Process->can('next') ok 7 - next() should return the first result ok 8 - next() should return the second result ok 9 - next() should return the third result ok 10 - next() should return the fourth result ok 11 - next() should return undef after it is empty ok 12 - ... and exit should now return 0 (TAP::Parser::Iterator::Process) ok 13 - wait should also now return 0 (TAP::Parser::Iterator::Process) ok 14 - setup called ok 15 - teardown called ok 16 - We should be able to create a new iterator ok 17 - ... and the object it returns isa TAP::Parser::Iterator ok 18 - ... and the object it returns isa TAP::Parser::Iterator::Array ok 19 - TAP::Parser::Iterator::Array->can('exit') ok 20 - ... and it should be undef before we are done (TAP::Parser::Iterator::Array) ok 21 - TAP::Parser::Iterator::Array->can('next') ok 22 - next() should return the first result ok 23 - next() should return the second result ok 24 - next() should return the third result ok 25 - next() should return the fourth result ok 26 - next() should return undef after it is empty ok 27 - ... and exit should now return 0 (TAP::Parser::Iterator::Array) ok 28 - wait should also now return 0 (TAP::Parser::Iterator::Array) ok 29 - We should be able to create a new iterator ok 30 - ... and the object it returns isa TAP::Parser::Iterator ok 31 - ... and the object it returns isa TAP::Parser::Iterator::Stream ok 32 - TAP::Parser::Iterator::Stream->can('exit') ok 33 - ... and it should be undef before we are done (TAP::Parser::Iterator::Stream) ok 34 - TAP::Parser::Iterator::Stream->can('next') ok 35 - next() should return the first result ok 36 - next() should return the second result ok 37 - next() should return the third result ok 38 - next() should return the fourth result ok 39 - next() should return undef after it is empty ok 40 - ... and exit should now return 0 (TAP::Parser::Iterator::Stream) ok 41 - wait should also now return 0 (TAP::Parser::Iterator::Stream) ok 42 - We should be able to create a new iterator ok 43 - ... and the object it returns isa TAP::Parser::Iterator ok 44 - ... and the object it returns isa TAP::Parser::Iterator::Process ok 45 - TAP::Parser::Iterator::Process->can('exit') ok 46 - ... and it should be undef before we are done (TAP::Parser::Iterator::Process) ok 47 - TAP::Parser::Iterator::Process->can('next') ok 48 - next() should return the first result ok 49 - next() should return the second result ok 50 - next() should return the third result ok 51 - next() should return the fourth result ok 52 - next() should return undef after it is empty ok 53 - ... and exit should now return 0 (TAP::Parser::Iterator::Process) ok 54 - wait should also now return 0 (TAP::Parser::Iterator::Process) ok 55 - The object isa TAP::Parser::Iterator::Stream ok 56 - coverage of error case ok 57 - ...and we died as expected ok 58 - coverage of VMS line-splitting case ok 59 - coverage testing for TPI::Process ok 60 - ...and we died as expected ok 61 - confirm we set err to empty string ok 62 - ...and selector to undef ok t/120-harness...................1..117 ok 1 - HARNESS_ACTIVE env variable should be set ok 2 - HARNESS_VERSION env variable should be set ok 3 - TAP::Harness->can('new') ok 4 - ... and calling it with bad keys should fail ok 5 - ... and calling it with a non-existent lib should fail ok 6 - ... with an appropriate error message ok 7 - ... and calling it with non-existent libs should fail ok 8 - ... with an appropriate error message ok 9 - Calling new() without arguments should succeed ok 10 - Calling new() with valid arguments should succeed ok 11 - ... and the object it returns isa TAP::Harness ok 12 - TAP::Harness->can('verbose') ok 13 - ... and we should be able to set verbose to true ok 14 - TAP::Harness->can('lib') ok 15 - ... a single lib switch should be correct ok 16 - Calling new() with valid arguments should succeed ok 17 - ... and the object it returns isa TAP::Harness ok 18 - TAP::Harness->can('verbose') ok 19 - ... and we should be able to set verbose to false ok 20 - TAP::Harness->can('lib') ok 21 - ... multiple lib switches should be correct ok 22 - Calling new() with valid arguments should succeed ok 23 - ... and the object it returns isa TAP::Harness ok 24 - TAP::Harness->can('quiet') ok 25 - ... and we should be able to set quiet to false ok 26 - TAP::Harness->can('failures') ok 27 - ... and we should be able to set failures to true ok 28 - TAP::Harness->can('switches') ok 29 - ... duplicate switches should be omitted ok 30 - Calling new() with valid arguments should succeed ok 31 - ... and the object it returns isa TAP::Harness ok 32 - TAP::Harness->can('really_quiet') ok 33 - ... and we should be able to set really_quiet to true ok 34 - TAP::Harness->can('exec') ok 35 - ... and we should be able to set the executable ok 36 - Calling new() with valid arguments should succeed ok 37 - ... and the object it returns isa TAP::Harness ok 38 - TAP::Harness->can('switches') ok 39 - ... leading dashes (-) on switches are optional ok 40 - Calling new() with valid arguments should succeed ok 41 - ... and the object it returns isa TAP::Harness ok 42 - TAP::Harness->can('failures') ok 43 - ... and we should be able to set failures to true ok 44 - TAP::Harness->can('switches') ok 45 - ... we should be able to set switches ok 46 - TAP::Harness->can('balanced_range') ok 47 - ... and it should return numbers as ranges ok 48 - TAP::Harness::Color->can('new') ok 49 - ... and calling it with bad keys should fail ok 50 - ... and calling it with a non-existent lib should fail ok 51 - ... with an appropriate error message ok 52 - ... and calling it with non-existent libs should fail ok 53 - ... with an appropriate error message ok 54 - Calling new() without arguments should succeed ok 55 - Calling new() with valid arguments should succeed ok 56 - ... and the object it returns isa TAP::Harness::Color ok 57 - TAP::Harness::Color->can('verbose') ok 58 - ... and we should be able to set verbose to true ok 59 - TAP::Harness::Color->can('lib') ok 60 - ... a single lib switch should be correct ok 61 - Calling new() with valid arguments should succeed ok 62 - ... and the object it returns isa TAP::Harness::Color ok 63 - TAP::Harness::Color->can('verbose') ok 64 - ... and we should be able to set verbose to false ok 65 - TAP::Harness::Color->can('lib') ok 66 - ... multiple lib switches should be correct ok 67 - Calling new() with valid arguments should succeed ok 68 - ... and the object it returns isa TAP::Harness::Color ok 69 - TAP::Harness::Color->can('quiet') ok 70 - ... and we should be able to set quiet to false ok 71 - TAP::Harness::Color->can('failures') ok 72 - ... and we should be able to set failures to true ok 73 - TAP::Harness::Color->can('switches') ok 74 - ... duplicate switches should be omitted ok 75 - Calling new() with valid arguments should succeed ok 76 - ... and the object it returns isa TAP::Harness::Color ok 77 - TAP::Harness::Color->can('really_quiet') ok 78 - ... and we should be able to set really_quiet to true ok 79 - TAP::Harness::Color->can('exec') ok 80 - ... and we should be able to set the executable ok 81 - Calling new() with valid arguments should succeed ok 82 - ... and the object it returns isa TAP::Harness::Color ok 83 - TAP::Harness::Color->can('switches') ok 84 - ... leading dashes (-) on switches are optional ok 85 - Calling new() with valid arguments should succeed ok 86 - ... and the object it returns isa TAP::Harness::Color ok 87 - TAP::Harness::Color->can('failures') ok 88 - ... and we should be able to set failures to true ok 89 - TAP::Harness::Color->can('switches') ok 90 - ... we should be able to set switches ok 91 - TAP::Harness::Color->can('balanced_range') ok 92 - ... and it should return numbers as ranges ok 93 - TAP::Harness->can('runtests') ok 94 - ... runtests returns the aggregate ok 95 - The object isa TAP::Parser::Aggregator ok 96 - ... and the output should be correct ok 97 - ... and the report summary should look correct ok 98 - ... and the output should be correct ok 99 - ... and the report summary should look correct ok 100 - ... and the output should be correct ok 101 - ... and the report summary should look correct ok 102 - ... and failing test output should be correct ok 103 - ... and the failure summary should also be correct ok 104 - ... and failing test output should be correct ok 105 - ... and failing test output should be correct ok 106 - ... and the output should be correct ok 107 - ... and the report summary should look correct ok 108 - ... and failing test output should be correct ok 109 - ... and the badtap summary should also be correct ok 110 - callback called once ok 111 - The object isa TAP::Parser ok 112 - cat meows ok 113 - No exec accumulation ok 114 - use TAP::Harness::Color; ok 115 - ... and loading it on windows should succeed ok 116 - ... but the object it returns isa TAP::Harness ok 117 - Using TAP::Harness::Color on Windows should disable colored output ok t/130-source....................1..34 ok 1 - TAP::Parser::Source->can('new') ok 2 - ... and calling it should succeed ok 3 - ... and the object it returns isa TAP::Parser::Source ok 4 - TAP::Parser::Source->can('source') ok 5 - ... and calling it with a string should fail ok 6 - ... with an appropriate error message ok 7 - ... and calling it with valid args should succeed ok 8 - TAP::Parser::Source->can('get_stream') ok 9 - ... and calling it should succeed ok 10 - ... and the object it returns isa TAP::Parser::Iterator::Process ok 11 - TAP::Parser::Iterator::Process->can('next') ok 12 - ... and the first line should be correct ok 13 - ... as should the second ok 14 - ... and we should have no more results ok 15 - TAP::Parser::Source::Perl->can('new') ok 16 - ... and calling it should succeed ok 17 - ... and the object it returns isa TAP::Parser::Source::Perl ok 18 - TAP::Parser::Source::Perl->can('source_file') ok 19 - ... and calling it with valid args should succeed ok 20 - TAP::Parser::Source::Perl->can('get_stream') ok 21 - ... and calling it should succeed ok 22 - ... and the object it returns isa TAP::Parser::Iterator::Process ok 23 - TAP::Parser::Iterator::Process->can('next') ok 24 - ... and the first line should be correct ok 25 - ... as should the second ok 26 - ... and we should have no more results ok 27 - TAP::Parser::Source::Perl->can('_switches') ok 28 - ... and it should find the taint switch ok 29 - coverage testing of get_stream ok 30 - ...and it failed as expect ok 31 - coverage testing for error() ok 32 - ...and we got the expected message ok 33 - coverage testing for exit() ok 34 - ...and we got the expected message ok t/140-results...................1..222 ok 1 - TAP::Parser::Result->can('is_comment') ok 2 - ... and is_comment default should be correct ok 3 - TAP::Parser::Result->can('is_test') ok 4 - ... and is_test default should be correct ok 5 - TAP::Parser::Result->can('is_plan') ok 6 - ... and is_plan default should be correct ok 7 - TAP::Parser::Result->can('is_bailout') ok 8 - ... and is_bailout default should be correct ok 9 - TAP::Parser::Result->can('is_ok') ok 10 - ... and is_ok default should be correct ok 11 - TAP::Parser::Result->can('is_unknown') ok 12 - ... and is_unknown default should be correct ok 13 - TAP::Parser::Result->can('type') ok 14 - ... and &type should return the correct result ok 15 - TAP::Parser::Result->can('passed') ok 16 - ... and it should default to true ok 17 - ... but it should emit a deprecation warning ok 18 - TAP::Parser::Result->can('new') ok 19 - ... and calling it with an unknown class should fail ok 20 - ... with an appropriate error message ok 21 - Creating $class results should succeed ok 22 - .. and the object it returns isa TAP::Parser::Result::Unknown ok 23 - TAP::Parser::Result::Unknown->can('is_comment') ok 24 - ... and is_comment default should be correct ok 25 - TAP::Parser::Result::Unknown->can('is_test') ok 26 - ... and is_test default should be correct ok 27 - TAP::Parser::Result::Unknown->can('is_plan') ok 28 - ... and is_plan default should be correct ok 29 - TAP::Parser::Result::Unknown->can('is_bailout') ok 30 - ... and is_bailout default should be correct ok 31 - TAP::Parser::Result::Unknown->can('is_ok') ok 32 - ... and is_ok default should be correct ok 33 - TAP::Parser::Result::Unknown->can('is_unknown') ok 34 - ... and is_unknown should be correct ok 35 - TAP::Parser::Result::Unknown->can('as_string') ok 36 - ... and as_string should be correct ok 37 - TAP::Parser::Result::Unknown->can('has_directive') ok 38 - ... and has_directive should be correct ok 39 - TAP::Parser::Result::Unknown->can('type') ok 40 - ... and type should be correct ok 41 - TAP::Parser::Result::Unknown->can('raw') ok 42 - ... and raw should be correct ok 43 - Creating $class results should succeed ok 44 - .. and the object it returns isa TAP::Parser::Result::Comment ok 45 - TAP::Parser::Result::Comment->can('is_comment') ok 46 - ... and is_comment should be correct ok 47 - TAP::Parser::Result::Comment->can('is_test') ok 48 - ... and is_test default should be correct ok 49 - TAP::Parser::Result::Comment->can('is_plan') ok 50 - ... and is_plan default should be correct ok 51 - TAP::Parser::Result::Comment->can('is_bailout') ok 52 - ... and is_bailout default should be correct ok 53 - TAP::Parser::Result::Comment->can('is_ok') ok 54 - ... and is_ok default should be correct ok 55 - TAP::Parser::Result::Comment->can('is_unknown') ok 56 - ... and is_unknown default should be correct ok 57 - TAP::Parser::Result::Comment->can('as_string') ok 58 - ... and as_string should be correct ok 59 - TAP::Parser::Result::Comment->can('has_directive') ok 60 - ... and has_directive should be correct ok 61 - TAP::Parser::Result::Comment->can('comment') ok 62 - ... and comment should be correct ok 63 - TAP::Parser::Result::Comment->can('type') ok 64 - ... and type should be correct ok 65 - TAP::Parser::Result::Comment->can('raw') ok 66 - ... and raw should be correct ok 67 - Creating $class results should succeed ok 68 - .. and the object it returns isa TAP::Parser::Result::Bailout ok 69 - TAP::Parser::Result::Bailout->can('is_comment') ok 70 - ... and is_comment default should be correct ok 71 - TAP::Parser::Result::Bailout->can('is_test') ok 72 - ... and is_test default should be correct ok 73 - TAP::Parser::Result::Bailout->can('is_plan') ok 74 - ... and is_plan default should be correct ok 75 - TAP::Parser::Result::Bailout->can('is_bailout') ok 76 - ... and is_bailout should be correct ok 77 - TAP::Parser::Result::Bailout->can('is_ok') ok 78 - ... and is_ok default should be correct ok 79 - TAP::Parser::Result::Bailout->can('is_unknown') ok 80 - ... and is_unknown default should be correct ok 81 - TAP::Parser::Result::Bailout->can('as_string') ok 82 - ... and as_string should be correct ok 83 - TAP::Parser::Result::Bailout->can('has_directive') ok 84 - ... and has_directive should be correct ok 85 - TAP::Parser::Result::Bailout->can('type') ok 86 - ... and type should be correct ok 87 - TAP::Parser::Result::Bailout->can('raw') ok 88 - ... and raw should be correct ok 89 - Creating $class results should succeed ok 90 - .. and the object it returns isa TAP::Parser::Result::Plan ok 91 - TAP::Parser::Result::Plan->can('is_comment') ok 92 - ... and is_comment default should be correct ok 93 - TAP::Parser::Result::Plan->can('is_test') ok 94 - ... and is_test default should be correct ok 95 - TAP::Parser::Result::Plan->can('is_plan') ok 96 - ... and is_plan should be correct ok 97 - TAP::Parser::Result::Plan->can('is_bailout') ok 98 - ... and is_bailout default should be correct ok 99 - TAP::Parser::Result::Plan->can('is_ok') ok 100 - ... and is_ok default should be correct ok 101 - TAP::Parser::Result::Plan->can('is_unknown') ok 102 - ... and is_unknown default should be correct ok 103 - TAP::Parser::Result::Plan->can('has_directive') ok 104 - ... and has_directive should be correct ok 105 - TAP::Parser::Result::Plan->can('explanation') ok 106 - ... and explanation should be correct ok 107 - TAP::Parser::Result::Plan->can('directive') ok 108 - ... and directive should be correct ok 109 - TAP::Parser::Result::Plan->can('tests_planned') ok 110 - ... and tests_planned should be correct ok 111 - TAP::Parser::Result::Plan->can('raw') ok 112 - ... and raw should be correct ok 113 - Creating $class results should succeed ok 114 - .. and the object it returns isa TAP::Parser::Result::Plan ok 115 - TAP::Parser::Result::Plan->can('is_comment') ok 116 - ... and is_comment default should be correct ok 117 - TAP::Parser::Result::Plan->can('is_test') ok 118 - ... and is_test default should be correct ok 119 - TAP::Parser::Result::Plan->can('is_plan') ok 120 - ... and is_plan should be correct ok 121 - TAP::Parser::Result::Plan->can('is_bailout') ok 122 - ... and is_bailout default should be correct ok 123 - TAP::Parser::Result::Plan->can('is_ok') ok 124 - ... and is_ok default should be correct ok 125 - TAP::Parser::Result::Plan->can('is_unknown') ok 126 - ... and is_unknown default should be correct ok 127 - TAP::Parser::Result::Plan->can('has_directive') ok 128 - ... and has_directive should be correct ok 129 - TAP::Parser::Result::Plan->can('explanation') ok 130 - ... and explanation should be correct ok 131 - TAP::Parser::Result::Plan->can('directive') ok 132 - ... and directive should be correct ok 133 - TAP::Parser::Result::Plan->can('tests_planned') ok 134 - ... and tests_planned should be correct ok 135 - TAP::Parser::Result::Plan->can('raw') ok 136 - ... and raw should be correct ok 137 - Creating $class results should succeed ok 138 - .. and the object it returns isa TAP::Parser::Result::Test ok 139 - TAP::Parser::Result::Test->can('is_comment') ok 140 - ... and is_comment default should be correct ok 141 - TAP::Parser::Result::Test->can('is_test') ok 142 - ... and is_test should be correct ok 143 - TAP::Parser::Result::Test->can('is_plan') ok 144 - ... and is_plan default should be correct ok 145 - TAP::Parser::Result::Test->can('is_bailout') ok 146 - ... and is_bailout default should be correct ok 147 - TAP::Parser::Result::Test->can('is_ok') ok 148 - ... and is_ok should be correct ok 149 - TAP::Parser::Result::Test->can('is_unknown') ok 150 - ... and is_unknown default should be correct ok 151 - TAP::Parser::Result::Test->can('as_string') ok 152 - ... and as_string should be correct ok 153 - TAP::Parser::Result::Test->can('has_skip') ok 154 - ... and has_skip should be correct ok 155 - TAP::Parser::Result::Test->can('number') ok 156 - ... and number should be correct ok 157 - TAP::Parser::Result::Test->can('todo_passed') ok 158 - ... and todo_passed should be correct ok 159 - TAP::Parser::Result::Test->can('is_actual_ok') ok 160 - ... and is_actual_ok should be correct ok 161 - TAP::Parser::Result::Test->can('description') ok 162 - ... and description should be correct ok 163 - TAP::Parser::Result::Test->can('has_todo') ok 164 - ... and has_todo should be correct ok 165 - TAP::Parser::Result::Test->can('ok') ok 166 - ... and ok should be correct ok 167 - TAP::Parser::Result::Test->can('has_directive') ok 168 - ... and has_directive should be correct ok 169 - TAP::Parser::Result::Test->can('explanation') ok 170 - ... and explanation should be correct ok 171 - TAP::Parser::Result::Test->can('is_unplanned') ok 172 - ... and is_unplanned should be correct ok 173 - TAP::Parser::Result::Test->can('type') ok 174 - ... and type should be correct ok 175 - TAP::Parser::Result::Test->can('directive') ok 176 - ... and directive should be correct ok 177 - TAP::Parser::Result::Test->can('actual_passed') ok 178 - ... and it should return the correct value ok 179 - ... but issue a deprecation warning ok 180 - TAP::Parser::Result::Test->can('todo_failed') ok 181 - ... and it should return the correct value ok 182 - ... but issue a deprecation warning ok 183 - Creating $class results should succeed ok 184 - .. and the object it returns isa TAP::Parser::Result::Test ok 185 - TAP::Parser::Result::Test->can('is_comment') ok 186 - ... and is_comment default should be correct ok 187 - TAP::Parser::Result::Test->can('is_test') ok 188 - ... and is_test should be correct ok 189 - TAP::Parser::Result::Test->can('is_plan') ok 190 - ... and is_plan default should be correct ok 191 - TAP::Parser::Result::Test->can('is_bailout') ok 192 - ... and is_bailout default should be correct ok 193 - TAP::Parser::Result::Test->can('is_ok') ok 194 - ... and is_ok should be correct ok 195 - TAP::Parser::Result::Test->can('is_unknown') ok 196 - ... and is_unknown default should be correct ok 197 - TAP::Parser::Result::Test->can('as_string') ok 198 - ... and as_string should be correct ok 199 - TAP::Parser::Result::Test->can('has_skip') ok 200 - ... and has_skip should be correct ok 201 - TAP::Parser::Result::Test->can('number') ok 202 - ... and number should be correct ok 203 - TAP::Parser::Result::Test->can('todo_passed') ok 204 - ... and todo_passed should be correct ok 205 - TAP::Parser::Result::Test->can('is_actual_ok') ok 206 - ... and is_actual_ok should be correct ok 207 - TAP::Parser::Result::Test->can('description') ok 208 - ... and description should be correct ok 209 - TAP::Parser::Result::Test->can('has_todo') ok 210 - ... and has_todo should be correct ok 211 - TAP::Parser::Result::Test->can('ok') ok 212 - ... and ok should be correct ok 213 - TAP::Parser::Result::Test->can('has_directive') ok 214 - ... and has_directive should be correct ok 215 - TAP::Parser::Result::Test->can('explanation') ok 216 - ... and explanation should be correct ok 217 - TAP::Parser::Result::Test->can('is_unplanned') ok 218 - ... and is_unplanned should be correct ok 219 - TAP::Parser::Result::Test->can('type') ok 220 - ... and type should be correct ok 221 - TAP::Parser::Result::Test->can('directive') ok 222 - ... and directive should be correct ok t/150-yamlish...................1..190 ok 1 - Hello World: Created ok 2 - The object isa TAP::Parser::YAMLish::Reader ok 3 - Hello World: No error ok 4 - Hello World: Result matches ok 5 - Hello World: Captured source matches ok 6 - Hello World 2: Created ok 7 - The object isa TAP::Parser::YAMLish::Reader ok 8 - Hello World 2: No error ok 9 - Hello World 2: Result matches ok 10 - Hello World 2: Captured source matches ok 11 - Hello World 3: Created ok 12 - The object isa TAP::Parser::YAMLish::Reader ok 13 - Hello World 3: No error ok 14 - Hello World 3: Result matches ok 15 - Hello World 3: Captured source matches ok 16 - Hello World 4: Created ok 17 - The object isa TAP::Parser::YAMLish::Reader ok 18 - Hello World 4: No error ok 19 - Hello World 4: Result matches ok 20 - Hello World 4: Captured source matches ok 21 - Hello World 4: Created ok 22 - The object isa TAP::Parser::YAMLish::Reader ok 23 - Hello World 4: No error ok 24 - Hello World 4: Result matches ok 25 - Hello World 4: Captured source matches ok 26 - Hello World 5: Created ok 27 - The object isa TAP::Parser::YAMLish::Reader ok 28 - Hello World 5: Error message ok 29 - Hello World 5: No result ok 30 ok 31 - Simple array: Created ok 32 - The object isa TAP::Parser::YAMLish::Reader ok 33 - Simple array: No error ok 34 - Simple array: Result matches ok 35 - Simple array: Captured source matches ok 36 - Mixed array: Created ok 37 - The object isa TAP::Parser::YAMLish::Reader ok 38 - Mixed array: No error ok 39 - Mixed array: Result matches ok 40 - Mixed array: Captured source matches ok 41 - Hash in array: Created ok 42 - The object isa TAP::Parser::YAMLish::Reader ok 43 - Hash in array: No error ok 44 - Hash in array: Result matches ok 45 - Hash in array: Captured source matches ok 46 - Hash in array 2: Created ok 47 - The object isa TAP::Parser::YAMLish::Reader ok 48 - Hash in array 2: No error ok 49 - Hash in array 2: Result matches ok 50 - Hash in array 2: Captured source matches ok 51 - Nested array: Created ok 52 - The object isa TAP::Parser::YAMLish::Reader ok 53 - Nested array: No error ok 54 - Nested array: Result matches ok 55 - Nested array: Captured source matches ok 56 - Nested hash: Created ok 57 - The object isa TAP::Parser::YAMLish::Reader ok 58 - Nested hash: No error ok 59 - Nested hash: Result matches ok 60 - Nested hash: Captured source matches ok 61 - Original YAML::Tiny test: Created ok 62 - The object isa TAP::Parser::YAMLish::Reader ok 63 - Original YAML::Tiny test: No error ok 64 - Original YAML::Tiny test: Result matches ok 65 - Original YAML::Tiny test: Captured source matches ok 66 - Regression: empty: Created ok 67 - The object isa TAP::Parser::YAMLish::Reader ok 68 - Regression: empty: Error message ok 69 - Regression: empty: No result ok 70 ok 71 - Regression: only_comment: Created ok 72 - The object isa TAP::Parser::YAMLish::Reader ok 73 - Regression: only_comment: Error message ok 74 - Regression: only_comment: No result ok 75 ok 76 - Regression: only_header: Created ok 77 - The object isa TAP::Parser::YAMLish::Reader ok 78 - Regression: only_header: Error message ok 79 - Regression: only_header: No result ok 80 ok 81 - Regression: two_header: Created ok 82 - The object isa TAP::Parser::YAMLish::Reader ok 83 - Regression: two_header: Error message ok 84 - Regression: two_header: No result ok 85 ok 86 - Regression: one_undef: Created ok 87 - The object isa TAP::Parser::YAMLish::Reader ok 88 - Regression: one_undef: No error ok 89 - Regression: one_undef: Result matches ok 90 - Regression: one_undef: Captured source matches ok 91 - Regression: one_undef2: Created ok 92 - The object isa TAP::Parser::YAMLish::Reader ok 93 - Regression: one_undef2: No error ok 94 - Regression: one_undef2: Result matches ok 95 - Regression: one_undef2: Captured source matches ok 96 - Regression: two_undef: Created ok 97 - The object isa TAP::Parser::YAMLish::Reader ok 98 - Regression: two_undef: Error message ok 99 - Regression: two_undef: No result ok 100 ok 101 - Regression: one_scalar: Created ok 102 - The object isa TAP::Parser::YAMLish::Reader ok 103 - Regression: one_scalar: No error ok 104 - Regression: one_scalar: Result matches ok 105 - Regression: one_scalar: Captured source matches ok 106 - Regression: one_scalar2: Created ok 107 - The object isa TAP::Parser::YAMLish::Reader ok 108 - Regression: one_scalar2: No error ok 109 - Regression: one_scalar2: Result matches ok 110 - Regression: one_scalar2: Captured source matches ok 111 - Regression: two_scalar: Created ok 112 - The object isa TAP::Parser::YAMLish::Reader ok 113 - Regression: two_scalar: Error message ok 114 - Regression: two_scalar: No result ok 115 ok 116 - Regression: one_list1: Created ok 117 - The object isa TAP::Parser::YAMLish::Reader ok 118 - Regression: one_list1: No error ok 119 - Regression: one_list1: Result matches ok 120 - Regression: one_list1: Captured source matches ok 121 - Regression: one_list2: Created ok 122 - The object isa TAP::Parser::YAMLish::Reader ok 123 - Regression: one_list2: No error ok 124 - Regression: one_list2: Result matches ok 125 - Regression: one_list2: Captured source matches ok 126 - Regression: one_listundef: Created ok 127 - The object isa TAP::Parser::YAMLish::Reader ok 128 - Regression: one_listundef: No error ok 129 - Regression: one_listundef: Result matches ok 130 - Regression: one_listundef: Captured source matches ok 131 - Regression: one_hash1: Created ok 132 - The object isa TAP::Parser::YAMLish::Reader ok 133 - Regression: one_hash1: No error ok 134 - Regression: one_hash1: Result matches ok 135 - Regression: one_hash1: Captured source matches ok 136 - Regression: one_hash2: Created ok 137 - The object isa TAP::Parser::YAMLish::Reader ok 138 - Regression: one_hash2: No error ok 139 - Regression: one_hash2: Result matches ok 140 - Regression: one_hash2: Captured source matches ok 141 - Regression: array_in_hash: Created ok 142 - The object isa TAP::Parser::YAMLish::Reader ok 143 - Regression: array_in_hash: No error ok 144 - Regression: array_in_hash: Result matches ok 145 - Regression: array_in_hash: Captured source matches ok 146 - Regression: hash_in_hash: Created ok 147 - The object isa TAP::Parser::YAMLish::Reader ok 148 - Regression: hash_in_hash: No error ok 149 - Regression: hash_in_hash: Result matches ok 150 - Regression: hash_in_hash: Captured source matches ok 151 - Regression: hash_in_array: Created ok 152 - The object isa TAP::Parser::YAMLish::Reader ok 153 - Regression: hash_in_array: No error ok 154 - Regression: hash_in_array: Result matches ok 155 - Regression: hash_in_array: Captured source matches ok 156 - Regression: single_quote1: Created ok 157 - The object isa TAP::Parser::YAMLish::Reader ok 158 - Regression: single_quote1: No error ok 159 - Regression: single_quote1: Result matches ok 160 - Regression: single_quote1: Captured source matches ok 161 - Regression: single_spaces: Created ok 162 - The object isa TAP::Parser::YAMLish::Reader ok 163 - Regression: single_spaces: No error ok 164 - Regression: single_spaces: Result matches ok 165 - Regression: single_spaces: Captured source matches ok 166 - Regression: single_null: Created ok 167 - The object isa TAP::Parser::YAMLish::Reader ok 168 - Regression: single_null: No error ok 169 - Regression: single_null: Result matches ok 170 - Regression: single_null: Captured source matches ok 171 - Regression: only_spaces: Created ok 172 - The object isa TAP::Parser::YAMLish::Reader ok 173 - Regression: only_spaces: No error ok 174 - Regression: only_spaces: Result matches ok 175 - Regression: only_spaces: Captured source matches ok 176 - Regression: inline_nested_hash: Created ok 177 - The object isa TAP::Parser::YAMLish::Reader ok 178 - Regression: inline_nested_hash: No error ok 179 - Regression: inline_nested_hash: Result matches ok 180 - Regression: inline_nested_hash: Captured source matches ok 181 - Unprintables: Created ok 182 - The object isa TAP::Parser::YAMLish::Reader ok 183 - Unprintables: No error ok 184 - Unprintables: Result matches ok 185 - Unprintables: Captured source matches ok 186 - Quoted hash keys: Created ok 187 - The object isa TAP::Parser::YAMLish::Reader ok 188 - Quoted hash keys: No error ok 189 - Quoted hash keys: Result matches ok 190 - Quoted hash keys: Captured source matches ok t/160-yamlish-writer............1..60 ok 1 - Simple scalar: Created ok 2 - The object isa TAP::Parser::YAMLish::Writer ok 3 - Simple scalar: No error ok 4 - Simple scalar: Result matches ok 5 - Simple scalar: Reparse OK ok 6 - Undef: Created ok 7 - The object isa TAP::Parser::YAMLish::Writer ok 8 - Undef: No error ok 9 - Undef: Result matches ok 10 - Undef: Reparse OK ok 11 - Unprintable: Created ok 12 - The object isa TAP::Parser::YAMLish::Writer ok 13 - Unprintable: No error ok 14 - Unprintable: Result matches ok 15 - Unprintable: Reparse OK ok 16 - Simple array: Created ok 17 - The object isa TAP::Parser::YAMLish::Writer ok 18 - Simple array: No error ok 19 - Simple array: Result matches ok 20 - Simple array: Reparse OK ok 21 - Array, two elements, undef: Created ok 22 - The object isa TAP::Parser::YAMLish::Writer ok 23 - Array, two elements, undef: No error ok 24 - Array, two elements, undef: Result matches ok 25 - Array, two elements, undef: Reparse OK ok 26 - Nested array: Created ok 27 - The object isa TAP::Parser::YAMLish::Writer ok 28 - Nested array: No error ok 29 - Nested array: Result matches ok 30 - Nested array: Reparse OK ok 31 - Simple hash: Created ok 32 - The object isa TAP::Parser::YAMLish::Writer ok 33 - Simple hash: No error ok 34 - Simple hash: Result matches ok 35 - Simple hash: Reparse OK ok 36 - Nested hash: Created ok 37 - The object isa TAP::Parser::YAMLish::Writer ok 38 - Nested hash: No error ok 39 - Nested hash: Result matches ok 40 - Nested hash: Reparse OK ok 41 - Unprintable key: Created ok 42 - The object isa TAP::Parser::YAMLish::Writer ok 43 - Unprintable key: No error ok 44 - Unprintable key: Result matches ok 45 - Unprintable key: Reparse OK ok 46 - Empty key: Created ok 47 - The object isa TAP::Parser::YAMLish::Writer ok 48 - Empty key: No error ok 49 - Empty key: Result matches ok 50 - Empty key: Reparse OK ok 51 - Empty value: Created ok 52 - The object isa TAP::Parser::YAMLish::Writer ok 53 - Empty value: No error ok 54 - Empty value: Result matches ok 55 - Empty value: Reparse OK ok 56 - Complex: Created ok 57 - The object isa TAP::Parser::YAMLish::Writer ok 58 - Complex: No error ok 59 - Complex: Result matches ok 60 - Complex: Reparse OK ok t/170-yamlish-output............1..9 ok 1 - Array reference: Created ok 2 - The object isa TAP::Parser::YAMLish::Writer ok 3 - Array reference: Result matches ok 4 - Closure: Created ok 5 - The object isa TAP::Parser::YAMLish::Writer ok 6 - Closure: Result matches ok 7 - Scalar: Created ok 8 - The object isa TAP::Parser::YAMLish::Writer ok 9 - Scalar: Result matches ok t/compat/00compile..............1..1 # Testing TAP::Harness::Compatible 0.54 under Perl 5.008008 and Test::More 0.42 ok 1 - use TAP::Harness::Compatible; ok t/compat/failure................1..6 ok 1 - use TAP::Harness::Compatible; not ok 2 # TODO Harness compatibility incomplete not ok 3 # TODO Harness compatibility incomplete not ok 4 # TODO Harness compatibility incomplete not ok 5 # TODO Harness compatibility incomplete not ok 6 # TODO Harness compatibility incomplete ok t/compat/inc_taint..............1..1 ok 1 - tests with taint on preserve @INC ok t/compat/nonumbers..............1..6 ok ok ok ok ok ok ok t/compat/test-harness-compat....1..120 ok 1 - The object isa Benchmark ok 2 - totals match for descriptive ok 3 - failure summary matches for descriptive ok 4 - todo summary matches for descriptive ok 5 - The object isa Benchmark ok 6 - totals match for descriptive,die,die_head_end,die_last_minute,duplicates,head_end,head_fail,inc_taint,junk_before_plan,lone_not_bug,no_nums,no_output,schwern,sequence_misparse,shbang_misparse,simple,simple_fail,skip,skip_nomsg,skipall,skipall_nomsg,stdout_stderr,switches,taint,todo_inline,todo_misparse,too_many,vms_nit ok 7 - failure summary matches for descriptive,die,die_head_end,die_last_minute,duplicates,head_end,head_fail,inc_taint,junk_before_plan,lone_not_bug,no_nums,no_output,schwern,sequence_misparse,shbang_misparse,simple,simple_fail,skip,skip_nomsg,skipall,skipall_nomsg,stdout_stderr,switches,taint,todo_inline,todo_misparse,too_many,vms_nit ok 8 - todo summary matches for descriptive,die,die_head_end,die_last_minute,duplicates,head_end,head_fail,inc_taint,junk_before_plan,lone_not_bug,no_nums,no_output,schwern,sequence_misparse,shbang_misparse,simple,simple_fail,skip,skip_nomsg,skipall,skipall_nomsg,stdout_stderr,switches,taint,todo_inline,todo_misparse,too_many,vms_nit ok 9 - The object isa Benchmark ok 10 - totals match for die ok 11 - failure summary matches for die ok 12 - todo summary matches for die ok 13 - The object isa Benchmark ok 14 - totals match for die_head_end ok 15 - failure summary matches for die_head_end ok 16 - todo summary matches for die_head_end ok 17 - The object isa Benchmark ok 18 - totals match for die_last_minute ok 19 - failure summary matches for die_last_minute ok 20 - todo summary matches for die_last_minute ok 21 - The object isa Benchmark ok 22 - totals match for duplicates ok 23 - failure summary matches for duplicates ok 24 - todo summary matches for duplicates ok 25 - The object isa Benchmark ok 26 - totals match for head_end ok 27 - failure summary matches for head_end ok 28 - todo summary matches for head_end ok 29 - The object isa Benchmark ok 30 - totals match for head_fail ok 31 - failure summary matches for head_fail ok 32 - todo summary matches for head_fail ok 33 - The object isa Benchmark ok 34 - totals match for inc_taint ok 35 - failure summary matches for inc_taint ok 36 - todo summary matches for inc_taint ok 37 - The object isa Benchmark ok 38 - totals match for junk_before_plan ok 39 - failure summary matches for junk_before_plan ok 40 - todo summary matches for junk_before_plan ok 41 - The object isa Benchmark ok 42 - totals match for lone_not_bug ok 43 - failure summary matches for lone_not_bug ok 44 - todo summary matches for lone_not_bug ok 45 - The object isa Benchmark ok 46 - totals match for no_nums ok 47 - failure summary matches for no_nums ok 48 - todo summary matches for no_nums ok 49 - The object isa Benchmark ok 50 - totals match for no_output ok 51 - failure summary matches for no_output ok 52 - todo summary matches for no_output ok 53 - The object isa Benchmark ok 54 - totals match for schwern ok 55 - failure summary matches for schwern ok 56 - todo summary matches for schwern ok 57 - The object isa Benchmark ok 58 - totals match for sequence_misparse ok 59 - failure summary matches for sequence_misparse ok 60 - todo summary matches for sequence_misparse ok 61 - The object isa Benchmark ok 62 - totals match for shbang_misparse ok 63 - failure summary matches for shbang_misparse ok 64 - todo summary matches for shbang_misparse ok 65 - The object isa Benchmark ok 66 - totals match for simple ok 67 - failure summary matches for simple ok 68 - todo summary matches for simple ok 69 - The object isa Benchmark ok 70 - totals match for simple_fail ok 71 - failure summary matches for simple_fail ok 72 - todo summary matches for simple_fail ok 73 - The object isa Benchmark ok 74 - totals match for skip ok 75 - failure summary matches for skip ok 76 - todo summary matches for skip ok 77 - The object isa Benchmark ok 78 - totals match for skip_nomsg ok 79 - failure summary matches for skip_nomsg ok 80 - todo summary matches for skip_nomsg ok 81 - The object isa Benchmark ok 82 - totals match for skipall ok 83 - failure summary matches for skipall ok 84 - todo summary matches for skipall ok 85 - The object isa Benchmark ok 86 - totals match for skipall_nomsg ok 87 - failure summary matches for skipall_nomsg ok 88 - todo summary matches for skipall_nomsg ok 89 - The object isa Benchmark ok 90 - totals match for stdout_stderr ok 91 - failure summary matches for stdout_stderr ok 92 - todo summary matches for stdout_stderr ok 93 - The object isa Benchmark ok 94 - totals match for switches ok 95 - failure summary matches for switches ok 96 - todo summary matches for switches ok 97 - The object isa Benchmark ok 98 - totals match for taint ok 99 - failure summary matches for taint ok 100 - todo summary matches for taint ok 101 - The object isa Benchmark ok 102 - totals match for taint_warn ok 103 - failure summary matches for taint_warn ok 104 - todo summary matches for taint_warn ok 105 - The object isa Benchmark ok 106 - totals match for todo_inline ok 107 - failure summary matches for todo_inline ok 108 - todo summary matches for todo_inline ok 109 - The object isa Benchmark ok 110 - totals match for todo_misparse ok 111 - failure summary matches for todo_misparse ok 112 - todo summary matches for todo_misparse ok 113 - The object isa Benchmark ok 114 - totals match for too_many ok 115 - failure summary matches for too_many ok 116 - todo summary matches for too_many ok 117 - The object isa Benchmark ok 118 - totals match for vms_nit ok 119 - failure summary matches for vms_nit ok 120 - todo summary matches for vms_nit ok t/compat/version................1..3 ok 1 - use TAP::Harness::Compatible; not ok 2 - Version is proper format # TODO Our version isn't numeric # Failed (TODO) test (t/compat/version.t at line 24) ok 3 ok t/pod-coverage..................1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod...........................1..24 ok 1 - blib/script/runtests ok 2 - blib/lib/TAP/Base.pm ok 3 - blib/lib/TAP/Harness.pm ok 4 - blib/lib/TAP/Parser.pm ok 5 - blib/lib/TAP/Harness/Color.pm ok 6 - blib/lib/TAP/Harness/Compatible.pm ok 7 - blib/lib/TAP/Parser/Aggregator.pm ok 8 - blib/lib/TAP/Parser/Grammar.pm ok 9 - blib/lib/TAP/Parser/Iterator.pm ok 10 - blib/lib/TAP/Parser/Result.pm ok 11 - blib/lib/TAP/Parser/Source.pm ok 12 - blib/lib/TAP/Parser/Iterator/Array.pm ok 13 - blib/lib/TAP/Parser/Iterator/Process.pm ok 14 - blib/lib/TAP/Parser/Iterator/Stream.pm ok 15 - blib/lib/TAP/Parser/Result/Bailout.pm ok 16 - blib/lib/TAP/Parser/Result/Comment.pm ok 17 - blib/lib/TAP/Parser/Result/Plan.pm ok 18 - blib/lib/TAP/Parser/Result/Test.pm ok 19 - blib/lib/TAP/Parser/Result/Unknown.pm ok 20 - blib/lib/TAP/Parser/Result/Version.pm ok 21 - blib/lib/TAP/Parser/Result/YAML.pm ok 22 - blib/lib/TAP/Parser/Source/Perl.pm ok 23 - blib/lib/TAP/Parser/YAMLish/Reader.pm ok 24 - blib/lib/TAP/Parser/YAMLish/Writer.pm ok All tests successful, 1 test skipped. Files=26, Tests=4749, 11 wallclock secs ( 6.69 cusr + 3.75 csys = 10.44 CPU) Installing /Users/cpanrun/build/5.8.8/html/bin/runtests.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Base.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Harness.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Parser.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Harness/Color.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Harness/Compatible.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Parser/Aggregator.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Parser/Grammar.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Parser/Iterator.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Parser/Result.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Parser/Source.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Parser/Iterator/Array.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Parser/Iterator/Process.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Parser/Iterator/Stream.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Parser/Result/Bailout.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Parser/Result/Comment.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Parser/Result/Plan.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Parser/Result/Test.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Parser/Result/Unknown.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Parser/Result/Version.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Parser/Result/YAML.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Parser/Source/Perl.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Parser/YAMLish/Reader.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/TAP/Parser/YAMLish/Writer.html Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Base.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Harness.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Parser.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Harness/Color.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Harness/Compatible.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Parser/Aggregator.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Parser/Grammar.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Parser/Iterator.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Parser/Result.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Parser/Source.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Parser/Iterator/Array.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Parser/Iterator/Process.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Parser/Iterator/Stream.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Parser/Result/Bailout.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Parser/Result/Comment.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Parser/Result/Plan.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Parser/Result/Test.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Parser/Result/Unknown.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Parser/Result/Version.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Parser/Result/YAML.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Parser/Source/Perl.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Parser/YAMLish/Reader.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/TAP/Parser/YAMLish/Writer.pm Installing /Users/cpanrun/build/5.8.8/man/man1/runtests.1 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Base.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Harness.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Harness::Color.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Harness::Compatible.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Parser.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Parser::Aggregator.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Parser::Grammar.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Parser::Iterator.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Parser::Iterator::Array.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Parser::Iterator::Process.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Parser::Iterator::Stream.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Parser::Result.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Parser::Result::Bailout.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Parser::Result::Comment.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Parser::Result::Plan.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Parser::Result::Test.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Parser::Result::Unknown.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Parser::Result::Version.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Parser::Result::YAML.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Parser::Source.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Parser::Source::Perl.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Parser::YAMLish::Reader.3 Installing /Users/cpanrun/build/5.8.8/man/man3/TAP::Parser::YAMLish::Writer.3 Installing /Users/cpanrun/build/5.8.8/bin/runtests Appending installation info to /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level/perllocal.pod