Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Looks like the new version (TAPx::Parser 0.50_04) still fails some tests. Many (but not all) of the failed tests look like they are caused by windows line endings.
t/000-load.................1..28
ok 1 - use TAPx::Parser;
ok 2 - ... and it should have the correct version
ok 3 - use TAPx::Parser::Aggregator;
ok 4 - ... and it should have the correct version
ok 5 - use TAPx::Parser::Grammar;
ok 6 - ... and it should have the correct version
ok 7 - use TAPx::Parser::Iterator;
ok 8 - ... and it should have the correct version
ok 9 - use TAPx::Parser::Result;
ok 10 - ... and it should have the correct version
ok 11 - use TAPx::Parser::Result::Comment;
ok 12 - ... and it should have the correct version
ok 13 - use TAPx::Parser::Result::Plan;
ok 14 - ... and it should have the correct version
ok 15 - use TAPx::Parser::Result::Test;
ok 16 - ... and it should have the correct version
ok 17 - use TAPx::Parser::Result::Unknown;
ok 18 - ... and it should have the correct version
ok 19 - use TAPx::Parser::Result::Bailout;
ok 20 - ... and it should have the correct version
ok 21 - use TAPx::Parser::Source;
ok 22 - ... and it should have the correct version
ok 23 - use TAPx::Parser::Source::Perl;
ok 24 - ... and it should have the correct version
ok 25 - use TAPx::Harness;
ok 26 - ... and it should have the correct version
ok 27 - use TAPx::Harness::Color;
ok 28 - ... and it should have the correct version
ok
t/010-regression...........ok 1 - bailout 1 We should have a result for 1..5

ok 2 - ... and is_plan should return a reasonable value
ok 3 - ... we should get a deprecated warning for TAPx::Parser::Result::passed
ok 4 - ... and passed should return a reasonable value
ok 5 - ... and tests_planned should return the correct answer
ok 6 - ... and is_ok should return a reasonable value
not ok 7 - ... and raw should return the correct answer
ok 8 - bailout 2 We should have a result for 
ok 9 - ... and has_skip should return a reasonable value
ok 10 - ... and is_test should return a reasonable value
ok 11 - ... and number should return the correct answer
ok 12 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 13 - ... and actual_passed should return a reasonable value
ok 14 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 15 - ... and passed should return a reasonable value
ok 16 - ... and is_ok should return a reasonable value
ok 17 - ... and description should return the correct answer
ok 18 - ... and is_actual_ok should return a reasonable value
ok 19 - ... and has_todo should return a reasonable value
ok 20 - bailout 3 We should have a result for 
ok 21 - ... and has_skip should return a reasonable value
ok 22 - ... and is_test should return a reasonable value
ok 23 - ... and number should return the correct answer
ok 24 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 25 - ... and actual_passed should return a reasonable value
ok 26 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 27 - ... and passed should return a reasonable value
ok 28 - ... and description should return the correct answer
ok 29 - ... and is_ok should return a reasonable value
ok 30 - ... and is_actual_ok should return a reasonable value
ok 31 - ... and has_todo should return a reasonable value
ok 32 - bailout 4 We should have a result for 
ok 33 - ... and has_skip should return a reasonable value
ok 34 - ... and is_test should return a reasonable value
ok 35 - ... and number should return the correct answer
ok 36 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 37 - ... and actual_passed should return a reasonable value
ok 38 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 39 - ... and passed should return a reasonable value
ok 40 - ... and description should return the correct answer
ok 41 - ... and is_ok should return a reasonable value
ok 42 - ... and is_actual_ok should return a reasonable value
ok 43 - ... and has_todo should return a reasonable value
ok 44 - bailout 5 We should have a result for Bail out!  GERONIMMMOOOOOO!!!

ok 45 - ... and explanation should return the correct answer
ok 46 - ... and is_bailout should return a reasonable value
ok 47 - bailout 6 We should have a result for 
ok 48 - ... and has_skip should return a reasonable value
ok 49 - ... and is_test should return a reasonable value
ok 50 - ... and number should return the correct answer
ok 51 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 52 - ... and actual_passed should return a reasonable value
ok 53 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 54 - ... and passed should return a reasonable value
ok 55 - ... and description should return the correct answer
ok 56 - ... and is_ok should return a reasonable value
ok 57 - ... and is_actual_ok should return a reasonable value
ok 58 - ... and has_todo should return a reasonable value
ok 59 - bailout 7 We should have a result for 
ok 60 - ... and has_skip should return a reasonable value
ok 61 - ... and is_test should return a reasonable value
ok 62 - ... and number should return the correct answer
ok 63 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 64 - ... and actual_passed should return a reasonable value
ok 65 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 66 - ... and passed should return a reasonable value
ok 67 - ... and description should return the correct answer
ok 68 - ... and is_ok should return a reasonable value
ok 69 - ... and is_actual_ok should return a reasonable value
ok 70 - ... and has_todo should return a reasonable value
ok 71 - ... and we should have the correct number of results
ok 72 - 'bailout' should parse successfully
ok 73 - ... we should get a deprecated warning for TAPx::Parser::good_plan
ok 74 - ... and good_plan should return a reasonable value
ok 75 - ... and parse_errors should be the correct amount
ok 76 - ...... and the correct values
ok 77 - ... and tests_run should equal 5
ok 78 - ... and actual_passed should be the correct amount
ok 79 - ...... and the correct values
ok 80 - ... and todo_passed should be the correct amount
ok 81 - ...... and the correct values
ok 82 - ... and passed should be the correct amount
ok 83 - ...... and the correct values
ok 84 - ... and failed should be the correct amount
ok 85 - ...... and the correct values
ok 86 - ... and skipped should be the correct amount
ok 87 - ...... and the correct values
ok 88 - ... and is_good_plan should return a reasonable value
ok 89 - ... and actual_failed should be the correct amount
ok 90 - ...... and the correct values
not ok 91 - ... and wait should equal 0
ok 92 - ... and plan should equal 1..5
ok 93 - ... and tests_planned should equal 5
ok 94 - ... and todo should be the correct amount
ok 95 - ...... and the correct values
ok 96 - bignum 1 We should have a result for 1..2

ok 97 - ... and is_plan should return a reasonable value
ok 98 - ... we should get a deprecated warning for TAPx::Parser::Result::passed
ok 99 - ... and passed should return a reasonable value
ok 100 - ... and tests_planned should return the correct answer
ok 101 - ... and is_ok should return a reasonable value
not ok 102 - ... and raw should return the correct answer
ok 103 - bignum 2 We should have a result for 
ok 104 - ... and has_skip should return a reasonable value
ok 105 - ... and is_test should return a reasonable value
ok 106 - ... and number should return the correct answer
ok 107 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 108 - ... and actual_passed should return a reasonable value
ok 109 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 110 - ... and passed should return a reasonable value
ok 111 - ... and description should return the correct answer
ok 112 - ... and is_ok should return a reasonable value
ok 113 - ... and is_actual_ok should return a reasonable value
ok 114 - ... and has_todo should return a reasonable value
ok 115 - ... and explanation should return the correct answer
ok 116 - bignum 3 We should have a result for 
ok 117 - ... and has_skip should return a reasonable value
ok 118 - ... and is_test should return a reasonable value
ok 119 - ... and number should return the correct answer
ok 120 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 121 - ... and actual_passed should return a reasonable value
ok 122 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 123 - ... and passed should return a reasonable value
ok 124 - ... and description should return the correct answer
ok 125 - ... and is_ok should return a reasonable value
ok 126 - ... and is_actual_ok should return a reasonable value
ok 127 - ... and has_todo should return a reasonable value
ok 128 - ... and explanation should return the correct answer
ok 129 - bignum 4 We should have a result for 
ok 130 - ... and has_skip should return a reasonable value
ok 131 - ... and is_test should return a reasonable value
ok 132 - ... and number should return the correct answer
ok 133 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 134 - ... and actual_passed should return a reasonable value
ok 135 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 136 - ... and passed should return a reasonable value
ok 137 - ... and description should return the correct answer
ok 138 - ... and is_ok should return a reasonable value
ok 139 - ... and is_actual_ok should return a reasonable value
ok 140 - ... and has_todo should return a reasonable value
ok 141 - ... and explanation should return the correct answer
ok 142 - bignum 5 We should have a result for 
ok 143 - ... and has_skip should return a reasonable value
ok 144 - ... and is_test should return a reasonable value
ok 145 - ... and number should return the correct answer
ok 146 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 147 - ... and actual_passed should return a reasonable value
ok 148 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 149 - ... and passed should return a reasonable value
ok 150 - ... and description should return the correct answer
ok 151 - ... and is_ok should return a reasonable value
ok 152 - ... and is_actual_ok should return a reasonable value
ok 153 - ... and has_todo should return a reasonable value
ok 154 - ... and explanation should return the correct answer
ok 155 - ... and we should have the correct number of results
ok 156 - 'bignum' should parse successfully
ok 157 - ... we should get a deprecated warning for TAPx::Parser::good_plan
ok 158 - ... and good_plan should return a reasonable value
ok 159 - ... and parse_errors should be the correct amount
ok 160 - ...... and the correct values
ok 161 - ... and tests_run should equal 4
ok 162 - ... and actual_passed should be the correct amount
ok 163 - ...... and the correct values
ok 164 - ... and todo_passed should be the correct amount
ok 165 - ...... and the correct values
ok 166 - ... and passed should be the correct amount
ok 167 - ...... and the correct values
ok 168 - ... and failed should be the correct amount
ok 169 - ...... and the correct values
ok 170 - ... and skipped should be the correct amount
ok 171 - ...... and the correct values
ok 172 - ... and actual_failed should be the correct amount
ok 173 - ...... and the correct values
not ok 174 - ... and wait should equal 0
ok 175 - ... and plan should equal 1..2
ok 176 - ... and tests_planned should equal 2
ok 177 - ... and todo should be the correct amount
ok 178 - ...... and the correct values
ok 179 - bignum_many 1 We should have a result for 1..2

ok 180 - ... and is_plan should return a reasonable value
ok 181 - ... we should get a deprecated warning for TAPx::Parser::Result::passed
ok 182 - ... and passed should return a reasonable value
ok 183 - ... and tests_planned should return the correct answer
ok 184 - ... and is_ok should return a reasonable value
not ok 185 - ... and raw should return the correct answer
ok 186 - bignum_many 2 We should have a result for 
ok 187 - ... and has_skip should return a reasonable value
ok 188 - ... and is_test should return a reasonable value
ok 189 - ... and number should return the correct answer
ok 190 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 191 - ... and actual_passed should return a reasonable value
ok 192 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 193 - ... and passed should return a reasonable value
ok 194 - ... and description should return the correct answer
ok 195 - ... and is_ok should return a reasonable value
ok 196 - ... and is_actual_ok should return a reasonable value
ok 197 - ... and has_todo should return a reasonable value
ok 198 - ... and explanation should return the correct answer
ok 199 - bignum_many 3 We should have a result for 
ok 200 - ... and has_skip should return a reasonable value
ok 201 - ... and is_test should return a reasonable value
ok 202 - ... and number should return the correct answer
ok 203 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 204 - ... and actual_passed should return a reasonable value
ok 205 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 206 - ... and passed should return a reasonable value
ok 207 - ... and description should return the correct answer
ok 208 - ... and is_ok should return a reasonable value
ok 209 - ... and is_actual_ok should return a reasonable value
ok 210 - ... and has_todo should return a reasonable value
ok 211 - ... and explanation should return the correct answer
ok 212 - bignum_many 4 We should have a result for 
ok 213 - ... and has_skip should return a reasonable value
ok 214 - ... and is_test should return a reasonable value
ok 215 - ... and number should return the correct answer
ok 216 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 217 - ... and actual_passed should return a reasonable value
ok 218 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 219 - ... and passed should return a reasonable value
ok 220 - ... and description should return the correct answer
ok 221 - ... and is_ok should return a reasonable value
ok 222 - ... and is_actual_ok should return a reasonable value
ok 223 - ... and has_todo should return a reasonable value
ok 224 - ... and explanation should return the correct answer
ok 225 - bignum_many 5 We should have a result for 
ok 226 - ... and has_skip should return a reasonable value
ok 227 - ... and is_test should return a reasonable value
ok 228 - ... and number should return the correct answer
ok 229 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 230 - ... and actual_passed should return a reasonable value
ok 231 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 232 - ... and passed should return a reasonable value
ok 233 - ... and description should return the correct answer
ok 234 - ... and is_ok should return a reasonable value
ok 235 - ... and is_actual_ok should return a reasonable value
ok 236 - ... and has_todo should return a reasonable value
ok 237 - ... and explanation should return the correct answer
ok 238 - bignum_many 6 We should have a result for 
ok 239 - ... and has_skip should return a reasonable value
ok 240 - ... and is_test should return a reasonable value
ok 241 - ... and number should return the correct answer
ok 242 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 243 - ... and actual_passed should return a reasonable value
ok 244 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 245 - ... and passed should return a reasonable value
ok 246 - ... and description should return the correct answer
ok 247 - ... and is_ok should return a reasonable value
ok 248 - ... and is_actual_ok should return a reasonable value
ok 249 - ... and has_todo should return a reasonable value
ok 250 - ... and explanation should return the correct answer
ok 251 - bignum_many 7 We should have a result for 
ok 252 - ... and has_skip should return a reasonable value
ok 253 - ... and is_test should return a reasonable value
ok 254 - ... and number should return the correct answer
ok 255 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 256 - ... and actual_passed should return a reasonable value
ok 257 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 258 - ... and passed should return a reasonable value
ok 259 - ... and description should return the correct answer
ok 260 - ... and is_ok should return a reasonable value
ok 261 - ... and is_actual_ok should return a reasonable value
ok 262 - ... and has_todo should return a reasonable value
ok 263 - ... and explanation should return the correct answer
ok 264 - bignum_many 8 We should have a result for 
ok 265 - ... and has_skip should return a reasonable value
ok 266 - ... and is_test should return a reasonable value
ok 267 - ... and number should return the correct answer
ok 268 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 269 - ... and actual_passed should return a reasonable value
ok 270 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 271 - ... and passed should return a reasonable value
ok 272 - ... and description should return the correct answer
ok 273 - ... and is_ok should return a reasonable value
ok 274 - ... and is_actual_ok should return a reasonable value
ok 275 - ... and has_todo should return a reasonable value
ok 276 - ... and explanation should return the correct answer
ok 277 - bignum_many 9 We should have a result for 
ok 278 - ... and has_skip should return a reasonable value
ok 279 - ... and is_test should return a reasonable value
ok 280 - ... and number should return the correct answer
ok 281 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 282 - ... and actual_passed should return a reasonable value
ok 283 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 284 - ... and passed should return a reasonable value
ok 285 - ... and description should return the correct answer
ok 286 - ... and is_ok should return a reasonable value
ok 287 - ... and is_actual_ok should return a reasonable value
ok 288 - ... and has_todo should return a reasonable value
ok 289 - ... and explanation should return the correct answer
ok 290 - bignum_many 10 We should have a result for 
ok 291 - ... and has_skip should return a reasonable value
ok 292 - ... and is_test should return a reasonable value
ok 293 - ... and number should return the correct answer
ok 294 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 295 - ... and actual_passed should return a reasonable value
ok 296 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 297 - ... and passed should return a reasonable value
ok 298 - ... and description should return the correct answer
ok 299 - ... and is_ok should return a reasonable value
ok 300 - ... and is_actual_ok should return a reasonable value
ok 301 - ... and has_todo should return a reasonable value
ok 302 - ... and explanation should return the correct answer
ok 303 - bignum_many 11 We should have a result for 
ok 304 - ... and has_skip should return a reasonable value
ok 305 - ... and is_test should return a reasonable value
ok 306 - ... and number should return the correct answer
ok 307 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 308 - ... and actual_passed should return a reasonable value
ok 309 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 310 - ... and passed should return a reasonable value
ok 311 - ... and description should return the correct answer
ok 312 - ... and is_ok should return a reasonable value
ok 313 - ... and is_actual_ok should return a reasonable value
ok 314 - ... and has_todo should return a reasonable value
ok 315 - ... and explanation should return the correct answer
ok 316 - bignum_many 12 We should have a result for 
ok 317 - ... and has_skip should return a reasonable value
ok 318 - ... and is_test should return a reasonable value
ok 319 - ... and number should return the correct answer
ok 320 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 321 - ... and actual_passed should return a reasonable value
ok 322 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 323 - ... and passed should return a reasonable value
ok 324 - ... and description should return the correct answer
ok 325 - ... and is_ok should return a reasonable value
ok 326 - ... and is_actual_ok should return a reasonable value
ok 327 - ... and has_todo should return a reasonable value
ok 328 - ... and explanation should return the correct answer
ok 329 - ... and we should have the correct number of results
ok 330 - 'bignum_many' should parse successfully
ok 331 - ... we should get a deprecated warning for TAPx::Parser::good_plan
ok 332 - ... and good_plan should return a reasonable value
ok 333 - ... and parse_errors should be the correct amount
ok 334 - ...... and the correct values
ok 335 - ... and tests_run should equal 11
ok 336 - ... and actual_passed should be the correct amount
ok 337 - ...... and the correct values
ok 338 - ... and todo_passed should be the correct amount
ok 339 - ...... and the correct values
ok 340 - ... and passed should be the correct amount
ok 341 - ...... and the correct values
ok 342 - ... and failed should be the correct amount
ok 343 - ...... and the correct values
ok 344 - ... and skipped should be the correct amount
ok 345 - ...... and the correct values
ok 346 - ... and actual_failed should be the correct amount
ok 347 - ...... and the correct values
not ok 348 - ... and wait should equal 0
ok 349 - ... and plan should equal 1..2
ok 350 - ... and tests_planned should equal 2
ok 351 - ... and todo should be the correct amount
ok 352 - ...... and the correct values
ok 353 - combined 1 We should have a result for 1..10

ok 354 - ... and is_plan should return a reasonable value
ok 355 - ... we should get a deprecated warning for TAPx::Parser::Result::passed
ok 356 - ... and passed should return a reasonable value
ok 357 - ... and tests_planned should return the correct answer
ok 358 - ... and is_ok should return a reasonable value
not ok 359 - ... and raw should return the correct answer
ok 360 - combined 2 We should have a result for 
ok 361 - ... and has_skip should return a reasonable value
ok 362 - ... and is_test should return a reasonable value
ok 363 - ... and number should return the correct answer
ok 364 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 365 - ... and actual_passed should return a reasonable value
ok 366 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 367 - ... and passed should return a reasonable value
ok 368 - ... and description should return the correct answer
ok 369 - ... and is_ok should return a reasonable value
ok 370 - ... and is_actual_ok should return a reasonable value
ok 371 - ... and has_todo should return a reasonable value
ok 372 - ... and explanation should return the correct answer
ok 373 - combined 3 We should have a result for basset hounds got long ears
ok 374 - ... and has_skip should return a reasonable value
ok 375 - ... and is_test should return a reasonable value
ok 376 - ... and number should return the correct answer
ok 377 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 378 - ... and actual_passed should return a reasonable value
ok 379 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 380 - ... and passed should return a reasonable value
ok 381 - ... and description should return the correct answer
ok 382 - ... and is_ok should return a reasonable value
ok 383 - ... and is_actual_ok should return a reasonable value
ok 384 - ... and has_todo should return a reasonable value
ok 385 - ... and explanation should return the correct answer
ok 386 - combined 4 We should have a result for all hell broke loose
ok 387 - ... and has_skip should return a reasonable value
ok 388 - ... and is_test should return a reasonable value
ok 389 - ... and number should return the correct answer
ok 390 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 391 - ... and actual_passed should return a reasonable value
ok 392 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 393 - ... and passed should return a reasonable value
ok 394 - ... and description should return the correct answer
ok 395 - ... and is_ok should return a reasonable value
ok 396 - ... and is_actual_ok should return a reasonable value
ok 397 - ... and has_todo should return a reasonable value
ok 398 - ... and explanation should return the correct answer
ok 399 - combined 5 We should have a result for 
ok 400 - ... and has_skip should return a reasonable value
ok 401 - ... and is_test should return a reasonable value
ok 402 - ... and number should return the correct answer
ok 403 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 404 - ... and actual_passed should return a reasonable value
ok 405 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 406 - ... and passed should return a reasonable value
ok 407 - ... and description should return the correct answer
ok 408 - ... and is_ok should return a reasonable value
ok 409 - ... and is_actual_ok should return a reasonable value
ok 410 - ... and has_todo should return a reasonable value
ok 411 - ... and explanation should return the correct answer
ok 412 - combined 6 We should have a result for say "live without loving",
ok 413 - ... and has_skip should return a reasonable value
ok 414 - ... and is_test should return a reasonable value
ok 415 - ... and number should return the correct answer
ok 416 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 417 - ... and actual_passed should return a reasonable value
ok 418 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 419 - ... and passed should return a reasonable value
ok 420 - ... and description should return the correct answer
ok 421 - ... and is_ok should return a reasonable value
ok 422 - ... and is_actual_ok should return a reasonable value
ok 423 - ... and has_todo should return a reasonable value
ok 424 - ... and explanation should return the correct answer
ok 425 - combined 7 We should have a result for I'd beg off.
ok 426 - ... and has_skip should return a reasonable value
ok 427 - ... and is_test should return a reasonable value
ok 428 - ... and number should return the correct answer
ok 429 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 430 - ... and actual_passed should return a reasonable value
ok 431 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 432 - ... and passed should return a reasonable value
ok 433 - ... and description should return the correct answer
ok 434 - ... and is_ok should return a reasonable value
ok 435 - ... and is_actual_ok should return a reasonable value
ok 436 - ... and has_todo should return a reasonable value
ok 437 - ... and explanation should return the correct answer
ok 438 - combined 8 We should have a result for 
ok 439 - ... and has_skip should return the correct answer
ok 440 - ... and is_test should return a reasonable value
ok 441 - ... and number should return the correct answer
ok 442 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 443 - ... and actual_passed should return a reasonable value
ok 444 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 445 - ... and passed should return a reasonable value
ok 446 - ... and description should return the correct answer
ok 447 - ... and is_ok should return a reasonable value
ok 448 - ... and is_actual_ok should return a reasonable value
ok 449 - ... and has_todo should return a reasonable value
ok 450 - ... and explanation should return the correct answer
ok 451 - combined 9 We should have a result for Girls are such exquisite hell
ok 452 - ... and has_skip should return a reasonable value
ok 453 - ... and is_test should return a reasonable value
ok 454 - ... and number should return the correct answer
ok 455 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 456 - ... and actual_passed should return a reasonable value
ok 457 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 458 - ... and passed should return a reasonable value
ok 459 - ... and description should return the correct answer
ok 460 - ... and is_ok should return a reasonable value
ok 461 - ... and is_actual_ok should return a reasonable value
ok 462 - ... and has_todo should return a reasonable value
ok 463 - ... and explanation should return the correct answer
ok 464 - combined 10 We should have a result for Elegy 9B
ok 465 - ... and has_skip should return a reasonable value
ok 466 - ... and is_test should return a reasonable value
ok 467 - ... and number should return the correct answer
ok 468 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 469 - ... and actual_passed should return a reasonable value
ok 470 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 471 - ... and passed should return a reasonable value
ok 472 - ... and description should return the correct answer
ok 473 - ... and is_ok should return a reasonable value
ok 474 - ... and is_actual_ok should return a reasonable value
ok 475 - ... and has_todo should return a reasonable value
ok 476 - ... and explanation should return the correct answer
ok 477 - combined 11 We should have a result for 
ok 478 - ... and has_skip should return a reasonable value
ok 479 - ... and is_test should return a reasonable value
ok 480 - ... and number should return the correct answer
ok 481 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 482 - ... and actual_passed should return a reasonable value
ok 483 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 484 - ... and passed should return a reasonable value
ok 485 - ... and description should return the correct answer
ok 486 - ... and is_ok should return a reasonable value
ok 487 - ... and is_actual_ok should return a reasonable value
ok 488 - ... and has_todo should return a reasonable value
ok 489 - ... and explanation should return the correct answer
ok 490 - ... and we should have the correct number of results
ok 491 - 'combined' should parse successfully
ok 492 - ... we should get a deprecated warning for TAPx::Parser::good_plan
ok 493 - ... and good_plan should return a reasonable value
ok 494 - ... and parse_errors should be the correct amount
ok 495 - ...... and the correct values
ok 496 - ... and tests_run should equal 10
ok 497 - ... and actual_passed should be the correct amount
ok 498 - ...... and the correct values
ok 499 - ... and todo_passed should be the correct amount
ok 500 - ...... and the correct values
ok 501 - ... and passed should be the correct amount
ok 502 - ...... and the correct values
ok 503 - ... and failed should be the correct amount
ok 504 - ...... and the correct values
ok 505 - ... and skipped should be the correct amount
ok 506 - ...... and the correct values
ok 507 - ... and is_good_plan should return a reasonable value
ok 508 - ... and actual_failed should be the correct amount
ok 509 - ...... and the correct values
not ok 510 - ... and wait should equal 0
ok 511 - ... and plan should equal 1..10
ok 512 - ... and tests_planned should equal 10
ok 513 - ... and todo should be the correct amount
ok 514 - ...... and the correct values
ok 515 - descriptive 1 We should have a result for 1..5

ok 516 - ... and is_plan should return a reasonable value
ok 517 - ... we should get a deprecated warning for TAPx::Parser::Result::passed
ok 518 - ... and passed should return a reasonable value
ok 519 - ... and is_ok should return a reasonable value
ok 520 - ... and tests_planned should return the correct answer
not ok 521 - ... and raw should return the correct answer
ok 522 - descriptive 2 We should have a result for Interlock activated
ok 523 - ... and has_skip should return a reasonable value
ok 524 - ... and is_test should return a reasonable value
ok 525 - ... and number should return the correct answer
ok 526 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 527 - ... and actual_passed should return a reasonable value
ok 528 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 529 - ... and passed should return a reasonable value
ok 530 - ... and is_ok should return a reasonable value
ok 531 - ... and description should return the correct answer
ok 532 - ... and is_actual_ok should return a reasonable value
ok 533 - ... and has_todo should return a reasonable value
ok 534 - descriptive 3 We should have a result for Megathrusters are go
ok 535 - ... and has_skip should return a reasonable value
ok 536 - ... and is_test should return a reasonable value
ok 537 - ... and number should return the correct answer
ok 538 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 539 - ... and actual_passed should return a reasonable value
ok 540 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 541 - ... and passed should return a reasonable value
ok 542 - ... and description should return the correct answer
ok 543 - ... and is_ok should return a reasonable value
ok 544 - ... and is_actual_ok should return a reasonable value
ok 545 - ... and has_todo should return a reasonable value
ok 546 - descriptive 4 We should have a result for Head formed
ok 547 - ... and has_skip should return a reasonable value
ok 548 - ... and is_test should return a reasonable value
ok 549 - ... and number should return the correct answer
ok 550 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 551 - ... and actual_passed should return a reasonable value
ok 552 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 553 - ... and passed should return a reasonable value
ok 554 - ... and description should return the correct answer
ok 555 - ... and is_ok should return a reasonable value
ok 556 - ... and is_actual_ok should return a reasonable value
ok 557 - ... and has_todo should return a reasonable value
ok 558 - descriptive 5 We should have a result for Blazing sword formed
ok 559 - ... and has_skip should return a reasonable value
ok 560 - ... and is_test should return a reasonable value
ok 561 - ... and number should return the correct answer
ok 562 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 563 - ... and actual_passed should return a reasonable value
ok 564 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 565 - ... and passed should return a reasonable value
ok 566 - ... and description should return the correct answer
ok 567 - ... and is_ok should return a reasonable value
ok 568 - ... and is_actual_ok should return a reasonable value
ok 569 - ... and has_todo should return a reasonable value
ok 570 - descriptive 6 We should have a result for Robeast destroyed
ok 571 - ... and has_skip should return a reasonable value
ok 572 - ... and is_test should return a reasonable value
ok 573 - ... and number should return the correct answer
ok 574 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 575 - ... and actual_passed should return a reasonable value
ok 576 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 577 - ... and passed should return a reasonable value
ok 578 - ... and description should return the correct answer
ok 579 - ... and is_ok should return a reasonable value
ok 580 - ... and is_actual_ok should return a reasonable value
ok 581 - ... and has_todo should return a reasonable value
ok 582 - ... and we should have the correct number of results
ok 583 - 'descriptive' should parse successfully
ok 584 - ... we should get a deprecated warning for TAPx::Parser::good_plan
ok 585 - ... and good_plan should return a reasonable value
ok 586 - ... and parse_errors should be the correct amount
ok 587 - ...... and the correct values
ok 588 - ... and tests_run should equal 5
ok 589 - ... and actual_passed should be the correct amount
ok 590 - ...... and the correct values
ok 591 - ... and todo_passed should be the correct amount
ok 592 - ...... and the correct values
ok 593 - ... and passed should be the correct amount
ok 594 - ...... and the correct values
ok 595 - ... and failed should be the correct amount
ok 596 - ...... and the correct values
ok 597 - ... and skipped should be the correct amount
ok 598 - ...... and the correct values
ok 599 - ... and is_good_plan should return a reasonable value
ok 600 - ... and actual_failed should be the correct amount
ok 601 - ...... and the correct values
not ok 602 - ... and wait should equal 0
ok 603 - ... and plan should equal 1..5
ok 604 - ... and tests_planned should equal 5
ok 605 - ... and todo should be the correct amount
ok 606 - ...... and the correct values
ok 607 - ... and we should have the correct number of results
ok 608 - 'die' should parse successfully
ok 609 - ... we should get a deprecated warning for TAPx::Parser::good_plan
ok 610 - ... and good_plan should return a reasonable value
ok 611 - ... and parse_errors should be the correct amount
ok 612 - ...... and the correct values
ok 613 - ... and tests_run should equal 0
ok 614 - ... and actual_passed should be the correct amount
ok 615 - ...... and the correct values
ok 616 - ... and todo_passed should be the correct amount
ok 617 - ...... and the correct values
ok 618 - ... and passed should be the correct amount
ok 619 - ...... and the correct values
ok 620 - ... and failed should be the correct amount
ok 621 - ...... and the correct values
ok 622 - ... and skipped should be the correct amount
ok 623 - ...... and the correct values
ok 624 - ... and actual_failed should be the correct amount
ok 625 - ...... and the correct values
ok 626 - ... and wait should return a reasonable value
ok 627 - ... and plan should equal 
ok 628 - ... and tests_planned should equal 
ok 629 - ... and todo should be the correct amount
ok 630 - ...... and the correct values
ok 631 - die_head_end 1 We should have a result for 
ok 632 - ... and has_skip should return a reasonable value
ok 633 - ... and is_test should return a reasonable value
ok 634 - ... and number should return the correct answer
ok 635 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 636 - ... and actual_passed should return a reasonable value
ok 637 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 638 - ... and passed should return a reasonable value
ok 639 - ... and description should return the correct answer
ok 640 - ... and is_ok should return a reasonable value
ok 641 - ... and is_actual_ok should return a reasonable value
ok 642 - ... and has_todo should return a reasonable value
ok 643 - ... and explanation should return the correct answer
ok 644 - die_head_end 2 We should have a result for 
ok 645 - ... and has_skip should return a reasonable value
ok 646 - ... and is_test should return a reasonable value
ok 647 - ... and number should return the correct answer
ok 648 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 649 - ... and actual_passed should return a reasonable value
ok 650 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 651 - ... and passed should return a reasonable value
ok 652 - ... and description should return the correct answer
ok 653 - ... and is_ok should return a reasonable value
ok 654 - ... and is_actual_ok should return a reasonable value
ok 655 - ... and has_todo should return a reasonable value
ok 656 - ... and explanation should return the correct answer
ok 657 - die_head_end 3 We should have a result for 
ok 658 - ... and has_skip should return a reasonable value
ok 659 - ... and is_test should return a reasonable value
ok 660 - ... and number should return the correct answer
ok 661 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 662 - ... and actual_passed should return a reasonable value
ok 663 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 664 - ... and passed should return a reasonable value
ok 665 - ... and description should return the correct answer
ok 666 - ... and is_ok should return a reasonable value
ok 667 - ... and is_actual_ok should return a reasonable value
ok 668 - ... and has_todo should return a reasonable value
ok 669 - ... and explanation should return the correct answer
ok 670 - die_head_end 4 We should have a result for 
ok 671 - ... and has_skip should return a reasonable value
ok 672 - ... and is_test should return a reasonable value
ok 673 - ... and number should return the correct answer
ok 674 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 675 - ... and actual_passed should return a reasonable value
ok 676 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 677 - ... and passed should return a reasonable value
ok 678 - ... and description should return the correct answer
ok 679 - ... and is_ok should return a reasonable value
ok 680 - ... and is_actual_ok should return a reasonable value
ok 681 - ... and has_todo should return a reasonable value
ok 682 - ... and explanation should return the correct answer
ok 683 - ... and we should have the correct number of results
ok 684 - 'die_head_end' should parse successfully
ok 685 - ... we should get a deprecated warning for TAPx::Parser::good_plan
ok 686 - ... and good_plan should return a reasonable value
ok 687 - ... and parse_errors should be the correct amount
ok 688 - ...... and the correct values
ok 689 - ... and tests_run should equal 4
ok 690 - ... and actual_passed should be the correct amount
ok 691 - ...... and the correct values
ok 692 - ... and todo_passed should be the correct amount
ok 693 - ...... and the correct values
ok 694 - ... and passed should be the correct amount
ok 695 - ...... and the correct values
ok 696 - ... and failed should be the correct amount
ok 697 - ...... and the correct values
ok 698 - ... and skipped should be the correct amount
ok 699 - ...... and the correct values
ok 700 - ... and actual_failed should be the correct amount
ok 701 - ...... and the correct values
ok 702 - ... and wait should return a reasonable value
ok 703 - ... and plan should equal 
ok 704 - ... and tests_planned should equal 
ok 705 - ... and todo should be the correct amount
ok 706 - ...... and the correct values
ok 707 - die_last_minute 1 We should have a result for 
ok 708 - ... and has_skip should return a reasonable value
ok 709 - ... and is_test should return a reasonable value
ok 710 - ... and number should return the correct answer
ok 711 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 712 - ... and actual_passed should return a reasonable value
ok 713 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 714 - ... and passed should return a reasonable value
ok 715 - ... and description should return the correct answer
ok 716 - ... and is_ok should return a reasonable value
ok 717 - ... and is_actual_ok should return a reasonable value
ok 718 - ... and has_todo should return a reasonable value
ok 719 - ... and explanation should return the correct answer
ok 720 - die_last_minute 2 We should have a result for 
ok 721 - ... and has_skip should return a reasonable value
ok 722 - ... and is_test should return a reasonable value
ok 723 - ... and number should return the correct answer
ok 724 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 725 - ... and actual_passed should return a reasonable value
ok 726 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 727 - ... and passed should return a reasonable value
ok 728 - ... and description should return the correct answer
ok 729 - ... and is_ok should return a reasonable value
ok 730 - ... and is_actual_ok should return a reasonable value
ok 731 - ... and has_todo should return a reasonable value
ok 732 - ... and explanation should return the correct answer
ok 733 - die_last_minute 3 We should have a result for 
ok 734 - ... and has_skip should return a reasonable value
ok 735 - ... and is_test should return a reasonable value
ok 736 - ... and number should return the correct answer
ok 737 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 738 - ... and actual_passed should return a reasonable value
ok 739 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 740 - ... and passed should return a reasonable value
ok 741 - ... and description should return the correct answer
ok 742 - ... and is_ok should return a reasonable value
ok 743 - ... and is_actual_ok should return a reasonable value
ok 744 - ... and has_todo should return a reasonable value
ok 745 - ... and explanation should return the correct answer
ok 746 - die_last_minute 4 We should have a result for 
ok 747 - ... and has_skip should return a reasonable value
ok 748 - ... and is_test should return a reasonable value
ok 749 - ... and number should return the correct answer
ok 750 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 751 - ... and actual_passed should return a reasonable value
ok 752 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 753 - ... and passed should return a reasonable value
ok 754 - ... and description should return the correct answer
ok 755 - ... and is_ok should return a reasonable value
ok 756 - ... and is_actual_ok should return a reasonable value
ok 757 - ... and has_todo should return a reasonable value
ok 758 - ... and explanation should return the correct answer
ok 759 - die_last_minute 5 We should have a result for 1..4

ok 760 - ... and is_plan should return a reasonable value
ok 761 - ... we should get a deprecated warning for TAPx::Parser::Result::passed
ok 762 - ... and passed should return a reasonable value
ok 763 - ... and tests_planned should return the correct answer
ok 764 - ... and is_ok should return a reasonable value
not ok 765 - ... and raw should return the correct answer
ok 766 - ... and we should have the correct number of results
ok 767 - 'die_last_minute' should parse successfully
ok 768 - ... we should get a deprecated warning for TAPx::Parser::good_plan
ok 769 - ... and good_plan should return a reasonable value
ok 770 - ... and parse_errors should be the correct amount
ok 771 - ...... and the correct values
ok 772 - ... and tests_run should equal 4
ok 773 - ... and actual_passed should be the correct amount
ok 774 - ...... and the correct values
ok 775 - ... and todo_passed should be the correct amount
ok 776 - ...... and the correct values
ok 777 - ... and passed should be the correct amount
ok 778 - ...... and the correct values
ok 779 - ... and failed should be the correct amount
ok 780 - ...... and the correct values
ok 781 - ... and skipped should be the correct amount
ok 782 - ...... and the correct values
ok 783 - ... and is_good_plan should return a reasonable value
ok 784 - ... and actual_failed should be the correct amount
ok 785 - ...... and the correct values
ok 786 - ... and wait should return a reasonable value
ok 787 - ... and plan should equal 1..4
ok 788 - ... and tests_planned should equal 4
ok 789 - ... and todo should be the correct amount
ok 790 - ...... and the correct values
ok 791 - duplicates 1 We should have a result for 1..10

ok 792 - ... and is_plan should return a reasonable value
ok 793 - ... we should get a deprecated warning for TAPx::Parser::Result::passed
ok 794 - ... and passed should return a reasonable value
ok 795 - ... and tests_planned should return the correct answer
ok 796 - ... and is_ok should return a reasonable value
not ok 797 - ... and raw should return the correct answer
ok 798 - duplicates 2 We should have a result for 
ok 799 - ... and has_skip should return a reasonable value
ok 800 - ... and is_test should return a reasonable value
ok 801 - ... and number should return the correct answer
ok 802 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 803 - ... and actual_passed should return a reasonable value
ok 804 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 805 - ... and passed should return a reasonable value
ok 806 - ... and description should return the correct answer
ok 807 - ... and is_ok should return a reasonable value
ok 808 - ... and is_actual_ok should return a reasonable value
ok 809 - ... and has_todo should return a reasonable value
ok 810 - ... and explanation should return the correct answer
ok 811 - duplicates 3 We should have a result for 
ok 812 - ... and has_skip should return a reasonable value
ok 813 - ... and is_test should return a reasonable value
ok 814 - ... and number should return the correct answer
ok 815 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 816 - ... and actual_passed should return a reasonable value
ok 817 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 818 - ... and passed should return a reasonable value
ok 819 - ... and description should return the correct answer
ok 820 - ... and is_ok should return a reasonable value
ok 821 - ... and is_actual_ok should return a reasonable value
ok 822 - ... and has_todo should return a reasonable value
ok 823 - ... and explanation should return the correct answer
ok 824 - duplicates 4 We should have a result for 
ok 825 - ... and has_skip should return a reasonable value
ok 826 - ... and is_test should return a reasonable value
ok 827 - ... and number should return the correct answer
ok 828 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 829 - ... and actual_passed should return a reasonable value
ok 830 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 831 - ... and passed should return a reasonable value
ok 832 - ... and description should return the correct answer
ok 833 - ... and is_ok should return a reasonable value
ok 834 - ... and is_actual_ok should return a reasonable value
ok 835 - ... and has_todo should return a reasonable value
ok 836 - ... and explanation should return the correct answer
ok 837 - duplicates 5 We should have a result for 
ok 838 - ... and has_skip should return a reasonable value
ok 839 - ... and is_test should return a reasonable value
ok 840 - ... and number should return the correct answer
ok 841 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 842 - ... and actual_passed should return a reasonable value
ok 843 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 844 - ... and passed should return a reasonable value
ok 845 - ... and description should return the correct answer
ok 846 - ... and is_ok should return a reasonable value
ok 847 - ... and is_actual_ok should return a reasonable value
ok 848 - ... and has_todo should return a reasonable value
ok 849 - ... and explanation should return the correct answer
ok 850 - duplicates 6 We should have a result for 
ok 851 - ... and has_skip should return a reasonable value
ok 852 - ... and is_test should return a reasonable value
ok 853 - ... and number should return the correct answer
ok 854 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 855 - ... and actual_passed should return a reasonable value
ok 856 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 857 - ... and passed should return a reasonable value
ok 858 - ... and description should return the correct answer
ok 859 - ... and is_ok should return a reasonable value
ok 860 - ... and is_actual_ok should return a reasonable value
ok 861 - ... and has_todo should return a reasonable value
ok 862 - ... and explanation should return the correct answer
ok 863 - duplicates 7 We should have a result for 
ok 864 - ... and has_skip should return a reasonable value
ok 865 - ... and is_test should return a reasonable value
ok 866 - ... and number should return the correct answer
ok 867 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 868 - ... and actual_passed should return a reasonable value
ok 869 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 870 - ... and passed should return a reasonable value
ok 871 - ... and description should return the correct answer
ok 872 - ... and is_ok should return a reasonable value
ok 873 - ... and is_actual_ok should return a reasonable value
ok 874 - ... and has_todo should return a reasonable value
ok 875 - ... and explanation should return the correct answer
ok 876 - duplicates 8 We should have a result for 
ok 877 - ... and has_skip should return a reasonable value
ok 878 - ... and is_test should return a reasonable value
ok 879 - ... and number should return the correct answer
ok 880 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 881 - ... and actual_passed should return a reasonable value
ok 882 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 883 - ... and passed should return a reasonable value
ok 884 - ... and description should return the correct answer
ok 885 - ... and is_ok should return a reasonable value
ok 886 - ... and is_actual_ok should return a reasonable value
ok 887 - ... and has_todo should return a reasonable value
ok 888 - ... and explanation should return the correct answer
ok 889 - duplicates 9 We should have a result for 
ok 890 - ... and has_skip should return a reasonable value
ok 891 - ... and is_test should return a reasonable value
ok 892 - ... and number should return the correct answer
ok 893 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 894 - ... and actual_passed should return a reasonable value
ok 895 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 896 - ... and passed should return a reasonable value
ok 897 - ... and description should return the correct answer
ok 898 - ... and is_ok should return a reasonable value
ok 899 - ... and is_actual_ok should return a reasonable value
ok 900 - ... and has_todo should return a reasonable value
ok 901 - ... and explanation should return the correct answer
ok 902 - duplicates 10 We should have a result for 
ok 903 - ... and has_skip should return a reasonable value
ok 904 - ... and is_test should return a reasonable value
ok 905 - ... and number should return the correct answer
ok 906 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 907 - ... and actual_passed should return a reasonable value
ok 908 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 909 - ... and passed should return a reasonable value
ok 910 - ... and description should return the correct answer
ok 911 - ... and is_ok should return a reasonable value
ok 912 - ... and is_actual_ok should return a reasonable value
ok 913 - ... and has_todo should return a reasonable value
ok 914 - ... and explanation should return the correct answer
ok 915 - duplicates 11 We should have a result for 
ok 916 - ... and has_skip should return a reasonable value
ok 917 - ... and is_test should return a reasonable value
ok 918 - ... and number should return the correct answer
ok 919 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 920 - ... and actual_passed should return a reasonable value
ok 921 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 922 - ... and passed should return a reasonable value
ok 923 - ... and description should return the correct answer
ok 924 - ... and is_ok should return a reasonable value
ok 925 - ... and is_actual_ok should return a reasonable value
ok 926 - ... and has_todo should return a reasonable value
ok 927 - ... and explanation should return the correct answer
ok 928 - duplicates 12 We should have a result for 
ok 929 - ... and has_skip should return a reasonable value
ok 930 - ... and is_test should return a reasonable value
ok 931 - ... and number should return the correct answer
ok 932 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 933 - ... and actual_passed should return a reasonable value
ok 934 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 935 - ... and passed should return a reasonable value
ok 936 - ... and description should return the correct answer
ok 937 - ... and is_ok should return a reasonable value
ok 938 - ... and is_actual_ok should return a reasonable value
ok 939 - ... and has_todo should return a reasonable value
ok 940 - ... and explanation should return the correct answer
ok 941 - ... and we should have the correct number of results
ok 942 - 'duplicates' should parse successfully
ok 943 - ... we should get a deprecated warning for TAPx::Parser::good_plan
ok 944 - ... and good_plan should return a reasonable value
ok 945 - ... and parse_errors should be the correct amount
ok 946 - ...... and the correct values
ok 947 - ... and tests_run should equal 11
ok 948 - ... and actual_passed should be the correct amount
ok 949 - ...... and the correct values
ok 950 - ... and todo_passed should be the correct amount
ok 951 - ...... and the correct values
ok 952 - ... and passed should be the correct amount
ok 953 - ...... and the correct values
ok 954 - ... and failed should be the correct amount
ok 955 - ...... and the correct values
ok 956 - ... and skipped should be the correct amount
ok 957 - ...... and the correct values
ok 958 - ... and actual_failed should be the correct amount
ok 959 - ...... and the correct values
not ok 960 - ... and wait should equal 0
ok 961 - ... and plan should equal 1..10
ok 962 - ... and tests_planned should equal 10
ok 963 - ... and todo should be the correct amount
ok 964 - ...... and the correct values
ok 965 - head_end 1 We should have a result for \# comments

ok 966 - ... and is_comment should return a reasonable value
ok 967 - ... and comment should return the correct answer
ok 968 - ... we should get a deprecated warning for TAPx::Parser::Result::passed
ok 969 - ... and passed should return a reasonable value
ok 970 - ... and is_ok should return a reasonable value
ok 971 - head_end 2 We should have a result for 
ok 972 - ... and has_skip should return a reasonable value
ok 973 - ... and is_test should return a reasonable value
ok 974 - ... and number should return the correct answer
ok 975 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 976 - ... and actual_passed should return a reasonable value
ok 977 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 978 - ... and passed should return a reasonable value
ok 979 - ... and description should return the correct answer
ok 980 - ... and is_ok should return a reasonable value
ok 981 - ... and is_actual_ok should return a reasonable value
ok 982 - ... and has_todo should return a reasonable value
ok 983 - ... and explanation should return the correct answer
ok 984 - head_end 3 We should have a result for 
ok 985 - ... and has_skip should return a reasonable value
ok 986 - ... and is_test should return a reasonable value
ok 987 - ... and number should return the correct answer
ok 988 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 989 - ... and actual_passed should return a reasonable value
ok 990 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 991 - ... and passed should return a reasonable value
ok 992 - ... and description should return the correct answer
ok 993 - ... and is_ok should return a reasonable value
ok 994 - ... and is_actual_ok should return a reasonable value
ok 995 - ... and has_todo should return a reasonable value
ok 996 - ... and explanation should return the correct answer
ok 997 - head_end 4 We should have a result for 
ok 998 - ... and has_skip should return a reasonable value
ok 999 - ... and is_test should return a reasonable value
ok 1000 - ... and number should return the correct answer
ok 1001 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 1002 - ... and actual_passed should return a reasonable value
ok 1003 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 1004 - ... and passed should return a reasonable value
ok 1005 - ... and description should return the correct answer
ok 1006 - ... and is_ok should return a reasonable value
ok 1007 - ... and is_actual_ok should return a reasonable value
ok 1008 - ... and has_todo should return a reasonable value
ok 1009 - ... and explanation should return the correct answer
ok 1010 - head_end 5 We should have a result for 
ok 1011 - ... and has_skip should return a reasonable value
ok 1012 - ... and is_test should return a reasonable value
ok 1013 - ... and number should return the correct answer
ok 1014 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::actual_passed
ok 1015 - ... and actual_passed should return a reasonable value
ok 1016 - ... we should get a deprecated warning for TAPx::Parser::Result::Test::passed
ok 1017 - ... and passed should return a reasonable value
ok 1018 - ... and description should return the correct answer
ok 1019 - ... and is_ok should return a reasonable value
ok 1020 - ... and is_actual_ok should return a reasonable value
ok 1021 - ... and has_todo should return a reasonable value
ok 1022 - ... and explanation should return the correct answer
ok 1023 - head_end 6 We should have a result for \# comment

ok 1024 - ... and is_comment should return a reasonable value
ok 1025 - ... and comment should return the correct answer
ok 1026 - ... we should get a deprecated warning for TAPx::Parser::Result::passed
ok 1027 - ... and passed should return a reasonable value
ok 1028 - ... and is_ok should return a reasonable value
ok 1029 - head_end 7 We should have a result for 1..4

ok 1030 - ... and is_plan should return a reasonable value
ok 1031 - ... we should get a deprecated warning for TAPx::Parser::Result::passed
ok 1032 - ... and passed should return a reasonable value
ok 1033 - ... and tests_planned should return the correct answer
ok 1034 - ... and is_ok should return a reasonable value
not ok 1035 - ... and raw should return the correct answer
ok 1036 - head_end 8 We should have a result for \# more ignored stuff

ok 1037 - ... and is_comment should return a reasonable value
ok 1038 - ... and

In reply to Re: IPC::Open3 failure on Win32 by El Linko
in thread IPC::Open3 failure on Win32 by Ovid

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-04-23 11:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found