Note that you can avoid these questions by passing the '-n' option to 'Makefile.PL'. Run Heap::Simple benchmarks during 'make test' ? [n] n Use of uninitialized value in string ne at /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 141. Checking if your kit is complete... Looks good Writing Makefile for Heap::Simple::XS cp XS.pm blib/lib/Heap/Simple/XS.pm /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/ExtUtils/xsubpp -typemap /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/ExtUtils/typemap -typemap typemap XS.xs > XS.xsc && mv XS.xsc XS.c cc -c -I. -D_POSIX_C_SOURCE=199506L -D_HPUX_SOURCE +DA1.1 +DS2.0a +z -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Ae -O +Onolimit -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\" +z -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi/CORE XS.c Running Mkbootstrap for Heap::Simple::XS () chmod 644 XS.bs rm -f blib/arch/auto/Heap/Simple/XS/XS.sl LD_RUN_PATH="" ld -b +vnocompatwarnings -L/usr/local/lib XS.o -o blib/arch/auto/Heap/Simple/XS/XS.sl chmod 755 blib/arch/auto/Heap/Simple/XS/XS.sl cp XS.bs blib/arch/auto/Heap/Simple/XS/XS.bs chmod 644 blib/arch/auto/Heap/Simple/XS/XS.bs Manifying blib/man3/Heap::Simple::XS.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00_load........1..1 ok 1 - use Heap::Simple::XS; ok t/01_basic.......ok 1 - use Heap::Simple; ok 2 - We get the type we asked for isa Heap::Simple ok 3 - And it's also of the expected implementor type isa Heap::Simple::XS ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 - extract on empty fails ok 16 - extract on empty fails ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 1..54 ok t/02_stress......ok 1 - use Heap::Simple; ok 2 - Succesfully installed function ok 3 - Nothing yet ok 4 - Proper error message: 'Unknown option 'foo' at t/02_stress.t line 63. # ' ok 5 - Proper error message: 'Odd number of elements in options at t/02_stress.t line 66. # ' ok 6 - Proper error message: 'Unknown order 'zap' at t/02_stress.t line 69. # ' ok 7 - Proper error message: 'Unknown element type 'zap' at t/02_stress.t line 71. # ' ok 8 - Proper error message: 'max_count should not be negative at t/02_stress.t line 78. # ' ok 9 - Proper error message: 'max_count should be an integer at t/02_stress.t line 83. # ' ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 - Case doesn't matter ok 25 ok 26 ok 27 ok 28 ok 29 - Case doesn't matter ok 30 ok 31 - The object isa CODE ok 32 ok 33 ok 34 ok 35 ok 36 - Scalar is default ok 37 - elements is not blessed isa ARRAY ok 38 - Not wrapped ok 39 - wrapped is empty in list context ok 40 ok 41 ok 42 ok 43 - String is preserved ok 44 - String is preserved ok 45 - explicit scalar ok 46 - case doesn't matter ok 47 - explicit scalar as array ok 48 - case doesn't matter ok 49 - key is an alias for scalar ok 50 ok 51 - array defaults to index 0 ok 52 - Not wrapped ok 53 - The object isa Canary ok 54 ok 55 ok 56 ok 57 - array ref without index ok 58 - array ref with index ok 59 - array ref with index ok 60 - array ref with negative index ok 61 - Proper error message: missing key name for Hash at t/FakeHeap.pm line 59. # ok 62 ok 63 - hash element ok 64 - Not wrapped ok 65 - The object isa Canary ok 66 ok 67 ok 68 ok 69 ok 70 - hash element ok 71 - The object isa Canary ok 72 ok 73 ok 74 ok 75 - Proper error message: missing key function for Function at t/FakeHeap.pm line 59. # ok 76 ok 77 - Code is preserved ok 78 - The object isa CODE ok 79 - Not wrapped ok 80 ok 81 - The object isa Canary ok 82 ok 83 ok 84 ok 85 - No Code is needed for Any ok 86 - Wrapped ok 87 - wrapped is true in list context too ok 88 - But can't insert: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 89 ok 90 - Code is preserved ok 91 - The object isa CODE ok 92 ok 93 - The object isa Canary ok 94 ok 95 ok 96 - Proper error message: missing key method for Method at t/FakeHeap.pm line 59. # ok 97 ok 98 - method element ok 99 - Not wrapped ok 100 ok 101 - The object isa Canary ok 102 ok 103 ok 104 ok 105 ok 106 ok 107 ok 108 ok 109 - No method is needed for Object ok 110 - Wrapped ok 111 - But can't insert: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 112 ok 113 - method element ok 114 ok 115 - The object isa Canary ok 116 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 ok 123 - Is a heap: 0 ok 124 ok 125 ok 126 - Died properly: Wam at t/02_stress.t line 1044. # ok 127 ok 128 - Is a heap: -1 0 ok 129 ok 130 ok 131 - Died properly: Wam at t/02_stress.t line 1044. # ok 132 ok 133 - Is a heap: -2 0 -1 ok 134 ok 135 ok 136 - Died properly: Wam at t/02_stress.t line 1044. # ok 137 ok 138 - Is a heap: -2 0 -1 ok 139 ok 140 ok 141 - Died properly: Wam at t/02_stress.t line 1044. # ok 142 ok 143 - Is a heap: -3 -2 -1 0 ok 144 ok 145 ok 146 - Died properly: Wam at t/02_stress.t line 1044. # ok 147 ok 148 - Is a heap: -3 -2 -1 0 ok 149 ok 150 ok 151 - Died properly: Wam at t/02_stress.t line 1044. # ok 152 ok 153 - Is a heap: -4 -3 -1 0 -2 ok 154 ok 155 ok 156 - Died properly: Wam at t/02_stress.t line 1044. # ok 157 ok 158 - Is a heap: -4 -3 -1 0 -2 ok 159 ok 160 ok 161 - Died properly: Wam at t/02_stress.t line 1044. # ok 162 ok 163 - Is a heap: -5 -3 -4 0 -2 -1 ok 164 ok 165 ok 166 - Died properly: Wam at t/02_stress.t line 1044. # ok 167 ok 168 - Is a heap: -5 -3 -4 0 -2 -1 ok 169 ok 170 ok 171 - Died properly: Wam at t/02_stress.t line 1044. # ok 172 ok 173 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 174 ok 175 ok 176 - Died properly: Wam at t/02_stress.t line 1044. # ok 177 ok 178 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 179 ok 180 ok 181 - Died properly: Wam at t/02_stress.t line 1044. # ok 182 ok 183 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 184 ok 185 ok 186 - Died properly: Wam at t/02_stress.t line 1044. # ok 187 ok 188 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 189 ok 190 ok 191 - Died properly: Wam at t/02_stress.t line 1044. # ok 192 ok 193 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 194 ok 195 ok 196 - Died properly: Wam at t/02_stress.t line 1044. # ok 197 ok 198 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 199 ok 200 ok 201 - Died properly: Wam at t/02_stress.t line 1044. # ok 202 ok 203 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 204 ok 205 ok 206 - Died properly: Wam at t/02_stress.t line 1044. # ok 207 ok 208 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 209 ok 210 ok 211 - Died properly: Wam at t/02_stress.t line 1044. # ok 212 ok 213 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 214 ok 215 ok 216 - Died properly: Wam at t/02_stress.t line 1044. # ok 217 ok 218 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 219 ok 220 ok 221 - Died properly: Wam at t/02_stress.t line 1044. # ok 222 ok 223 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 224 ok 225 ok 226 - Died properly: Wam at t/02_stress.t line 1044. # ok 227 ok 228 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 229 ok 230 ok 231 - Died properly: Wam at t/02_stress.t line 1044. # ok 232 ok 233 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 234 ok 235 ok 236 - Died properly: Wam at t/02_stress.t line 1044. # ok 237 ok 238 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 239 ok 240 ok 241 - Died properly: Wam at t/02_stress.t line 1044. # ok 242 ok 243 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 244 ok 245 ok 246 - Died properly: Wam at t/02_stress.t line 1044. # ok 247 ok 248 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 249 ok 250 ok 251 - Died properly: Wam at t/02_stress.t line 1044. # ok 252 ok 253 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 254 ok 255 ok 256 - Died properly: Wam at t/02_stress.t line 1044. # ok 257 ok 258 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 259 ok 260 ok 261 - Died properly: Wam at t/02_stress.t line 1044. # ok 262 ok 263 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 264 ok 265 ok 266 - Died properly: Wam at t/02_stress.t line 1044. # ok 267 ok 268 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 269 ok 270 ok 271 - Died properly: Wam at t/02_stress.t line 1044. # ok 272 ok 273 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 274 ok 275 ok 276 - Died properly: Wam at t/02_stress.t line 1044. # ok 277 ok 278 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 279 ok 280 ok 281 - Died properly: Wam at t/02_stress.t line 1044. # ok 282 ok 283 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 284 ok 285 ok 286 - Died properly: Wam at t/02_stress.t line 1044. # ok 287 ok 288 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 289 ok 290 ok 291 - Died properly: Wam at t/02_stress.t line 1044. # ok 292 ok 293 - Is a heap: -14 -9 -13 -6 -8 -10 -12 0 -3 -2 -7 -1 -5 -4 -11 ok 294 ok 295 ok 296 ok 297 - Is a heap: 0 ok 298 ok 299 ok 300 - Died properly: Wam at t/02_stress.t line 1068. # ok 301 ok 302 - Is a heap: 0 ok 303 ok 304 ok 305 - Died properly: Wam at t/02_stress.t line 1068. # ok 306 ok 307 - Is a heap: -1 0 ok 308 ok 309 ok 310 - Died properly: Wam at t/02_stress.t line 1068. # ok 311 ok 312 - Is a heap: -1 0 ok 313 ok 314 ok 315 - Died properly: Wam at t/02_stress.t line 1068. # ok 316 ok 317 - Is a heap: -2 0 -1 ok 318 ok 319 ok 320 - Died properly: Wam at t/02_stress.t line 1068. # ok 321 ok 322 - Is a heap: -2 0 -1 ok 323 ok 324 ok 325 - Died properly: Wam at t/02_stress.t line 1068. # ok 326 ok 327 - Is a heap: -2 0 -1 ok 328 ok 329 ok 330 - Died properly: Wam at t/02_stress.t line 1068. # ok 331 ok 332 - Is a heap: -3 -2 -1 0 ok 333 ok 334 ok 335 - Died properly: Wam at t/02_stress.t line 1068. # ok 336 ok 337 - Is a heap: -3 -2 -1 0 ok 338 ok 339 ok 340 - Died properly: Wam at t/02_stress.t line 1068. # ok 341 ok 342 - Is a heap: -3 -2 -1 0 ok 343 ok 344 ok 345 - Died properly: Wam at t/02_stress.t line 1068. # ok 346 ok 347 - Is a heap: -4 -3 -1 0 -2 ok 348 ok 349 ok 350 - Died properly: Wam at t/02_stress.t line 1068. # ok 351 ok 352 - Is a heap: -4 -3 -1 0 -2 ok 353 ok 354 ok 355 - Died properly: Wam at t/02_stress.t line 1068. # ok 356 ok 357 - Is a heap: -4 -3 -1 0 -2 ok 358 ok 359 ok 360 - Died properly: Wam at t/02_stress.t line 1068. # ok 361 ok 362 - Is a heap: -5 -3 -4 0 -2 -1 ok 363 ok 364 ok 365 - Died properly: Wam at t/02_stress.t line 1068. # ok 366 ok 367 - Is a heap: -5 -3 -4 0 -2 -1 ok 368 ok 369 ok 370 - Died properly: Wam at t/02_stress.t line 1068. # ok 371 ok 372 - Is a heap: -5 -3 -4 0 -2 -1 ok 373 ok 374 ok 375 - Died properly: Wam at t/02_stress.t line 1068. # ok 376 ok 377 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 378 ok 379 ok 380 - Died properly: Wam at t/02_stress.t line 1068. # ok 381 ok 382 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 383 ok 384 ok 385 - Died properly: Wam at t/02_stress.t line 1068. # ok 386 ok 387 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 388 ok 389 ok 390 - Died properly: Wam at t/02_stress.t line 1068. # ok 391 ok 392 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 393 ok 394 ok 395 - Died properly: Wam at t/02_stress.t line 1068. # ok 396 ok 397 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 398 ok 399 ok 400 - Died properly: Wam at t/02_stress.t line 1068. # ok 401 ok 402 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 403 ok 404 ok 405 - Died properly: Wam at t/02_stress.t line 1068. # ok 406 ok 407 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 408 ok 409 ok 410 - Died properly: Wam at t/02_stress.t line 1068. # ok 411 ok 412 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 413 ok 414 ok 415 - Died properly: Wam at t/02_stress.t line 1068. # ok 416 ok 417 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 418 ok 419 ok 420 - Died properly: Wam at t/02_stress.t line 1068. # ok 421 ok 422 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 423 ok 424 ok 425 - Died properly: Wam at t/02_stress.t line 1068. # ok 426 ok 427 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 428 ok 429 ok 430 - Died properly: Wam at t/02_stress.t line 1068. # ok 431 ok 432 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 433 ok 434 ok 435 - Died properly: Wam at t/02_stress.t line 1068. # ok 436 ok 437 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 438 ok 439 ok 440 - Died properly: Wam at t/02_stress.t line 1068. # ok 441 ok 442 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 443 ok 444 ok 445 - Died properly: Wam at t/02_stress.t line 1068. # ok 446 ok 447 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 448 ok 449 ok 450 - Died properly: Wam at t/02_stress.t line 1068. # ok 451 ok 452 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 453 ok 454 ok 455 - Died properly: Wam at t/02_stress.t line 1068. # ok 456 ok 457 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 458 ok 459 ok 460 - Died properly: Wam at t/02_stress.t line 1068. # ok 461 ok 462 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 463 ok 464 ok 465 - Died properly: Wam at t/02_stress.t line 1068. # ok 466 ok 467 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 468 ok 469 ok 470 - Died properly: Wam at t/02_stress.t line 1068. # ok 471 ok 472 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 473 ok 474 ok 475 - Died properly: Wam at t/02_stress.t line 1068. # ok 476 ok 477 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 478 ok 479 ok 480 - Died properly: Wam at t/02_stress.t line 1068. # ok 481 ok 482 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 483 ok 484 ok 485 - Died properly: Wam at t/02_stress.t line 1068. # ok 486 ok 487 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 488 ok 489 ok 490 - Died properly: Wam at t/02_stress.t line 1068. # ok 491 ok 492 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 493 ok 494 ok 495 - Died properly: Wam at t/02_stress.t line 1068. # ok 496 ok 497 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 498 ok 499 ok 500 - Died properly: Wam at t/02_stress.t line 1068. # ok 501 ok 502 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 503 ok 504 ok 505 - Died properly: Wam at t/02_stress.t line 1068. # ok 506 ok 507 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 508 ok 509 ok 510 - Died properly: Wam at t/02_stress.t line 1068. # ok 511 ok 512 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 513 ok 514 ok 515 - Died properly: Wam at t/02_stress.t line 1068. # ok 516 ok 517 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 518 ok 519 ok 520 - Died properly: Wam at t/02_stress.t line 1068. # ok 521 ok 522 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 523 ok 524 ok 525 - Died properly: Wam at t/02_stress.t line 1068. # ok 526 ok 527 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 528 ok 529 ok 530 - Died properly: Wam at t/02_stress.t line 1068. # ok 531 ok 532 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 533 ok 534 ok 535 - Died properly: Wam at t/02_stress.t line 1068. # ok 536 ok 537 - Is a heap: -14 -9 -13 -6 -8 -10 -12 0 -3 -2 -7 -1 -5 -4 -11 ok 538 ok 539 ok 540 ok 541 - Is a heap: 0 ok 542 ok 543 ok 544 - Died properly: Wam at t/02_stress.t line 1090. # ok 545 ok 546 - Is a heap: -1 0 ok 547 ok 548 ok 549 - Died properly: Wam at t/02_stress.t line 1090. # ok 550 ok 551 - Is a heap: -2 0 -1 ok 552 ok 553 ok 554 - Died properly: Wam at t/02_stress.t line 1090. # ok 555 ok 556 - Is a heap: -2 0 -1 ok 557 ok 558 ok 559 - Died properly: Wam at t/02_stress.t line 1090. # ok 560 ok 561 - Is a heap: -3 -2 -1 0 ok 562 ok 563 ok 564 - Died properly: Wam at t/02_stress.t line 1090. # ok 565 ok 566 - Is a heap: -3 -2 -1 0 ok 567 ok 568 ok 569 - Died properly: Wam at t/02_stress.t line 1090. # ok 570 ok 571 - Is a heap: -4 -3 -1 0 -2 ok 572 ok 573 ok 574 - Died properly: Wam at t/02_stress.t line 1090. # ok 575 ok 576 - Is a heap: -4 -3 -1 0 -2 ok 577 ok 578 ok 579 - Died properly: Wam at t/02_stress.t line 1090. # ok 580 ok 581 - Is a heap: -5 -3 -4 0 -2 -1 ok 582 ok 583 ok 584 - Died properly: Wam at t/02_stress.t line 1090. # ok 585 ok 586 - Is a heap: -5 -3 -4 0 -2 -1 ok 587 ok 588 ok 589 - Died properly: Wam at t/02_stress.t line 1090. # ok 590 ok 591 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 592 ok 593 ok 594 - Died properly: Wam at t/02_stress.t line 1090. # ok 595 ok 596 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 597 ok 598 ok 599 - Died properly: Wam at t/02_stress.t line 1090. # ok 600 ok 601 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 602 ok 603 ok 604 - Died properly: Wam at t/02_stress.t line 1090. # ok 605 ok 606 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 607 ok 608 ok 609 - Died properly: Wam at t/02_stress.t line 1090. # ok 610 ok 611 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 612 ok 613 ok 614 - Died properly: Wam at t/02_stress.t line 1090. # ok 615 ok 616 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 617 ok 618 ok 619 - Died properly: Wam at t/02_stress.t line 1090. # ok 620 ok 621 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 622 ok 623 ok 624 - Died properly: Wam at t/02_stress.t line 1090. # ok 625 ok 626 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 627 ok 628 ok 629 - Died properly: Wam at t/02_stress.t line 1090. # ok 630 ok 631 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 632 ok 633 ok 634 - Died properly: Wam at t/02_stress.t line 1090. # ok 635 ok 636 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 637 ok 638 ok 639 - Died properly: Wam at t/02_stress.t line 1090. # ok 640 ok 641 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 642 ok 643 ok 644 - Died properly: Wam at t/02_stress.t line 1090. # ok 645 ok 646 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 647 ok 648 ok 649 - Died properly: Wam at t/02_stress.t line 1090. # ok 650 ok 651 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 652 ok 653 ok 654 - Died properly: Wam at t/02_stress.t line 1090. # ok 655 ok 656 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 657 ok 658 ok 659 - Died properly: Wam at t/02_stress.t line 1090. # ok 660 ok 661 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 662 ok 663 ok 664 - Died properly: Wam at t/02_stress.t line 1090. # ok 665 ok 666 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 667 ok 668 ok 669 - Died properly: Wam at t/02_stress.t line 1090. # ok 670 ok 671 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 672 ok 673 ok 674 - Died properly: Wam at t/02_stress.t line 1090. # ok 675 ok 676 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 677 ok 678 ok 679 - Died properly: Wam at t/02_stress.t line 1090. # ok 680 ok 681 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 682 ok 683 ok 684 - Died properly: Wam at t/02_stress.t line 1090. # ok 685 ok 686 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 687 ok 688 ok 689 - Died properly: Wam at t/02_stress.t line 1090. # ok 690 ok 691 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 692 ok 693 ok 694 - Died properly: Wam at t/02_stress.t line 1090. # ok 695 ok 696 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 697 ok 698 ok 699 - Died properly: Wam at t/02_stress.t line 1090. # ok 700 ok 701 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 702 ok 703 ok 704 - Died properly: Wam at t/02_stress.t line 1090. # ok 705 ok 706 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 707 ok 708 ok 709 - Died properly: Wam at t/02_stress.t line 1090. # ok 710 ok 711 - Is a heap: -14 -9 -13 -6 -8 -10 -12 0 -3 -2 -7 -1 -5 -4 -11 ok 712 ok 713 ok 714 ok 715 - Is a heap: 0 ok 716 ok 717 ok 718 - Died properly: Wam at t/02_stress.t line 1114. # ok 719 ok 720 - Is a heap: -1 0 ok 721 ok 722 ok 723 - Died properly: Wam at t/02_stress.t line 1114. # ok 724 ok 725 - Is a heap: -2 0 -1 ok 726 ok 727 ok 728 - Died properly: Wam at t/02_stress.t line 1114. # ok 729 ok 730 - Is a heap: -2 0 -1 ok 731 ok 732 ok 733 - Died properly: Wam at t/02_stress.t line 1114. # ok 734 ok 735 - Is a heap: -3 -2 -1 0 ok 736 ok 737 ok 738 - Died properly: Wam at t/02_stress.t line 1114. # ok 739 ok 740 - Is a heap: -3 -2 -1 0 ok 741 ok 742 ok 743 - Died properly: Wam at t/02_stress.t line 1114. # ok 744 ok 745 - Is a heap: -4 -3 -1 0 -2 ok 746 ok 747 ok 748 - Died properly: Wam at t/02_stress.t line 1114. # ok 749 ok 750 - Is a heap: -4 -3 -1 0 -2 ok 751 ok 752 ok 753 - Died properly: Wam at t/02_stress.t line 1114. # ok 754 ok 755 - Is a heap: -5 -3 -4 0 -2 -1 ok 756 ok 757 ok 758 - Died properly: Wam at t/02_stress.t line 1114. # ok 759 ok 760 - Is a heap: -5 -3 -4 0 -2 -1 ok 761 ok 762 ok 763 - Died properly: Wam at t/02_stress.t line 1114. # ok 764 ok 765 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 766 ok 767 ok 768 - Died properly: Wam at t/02_stress.t line 1114. # ok 769 ok 770 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 771 ok 772 ok 773 - Died properly: Wam at t/02_stress.t line 1114. # ok 774 ok 775 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 776 ok 777 ok 778 - Died properly: Wam at t/02_stress.t line 1114. # ok 779 ok 780 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 781 ok 782 ok 783 - Died properly: Wam at t/02_stress.t line 1114. # ok 784 ok 785 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 786 ok 787 ok 788 - Died properly: Wam at t/02_stress.t line 1114. # ok 789 ok 790 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 791 ok 792 ok 793 - Died properly: Wam at t/02_stress.t line 1114. # ok 794 ok 795 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 796 ok 797 ok 798 - Died properly: Wam at t/02_stress.t line 1114. # ok 799 ok 800 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 801 ok 802 ok 803 - Died properly: Wam at t/02_stress.t line 1114. # ok 804 ok 805 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 806 ok 807 ok 808 - Died properly: Wam at t/02_stress.t line 1114. # ok 809 ok 810 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 811 ok 812 ok 813 - Died properly: Wam at t/02_stress.t line 1114. # ok 814 ok 815 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 816 ok 817 ok 818 - Died properly: Wam at t/02_stress.t line 1114. # ok 819 ok 820 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 821 ok 822 ok 823 - Died properly: Wam at t/02_stress.t line 1114. # ok 824 ok 825 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 826 ok 827 ok 828 - Died properly: Wam at t/02_stress.t line 1114. # ok 829 ok 830 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 831 ok 832 ok 833 - Died properly: Wam at t/02_stress.t line 1114. # ok 834 ok 835 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 836 ok 837 ok 838 - Died properly: Wam at t/02_stress.t line 1114. # ok 839 ok 840 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 841 ok 842 ok 843 - Died properly: Wam at t/02_stress.t line 1114. # ok 844 ok 845 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 846 ok 847 ok 848 - Died properly: Wam at t/02_stress.t line 1114. # ok 849 ok 850 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 851 ok 852 ok 853 - Died properly: Wam at t/02_stress.t line 1114. # ok 854 ok 855 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 856 ok 857 ok 858 - Died properly: Wam at t/02_stress.t line 1114. # ok 859 ok 860 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 861 ok 862 ok 863 - Died properly: Wam at t/02_stress.t line 1114. # ok 864 ok 865 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 866 ok 867 ok 868 - Died properly: Wam at t/02_stress.t line 1114. # ok 869 ok 870 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 871 ok 872 ok 873 - Died properly: Wam at t/02_stress.t line 1114. # ok 874 ok 875 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 876 ok 877 ok 878 - Died properly: Wam at t/02_stress.t line 1114. # ok 879 ok 880 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 881 ok 882 ok 883 - Died properly: Wam at t/02_stress.t line 1114. # ok 884 ok 885 - Is a heap: -14 -9 -13 -6 -8 -10 -12 0 -3 -2 -7 -1 -5 -4 -11 ok 886 ok 887 ok 888 - Died properly: Wam at t/02_stress.t line 1159. # ok 889 ok 890 ok 891 ok 892 - Died properly: Wam at t/02_stress.t line 1159. # ok 893 - Died properly: Wam at t/02_stress.t line 1159. # ok 894 ok 895 ok 896 ok 897 - Died properly: Wam at t/02_stress.t line 1159. # ok 898 - Died properly: Wam at t/02_stress.t line 1159. # ok 899 ok 900 ok 901 ok 902 - Died properly: Wam at t/02_stress.t line 1159. # ok 903 - Died properly: Wam at t/02_stress.t line 1159. # ok 904 ok 905 ok 906 ok 907 - Died properly: Wam at t/02_stress.t line 1159. # ok 908 - Died properly: Wam at t/02_stress.t line 1159. # ok 909 ok 910 ok 911 ok 912 - Died properly: Wam at t/02_stress.t line 1159. # ok 913 - Died properly: Wam at t/02_stress.t line 1159. # ok 914 ok 915 ok 916 ok 917 - Died properly: Wam at t/02_stress.t line 1159. # ok 918 - Died properly: Wam at t/02_stress.t line 1189. # ok 919 ok 920 ok 921 ok 922 - Died properly: Wam at t/02_stress.t line 1189. # ok 923 - Died properly: Wam at t/02_stress.t line 1189. # ok 924 ok 925 ok 926 ok 927 - Died properly: Wam at t/02_stress.t line 1189. # ok 928 - Died properly: Wam at t/02_stress.t line 1189. # ok 929 ok 930 ok 931 ok 932 - Died properly: Wam at t/02_stress.t line 1189. # ok 933 - Died properly: Wam at t/02_stress.t line 1189. # ok 934 ok 935 ok 936 ok 937 - Died properly: Wam at t/02_stress.t line 1189. # ok 938 - Died properly: Wam at t/02_stress.t line 1189. # ok 939 ok 940 ok 941 ok 942 - Died properly: Wam at t/02_stress.t line 1189. # ok 943 - Died properly: Wam at t/02_stress.t line 1189. # ok 944 ok 945 ok 946 ok 947 - Died properly: Wam at t/02_stress.t line 1189. # ok 948 - Died properly: Wam at t/02_stress.t line 1189. # ok 949 ok 950 ok 951 ok 952 - Died properly: Wam at t/02_stress.t line 1189. # ok 953 - Died properly: Wam at t/02_stress.t line 1216. # ok 954 ok 955 ok 956 ok 957 - Died properly: Wam at t/02_stress.t line 1216. # ok 958 - Died properly: Wam at t/02_stress.t line 1216. # ok 959 ok 960 ok 961 ok 962 - Died properly: Wam at t/02_stress.t line 1216. # ok 963 - Died properly: Wam at t/02_stress.t line 1216. # ok 964 ok 965 ok 966 ok 967 - Died properly: Wam at t/02_stress.t line 1216. # ok 968 - Died properly: Wam at t/02_stress.t line 1216. # ok 969 ok 970 ok 971 ok 972 - Died properly: Wam at t/02_stress.t line 1216. # ok 973 - Died properly: Wam at t/02_stress.t line 1216. # ok 974 ok 975 ok 976 ok 977 - Died properly: Wam at t/02_stress.t line 1216. # ok 978 - Died properly: Wam at t/02_stress.t line 1216. # ok 979 ok 980 ok 981 ok 982 - Died properly: Wam at t/02_stress.t line 1216. # ok 983 ok 984 - Died properly: Wam at t/02_stress.t line 1248. # ok 985 ok 986 ok 987 - Died properly: Wam at t/02_stress.t line 1248. # ok 988 ok 989 - Died properly: Wam at t/02_stress.t line 1248. # ok 990 ok 991 ok 992 - Died properly: Wam at t/02_stress.t line 1248. # ok 993 ok 994 - Died properly: Wam at t/02_stress.t line 1248. # ok 995 ok 996 ok 997 - Died properly: Wam at t/02_stress.t line 1248. # ok 998 ok 999 - Died properly: Wam at t/02_stress.t line 1248. # ok 1000 ok 1001 ok 1002 - Died properly: Wam at t/02_stress.t line 1248. # ok 1003 ok 1004 - Died properly: Wam at t/02_stress.t line 1248. # ok 1005 ok 1006 ok 1007 - Died properly: Wam at t/02_stress.t line 1248. # ok 1008 ok 1009 - Died properly: Wam at t/02_stress.t line 1248. # ok 1010 ok 1011 ok 1012 - Died properly: Wam at t/02_stress.t line 1248. # ok 1013 ok 1014 - Died properly: Wam at t/02_stress.t line 1248. # ok 1015 ok 1016 ok 1017 - Died properly: Wam at t/02_stress.t line 1248. # ok 1018 ok 1019 ok 1020 ok 1021 - Died properly: Wam at t/02_stress.t line 1281. # ok 1022 ok 1023 ok 1024 - Died properly: Wam at t/02_stress.t line 1281. # ok 1025 ok 1026 - Died properly: Wam at t/02_stress.t line 1281. # ok 1027 ok 1028 ok 1029 - Died properly: Wam at t/02_stress.t line 1281. # ok 1030 ok 1031 - Died properly: Wam at t/02_stress.t line 1281. # ok 1032 ok 1033 ok 1034 - Died properly: Wam at t/02_stress.t line 1281. # ok 1035 ok 1036 - Died properly: Wam at t/02_stress.t line 1281. # ok 1037 ok 1038 ok 1039 - Died properly: Wam at t/02_stress.t line 1281. # ok 1040 ok 1041 - Died properly: Wam at t/02_stress.t line 1281. # ok 1042 ok 1043 ok 1044 - Died properly: Wam at t/02_stress.t line 1281. # ok 1045 ok 1046 - Died properly: Wam at t/02_stress.t line 1281. # ok 1047 ok 1048 ok 1049 - Died properly: Wam at t/02_stress.t line 1281. # ok 1050 ok 1051 - Died properly: Wam at t/02_stress.t line 1281. # ok 1052 ok 1053 ok 1054 - Died properly: Wam at t/02_stress.t line 1281. # ok 1055 ok 1056 - Died properly: Wam at t/02_stress.t line 1281. # ok 1057 ok 1058 ok 1059 - Died properly: Wam at t/02_stress.t line 1281. # ok 1060 ok 1061 ok 1062 ok 1063 - Died properly: Wam at t/02_stress.t line 1311. # ok 1064 ok 1065 ok 1066 - Died properly: Wam at t/02_stress.t line 1311. # ok 1067 ok 1068 - Died properly: Wam at t/02_stress.t line 1311. # ok 1069 ok 1070 ok 1071 - Died properly: Wam at t/02_stress.t line 1311. # ok 1072 ok 1073 - Died properly: Wam at t/02_stress.t line 1311. # ok 1074 ok 1075 ok 1076 - Died properly: Wam at t/02_stress.t line 1311. # ok 1077 ok 1078 - Died properly: Wam at t/02_stress.t line 1311. # ok 1079 ok 1080 ok 1081 - Died properly: Wam at t/02_stress.t line 1311. # ok 1082 ok 1083 - Died properly: Wam at t/02_stress.t line 1311. # ok 1084 ok 1085 ok 1086 - Died properly: Wam at t/02_stress.t line 1311. # ok 1087 ok 1088 - Died properly: Wam at t/02_stress.t line 1311. # ok 1089 ok 1090 ok 1091 - Died properly: Wam at t/02_stress.t line 1311. # ok 1092 ok 1093 - Died properly: Wam at t/02_stress.t line 1311. # ok 1094 ok 1095 ok 1096 - Died properly: Wam at t/02_stress.t line 1311. # ok 1097 ok 1098 ok 1099 ok 1100 - Died properly: Wam at t/02_stress.t line 1343. # ok 1101 ok 1102 ok 1103 - Died properly: Wam at t/02_stress.t line 1343. # ok 1104 ok 1105 - Died properly: Wam at t/02_stress.t line 1343. # ok 1106 ok 1107 ok 1108 - Died properly: Wam at t/02_stress.t line 1343. # ok 1109 ok 1110 - Died properly: Wam at t/02_stress.t line 1343. # ok 1111 ok 1112 ok 1113 - Died properly: Wam at t/02_stress.t line 1343. # ok 1114 ok 1115 - Died properly: Wam at t/02_stress.t line 1343. # ok 1116 ok 1117 ok 1118 - Died properly: Wam at t/02_stress.t line 1343. # ok 1119 ok 1120 - Died properly: Wam at t/02_stress.t line 1343. # ok 1121 ok 1122 ok 1123 - Died properly: Wam at t/02_stress.t line 1343. # ok 1124 ok 1125 - Died properly: Wam at t/02_stress.t line 1343. # ok 1126 ok 1127 ok 1128 - Died properly: Wam at t/02_stress.t line 1343. # ok 1129 ok 1130 - Died properly: Wam at t/02_stress.t line 1343. # ok 1131 ok 1132 ok 1133 - Died properly: Wam at t/02_stress.t line 1343. # ok 1134 ok 1135 ok 1136 - Died properly: Wam at t/02_stress.t line 1159. # ok 1137 ok 1138 ok 1139 ok 1140 - Died properly: Wam at t/02_stress.t line 1159. # ok 1141 - Died properly: Wam at t/02_stress.t line 1159. # ok 1142 ok 1143 ok 1144 ok 1145 - Died properly: Wam at t/02_stress.t line 1159. # ok 1146 - Died properly: Wam at t/02_stress.t line 1159. # ok 1147 ok 1148 ok 1149 ok 1150 - Died properly: Wam at t/02_stress.t line 1159. # ok 1151 - Died properly: Wam at t/02_stress.t line 1159. # ok 1152 ok 1153 ok 1154 ok 1155 - Died properly: Wam at t/02_stress.t line 1159. # ok 1156 - Died properly: Wam at t/02_stress.t line 1159. # ok 1157 ok 1158 ok 1159 ok 1160 - Died properly: Wam at t/02_stress.t line 1159. # ok 1161 - Died properly: Wam at t/02_stress.t line 1159. # ok 1162 ok 1163 ok 1164 ok 1165 - Died properly: Wam at t/02_stress.t line 1159. # ok 1166 - Died properly: Wam at t/02_stress.t line 1189. # ok 1167 ok 1168 ok 1169 ok 1170 - Died properly: Wam at t/02_stress.t line 1189. # ok 1171 - Died properly: Wam at t/02_stress.t line 1189. # ok 1172 ok 1173 ok 1174 ok 1175 - Died properly: Wam at t/02_stress.t line 1189. # ok 1176 - Died properly: Wam at t/02_stress.t line 1189. # ok 1177 ok 1178 ok 1179 ok 1180 - Died properly: Wam at t/02_stress.t line 1189. # ok 1181 - Died properly: Wam at t/02_stress.t line 1189. # ok 1182 ok 1183 ok 1184 ok 1185 - Died properly: Wam at t/02_stress.t line 1189. # ok 1186 - Died properly: Wam at t/02_stress.t line 1189. # ok 1187 ok 1188 ok 1189 ok 1190 - Died properly: Wam at t/02_stress.t line 1189. # ok 1191 - Died properly: Wam at t/02_stress.t line 1189. # ok 1192 ok 1193 ok 1194 ok 1195 - Died properly: Wam at t/02_stress.t line 1189. # ok 1196 - Died properly: Wam at t/02_stress.t line 1189. # ok 1197 ok 1198 ok 1199 ok 1200 - Died properly: Wam at t/02_stress.t line 1189. # ok 1201 - Died properly: Wam at t/02_stress.t line 1216. # ok 1202 ok 1203 ok 1204 ok 1205 - Died properly: Wam at t/02_stress.t line 1216. # ok 1206 - Died properly: Wam at t/02_stress.t line 1216. # ok 1207 ok 1208 ok 1209 ok 1210 - Died properly: Wam at t/02_stress.t line 1216. # ok 1211 - Died properly: Wam at t/02_stress.t line 1216. # ok 1212 ok 1213 ok 1214 ok 1215 - Died properly: Wam at t/02_stress.t line 1216. # ok 1216 - Died properly: Wam at t/02_stress.t line 1216. # ok 1217 ok 1218 ok 1219 ok 1220 - Died properly: Wam at t/02_stress.t line 1216. # ok 1221 - Died properly: Wam at t/02_stress.t line 1216. # ok 1222 ok 1223 ok 1224 ok 1225 - Died properly: Wam at t/02_stress.t line 1216. # ok 1226 - Died properly: Wam at t/02_stress.t line 1216. # ok 1227 ok 1228 ok 1229 ok 1230 - Died properly: Wam at t/02_stress.t line 1216. # ok 1231 ok 1232 - Died properly: Wam at t/02_stress.t line 1248. # ok 1233 ok 1234 ok 1235 - Died properly: Wam at t/02_stress.t line 1248. # ok 1236 ok 1237 - Died properly: Wam at t/02_stress.t line 1248. # ok 1238 ok 1239 ok 1240 - Died properly: Wam at t/02_stress.t line 1248. # ok 1241 ok 1242 - Died properly: Wam at t/02_stress.t line 1248. # ok 1243 ok 1244 ok 1245 - Died properly: Wam at t/02_stress.t line 1248. # ok 1246 ok 1247 - Died properly: Wam at t/02_stress.t line 1248. # ok 1248 ok 1249 ok 1250 - Died properly: Wam at t/02_stress.t line 1248. # ok 1251 ok 1252 - Died properly: Wam at t/02_stress.t line 1248. # ok 1253 ok 1254 ok 1255 - Died properly: Wam at t/02_stress.t line 1248. # ok 1256 ok 1257 - Died properly: Wam at t/02_stress.t line 1248. # ok 1258 ok 1259 ok 1260 - Died properly: Wam at t/02_stress.t line 1248. # ok 1261 ok 1262 - Died properly: Wam at t/02_stress.t line 1248. # ok 1263 ok 1264 ok 1265 - Died properly: Wam at t/02_stress.t line 1248. # ok 1266 ok 1267 ok 1268 ok 1269 - Died properly: Wam at t/02_stress.t line 1281. # ok 1270 ok 1271 ok 1272 - Died properly: Wam at t/02_stress.t line 1281. # ok 1273 ok 1274 - Died properly: Wam at t/02_stress.t line 1281. # ok 1275 ok 1276 ok 1277 - Died properly: Wam at t/02_stress.t line 1281. # ok 1278 ok 1279 - Died properly: Wam at t/02_stress.t line 1281. # ok 1280 ok 1281 ok 1282 - Died properly: Wam at t/02_stress.t line 1281. # ok 1283 ok 1284 - Died properly: Wam at t/02_stress.t line 1281. # ok 1285 ok 1286 ok 1287 - Died properly: Wam at t/02_stress.t line 1281. # ok 1288 ok 1289 - Died properly: Wam at t/02_stress.t line 1281. # ok 1290 ok 1291 ok 1292 - Died properly: Wam at t/02_stress.t line 1281. # ok 1293 ok 1294 - Died properly: Wam at t/02_stress.t line 1281. # ok 1295 ok 1296 ok 1297 - Died properly: Wam at t/02_stress.t line 1281. # ok 1298 ok 1299 - Died properly: Wam at t/02_stress.t line 1281. # ok 1300 ok 1301 ok 1302 - Died properly: Wam at t/02_stress.t line 1281. # ok 1303 ok 1304 - Died properly: Wam at t/02_stress.t line 1281. # ok 1305 ok 1306 ok 1307 - Died properly: Wam at t/02_stress.t line 1281. # ok 1308 ok 1309 ok 1310 ok 1311 - Died properly: Wam at t/02_stress.t line 1311. # ok 1312 ok 1313 ok 1314 - Died properly: Wam at t/02_stress.t line 1311. # ok 1315 ok 1316 - Died properly: Wam at t/02_stress.t line 1311. # ok 1317 ok 1318 ok 1319 - Died properly: Wam at t/02_stress.t line 1311. # ok 1320 ok 1321 - Died properly: Wam at t/02_stress.t line 1311. # ok 1322 ok 1323 ok 1324 - Died properly: Wam at t/02_stress.t line 1311. # ok 1325 ok 1326 - Died properly: Wam at t/02_stress.t line 1311. # ok 1327 ok 1328 ok 1329 - Died properly: Wam at t/02_stress.t line 1311. # ok 1330 ok 1331 - Died properly: Wam at t/02_stress.t line 1311. # ok 1332 ok 1333 ok 1334 - Died properly: Wam at t/02_stress.t line 1311. # ok 1335 ok 1336 - Died properly: Wam at t/02_stress.t line 1311. # ok 1337 ok 1338 ok 1339 - Died properly: Wam at t/02_stress.t line 1311. # ok 1340 ok 1341 - Died properly: Wam at t/02_stress.t line 1311. # ok 1342 ok 1343 ok 1344 - Died properly: Wam at t/02_stress.t line 1311. # ok 1345 ok 1346 ok 1347 ok 1348 - Died properly: Wam at t/02_stress.t line 1343. # ok 1349 ok 1350 ok 1351 - Died properly: Wam at t/02_stress.t line 1343. # ok 1352 ok 1353 - Died properly: Wam at t/02_stress.t line 1343. # ok 1354 ok 1355 ok 1356 - Died properly: Wam at t/02_stress.t line 1343. # ok 1357 ok 1358 - Died properly: Wam at t/02_stress.t line 1343. # ok 1359 ok 1360 ok 1361 - Died properly: Wam at t/02_stress.t line 1343. # ok 1362 ok 1363 - Died properly: Wam at t/02_stress.t line 1343. # ok 1364 ok 1365 ok 1366 - Died properly: Wam at t/02_stress.t line 1343. # ok 1367 ok 1368 - Died properly: Wam at t/02_stress.t line 1343. # ok 1369 ok 1370 ok 1371 - Died properly: Wam at t/02_stress.t line 1343. # ok 1372 ok 1373 - Died properly: Wam at t/02_stress.t line 1343. # ok 1374 ok 1375 ok 1376 - Died properly: Wam at t/02_stress.t line 1343. # ok 1377 ok 1378 - Died properly: Wam at t/02_stress.t line 1343. # ok 1379 ok 1380 ok 1381 - Died properly: Wam at t/02_stress.t line 1343. # ok 1382 ok 1383 ok 1384 - Died properly: Wam at t/02_stress.t line 1159. # ok 1385 ok 1386 ok 1387 ok 1388 - Died properly: Wam at t/02_stress.t line 1159. # ok 1389 - Died properly: Wam at t/02_stress.t line 1159. # ok 1390 ok 1391 ok 1392 ok 1393 - Died properly: Wam at t/02_stress.t line 1159. # ok 1394 - Died properly: Wam at t/02_stress.t line 1159. # ok 1395 ok 1396 ok 1397 ok 1398 - Died properly: Wam at t/02_stress.t line 1159. # ok 1399 - Died properly: Wam at t/02_stress.t line 1159. # ok 1400 ok 1401 ok 1402 ok 1403 - Died properly: Wam at t/02_stress.t line 1159. # ok 1404 - Died properly: Wam at t/02_stress.t line 1159. # ok 1405 ok 1406 ok 1407 ok 1408 - Died properly: Wam at t/02_stress.t line 1159. # ok 1409 - Died properly: Wam at t/02_stress.t line 1159. # ok 1410 ok 1411 ok 1412 ok 1413 - Died properly: Wam at t/02_stress.t line 1159. # ok 1414 - Died properly: Wam at t/02_stress.t line 1189. # ok 1415 ok 1416 ok 1417 ok 1418 - Died properly: Wam at t/02_stress.t line 1189. # ok 1419 - Died properly: Wam at t/02_stress.t line 1189. # ok 1420 ok 1421 ok 1422 ok 1423 - Died properly: Wam at t/02_stress.t line 1189. # ok 1424 - Died properly: Wam at t/02_stress.t line 1189. # ok 1425 ok 1426 ok 1427 ok 1428 - Died properly: Wam at t/02_stress.t line 1189. # ok 1429 - Died properly: Wam at t/02_stress.t line 1189. # ok 1430 ok 1431 ok 1432 ok 1433 - Died properly: Wam at t/02_stress.t line 1189. # ok 1434 - Died properly: Wam at t/02_stress.t line 1189. # ok 1435 ok 1436 ok 1437 ok 1438 - Died properly: Wam at t/02_stress.t line 1189. # ok 1439 - Died properly: Wam at t/02_stress.t line 1189. # ok 1440 ok 1441 ok 1442 ok 1443 - Died properly: Wam at t/02_stress.t line 1189. # ok 1444 - Died properly: Wam at t/02_stress.t line 1189. # ok 1445 ok 1446 ok 1447 ok 1448 - Died properly: Wam at t/02_stress.t line 1189. # ok 1449 - Died properly: Wam at t/02_stress.t line 1216. # ok 1450 ok 1451 ok 1452 ok 1453 - Died properly: Wam at t/02_stress.t line 1216. # ok 1454 - Died properly: Wam at t/02_stress.t line 1216. # ok 1455 ok 1456 ok 1457 ok 1458 - Died properly: Wam at t/02_stress.t line 1216. # ok 1459 - Died properly: Wam at t/02_stress.t line 1216. # ok 1460 ok 1461 ok 1462 ok 1463 - Died properly: Wam at t/02_stress.t line 1216. # ok 1464 - Died properly: Wam at t/02_stress.t line 1216. # ok 1465 ok 1466 ok 1467 ok 1468 - Died properly: Wam at t/02_stress.t line 1216. # ok 1469 - Died properly: Wam at t/02_stress.t line 1216. # ok 1470 ok 1471 ok 1472 ok 1473 - Died properly: Wam at t/02_stress.t line 1216. # ok 1474 - Died properly: Wam at t/02_stress.t line 1216. # ok 1475 ok 1476 ok 1477 ok 1478 - Died properly: Wam at t/02_stress.t line 1216. # ok 1479 ok 1480 - Died properly: Wam at t/02_stress.t line 1248. # ok 1481 ok 1482 ok 1483 - Died properly: Wam at t/02_stress.t line 1248. # ok 1484 ok 1485 - Died properly: Wam at t/02_stress.t line 1248. # ok 1486 ok 1487 ok 1488 - Died properly: Wam at t/02_stress.t line 1248. # ok 1489 ok 1490 - Died properly: Wam at t/02_stress.t line 1248. # ok 1491 ok 1492 ok 1493 - Died properly: Wam at t/02_stress.t line 1248. # ok 1494 ok 1495 - Died properly: Wam at t/02_stress.t line 1248. # ok 1496 ok 1497 ok 1498 - Died properly: Wam at t/02_stress.t line 1248. # ok 1499 ok 1500 - Died properly: Wam at t/02_stress.t line 1248. # ok 1501 ok 1502 ok 1503 - Died properly: Wam at t/02_stress.t line 1248. # ok 1504 ok 1505 - Died properly: Wam at t/02_stress.t line 1248. # ok 1506 ok 1507 ok 1508 - Died properly: Wam at t/02_stress.t line 1248. # ok 1509 ok 1510 - Died properly: Wam at t/02_stress.t line 1248. # ok 1511 ok 1512 ok 1513 - Died properly: Wam at t/02_stress.t line 1248. # ok 1514 ok 1515 ok 1516 ok 1517 - Died properly: Wam at t/02_stress.t line 1281. # ok 1518 ok 1519 ok 1520 - Died properly: Wam at t/02_stress.t line 1281. # ok 1521 ok 1522 - Died properly: Wam at t/02_stress.t line 1281. # ok 1523 ok 1524 ok 1525 - Died properly: Wam at t/02_stress.t line 1281. # ok 1526 ok 1527 - Died properly: Wam at t/02_stress.t line 1281. # ok 1528 ok 1529 ok 1530 - Died properly: Wam at t/02_stress.t line 1281. # ok 1531 ok 1532 - Died properly: Wam at t/02_stress.t line 1281. # ok 1533 ok 1534 ok 1535 - Died properly: Wam at t/02_stress.t line 1281. # ok 1536 ok 1537 - Died properly: Wam at t/02_stress.t line 1281. # ok 1538 ok 1539 ok 1540 - Died properly: Wam at t/02_stress.t line 1281. # ok 1541 ok 1542 - Died properly: Wam at t/02_stress.t line 1281. # ok 1543 ok 1544 ok 1545 - Died properly: Wam at t/02_stress.t line 1281. # ok 1546 ok 1547 - Died properly: Wam at t/02_stress.t line 1281. # ok 1548 ok 1549 ok 1550 - Died properly: Wam at t/02_stress.t line 1281. # ok 1551 ok 1552 - Died properly: Wam at t/02_stress.t line 1281. # ok 1553 ok 1554 ok 1555 - Died properly: Wam at t/02_stress.t line 1281. # ok 1556 ok 1557 ok 1558 ok 1559 - Died properly: Wam at t/02_stress.t line 1311. # ok 1560 ok 1561 ok 1562 - Died properly: Wam at t/02_stress.t line 1311. # ok 1563 ok 1564 - Died properly: Wam at t/02_stress.t line 1311. # ok 1565 ok 1566 ok 1567 - Died properly: Wam at t/02_stress.t line 1311. # ok 1568 ok 1569 - Died properly: Wam at t/02_stress.t line 1311. # ok 1570 ok 1571 ok 1572 - Died properly: Wam at t/02_stress.t line 1311. # ok 1573 ok 1574 - Died properly: Wam at t/02_stress.t line 1311. # ok 1575 ok 1576 ok 1577 - Died properly: Wam at t/02_stress.t line 1311. # ok 1578 ok 1579 - Died properly: Wam at t/02_stress.t line 1311. # ok 1580 ok 1581 ok 1582 - Died properly: Wam at t/02_stress.t line 1311. # ok 1583 ok 1584 - Died properly: Wam at t/02_stress.t line 1311. # ok 1585 ok 1586 ok 1587 - Died properly: Wam at t/02_stress.t line 1311. # ok 1588 ok 1589 - Died properly: Wam at t/02_stress.t line 1311. # ok 1590 ok 1591 ok 1592 - Died properly: Wam at t/02_stress.t line 1311. # ok 1593 ok 1594 ok 1595 ok 1596 - Died properly: Wam at t/02_stress.t line 1343. # ok 1597 ok 1598 ok 1599 - Died properly: Wam at t/02_stress.t line 1343. # ok 1600 ok 1601 - Died properly: Wam at t/02_stress.t line 1343. # ok 1602 ok 1603 ok 1604 - Died properly: Wam at t/02_stress.t line 1343. # ok 1605 ok 1606 - Died properly: Wam at t/02_stress.t line 1343. # ok 1607 ok 1608 ok 1609 - Died properly: Wam at t/02_stress.t line 1343. # ok 1610 ok 1611 - Died properly: Wam at t/02_stress.t line 1343. # ok 1612 ok 1613 ok 1614 - Died properly: Wam at t/02_stress.t line 1343. # ok 1615 ok 1616 - Died properly: Wam at t/02_stress.t line 1343. # ok 1617 ok 1618 ok 1619 - Died properly: Wam at t/02_stress.t line 1343. # ok 1620 ok 1621 - Died properly: Wam at t/02_stress.t line 1343. # ok 1622 ok 1623 ok 1624 - Died properly: Wam at t/02_stress.t line 1343. # ok 1625 ok 1626 - Died properly: Wam at t/02_stress.t line 1343. # ok 1627 ok 1628 ok 1629 - Died properly: Wam at t/02_stress.t line 1343. # ok 1630 ok 1631 ok 1632 - Died properly: Wam at t/02_stress.t line 1159. # ok 1633 ok 1634 ok 1635 ok 1636 - Died properly: Wam at t/02_stress.t line 1159. # ok 1637 - Died properly: Wam at t/02_stress.t line 1159. # ok 1638 ok 1639 ok 1640 ok 1641 - Died properly: Wam at t/02_stress.t line 1159. # ok 1642 - Died properly: Wam at t/02_stress.t line 1159. # ok 1643 ok 1644 ok 1645 ok 1646 - Died properly: Wam at t/02_stress.t line 1159. # ok 1647 - Died properly: Wam at t/02_stress.t line 1159. # ok 1648 ok 1649 ok 1650 ok 1651 - Died properly: Wam at t/02_stress.t line 1159. # ok 1652 - Died properly: Wam at t/02_stress.t line 1159. # ok 1653 ok 1654 ok 1655 ok 1656 - Died properly: Wam at t/02_stress.t line 1159. # ok 1657 - Died properly: Wam at t/02_stress.t line 1159. # ok 1658 ok 1659 ok 1660 ok 1661 - Died properly: Wam at t/02_stress.t line 1159. # ok 1662 - Died properly: Wam at t/02_stress.t line 1189. # ok 1663 ok 1664 ok 1665 ok 1666 - Died properly: Wam at t/02_stress.t line 1189. # ok 1667 - Died properly: Wam at t/02_stress.t line 1189. # ok 1668 ok 1669 ok 1670 ok 1671 - Died properly: Wam at t/02_stress.t line 1189. # ok 1672 - Died properly: Wam at t/02_stress.t line 1189. # ok 1673 ok 1674 ok 1675 ok 1676 - Died properly: Wam at t/02_stress.t line 1189. # ok 1677 - Died properly: Wam at t/02_stress.t line 1189. # ok 1678 ok 1679 ok 1680 ok 1681 - Died properly: Wam at t/02_stress.t line 1189. # ok 1682 - Died properly: Wam at t/02_stress.t line 1189. # ok 1683 ok 1684 ok 1685 ok 1686 - Died properly: Wam at t/02_stress.t line 1189. # ok 1687 - Died properly: Wam at t/02_stress.t line 1189. # ok 1688 ok 1689 ok 1690 ok 1691 - Died properly: Wam at t/02_stress.t line 1189. # ok 1692 - Died properly: Wam at t/02_stress.t line 1189. # ok 1693 ok 1694 ok 1695 ok 1696 - Died properly: Wam at t/02_stress.t line 1189. # ok 1697 - Died properly: Wam at t/02_stress.t line 1216. # ok 1698 ok 1699 ok 1700 ok 1701 - Died properly: Wam at t/02_stress.t line 1216. # ok 1702 - Died properly: Wam at t/02_stress.t line 1216. # ok 1703 ok 1704 ok 1705 ok 1706 - Died properly: Wam at t/02_stress.t line 1216. # ok 1707 - Died properly: Wam at t/02_stress.t line 1216. # ok 1708 ok 1709 ok 1710 ok 1711 - Died properly: Wam at t/02_stress.t line 1216. # ok 1712 - Died properly: Wam at t/02_stress.t line 1216. # ok 1713 ok 1714 ok 1715 ok 1716 - Died properly: Wam at t/02_stress.t line 1216. # ok 1717 - Died properly: Wam at t/02_stress.t line 1216. # ok 1718 ok 1719 ok 1720 ok 1721 - Died properly: Wam at t/02_stress.t line 1216. # ok 1722 - Died properly: Wam at t/02_stress.t line 1216. # ok 1723 ok 1724 ok 1725 ok 1726 - Died properly: Wam at t/02_stress.t line 1216. # ok 1727 ok 1728 - Died properly: Wam at t/02_stress.t line 1248. # ok 1729 ok 1730 ok 1731 - Died properly: Wam at t/02_stress.t line 1248. # ok 1732 ok 1733 - Died properly: Wam at t/02_stress.t line 1248. # ok 1734 ok 1735 ok 1736 - Died properly: Wam at t/02_stress.t line 1248. # ok 1737 ok 1738 - Died properly: Wam at t/02_stress.t line 1248. # ok 1739 ok 1740 ok 1741 - Died properly: Wam at t/02_stress.t line 1248. # ok 1742 ok 1743 - Died properly: Wam at t/02_stress.t line 1248. # ok 1744 ok 1745 ok 1746 - Died properly: Wam at t/02_stress.t line 1248. # ok 1747 ok 1748 - Died properly: Wam at t/02_stress.t line 1248. # ok 1749 ok 1750 ok 1751 - Died properly: Wam at t/02_stress.t line 1248. # ok 1752 ok 1753 - Died properly: Wam at t/02_stress.t line 1248. # ok 1754 ok 1755 ok 1756 - Died properly: Wam at t/02_stress.t line 1248. # ok 1757 ok 1758 - Died properly: Wam at t/02_stress.t line 1248. # ok 1759 ok 1760 ok 1761 - Died properly: Wam at t/02_stress.t line 1248. # ok 1762 ok 1763 ok 1764 ok 1765 - Died properly: Wam at t/02_stress.t line 1281. # ok 1766 ok 1767 ok 1768 - Died properly: Wam at t/02_stress.t line 1281. # ok 1769 ok 1770 - Died properly: Wam at t/02_stress.t line 1281. # ok 1771 ok 1772 ok 1773 - Died properly: Wam at t/02_stress.t line 1281. # ok 1774 ok 1775 - Died properly: Wam at t/02_stress.t line 1281. # ok 1776 ok 1777 ok 1778 - Died properly: Wam at t/02_stress.t line 1281. # ok 1779 ok 1780 - Died properly: Wam at t/02_stress.t line 1281. # ok 1781 ok 1782 ok 1783 - Died properly: Wam at t/02_stress.t line 1281. # ok 1784 ok 1785 - Died properly: Wam at t/02_stress.t line 1281. # ok 1786 ok 1787 ok 1788 - Died properly: Wam at t/02_stress.t line 1281. # ok 1789 ok 1790 - Died properly: Wam at t/02_stress.t line 1281. # ok 1791 ok 1792 ok 1793 - Died properly: Wam at t/02_stress.t line 1281. # ok 1794 ok 1795 - Died properly: Wam at t/02_stress.t line 1281. # ok 1796 ok 1797 ok 1798 - Died properly: Wam at t/02_stress.t line 1281. # ok 1799 ok 1800 - Died properly: Wam at t/02_stress.t line 1281. # ok 1801 ok 1802 ok 1803 - Died properly: Wam at t/02_stress.t line 1281. # ok 1804 ok 1805 ok 1806 ok 1807 - Died properly: Wam at t/02_stress.t line 1311. # ok 1808 ok 1809 ok 1810 - Died properly: Wam at t/02_stress.t line 1311. # ok 1811 ok 1812 - Died properly: Wam at t/02_stress.t line 1311. # ok 1813 ok 1814 ok 1815 - Died properly: Wam at t/02_stress.t line 1311. # ok 1816 ok 1817 - Died properly: Wam at t/02_stress.t line 1311. # ok 1818 ok 1819 ok 1820 - Died properly: Wam at t/02_stress.t line 1311. # ok 1821 ok 1822 - Died properly: Wam at t/02_stress.t line 1311. # ok 1823 ok 1824 ok 1825 - Died properly: Wam at t/02_stress.t line 1311. # ok 1826 ok 1827 - Died properly: Wam at t/02_stress.t line 1311. # ok 1828 ok 1829 ok 1830 - Died properly: Wam at t/02_stress.t line 1311. # ok 1831 ok 1832 - Died properly: Wam at t/02_stress.t line 1311. # ok 1833 ok 1834 ok 1835 - Died properly: Wam at t/02_stress.t line 1311. # ok 1836 ok 1837 - Died properly: Wam at t/02_stress.t line 1311. # ok 1838 ok 1839 ok 1840 - Died properly: Wam at t/02_stress.t line 1311. # ok 1841 ok 1842 ok 1843 ok 1844 - Died properly: Wam at t/02_stress.t line 1343. # ok 1845 ok 1846 ok 1847 - Died properly: Wam at t/02_stress.t line 1343. # ok 1848 ok 1849 - Died properly: Wam at t/02_stress.t line 1343. # ok 1850 ok 1851 ok 1852 - Died properly: Wam at t/02_stress.t line 1343. # ok 1853 ok 1854 - Died properly: Wam at t/02_stress.t line 1343. # ok 1855 ok 1856 ok 1857 - Died properly: Wam at t/02_stress.t line 1343. # ok 1858 ok 1859 - Died properly: Wam at t/02_stress.t line 1343. # ok 1860 ok 1861 ok 1862 - Died properly: Wam at t/02_stress.t line 1343. # ok 1863 ok 1864 - Died properly: Wam at t/02_stress.t line 1343. # ok 1865 ok 1866 ok 1867 - Died properly: Wam at t/02_stress.t line 1343. # ok 1868 ok 1869 - Died properly: Wam at t/02_stress.t line 1343. # ok 1870 ok 1871 ok 1872 - Died properly: Wam at t/02_stress.t line 1343. # ok 1873 ok 1874 - Died properly: Wam at t/02_stress.t line 1343. # ok 1875 ok 1876 ok 1877 - Died properly: Wam at t/02_stress.t line 1343. # ok 1878 ok 1879 ok 1880 - Died properly: Wam at t/02_stress.t line 1159. # ok 1881 ok 1882 ok 1883 ok 1884 - Died properly: Wam at t/02_stress.t line 1159. # ok 1885 - Died properly: Wam at t/02_stress.t line 1159. # ok 1886 ok 1887 ok 1888 ok 1889 - Died properly: Wam at t/02_stress.t line 1159. # ok 1890 - Died properly: Wam at t/02_stress.t line 1159. # ok 1891 ok 1892 ok 1893 ok 1894 - Died properly: Wam at t/02_stress.t line 1159. # ok 1895 - Died properly: Wam at t/02_stress.t line 1159. # ok 1896 ok 1897 ok 1898 ok 1899 - Died properly: Wam at t/02_stress.t line 1159. # ok 1900 - Died properly: Wam at t/02_stress.t line 1159. # ok 1901 ok 1902 ok 1903 ok 1904 - Died properly: Wam at t/02_stress.t line 1159. # ok 1905 - Died properly: Wam at t/02_stress.t line 1159. # ok 1906 ok 1907 ok 1908 ok 1909 - Died properly: Wam at t/02_stress.t line 1159. # ok 1910 - Died properly: Wam at t/02_stress.t line 1189. # ok 1911 ok 1912 ok 1913 ok 1914 - Died properly: Wam at t/02_stress.t line 1189. # ok 1915 - Died properly: Wam at t/02_stress.t line 1189. # ok 1916 ok 1917 ok 1918 ok 1919 - Died properly: Wam at t/02_stress.t line 1189. # ok 1920 - Died properly: Wam at t/02_stress.t line 1189. # ok 1921 ok 1922 ok 1923 ok 1924 - Died properly: Wam at t/02_stress.t line 1189. # ok 1925 - Died properly: Wam at t/02_stress.t line 1189. # ok 1926 ok 1927 ok 1928 ok 1929 - Died properly: Wam at t/02_stress.t line 1189. # ok 1930 - Died properly: Wam at t/02_stress.t line 1189. # ok 1931 ok 1932 ok 1933 ok 1934 - Died properly: Wam at t/02_stress.t line 1189. # ok 1935 - Died properly: Wam at t/02_stress.t line 1189. # ok 1936 ok 1937 ok 1938 ok 1939 - Died properly: Wam at t/02_stress.t line 1189. # ok 1940 - Died properly: Wam at t/02_stress.t line 1189. # ok 1941 ok 1942 ok 1943 ok 1944 - Died properly: Wam at t/02_stress.t line 1189. # ok 1945 - Died properly: Wam at t/02_stress.t line 1216. # ok 1946 ok 1947 ok 1948 ok 1949 - Died properly: Wam at t/02_stress.t line 1216. # ok 1950 - Died properly: Wam at t/02_stress.t line 1216. # ok 1951 ok 1952 ok 1953 ok 1954 - Died properly: Wam at t/02_stress.t line 1216. # ok 1955 - Died properly: Wam at t/02_stress.t line 1216. # ok 1956 ok 1957 ok 1958 ok 1959 - Died properly: Wam at t/02_stress.t line 1216. # ok 1960 - Died properly: Wam at t/02_stress.t line 1216. # ok 1961 ok 1962 ok 1963 ok 1964 - Died properly: Wam at t/02_stress.t line 1216. # ok 1965 - Died properly: Wam at t/02_stress.t line 1216. # ok 1966 ok 1967 ok 1968 ok 1969 - Died properly: Wam at t/02_stress.t line 1216. # ok 1970 - Died properly: Wam at t/02_stress.t line 1216. # ok 1971 ok 1972 ok 1973 ok 1974 - Died properly: Wam at t/02_stress.t line 1216. # ok 1975 ok 1976 - Died properly: Wam at t/02_stress.t line 1248. # ok 1977 ok 1978 ok 1979 - Died properly: Wam at t/02_stress.t line 1248. # ok 1980 ok 1981 - Died properly: Wam at t/02_stress.t line 1248. # ok 1982 ok 1983 ok 1984 - Died properly: Wam at t/02_stress.t line 1248. # ok 1985 ok 1986 - Died properly: Wam at t/02_stress.t line 1248. # ok 1987 ok 1988 ok 1989 - Died properly: Wam at t/02_stress.t line 1248. # ok 1990 ok 1991 - Died properly: Wam at t/02_stress.t line 1248. # ok 1992 ok 1993 ok 1994 - Died properly: Wam at t/02_stress.t line 1248. # ok 1995 ok 1996 - Died properly: Wam at t/02_stress.t line 1248. # ok 1997 ok 1998 ok 1999 - Died properly: Wam at t/02_stress.t line 1248. # ok 2000 ok 2001 - Died properly: Wam at t/02_stress.t line 1248. # ok 2002 ok 2003 ok 2004 - Died properly: Wam at t/02_stress.t line 1248. # ok 2005 ok 2006 - Died properly: Wam at t/02_stress.t line 1248. # ok 2007 ok 2008 ok 2009 - Died properly: Wam at t/02_stress.t line 1248. # ok 2010 ok 2011 ok 2012 ok 2013 - Died properly: Wam at t/02_stress.t line 1281. # ok 2014 ok 2015 ok 2016 - Died properly: Wam at t/02_stress.t line 1281. # ok 2017 ok 2018 - Died properly: Wam at t/02_stress.t line 1281. # ok 2019 ok 2020 ok 2021 - Died properly: Wam at t/02_stress.t line 1281. # ok 2022 ok 2023 - Died properly: Wam at t/02_stress.t line 1281. # ok 2024 ok 2025 ok 2026 - Died properly: Wam at t/02_stress.t line 1281. # ok 2027 ok 2028 - Died properly: Wam at t/02_stress.t line 1281. # ok 2029 ok 2030 ok 2031 - Died properly: Wam at t/02_stress.t line 1281. # ok 2032 ok 2033 - Died properly: Wam at t/02_stress.t line 1281. # ok 2034 ok 2035 ok 2036 - Died properly: Wam at t/02_stress.t line 1281. # ok 2037 ok 2038 - Died properly: Wam at t/02_stress.t line 1281. # ok 2039 ok 2040 ok 2041 - Died properly: Wam at t/02_stress.t line 1281. # ok 2042 ok 2043 - Died properly: Wam at t/02_stress.t line 1281. # ok 2044 ok 2045 ok 2046 - Died properly: Wam at t/02_stress.t line 1281. # ok 2047 ok 2048 - Died properly: Wam at t/02_stress.t line 1281. # ok 2049 ok 2050 ok 2051 - Died properly: Wam at t/02_stress.t line 1281. # ok 2052 ok 2053 ok 2054 ok 2055 - Died properly: Wam at t/02_stress.t line 1311. # ok 2056 ok 2057 ok 2058 - Died properly: Wam at t/02_stress.t line 1311. # ok 2059 ok 2060 - Died properly: Wam at t/02_stress.t line 1311. # ok 2061 ok 2062 ok 2063 - Died properly: Wam at t/02_stress.t line 1311. # ok 2064 ok 2065 - Died properly: Wam at t/02_stress.t line 1311. # ok 2066 ok 2067 ok 2068 - Died properly: Wam at t/02_stress.t line 1311. # ok 2069 ok 2070 - Died properly: Wam at t/02_stress.t line 1311. # ok 2071 ok 2072 ok 2073 - Died properly: Wam at t/02_stress.t line 1311. # ok 2074 ok 2075 - Died properly: Wam at t/02_stress.t line 1311. # ok 2076 ok 2077 ok 2078 - Died properly: Wam at t/02_stress.t line 1311. # ok 2079 ok 2080 - Died properly: Wam at t/02_stress.t line 1311. # ok 2081 ok 2082 ok 2083 - Died properly: Wam at t/02_stress.t line 1311. # ok 2084 ok 2085 - Died properly: Wam at t/02_stress.t line 1311. # ok 2086 ok 2087 ok 2088 - Died properly: Wam at t/02_stress.t line 1311. # ok 2089 ok 2090 ok 2091 ok 2092 - Died properly: Wam at t/02_stress.t line 1343. # ok 2093 ok 2094 ok 2095 - Died properly: Wam at t/02_stress.t line 1343. # ok 2096 ok 2097 - Died properly: Wam at t/02_stress.t line 1343. # ok 2098 ok 2099 ok 2100 - Died properly: Wam at t/02_stress.t line 1343. # ok 2101 ok 2102 - Died properly: Wam at t/02_stress.t line 1343. # ok 2103 ok 2104 ok 2105 - Died properly: Wam at t/02_stress.t line 1343. # ok 2106 ok 2107 - Died properly: Wam at t/02_stress.t line 1343. # ok 2108 ok 2109 ok 2110 - Died properly: Wam at t/02_stress.t line 1343. # ok 2111 ok 2112 - Died properly: Wam at t/02_stress.t line 1343. # ok 2113 ok 2114 ok 2115 - Died properly: Wam at t/02_stress.t line 1343. # ok 2116 ok 2117 - Died properly: Wam at t/02_stress.t line 1343. # ok 2118 ok 2119 ok 2120 - Died properly: Wam at t/02_stress.t line 1343. # ok 2121 ok 2122 - Died properly: Wam at t/02_stress.t line 1343. # ok 2123 ok 2124 ok 2125 - Died properly: Wam at t/02_stress.t line 1343. # ok 2126 ok 2127 ok 2128 - Died properly: Wam at t/02_stress.t line 1159. # ok 2129 ok 2130 ok 2131 ok 2132 - Died properly: Wam at t/02_stress.t line 1159. # ok 2133 - Died properly: Wam at t/02_stress.t line 1159. # ok 2134 ok 2135 ok 2136 ok 2137 - Died properly: Wam at t/02_stress.t line 1159. # ok 2138 - Died properly: Wam at t/02_stress.t line 1159. # ok 2139 ok 2140 ok 2141 ok 2142 - Died properly: Wam at t/02_stress.t line 1159. # ok 2143 - Died properly: Wam at t/02_stress.t line 1159. # ok 2144 ok 2145 ok 2146 ok 2147 - Died properly: Wam at t/02_stress.t line 1159. # ok 2148 - Died properly: Wam at t/02_stress.t line 1159. # ok 2149 ok 2150 ok 2151 ok 2152 - Died properly: Wam at t/02_stress.t line 1159. # ok 2153 - Died properly: Wam at t/02_stress.t line 1159. # ok 2154 ok 2155 ok 2156 ok 2157 - Died properly: Wam at t/02_stress.t line 1159. # ok 2158 - Died properly: Wam at t/02_stress.t line 1189. # ok 2159 ok 2160 ok 2161 ok 2162 - Died properly: Wam at t/02_stress.t line 1189. # ok 2163 - Died properly: Wam at t/02_stress.t line 1189. # ok 2164 ok 2165 ok 2166 ok 2167 - Died properly: Wam at t/02_stress.t line 1189. # ok 2168 - Died properly: Wam at t/02_stress.t line 1189. # ok 2169 ok 2170 ok 2171 ok 2172 - Died properly: Wam at t/02_stress.t line 1189. # ok 2173 - Died properly: Wam at t/02_stress.t line 1189. # ok 2174 ok 2175 ok 2176 ok 2177 - Died properly: Wam at t/02_stress.t line 1189. # ok 2178 - Died properly: Wam at t/02_stress.t line 1189. # ok 2179 ok 2180 ok 2181 ok 2182 - Died properly: Wam at t/02_stress.t line 1189. # ok 2183 - Died properly: Wam at t/02_stress.t line 1189. # ok 2184 ok 2185 ok 2186 ok 2187 - Died properly: Wam at t/02_stress.t line 1189. # ok 2188 - Died properly: Wam at t/02_stress.t line 1189. # ok 2189 ok 2190 ok 2191 ok 2192 - Died properly: Wam at t/02_stress.t line 1189. # ok 2193 - Died properly: Wam at t/02_stress.t line 1216. # ok 2194 ok 2195 ok 2196 ok 2197 - Died properly: Wam at t/02_stress.t line 1216. # ok 2198 - Died properly: Wam at t/02_stress.t line 1216. # ok 2199 ok 2200 ok 2201 ok 2202 - Died properly: Wam at t/02_stress.t line 1216. # ok 2203 - Died properly: Wam at t/02_stress.t line 1216. # ok 2204 ok 2205 ok 2206 ok 2207 - Died properly: Wam at t/02_stress.t line 1216. # ok 2208 - Died properly: Wam at t/02_stress.t line 1216. # ok 2209 ok 2210 ok 2211 ok 2212 - Died properly: Wam at t/02_stress.t line 1216. # ok 2213 - Died properly: Wam at t/02_stress.t line 1216. # ok 2214 ok 2215 ok 2216 ok 2217 - Died properly: Wam at t/02_stress.t line 1216. # ok 2218 - Died properly: Wam at t/02_stress.t line 1216. # ok 2219 ok 2220 ok 2221 ok 2222 - Died properly: Wam at t/02_stress.t line 1216. # ok 2223 ok 2224 - Died properly: Wam at t/02_stress.t line 1248. # ok 2225 ok 2226 ok 2227 - Died properly: Wam at t/02_stress.t line 1248. # ok 2228 ok 2229 - Died properly: Wam at t/02_stress.t line 1248. # ok 2230 ok 2231 ok 2232 - Died properly: Wam at t/02_stress.t line 1248. # ok 2233 ok 2234 - Died properly: Wam at t/02_stress.t line 1248. # ok 2235 ok 2236 ok 2237 - Died properly: Wam at t/02_stress.t line 1248. # ok 2238 ok 2239 - Died properly: Wam at t/02_stress.t line 1248. # ok 2240 ok 2241 ok 2242 - Died properly: Wam at t/02_stress.t line 1248. # ok 2243 ok 2244 - Died properly: Wam at t/02_stress.t line 1248. # ok 2245 ok 2246 ok 2247 - Died properly: Wam at t/02_stress.t line 1248. # ok 2248 ok 2249 - Died properly: Wam at t/02_stress.t line 1248. # ok 2250 ok 2251 ok 2252 - Died properly: Wam at t/02_stress.t line 1248. # ok 2253 ok 2254 - Died properly: Wam at t/02_stress.t line 1248. # ok 2255 ok 2256 ok 2257 - Died properly: Wam at t/02_stress.t line 1248. # ok 2258 ok 2259 ok 2260 ok 2261 - Died properly: Wam at t/02_stress.t line 1281. # ok 2262 ok 2263 ok 2264 - Died properly: Wam at t/02_stress.t line 1281. # ok 2265 ok 2266 - Died properly: Wam at t/02_stress.t line 1281. # ok 2267 ok 2268 ok 2269 - Died properly: Wam at t/02_stress.t line 1281. # ok 2270 ok 2271 - Died properly: Wam at t/02_stress.t line 1281. # ok 2272 ok 2273 ok 2274 - Died properly: Wam at t/02_stress.t line 1281. # ok 2275 ok 2276 - Died properly: Wam at t/02_stress.t line 1281. # ok 2277 ok 2278 ok 2279 - Died properly: Wam at t/02_stress.t line 1281. # ok 2280 ok 2281 - Died properly: Wam at t/02_stress.t line 1281. # ok 2282 ok 2283 ok 2284 - Died properly: Wam at t/02_stress.t line 1281. # ok 2285 ok 2286 - Died properly: Wam at t/02_stress.t line 1281. # ok 2287 ok 2288 ok 2289 - Died properly: Wam at t/02_stress.t line 1281. # ok 2290 ok 2291 - Died properly: Wam at t/02_stress.t line 1281. # ok 2292 ok 2293 ok 2294 - Died properly: Wam at t/02_stress.t line 1281. # ok 2295 ok 2296 - Died properly: Wam at t/02_stress.t line 1281. # ok 2297 ok 2298 ok 2299 - Died properly: Wam at t/02_stress.t line 1281. # ok 2300 ok 2301 ok 2302 ok 2303 - Died properly: Wam at t/02_stress.t line 1311. # ok 2304 ok 2305 ok 2306 - Died properly: Wam at t/02_stress.t line 1311. # ok 2307 ok 2308 - Died properly: Wam at t/02_stress.t line 1311. # ok 2309 ok 2310 ok 2311 - Died properly: Wam at t/02_stress.t line 1311. # ok 2312 ok 2313 - Died properly: Wam at t/02_stress.t line 1311. # ok 2314 ok 2315 ok 2316 - Died properly: Wam at t/02_stress.t line 1311. # ok 2317 ok 2318 - Died properly: Wam at t/02_stress.t line 1311. # ok 2319 ok 2320 ok 2321 - Died properly: Wam at t/02_stress.t line 1311. # ok 2322 ok 2323 - Died properly: Wam at t/02_stress.t line 1311. # ok 2324 ok 2325 ok 2326 - Died properly: Wam at t/02_stress.t line 1311. # ok 2327 ok 2328 - Died properly: Wam at t/02_stress.t line 1311. # ok 2329 ok 2330 ok 2331 - Died properly: Wam at t/02_stress.t line 1311. # ok 2332 ok 2333 - Died properly: Wam at t/02_stress.t line 1311. # ok 2334 ok 2335 ok 2336 - Died properly: Wam at t/02_stress.t line 1311. # ok 2337 ok 2338 ok 2339 ok 2340 - Died properly: Wam at t/02_stress.t line 1343. # ok 2341 ok 2342 ok 2343 - Died properly: Wam at t/02_stress.t line 1343. # ok 2344 ok 2345 - Died properly: Wam at t/02_stress.t line 1343. # ok 2346 ok 2347 ok 2348 - Died properly: Wam at t/02_stress.t line 1343. # ok 2349 ok 2350 - Died properly: Wam at t/02_stress.t line 1343. # ok 2351 ok 2352 ok 2353 - Died properly: Wam at t/02_stress.t line 1343. # ok 2354 ok 2355 - Died properly: Wam at t/02_stress.t line 1343. # ok 2356 ok 2357 ok 2358 - Died properly: Wam at t/02_stress.t line 1343. # ok 2359 ok 2360 - Died properly: Wam at t/02_stress.t line 1343. # ok 2361 ok 2362 ok 2363 - Died properly: Wam at t/02_stress.t line 1343. # ok 2364 ok 2365 - Died properly: Wam at t/02_stress.t line 1343. # ok 2366 ok 2367 ok 2368 - Died properly: Wam at t/02_stress.t line 1343. # ok 2369 ok 2370 - Died properly: Wam at t/02_stress.t line 1343. # ok 2371 ok 2372 ok 2373 - Died properly: Wam at t/02_stress.t line 1343. # ok 2374 ok 2375 ok 2376 - Died properly: Wam at t/02_stress.t line 1159. # ok 2377 ok 2378 ok 2379 ok 2380 - Died properly: Wam at t/02_stress.t line 1159. # ok 2381 - Died properly: Wam at t/02_stress.t line 1159. # ok 2382 ok 2383 ok 2384 ok 2385 - Died properly: Wam at t/02_stress.t line 1159. # ok 2386 - Died properly: Wam at t/02_stress.t line 1159. # ok 2387 ok 2388 ok 2389 ok 2390 - Died properly: Wam at t/02_stress.t line 1159. # ok 2391 - Died properly: Wam at t/02_stress.t line 1159. # ok 2392 ok 2393 ok 2394 ok 2395 - Died properly: Wam at t/02_stress.t line 1159. # ok 2396 - Died properly: Wam at t/02_stress.t line 1159. # ok 2397 ok 2398 ok 2399 ok 2400 - Died properly: Wam at t/02_stress.t line 1159. # ok 2401 - Died properly: Wam at t/02_stress.t line 1189. # ok 2402 ok 2403 ok 2404 ok 2405 - Died properly: Wam at t/02_stress.t line 1189. # ok 2406 - Died properly: Wam at t/02_stress.t line 1189. # ok 2407 ok 2408 ok 2409 ok 2410 - Died properly: Wam at t/02_stress.t line 1189. # ok 2411 - Died properly: Wam at t/02_stress.t line 1189. # ok 2412 ok 2413 ok 2414 ok 2415 - Died properly: Wam at t/02_stress.t line 1189. # ok 2416 - Died properly: Wam at t/02_stress.t line 1189. # ok 2417 ok 2418 ok 2419 ok 2420 - Died properly: Wam at t/02_stress.t line 1189. # ok 2421 - Died properly: Wam at t/02_stress.t line 1189. # ok 2422 ok 2423 ok 2424 ok 2425 - Died properly: Wam at t/02_stress.t line 1189. # ok 2426 - Died properly: Wam at t/02_stress.t line 1189. # ok 2427 ok 2428 ok 2429 ok 2430 - Died properly: Wam at t/02_stress.t line 1189. # ok 2431 - Died properly: Wam at t/02_stress.t line 1216. # ok 2432 ok 2433 ok 2434 ok 2435 - Died properly: Wam at t/02_stress.t line 1216. # ok 2436 - Died properly: Wam at t/02_stress.t line 1216. # ok 2437 ok 2438 ok 2439 ok 2440 - Died properly: Wam at t/02_stress.t line 1216. # ok 2441 - Died properly: Wam at t/02_stress.t line 1216. # ok 2442 ok 2443 ok 2444 ok 2445 - Died properly: Wam at t/02_stress.t line 1216. # ok 2446 - Died properly: Wam at t/02_stress.t line 1216. # ok 2447 ok 2448 ok 2449 ok 2450 - Died properly: Wam at t/02_stress.t line 1216. # ok 2451 - Died properly: Wam at t/02_stress.t line 1216. # ok 2452 ok 2453 ok 2454 ok 2455 - Died properly: Wam at t/02_stress.t line 1216. # ok 2456 ok 2457 - Died properly: Wam at t/02_stress.t line 1248. # ok 2458 ok 2459 ok 2460 - Died properly: Wam at t/02_stress.t line 1248. # ok 2461 ok 2462 - Died properly: Wam at t/02_stress.t line 1248. # ok 2463 ok 2464 ok 2465 - Died properly: Wam at t/02_stress.t line 1248. # ok 2466 ok 2467 - Died properly: Wam at t/02_stress.t line 1248. # ok 2468 ok 2469 ok 2470 - Died properly: Wam at t/02_stress.t line 1248. # ok 2471 ok 2472 - Died properly: Wam at t/02_stress.t line 1248. # ok 2473 ok 2474 ok 2475 - Died properly: Wam at t/02_stress.t line 1248. # ok 2476 ok 2477 - Died properly: Wam at t/02_stress.t line 1248. # ok 2478 ok 2479 ok 2480 - Died properly: Wam at t/02_stress.t line 1248. # ok 2481 ok 2482 - Died properly: Wam at t/02_stress.t line 1248. # ok 2483 ok 2484 ok 2485 - Died properly: Wam at t/02_stress.t line 1248. # ok 2486 ok 2487 ok 2488 ok 2489 - Died properly: Wam at t/02_stress.t line 1281. # ok 2490 ok 2491 ok 2492 - Died properly: Wam at t/02_stress.t line 1281. # ok 2493 ok 2494 - Died properly: Wam at t/02_stress.t line 1281. # ok 2495 ok 2496 ok 2497 - Died properly: Wam at t/02_stress.t line 1281. # ok 2498 ok 2499 - Died properly: Wam at t/02_stress.t line 1281. # ok 2500 ok 2501 ok 2502 - Died properly: Wam at t/02_stress.t line 1281. # ok 2503 ok 2504 - Died properly: Wam at t/02_stress.t line 1281. # ok 2505 ok 2506 ok 2507 - Died properly: Wam at t/02_stress.t line 1281. # ok 2508 ok 2509 - Died properly: Wam at t/02_stress.t line 1281. # ok 2510 ok 2511 ok 2512 - Died properly: Wam at t/02_stress.t line 1281. # ok 2513 ok 2514 - Died properly: Wam at t/02_stress.t line 1281. # ok 2515 ok 2516 ok 2517 - Died properly: Wam at t/02_stress.t line 1281. # ok 2518 ok 2519 - Died properly: Wam at t/02_stress.t line 1281. # ok 2520 ok 2521 ok 2522 - Died properly: Wam at t/02_stress.t line 1281. # ok 2523 ok 2524 ok 2525 ok 2526 - Died properly: Wam at t/02_stress.t line 1311. # ok 2527 ok 2528 ok 2529 - Died properly: Wam at t/02_stress.t line 1311. # ok 2530 ok 2531 - Died properly: Wam at t/02_stress.t line 1311. # ok 2532 ok 2533 ok 2534 - Died properly: Wam at t/02_stress.t line 1311. # ok 2535 ok 2536 - Died properly: Wam at t/02_stress.t line 1311. # ok 2537 ok 2538 ok 2539 - Died properly: Wam at t/02_stress.t line 1311. # ok 2540 ok 2541 - Died properly: Wam at t/02_stress.t line 1311. # ok 2542 ok 2543 ok 2544 - Died properly: Wam at t/02_stress.t line 1311. # ok 2545 ok 2546 - Died properly: Wam at t/02_stress.t line 1311. # ok 2547 ok 2548 ok 2549 - Died properly: Wam at t/02_stress.t line 1311. # ok 2550 ok 2551 - Died properly: Wam at t/02_stress.t line 1311. # ok 2552 ok 2553 ok 2554 - Died properly: Wam at t/02_stress.t line 1311. # ok 2555 ok 2556 ok 2557 ok 2558 - Died properly: Wam at t/02_stress.t line 1343. # ok 2559 ok 2560 ok 2561 - Died properly: Wam at t/02_stress.t line 1343. # ok 2562 ok 2563 - Died properly: Wam at t/02_stress.t line 1343. # ok 2564 ok 2565 ok 2566 - Died properly: Wam at t/02_stress.t line 1343. # ok 2567 ok 2568 - Died properly: Wam at t/02_stress.t line 1343. # ok 2569 ok 2570 ok 2571 - Died properly: Wam at t/02_stress.t line 1343. # ok 2572 ok 2573 - Died properly: Wam at t/02_stress.t line 1343. # ok 2574 ok 2575 ok 2576 - Died properly: Wam at t/02_stress.t line 1343. # ok 2577 ok 2578 - Died properly: Wam at t/02_stress.t line 1343. # ok 2579 ok 2580 ok 2581 - Died properly: Wam at t/02_stress.t line 1343. # ok 2582 ok 2583 - Died properly: Wam at t/02_stress.t line 1343. # ok 2584 ok 2585 ok 2586 - Died properly: Wam at t/02_stress.t line 1343. # ok 2587 ok 2588 ok 2589 - Died properly: Wam at t/02_stress.t line 1159. # ok 2590 ok 2591 ok 2592 ok 2593 - Died properly: Wam at t/02_stress.t line 1159. # ok 2594 - Died properly: Wam at t/02_stress.t line 1159. # ok 2595 ok 2596 ok 2597 ok 2598 - Died properly: Wam at t/02_stress.t line 1159. # ok 2599 - Died properly: Wam at t/02_stress.t line 1159. # ok 2600 ok 2601 ok 2602 ok 2603 - Died properly: Wam at t/02_stress.t line 1159. # ok 2604 - Died properly: Wam at t/02_stress.t line 1159. # ok 2605 ok 2606 ok 2607 ok 2608 - Died properly: Wam at t/02_stress.t line 1159. # ok 2609 - Died properly: Wam at t/02_stress.t line 1159. # ok 2610 ok 2611 ok 2612 ok 2613 - Died properly: Wam at t/02_stress.t line 1159. # ok 2614 - Died properly: Wam at t/02_stress.t line 1189. # ok 2615 ok 2616 ok 2617 ok 2618 - Died properly: Wam at t/02_stress.t line 1189. # ok 2619 - Died properly: Wam at t/02_stress.t line 1189. # ok 2620 ok 2621 ok 2622 ok 2623 - Died properly: Wam at t/02_stress.t line 1189. # ok 2624 - Died properly: Wam at t/02_stress.t line 1189. # ok 2625 ok 2626 ok 2627 ok 2628 - Died properly: Wam at t/02_stress.t line 1189. # ok 2629 - Died properly: Wam at t/02_stress.t line 1189. # ok 2630 ok 2631 ok 2632 ok 2633 - Died properly: Wam at t/02_stress.t line 1189. # ok 2634 - Died properly: Wam at t/02_stress.t line 1189. # ok 2635 ok 2636 ok 2637 ok 2638 - Died properly: Wam at t/02_stress.t line 1189. # ok 2639 - Died properly: Wam at t/02_stress.t line 1189. # ok 2640 ok 2641 ok 2642 ok 2643 - Died properly: Wam at t/02_stress.t line 1189. # ok 2644 - Died properly: Wam at t/02_stress.t line 1216. # ok 2645 ok 2646 ok 2647 ok 2648 - Died properly: Wam at t/02_stress.t line 1216. # ok 2649 - Died properly: Wam at t/02_stress.t line 1216. # ok 2650 ok 2651 ok 2652 ok 2653 - Died properly: Wam at t/02_stress.t line 1216. # ok 2654 - Died properly: Wam at t/02_stress.t line 1216. # ok 2655 ok 2656 ok 2657 ok 2658 - Died properly: Wam at t/02_stress.t line 1216. # ok 2659 - Died properly: Wam at t/02_stress.t line 1216. # ok 2660 ok 2661 ok 2662 ok 2663 - Died properly: Wam at t/02_stress.t line 1216. # ok 2664 - Died properly: Wam at t/02_stress.t line 1216. # ok 2665 ok 2666 ok 2667 ok 2668 - Died properly: Wam at t/02_stress.t line 1216. # ok 2669 - Proper error message Waf1 at t/02_stress.t line 1376. # ok 2670 ok 2671 ok 2672 ok 2673 ok 2674 ok 2675 - Start empty ok 2676 ok 2677 ok 2678 ok 2679 ok 2680 - There are no values ok 2681 - There are no keys ok 2682 - Expected order ok 2683 - Expected order ok 2684 - Expected element type ok 2685 - Expected element type ok 2686 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 2687 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 2688 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 2689 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 2690 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 2691 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 2692 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 2693 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 2694 - proper infinity ok 2695 - proper infinity ok 2696 - Count is number of inserts ok 2697 - There are 9 values ok 2698 - There are 9 keys ok 2699 - keys and values have compatible order ok 2700 ok 2701 - Count lowered by extracts ok 2702 - 2 values left ok 2703 - Empty after clear ok 2704 - Double clear works ok 2705 - Empty after extract_all ok 2706 - extract_top on empty heap dies ok 2707 - extract_top on empty heap dies ok 2708 - extract_min on empty heap dies ok 2709 - extract_min on empty heap dies ok 2710 - extract first on empty returns undef ok 2711 - extract first on empty returns no values ok 2712 - top on empty heap dies ok 2713 - top on empty heap dies ok 2714 - undefined first on empty heap ok 2715 - No first key in list context ok 2716 - Return infinity on empty ok 2717 - Return infinity on empty in list context ok 2718 - Return infinity on empty ok 2719 - Return infinity on empty in list context ok 2720 - undef first_key ok 2721 - Empty list from first_key ok 2722 - There are no values ok 2723 - There are no keys ok 2724 - There are no values ok 2725 - Scalar is simple ok 2726 - Scalars aren't wrapped ok 2727 - Scalars aren't wrapped ok 2728 ok 2729 ok 2730 ok 2731 ok 2732 - Use value itself as key ok 2733 - Use value itself as key ok 2734 - Is also the effective key ok 2735 - Is also the effective key ok 2736 - Is also the effective key ok 2737 - Is also the effective key ok 2738 - Is also the effective key ok 2739 - Is also the effective key ok 2740 - Is also the effective key ok 2741 ok 2742 ok 2743 ok 2744 ok 2745 ok 2746 ok 2747 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 2748 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 2749 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 2750 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 2751 - user_data survived everything ok 2752 - user_data in list context too ok 2753 - Combined get/set ok 2754 ok 2755 - The object isa Canary ok 2756 ok 2757 ok 2758 ok 2759 ok 2760 - infinity survived everything ok 2761 - infinity in list context too ok 2762 - Combined get/set ok 2763 ok 2764 - The object isa Canary ok 2765 ok 2766 ok 2767 ok 2768 ok 2769 ok 2770 ok 2771 - Default userdata is undef ok 2772 - Default userdata is undef ok 2773 - return set infinity ok 2774 - The object isa Canary ok 2775 - return set infinity, even in list context ok 2776 - The object isa Canary ok 2777 - top_key on empty heap returns set infinity ok 2778 - The object isa Canary ok 2779 - top_key on empty heap returns set infinity, even in list context ok 2780 - The object isa Canary ok 2781 - min_key on empty heap returns set infinity ok 2782 - The object isa Canary ok 2783 - min_key on empty heap returns set infinity, even in list context ok 2784 - The object isa Canary ok 2785 ok 2786 ok 2787 ok 2788 ok 2789 ok 2790 ok 2791 ok 2792 - proper error message: Self absorption at t/02_stress.t line 812. # ok 2793 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 2794 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 2795 ok 2796 ok 2797 ok 2798 ok 2799 ok 2800 ok 2801 ok 2802 ok 2803 ok 2804 ok 2805 ok 2806 ok 2807 ok 2808 ok 2809 - order: <, elements: Scalar, dirty: 0 ok 2810 ok 2811 ok 2812 ok 2813 - Start empty ok 2814 ok 2815 ok 2816 ok 2817 ok 2818 - There are no values ok 2819 - There are no keys ok 2820 - Expected order ok 2821 - Expected order ok 2822 - Expected element type ok 2823 - Expected element type ok 2824 ok 2825 ok 2826 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 2827 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 2828 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 2829 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 2830 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 2831 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 2832 - proper infinity ok 2833 - proper infinity ok 2834 - Count is number of inserts ok 2835 - There are 9 values ok 2836 - There are 9 keys ok 2837 - keys and values have compatible order ok 2838 ok 2839 - Count lowered by extracts ok 2840 - 2 values left ok 2841 - Empty after clear ok 2842 - Double clear works ok 2843 - Empty after extract_all ok 2844 - extract_top on empty heap dies ok 2845 - extract_top on empty heap dies ok 2846 - extract_min on empty heap dies ok 2847 - extract_min on empty heap dies ok 2848 - extract first on empty returns undef ok 2849 - extract first on empty returns no values ok 2850 - top on empty heap dies ok 2851 - top on empty heap dies ok 2852 - undefined first on empty heap ok 2853 - No first key in list context ok 2854 - Return infinity on empty ok 2855 - Return infinity on empty in list context ok 2856 - Return infinity on empty ok 2857 - Return infinity on empty in list context ok 2858 - undef first_key ok 2859 - Empty list from first_key ok 2860 - There are no values ok 2861 - There are no keys ok 2862 - There are no values ok 2863 - The object isa Canary ok 2864 ok 2865 - Arrays aren't wrapped ok 2866 - Arrays aren't wrapped ok 2867 ok 2868 ok 2869 ok 2870 ok 2871 - Use value itself as key ok 2872 - Use value itself as key ok 2873 - Is also the effective key ok 2874 - Is also the effective key ok 2875 - Is also the effective key ok 2876 - Is also the effective key ok 2877 - Is also the effective key ok 2878 - Is also the effective key ok 2879 - Is also the effective key ok 2880 ok 2881 ok 2882 ok 2883 ok 2884 ok 2885 ok 2886 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 2887 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 2888 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 2889 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 2890 - user_data survived everything ok 2891 - user_data in list context too ok 2892 - Combined get/set ok 2893 ok 2894 - The object isa Canary ok 2895 ok 2896 ok 2897 ok 2898 ok 2899 - infinity survived everything ok 2900 - infinity in list context too ok 2901 - Combined get/set ok 2902 ok 2903 - The object isa Canary ok 2904 ok 2905 ok 2906 ok 2907 ok 2908 ok 2909 ok 2910 - Default userdata is undef ok 2911 - Default userdata is undef ok 2912 - return set infinity ok 2913 - The object isa Canary ok 2914 - return set infinity, even in list context ok 2915 - The object isa Canary ok 2916 - top_key on empty heap returns set infinity ok 2917 - The object isa Canary ok 2918 - top_key on empty heap returns set infinity, even in list context ok 2919 - The object isa Canary ok 2920 - min_key on empty heap returns set infinity ok 2921 - The object isa Canary ok 2922 - min_key on empty heap returns set infinity, even in list context ok 2923 - The object isa Canary ok 2924 ok 2925 ok 2926 ok 2927 ok 2928 ok 2929 ok 2930 ok 2931 - proper error message: Self absorption at t/02_stress.t line 812. # ok 2932 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 2933 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 2934 ok 2935 ok 2936 ok 2937 ok 2938 ok 2939 ok 2940 ok 2941 ok 2942 ok 2943 ok 2944 ok 2945 ok 2946 ok 2947 ok 2948 - order: <, elements: Array 1, dirty: 0 ok 2949 ok 2950 ok 2951 ok 2952 - Start empty ok 2953 ok 2954 ok 2955 ok 2956 ok 2957 - There are no values ok 2958 - There are no keys ok 2959 - Expected order ok 2960 - Expected order ok 2961 - Expected element type ok 2962 - Expected element type ok 2963 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 2964 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 2965 ok 2966 ok 2967 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 2968 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 2969 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 2970 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 2971 - proper infinity ok 2972 - proper infinity ok 2973 - Count is number of inserts ok 2974 - There are 9 values ok 2975 - There are 9 keys ok 2976 - keys and values have compatible order ok 2977 ok 2978 - Count lowered by extracts ok 2979 - 2 values left ok 2980 - Empty after clear ok 2981 - Double clear works ok 2982 - Empty after extract_all ok 2983 - extract_top on empty heap dies ok 2984 - extract_top on empty heap dies ok 2985 - extract_min on empty heap dies ok 2986 - extract_min on empty heap dies ok 2987 - extract first on empty returns undef ok 2988 - extract first on empty returns no values ok 2989 - top on empty heap dies ok 2990 - top on empty heap dies ok 2991 - undefined first on empty heap ok 2992 - No first key in list context ok 2993 - Return infinity on empty ok 2994 - Return infinity on empty in list context ok 2995 - Return infinity on empty ok 2996 - Return infinity on empty in list context ok 2997 - undef first_key ok 2998 - Empty list from first_key ok 2999 - There are no values ok 3000 - There are no keys ok 3001 - There are no values ok 3002 - The object isa Canary ok 3003 ok 3004 - Hashes aren't wrapped ok 3005 - Hashes aren't wrapped ok 3006 ok 3007 ok 3008 ok 3009 ok 3010 - Use value itself as key ok 3011 - Use value itself as key ok 3012 - Is also the effective key ok 3013 - Is also the effective key ok 3014 - Is also the effective key ok 3015 - Is also the effective key ok 3016 - Is also the effective key ok 3017 - Is also the effective key ok 3018 - Is also the effective key ok 3019 ok 3020 ok 3021 ok 3022 ok 3023 ok 3024 ok 3025 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3026 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3027 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 3028 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 3029 - user_data survived everything ok 3030 - user_data in list context too ok 3031 - Combined get/set ok 3032 ok 3033 - The object isa Canary ok 3034 ok 3035 ok 3036 ok 3037 ok 3038 - infinity survived everything ok 3039 - infinity in list context too ok 3040 - Combined get/set ok 3041 ok 3042 - The object isa Canary ok 3043 ok 3044 ok 3045 ok 3046 ok 3047 ok 3048 ok 3049 - Default userdata is undef ok 3050 - Default userdata is undef ok 3051 - return set infinity ok 3052 - The object isa Canary ok 3053 - return set infinity, even in list context ok 3054 - The object isa Canary ok 3055 - top_key on empty heap returns set infinity ok 3056 - The object isa Canary ok 3057 - top_key on empty heap returns set infinity, even in list context ok 3058 - The object isa Canary ok 3059 - min_key on empty heap returns set infinity ok 3060 - The object isa Canary ok 3061 - min_key on empty heap returns set infinity, even in list context ok 3062 - The object isa Canary ok 3063 ok 3064 ok 3065 ok 3066 ok 3067 ok 3068 ok 3069 ok 3070 - proper error message: Self absorption at t/02_stress.t line 812. # ok 3071 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3072 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 3073 ok 3074 ok 3075 ok 3076 ok 3077 ok 3078 ok 3079 ok 3080 ok 3081 ok 3082 ok 3083 ok 3084 ok 3085 ok 3086 ok 3087 - order: <, elements: Hash foo, dirty: 0 ok 3088 ok 3089 ok 3090 ok 3091 - Start empty ok 3092 ok 3093 ok 3094 ok 3095 ok 3096 - There are no values ok 3097 - There are no keys ok 3098 - Expected order ok 3099 - Expected order ok 3100 - Expected element type ok 3101 - Expected element type ok 3102 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 3103 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 3104 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 3105 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 3106 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 3107 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 3108 ok 3109 ok 3110 - proper infinity ok 3111 - proper infinity ok 3112 - Count is number of inserts ok 3113 - There are 9 values ok 3114 - There are 9 keys ok 3115 - keys and values have compatible order ok 3116 ok 3117 - Count lowered by extracts ok 3118 - 2 values left ok 3119 - Empty after clear ok 3120 - Double clear works ok 3121 - Empty after extract_all ok 3122 - extract_top on empty heap dies ok 3123 - extract_top on empty heap dies ok 3124 - extract_min on empty heap dies ok 3125 - extract_min on empty heap dies ok 3126 - extract first on empty returns undef ok 3127 - extract first on empty returns no values ok 3128 - top on empty heap dies ok 3129 - top on empty heap dies ok 3130 - undefined first on empty heap ok 3131 - No first key in list context ok 3132 - Return infinity on empty ok 3133 - Return infinity on empty in list context ok 3134 - Return infinity on empty ok 3135 - Return infinity on empty in list context ok 3136 - undef first_key ok 3137 - Empty list from first_key ok 3138 - There are no values ok 3139 - There are no keys ok 3140 - There are no values ok 3141 - The object isa Canary ok 3142 ok 3143 - Functions/Methods aren't wrapped ok 3144 - Functions/Methods aren't wrapped ok 3145 ok 3146 ok 3147 ok 3148 ok 3149 - Use value itself as key ok 3150 - Use value itself as key ok 3151 - Is also the effective key ok 3152 - Is also the effective key ok 3153 - Is also the effective key ok 3154 - Is also the effective key ok 3155 - Is also the effective key ok 3156 - Is also the effective key ok 3157 - Is also the effective key ok 3158 ok 3159 ok 3160 ok 3161 ok 3162 ok 3163 ok 3164 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3165 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3166 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 3167 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 3168 - user_data survived everything ok 3169 - user_data in list context too ok 3170 - Combined get/set ok 3171 ok 3172 - The object isa Canary ok 3173 ok 3174 ok 3175 ok 3176 ok 3177 - infinity survived everything ok 3178 - infinity in list context too ok 3179 - Combined get/set ok 3180 ok 3181 - The object isa Canary ok 3182 ok 3183 ok 3184 ok 3185 ok 3186 ok 3187 ok 3188 - Default userdata is undef ok 3189 - Default userdata is undef ok 3190 - return set infinity ok 3191 - The object isa Canary ok 3192 - return set infinity, even in list context ok 3193 - The object isa Canary ok 3194 - top_key on empty heap returns set infinity ok 3195 - The object isa Canary ok 3196 - top_key on empty heap returns set infinity, even in list context ok 3197 - The object isa Canary ok 3198 - min_key on empty heap returns set infinity ok 3199 - The object isa Canary ok 3200 - min_key on empty heap returns set infinity, even in list context ok 3201 - The object isa Canary ok 3202 ok 3203 ok 3204 ok 3205 ok 3206 ok 3207 ok 3208 ok 3209 - proper error message: Self absorption at t/02_stress.t line 812. # ok 3210 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3211 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 3212 ok 3213 ok 3214 ok 3215 ok 3216 ok 3217 ok 3218 ok 3219 ok 3220 ok 3221 ok 3222 ok 3223 ok 3224 ok 3225 ok 3226 - order: <, elements: Function CODE(0x4040f2ac), dirty: 0 ok 3227 ok 3228 ok 3229 ok 3230 - Start empty ok 3231 ok 3232 ok 3233 ok 3234 ok 3235 - There are no values ok 3236 - There are no keys ok 3237 - Expected order ok 3238 - Expected order ok 3239 - Expected element type ok 3240 - Expected element type ok 3241 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 3242 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 3243 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 3244 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 3245 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 3246 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 3247 ok 3248 ok 3249 - proper infinity ok 3250 - proper infinity ok 3251 - Count is number of inserts ok 3252 - There are 9 values ok 3253 - There are 9 keys ok 3254 - keys and values have compatible order ok 3255 ok 3256 - Count lowered by extracts ok 3257 - 2 values left ok 3258 - Empty after clear ok 3259 - Double clear works ok 3260 - Empty after extract_all ok 3261 - extract_top on empty heap dies ok 3262 - extract_top on empty heap dies ok 3263 - extract_min on empty heap dies ok 3264 - extract_min on empty heap dies ok 3265 - extract first on empty returns undef ok 3266 - extract first on empty returns no values ok 3267 - top on empty heap dies ok 3268 - top on empty heap dies ok 3269 - undefined first on empty heap ok 3270 - No first key in list context ok 3271 - Return infinity on empty ok 3272 - Return infinity on empty in list context ok 3273 - Return infinity on empty ok 3274 - Return infinity on empty in list context ok 3275 - undef first_key ok 3276 - Empty list from first_key ok 3277 - There are no values ok 3278 - There are no keys ok 3279 - There are no values ok 3280 - The object isa Canary ok 3281 ok 3282 - Any/Objects aren't wrapped ok 3283 - Any/Objects aren't wrapped ok 3284 ok 3285 ok 3286 ok 3287 ok 3288 - Use value itself as key ok 3289 - Use value itself as key ok 3290 - Is also the effective key ok 3291 - Is also the effective key ok 3292 - Is also the effective key ok 3293 - Is also the effective key ok 3294 - Is also the effective key ok 3295 - Is also the effective key ok 3296 - Is also the effective key ok 3297 ok 3298 ok 3299 ok 3300 ok 3301 ok 3302 ok 3303 - Have all new values ok 3304 ok 3305 ok 3306 - Empty again ok 3307 ok 3308 - Have all new values ok 3309 ok 3310 ok 3311 - Empty again ok 3312 ok 3313 - Have all new values ok 3314 ok 3315 ok 3316 - Empty again ok 3317 ok 3318 - Have all new values ok 3319 ok 3320 ok 3321 - Empty again ok 3322 ok 3323 - user_data survived everything ok 3324 - user_data in list context too ok 3325 - Combined get/set ok 3326 ok 3327 - The object isa Canary ok 3328 ok 3329 ok 3330 ok 3331 ok 3332 - infinity survived everything ok 3333 - infinity in list context too ok 3334 - Combined get/set ok 3335 ok 3336 - The object isa Canary ok 3337 ok 3338 ok 3339 ok 3340 ok 3341 ok 3342 ok 3343 - Default userdata is undef ok 3344 - Default userdata is undef ok 3345 - return set infinity ok 3346 - The object isa Canary ok 3347 - return set infinity, even in list context ok 3348 - The object isa Canary ok 3349 - top_key on empty heap returns set infinity ok 3350 - The object isa Canary ok 3351 - top_key on empty heap returns set infinity, even in list context ok 3352 - The object isa Canary ok 3353 - min_key on empty heap returns set infinity ok 3354 - The object isa Canary ok 3355 - min_key on empty heap returns set infinity, even in list context ok 3356 - The object isa Canary ok 3357 ok 3358 ok 3359 ok 3360 ok 3361 ok 3362 ok 3363 ok 3364 - proper error message: Self absorption at t/02_stress.t line 812. # ok 3365 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3366 ok 3367 ok 3368 ok 3369 ok 3370 ok 3371 ok 3372 ok 3373 ok 3374 ok 3375 ok 3376 ok 3377 ok 3378 ok 3379 ok 3380 ok 3381 ok 3382 - order: <, elements: Any CODE(0x4042ccd0), dirty: 0 ok 3383 ok 3384 ok 3385 ok 3386 - Start empty ok 3387 ok 3388 ok 3389 ok 3390 ok 3391 - There are no values ok 3392 - There are no keys ok 3393 - Expected order ok 3394 - Expected order ok 3395 - Expected element type ok 3396 - Expected element type ok 3397 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 3398 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 3399 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 3400 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 3401 ok 3402 ok 3403 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 3404 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 3405 - proper infinity ok 3406 - proper infinity ok 3407 - Count is number of inserts ok 3408 - There are 9 values ok 3409 - There are 9 keys ok 3410 - keys and values have compatible order ok 3411 ok 3412 - Count lowered by extracts ok 3413 - 2 values left ok 3414 - Empty after clear ok 3415 - Double clear works ok 3416 - Empty after extract_all ok 3417 - extract_top on empty heap dies ok 3418 - extract_top on empty heap dies ok 3419 - extract_min on empty heap dies ok 3420 - extract_min on empty heap dies ok 3421 - extract first on empty returns undef ok 3422 - extract first on empty returns no values ok 3423 - top on empty heap dies ok 3424 - top on empty heap dies ok 3425 - undefined first on empty heap ok 3426 - No first key in list context ok 3427 - Return infinity on empty ok 3428 - Return infinity on empty in list context ok 3429 - Return infinity on empty ok 3430 - Return infinity on empty in list context ok 3431 - undef first_key ok 3432 - Empty list from first_key ok 3433 - There are no values ok 3434 - There are no keys ok 3435 - There are no values ok 3436 - The object isa Canary ok 3437 ok 3438 - Functions/Methods aren't wrapped ok 3439 - Functions/Methods aren't wrapped ok 3440 ok 3441 ok 3442 ok 3443 ok 3444 - Use value itself as key ok 3445 - Use value itself as key ok 3446 - Is also the effective key ok 3447 - Is also the effective key ok 3448 - Is also the effective key ok 3449 - Is also the effective key ok 3450 - Is also the effective key ok 3451 - Is also the effective key ok 3452 - Is also the effective key ok 3453 ok 3454 ok 3455 ok 3456 ok 3457 ok 3458 ok 3459 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3460 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3461 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 3462 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 3463 - user_data survived everything ok 3464 - user_data in list context too ok 3465 - Combined get/set ok 3466 ok 3467 - The object isa Canary ok 3468 ok 3469 ok 3470 ok 3471 ok 3472 - infinity survived everything ok 3473 - infinity in list context too ok 3474 - Combined get/set ok 3475 ok 3476 - The object isa Canary ok 3477 ok 3478 ok 3479 ok 3480 ok 3481 ok 3482 ok 3483 - Default userdata is undef ok 3484 - Default userdata is undef ok 3485 - return set infinity ok 3486 - The object isa Canary ok 3487 - return set infinity, even in list context ok 3488 - The object isa Canary ok 3489 - top_key on empty heap returns set infinity ok 3490 - The object isa Canary ok 3491 - top_key on empty heap returns set infinity, even in list context ok 3492 - The object isa Canary ok 3493 - min_key on empty heap returns set infinity ok 3494 - The object isa Canary ok 3495 - min_key on empty heap returns set infinity, even in list context ok 3496 - The object isa Canary ok 3497 ok 3498 ok 3499 ok 3500 ok 3501 ok 3502 ok 3503 ok 3504 - proper error message: Self absorption at t/02_stress.t line 812. # ok 3505 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3506 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 3507 ok 3508 ok 3509 ok 3510 ok 3511 ok 3512 ok 3513 ok 3514 ok 3515 ok 3516 ok 3517 ok 3518 ok 3519 ok 3520 ok 3521 - order: <, elements: Method meth, dirty: 0 ok 3522 ok 3523 ok 3524 ok 3525 - Start empty ok 3526 ok 3527 ok 3528 ok 3529 ok 3530 - There are no values ok 3531 - There are no keys ok 3532 - Expected order ok 3533 - Expected order ok 3534 - Expected element type ok 3535 - Expected element type ok 3536 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 3537 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 3538 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 3539 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 3540 ok 3541 ok 3542 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 3543 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 3544 - proper infinity ok 3545 - proper infinity ok 3546 - Count is number of inserts ok 3547 - There are 9 values ok 3548 - There are 9 keys ok 3549 - keys and values have compatible order ok 3550 ok 3551 - Count lowered by extracts ok 3552 - 2 values left ok 3553 - Empty after clear ok 3554 - Double clear works ok 3555 - Empty after extract_all ok 3556 - extract_top on empty heap dies ok 3557 - extract_top on empty heap dies ok 3558 - extract_min on empty heap dies ok 3559 - extract_min on empty heap dies ok 3560 - extract first on empty returns undef ok 3561 - extract first on empty returns no values ok 3562 - top on empty heap dies ok 3563 - top on empty heap dies ok 3564 - undefined first on empty heap ok 3565 - No first key in list context ok 3566 - Return infinity on empty ok 3567 - Return infinity on empty in list context ok 3568 - Return infinity on empty ok 3569 - Return infinity on empty in list context ok 3570 - undef first_key ok 3571 - Empty list from first_key ok 3572 - There are no values ok 3573 - There are no keys ok 3574 - There are no values ok 3575 - The object isa Canary ok 3576 ok 3577 - Functions/Methods aren't wrapped ok 3578 - Functions/Methods aren't wrapped ok 3579 ok 3580 ok 3581 ok 3582 ok 3583 - Use value itself as key ok 3584 - Use value itself as key ok 3585 - Is also the effective key ok 3586 - Is also the effective key ok 3587 - Is also the effective key ok 3588 - Is also the effective key ok 3589 - Is also the effective key ok 3590 - Is also the effective key ok 3591 - Is also the effective key ok 3592 ok 3593 ok 3594 ok 3595 ok 3596 ok 3597 ok 3598 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3599 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3600 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 3601 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 3602 - user_data survived everything ok 3603 - user_data in list context too ok 3604 - Combined get/set ok 3605 ok 3606 - The object isa Canary ok 3607 ok 3608 ok 3609 ok 3610 ok 3611 - infinity survived everything ok 3612 - infinity in list context too ok 3613 - Combined get/set ok 3614 ok 3615 - The object isa Canary ok 3616 ok 3617 ok 3618 ok 3619 ok 3620 ok 3621 ok 3622 - Default userdata is undef ok 3623 - Default userdata is undef ok 3624 - return set infinity ok 3625 - The object isa Canary ok 3626 - return set infinity, even in list context ok 3627 - The object isa Canary ok 3628 - top_key on empty heap returns set infinity ok 3629 - The object isa Canary ok 3630 - top_key on empty heap returns set infinity, even in list context ok 3631 - The object isa Canary ok 3632 - min_key on empty heap returns set infinity ok 3633 - The object isa Canary ok 3634 - min_key on empty heap returns set infinity, even in list context ok 3635 - The object isa Canary ok 3636 ok 3637 ok 3638 ok 3639 ok 3640 ok 3641 ok 3642 ok 3643 - proper error message: Self absorption at t/02_stress.t line 812. # ok 3644 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3645 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 3646 ok 3647 ok 3648 ok 3649 ok 3650 ok 3651 ok 3652 ok 3653 ok 3654 ok 3655 ok 3656 ok 3657 ok 3658 ok 3659 ok 3660 - order: <, elements: Method -'$f\#, dirty: 0 ok 3661 ok 3662 ok 3663 ok 3664 - Start empty ok 3665 ok 3666 ok 3667 ok 3668 ok 3669 - There are no values ok 3670 - There are no keys ok 3671 - Expected order ok 3672 - Expected order ok 3673 - Expected element type ok 3674 - Expected element type ok 3675 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 3676 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 3677 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 3678 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 3679 ok 3680 ok 3681 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 3682 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 3683 - proper infinity ok 3684 - proper infinity ok 3685 - Count is number of inserts ok 3686 - There are 9 values ok 3687 - There are 9 keys ok 3688 - keys and values have compatible order ok 3689 ok 3690 - Count lowered by extracts ok 3691 - 2 values left ok 3692 - Empty after clear ok 3693 - Double clear works ok 3694 - Empty after extract_all ok 3695 - extract_top on empty heap dies ok 3696 - extract_top on empty heap dies ok 3697 - extract_min on empty heap dies ok 3698 - extract_min on empty heap dies ok 3699 - extract first on empty returns undef ok 3700 - extract first on empty returns no values ok 3701 - top on empty heap dies ok 3702 - top on empty heap dies ok 3703 - undefined first on empty heap ok 3704 - No first key in list context ok 3705 - Return infinity on empty ok 3706 - Return infinity on empty in list context ok 3707 - Return infinity on empty ok 3708 - Return infinity on empty in list context ok 3709 - undef first_key ok 3710 - Empty list from first_key ok 3711 - There are no values ok 3712 - There are no keys ok 3713 - There are no values ok 3714 - The object isa Canary ok 3715 ok 3716 - Any/Objects aren't wrapped ok 3717 - Any/Objects aren't wrapped ok 3718 ok 3719 ok 3720 ok 3721 ok 3722 - Use value itself as key ok 3723 - Use value itself as key ok 3724 - Is also the effective key ok 3725 - Is also the effective key ok 3726 - Is also the effective key ok 3727 - Is also the effective key ok 3728 - Is also the effective key ok 3729 - Is also the effective key ok 3730 - Is also the effective key ok 3731 ok 3732 ok 3733 ok 3734 ok 3735 ok 3736 ok 3737 - Have all new values ok 3738 ok 3739 ok 3740 - Empty again ok 3741 ok 3742 - Have all new values ok 3743 ok 3744 ok 3745 - Empty again ok 3746 ok 3747 - Have all new values ok 3748 ok 3749 ok 3750 - Empty again ok 3751 ok 3752 - Have all new values ok 3753 ok 3754 ok 3755 - Empty again ok 3756 ok 3757 - user_data survived everything ok 3758 - user_data in list context too ok 3759 - Combined get/set ok 3760 ok 3761 - The object isa Canary ok 3762 ok 3763 ok 3764 ok 3765 ok 3766 - infinity survived everything ok 3767 - infinity in list context too ok 3768 - Combined get/set ok 3769 ok 3770 - The object isa Canary ok 3771 ok 3772 ok 3773 ok 3774 ok 3775 ok 3776 ok 3777 - Default userdata is undef ok 3778 - Default userdata is undef ok 3779 - return set infinity ok 3780 - The object isa Canary ok 3781 - return set infinity, even in list context ok 3782 - The object isa Canary ok 3783 - top_key on empty heap returns set infinity ok 3784 - The object isa Canary ok 3785 - top_key on empty heap returns set infinity, even in list context ok 3786 - The object isa Canary ok 3787 - min_key on empty heap returns set infinity ok 3788 - The object isa Canary ok 3789 - min_key on empty heap returns set infinity, even in list context ok 3790 - The object isa Canary ok 3791 ok 3792 ok 3793 ok 3794 ok 3795 ok 3796 ok 3797 ok 3798 - proper error message: Self absorption at t/02_stress.t line 812. # ok 3799 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3800 ok 3801 ok 3802 ok 3803 ok 3804 ok 3805 ok 3806 ok 3807 ok 3808 ok 3809 ok 3810 ok 3811 ok 3812 ok 3813 ok 3814 ok 3815 ok 3816 - order: <, elements: Object meth, dirty: 0 ok 3817 ok 3818 ok 3819 ok 3820 - Start empty ok 3821 ok 3822 ok 3823 ok 3824 ok 3825 - There are no values ok 3826 - There are no keys ok 3827 - Expected order ok 3828 - Expected order ok 3829 - Expected element type ok 3830 - Expected element type ok 3831 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 3832 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 3833 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 3834 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 3835 ok 3836 ok 3837 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 3838 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 3839 - proper infinity ok 3840 - proper infinity ok 3841 - Count is number of inserts ok 3842 - There are 9 values ok 3843 - There are 9 keys ok 3844 - keys and values have compatible order ok 3845 ok 3846 - Count lowered by extracts ok 3847 - 2 values left ok 3848 - Empty after clear ok 3849 - Double clear works ok 3850 - Empty after extract_all ok 3851 - extract_top on empty heap dies ok 3852 - extract_top on empty heap dies ok 3853 - extract_min on empty heap dies ok 3854 - extract_min on empty heap dies ok 3855 - extract first on empty returns undef ok 3856 - extract first on empty returns no values ok 3857 - top on empty heap dies ok 3858 - top on empty heap dies ok 3859 - undefined first on empty heap ok 3860 - No first key in list context ok 3861 - Return infinity on empty ok 3862 - Return infinity on empty in list context ok 3863 - Return infinity on empty ok 3864 - Return infinity on empty in list context ok 3865 - undef first_key ok 3866 - Empty list from first_key ok 3867 - There are no values ok 3868 - There are no keys ok 3869 - There are no values ok 3870 - The object isa Canary ok 3871 ok 3872 - Any/Objects aren't wrapped ok 3873 - Any/Objects aren't wrapped ok 3874 ok 3875 ok 3876 ok 3877 ok 3878 - Use value itself as key ok 3879 - Use value itself as key ok 3880 - Is also the effective key ok 3881 - Is also the effective key ok 3882 - Is also the effective key ok 3883 - Is also the effective key ok 3884 - Is also the effective key ok 3885 - Is also the effective key ok 3886 - Is also the effective key ok 3887 ok 3888 ok 3889 ok 3890 ok 3891 ok 3892 ok 3893 - Have all new values ok 3894 ok 3895 ok 3896 - Empty again ok 3897 ok 3898 - Have all new values ok 3899 ok 3900 ok 3901 - Empty again ok 3902 ok 3903 - Have all new values ok 3904 ok 3905 ok 3906 - Empty again ok 3907 ok 3908 - Have all new values ok 3909 ok 3910 ok 3911 - Empty again ok 3912 ok 3913 - user_data survived everything ok 3914 - user_data in list context too ok 3915 - Combined get/set ok 3916 ok 3917 - The object isa Canary ok 3918 ok 3919 ok 3920 ok 3921 ok 3922 - infinity survived everything ok 3923 - infinity in list context too ok 3924 - Combined get/set ok 3925 ok 3926 - The object isa Canary ok 3927 ok 3928 ok 3929 ok 3930 ok 3931 ok 3932 ok 3933 - Default userdata is undef ok 3934 - Default userdata is undef ok 3935 - return set infinity ok 3936 - The object isa Canary ok 3937 - return set infinity, even in list context ok 3938 - The object isa Canary ok 3939 - top_key on empty heap returns set infinity ok 3940 - The object isa Canary ok 3941 - top_key on empty heap returns set infinity, even in list context ok 3942 - The object isa Canary ok 3943 - min_key on empty heap returns set infinity ok 3944 - The object isa Canary ok 3945 - min_key on empty heap returns set infinity, even in list context ok 3946 - The object isa Canary ok 3947 ok 3948 ok 3949 ok 3950 ok 3951 ok 3952 ok 3953 ok 3954 - proper error message: Self absorption at t/02_stress.t line 812. # ok 3955 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3956 ok 3957 ok 3958 ok 3959 ok 3960 ok 3961 ok 3962 ok 3963 ok 3964 ok 3965 ok 3966 ok 3967 ok 3968 ok 3969 ok 3970 ok 3971 ok 3972 - order: <, elements: Object -'$f\#, dirty: 0 ok 3973 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 3974 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 3975 - Have all new values ok 3976 ok 3977 ok 3978 - Empty again ok 3979 ok 3980 - Have all new values ok 3981 ok 3982 ok 3983 - Empty again ok 3984 ok 3985 ok 3986 ok 3987 ok 3988 ok 3989 ok 3990 ok 3991 ok 3992 ok 3993 ok 3994 ok 3995 ok 3996 ok 3997 ok 3998 ok 3999 ok 4000 ok 4001 ok 4002 ok 4003 ok 4004 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 4005 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 4006 - Have all new values ok 4007 ok 4008 ok 4009 - Empty again ok 4010 ok 4011 - Have all new values ok 4012 ok 4013 ok 4014 - Empty again ok 4015 ok 4016 ok 4017 ok 4018 ok 4019 ok 4020 ok 4021 ok 4022 ok 4023 ok 4024 ok 4025 ok 4026 ok 4027 ok 4028 ok 4029 ok 4030 ok 4031 ok 4032 ok 4033 ok 4034 ok 4035 ok 4036 ok 4037 ok 4038 - Start empty ok 4039 ok 4040 ok 4041 ok 4042 ok 4043 - There are no values ok 4044 - There are no keys ok 4045 - Expected order ok 4046 - Expected order ok 4047 - Expected element type ok 4048 - Expected element type ok 4049 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 4050 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 4051 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 4052 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 4053 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 4054 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 4055 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 4056 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 4057 - proper infinity ok 4058 - proper infinity ok 4059 - Count is number of inserts ok 4060 - There are 9 values ok 4061 - There are 9 keys ok 4062 - keys and values have compatible order ok 4063 ok 4064 - Count lowered by extracts ok 4065 - 2 values left ok 4066 - Empty after clear ok 4067 - Double clear works ok 4068 - Empty after extract_all ok 4069 - extract_top on empty heap dies ok 4070 - extract_top on empty heap dies ok 4071 - extract_min on empty heap dies ok 4072 - extract_min on empty heap dies ok 4073 - extract first on empty returns undef ok 4074 - extract first on empty returns no values ok 4075 - top on empty heap dies ok 4076 - top on empty heap dies ok 4077 - undefined first on empty heap ok 4078 - No first key in list context ok 4079 - Return infinity on empty ok 4080 - Return infinity on empty in list context ok 4081 - Return infinity on empty ok 4082 - Return infinity on empty in list context ok 4083 - undef first_key ok 4084 - Empty list from first_key ok 4085 - There are no values ok 4086 - There are no keys ok 4087 - There are no values ok 4088 - Scalar is simple ok 4089 - Scalars aren't wrapped ok 4090 - Scalars aren't wrapped ok 4091 ok 4092 ok 4093 ok 4094 ok 4095 - Use value itself as key ok 4096 - Use value itself as key ok 4097 - Is also the effective key ok 4098 - Is also the effective key ok 4099 - Is also the effective key ok 4100 - Is also the effective key ok 4101 - Is also the effective key ok 4102 - Is also the effective key ok 4103 - Is also the effective key ok 4104 ok 4105 ok 4106 ok 4107 ok 4108 ok 4109 ok 4110 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4111 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4112 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4113 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4114 - user_data survived everything ok 4115 - user_data in list context too ok 4116 - Combined get/set ok 4117 ok 4118 - The object isa Canary ok 4119 ok 4120 ok 4121 ok 4122 ok 4123 - infinity survived everything ok 4124 - infinity in list context too ok 4125 - Combined get/set ok 4126 ok 4127 - The object isa Canary ok 4128 ok 4129 ok 4130 ok 4131 ok 4132 ok 4133 ok 4134 - Default userdata is undef ok 4135 - Default userdata is undef ok 4136 - return set infinity ok 4137 - The object isa Canary ok 4138 - return set infinity, even in list context ok 4139 - The object isa Canary ok 4140 - top_key on empty heap returns set infinity ok 4141 - The object isa Canary ok 4142 - top_key on empty heap returns set infinity, even in list context ok 4143 - The object isa Canary ok 4144 - min_key on empty heap returns set infinity ok 4145 - The object isa Canary ok 4146 - min_key on empty heap returns set infinity, even in list context ok 4147 - The object isa Canary ok 4148 ok 4149 ok 4150 ok 4151 ok 4152 ok 4153 ok 4154 ok 4155 - proper error message: Self absorption at t/02_stress.t line 812. # ok 4156 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4157 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 4158 ok 4159 ok 4160 ok 4161 ok 4162 ok 4163 ok 4164 ok 4165 ok 4166 ok 4167 ok 4168 ok 4169 ok 4170 ok 4171 ok 4172 - order: >, elements: Scalar, dirty: 0 ok 4173 ok 4174 ok 4175 ok 4176 - Start empty ok 4177 ok 4178 ok 4179 ok 4180 ok 4181 - There are no values ok 4182 - There are no keys ok 4183 - Expected order ok 4184 - Expected order ok 4185 - Expected element type ok 4186 - Expected element type ok 4187 ok 4188 ok 4189 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 4190 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 4191 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 4192 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 4193 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 4194 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 4195 - proper infinity ok 4196 - proper infinity ok 4197 - Count is number of inserts ok 4198 - There are 9 values ok 4199 - There are 9 keys ok 4200 - keys and values have compatible order ok 4201 ok 4202 - Count lowered by extracts ok 4203 - 2 values left ok 4204 - Empty after clear ok 4205 - Double clear works ok 4206 - Empty after extract_all ok 4207 - extract_top on empty heap dies ok 4208 - extract_top on empty heap dies ok 4209 - extract_min on empty heap dies ok 4210 - extract_min on empty heap dies ok 4211 - extract first on empty returns undef ok 4212 - extract first on empty returns no values ok 4213 - top on empty heap dies ok 4214 - top on empty heap dies ok 4215 - undefined first on empty heap ok 4216 - No first key in list context ok 4217 - Return infinity on empty ok 4218 - Return infinity on empty in list context ok 4219 - Return infinity on empty ok 4220 - Return infinity on empty in list context ok 4221 - undef first_key ok 4222 - Empty list from first_key ok 4223 - There are no values ok 4224 - There are no keys ok 4225 - There are no values ok 4226 - The object isa Canary ok 4227 ok 4228 - Arrays aren't wrapped ok 4229 - Arrays aren't wrapped ok 4230 ok 4231 ok 4232 ok 4233 ok 4234 - Use value itself as key ok 4235 - Use value itself as key ok 4236 - Is also the effective key ok 4237 - Is also the effective key ok 4238 - Is also the effective key ok 4239 - Is also the effective key ok 4240 - Is also the effective key ok 4241 - Is also the effective key ok 4242 - Is also the effective key ok 4243 ok 4244 ok 4245 ok 4246 ok 4247 ok 4248 ok 4249 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4250 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4251 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4252 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4253 - user_data survived everything ok 4254 - user_data in list context too ok 4255 - Combined get/set ok 4256 ok 4257 - The object isa Canary ok 4258 ok 4259 ok 4260 ok 4261 ok 4262 - infinity survived everything ok 4263 - infinity in list context too ok 4264 - Combined get/set ok 4265 ok 4266 - The object isa Canary ok 4267 ok 4268 ok 4269 ok 4270 ok 4271 ok 4272 ok 4273 - Default userdata is undef ok 4274 - Default userdata is undef ok 4275 - return set infinity ok 4276 - The object isa Canary ok 4277 - return set infinity, even in list context ok 4278 - The object isa Canary ok 4279 - top_key on empty heap returns set infinity ok 4280 - The object isa Canary ok 4281 - top_key on empty heap returns set infinity, even in list context ok 4282 - The object isa Canary ok 4283 - min_key on empty heap returns set infinity ok 4284 - The object isa Canary ok 4285 - min_key on empty heap returns set infinity, even in list context ok 4286 - The object isa Canary ok 4287 ok 4288 ok 4289 ok 4290 ok 4291 ok 4292 ok 4293 ok 4294 - proper error message: Self absorption at t/02_stress.t line 812. # ok 4295 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4296 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 4297 ok 4298 ok 4299 ok 4300 ok 4301 ok 4302 ok 4303 ok 4304 ok 4305 ok 4306 ok 4307 ok 4308 ok 4309 ok 4310 ok 4311 - order: >, elements: Array 1, dirty: 0 ok 4312 ok 4313 ok 4314 ok 4315 - Start empty ok 4316 ok 4317 ok 4318 ok 4319 ok 4320 - There are no values ok 4321 - There are no keys ok 4322 - Expected order ok 4323 - Expected order ok 4324 - Expected element type ok 4325 - Expected element type ok 4326 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 4327 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 4328 ok 4329 ok 4330 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 4331 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 4332 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 4333 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 4334 - proper infinity ok 4335 - proper infinity ok 4336 - Count is number of inserts ok 4337 - There are 9 values ok 4338 - There are 9 keys ok 4339 - keys and values have compatible order ok 4340 ok 4341 - Count lowered by extracts ok 4342 - 2 values left ok 4343 - Empty after clear ok 4344 - Double clear works ok 4345 - Empty after extract_all ok 4346 - extract_top on empty heap dies ok 4347 - extract_top on empty heap dies ok 4348 - extract_min on empty heap dies ok 4349 - extract_min on empty heap dies ok 4350 - extract first on empty returns undef ok 4351 - extract first on empty returns no values ok 4352 - top on empty heap dies ok 4353 - top on empty heap dies ok 4354 - undefined first on empty heap ok 4355 - No first key in list context ok 4356 - Return infinity on empty ok 4357 - Return infinity on empty in list context ok 4358 - Return infinity on empty ok 4359 - Return infinity on empty in list context ok 4360 - undef first_key ok 4361 - Empty list from first_key ok 4362 - There are no values ok 4363 - There are no keys ok 4364 - There are no values ok 4365 - The object isa Canary ok 4366 ok 4367 - Hashes aren't wrapped ok 4368 - Hashes aren't wrapped ok 4369 ok 4370 ok 4371 ok 4372 ok 4373 - Use value itself as key ok 4374 - Use value itself as key ok 4375 - Is also the effective key ok 4376 - Is also the effective key ok 4377 - Is also the effective key ok 4378 - Is also the effective key ok 4379 - Is also the effective key ok 4380 - Is also the effective key ok 4381 - Is also the effective key ok 4382 ok 4383 ok 4384 ok 4385 ok 4386 ok 4387 ok 4388 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4389 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4390 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4391 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4392 - user_data survived everything ok 4393 - user_data in list context too ok 4394 - Combined get/set ok 4395 ok 4396 - The object isa Canary ok 4397 ok 4398 ok 4399 ok 4400 ok 4401 - infinity survived everything ok 4402 - infinity in list context too ok 4403 - Combined get/set ok 4404 ok 4405 - The object isa Canary ok 4406 ok 4407 ok 4408 ok 4409 ok 4410 ok 4411 ok 4412 - Default userdata is undef ok 4413 - Default userdata is undef ok 4414 - return set infinity ok 4415 - The object isa Canary ok 4416 - return set infinity, even in list context ok 4417 - The object isa Canary ok 4418 - top_key on empty heap returns set infinity ok 4419 - The object isa Canary ok 4420 - top_key on empty heap returns set infinity, even in list context ok 4421 - The object isa Canary ok 4422 - min_key on empty heap returns set infinity ok 4423 - The object isa Canary ok 4424 - min_key on empty heap returns set infinity, even in list context ok 4425 - The object isa Canary ok 4426 ok 4427 ok 4428 ok 4429 ok 4430 ok 4431 ok 4432 ok 4433 - proper error message: Self absorption at t/02_stress.t line 812. # ok 4434 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4435 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 4436 ok 4437 ok 4438 ok 4439 ok 4440 ok 4441 ok 4442 ok 4443 ok 4444 ok 4445 ok 4446 ok 4447 ok 4448 ok 4449 ok 4450 - order: >, elements: Hash foo, dirty: 0 ok 4451 ok 4452 ok 4453 ok 4454 - Start empty ok 4455 ok 4456 ok 4457 ok 4458 ok 4459 - There are no values ok 4460 - There are no keys ok 4461 - Expected order ok 4462 - Expected order ok 4463 - Expected element type ok 4464 - Expected element type ok 4465 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 4466 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 4467 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 4468 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 4469 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 4470 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 4471 ok 4472 ok 4473 - proper infinity ok 4474 - proper infinity ok 4475 - Count is number of inserts ok 4476 - There are 9 values ok 4477 - There are 9 keys ok 4478 - keys and values have compatible order ok 4479 ok 4480 - Count lowered by extracts ok 4481 - 2 values left ok 4482 - Empty after clear ok 4483 - Double clear works ok 4484 - Empty after extract_all ok 4485 - extract_top on empty heap dies ok 4486 - extract_top on empty heap dies ok 4487 - extract_min on empty heap dies ok 4488 - extract_min on empty heap dies ok 4489 - extract first on empty returns undef ok 4490 - extract first on empty returns no values ok 4491 - top on empty heap dies ok 4492 - top on empty heap dies ok 4493 - undefined first on empty heap ok 4494 - No first key in list context ok 4495 - Return infinity on empty ok 4496 - Return infinity on empty in list context ok 4497 - Return infinity on empty ok 4498 - Return infinity on empty in list context ok 4499 - undef first_key ok 4500 - Empty list from first_key ok 4501 - There are no values ok 4502 - There are no keys ok 4503 - There are no values ok 4504 - The object isa Canary ok 4505 ok 4506 - Functions/Methods aren't wrapped ok 4507 - Functions/Methods aren't wrapped ok 4508 ok 4509 ok 4510 ok 4511 ok 4512 - Use value itself as key ok 4513 - Use value itself as key ok 4514 - Is also the effective key ok 4515 - Is also the effective key ok 4516 - Is also the effective key ok 4517 - Is also the effective key ok 4518 - Is also the effective key ok 4519 - Is also the effective key ok 4520 - Is also the effective key ok 4521 ok 4522 ok 4523 ok 4524 ok 4525 ok 4526 ok 4527 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4528 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4529 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4530 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4531 - user_data survived everything ok 4532 - user_data in list context too ok 4533 - Combined get/set ok 4534 ok 4535 - The object isa Canary ok 4536 ok 4537 ok 4538 ok 4539 ok 4540 - infinity survived everything ok 4541 - infinity in list context too ok 4542 - Combined get/set ok 4543 ok 4544 - The object isa Canary ok 4545 ok 4546 ok 4547 ok 4548 ok 4549 ok 4550 ok 4551 - Default userdata is undef ok 4552 - Default userdata is undef ok 4553 - return set infinity ok 4554 - The object isa Canary ok 4555 - return set infinity, even in list context ok 4556 - The object isa Canary ok 4557 - top_key on empty heap returns set infinity ok 4558 - The object isa Canary ok 4559 - top_key on empty heap returns set infinity, even in list context ok 4560 - The object isa Canary ok 4561 - min_key on empty heap returns set infinity ok 4562 - The object isa Canary ok 4563 - min_key on empty heap returns set infinity, even in list context ok 4564 - The object isa Canary ok 4565 ok 4566 ok 4567 ok 4568 ok 4569 ok 4570 ok 4571 ok 4572 - proper error message: Self absorption at t/02_stress.t line 812. # ok 4573 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4574 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 4575 ok 4576 ok 4577 ok 4578 ok 4579 ok 4580 ok 4581 ok 4582 ok 4583 ok 4584 ok 4585 ok 4586 ok 4587 ok 4588 ok 4589 - order: >, elements: Function CODE(0x4037ac50), dirty: 0 ok 4590 ok 4591 ok 4592 ok 4593 - Start empty ok 4594 ok 4595 ok 4596 ok 4597 ok 4598 - There are no values ok 4599 - There are no keys ok 4600 - Expected order ok 4601 - Expected order ok 4602 - Expected element type ok 4603 - Expected element type ok 4604 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 4605 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 4606 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 4607 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 4608 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 4609 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 4610 ok 4611 ok 4612 - proper infinity ok 4613 - proper infinity ok 4614 - Count is number of inserts ok 4615 - There are 9 values ok 4616 - There are 9 keys ok 4617 - keys and values have compatible order ok 4618 ok 4619 - Count lowered by extracts ok 4620 - 2 values left ok 4621 - Empty after clear ok 4622 - Double clear works ok 4623 - Empty after extract_all ok 4624 - extract_top on empty heap dies ok 4625 - extract_top on empty heap dies ok 4626 - extract_min on empty heap dies ok 4627 - extract_min on empty heap dies ok 4628 - extract first on empty returns undef ok 4629 - extract first on empty returns no values ok 4630 - top on empty heap dies ok 4631 - top on empty heap dies ok 4632 - undefined first on empty heap ok 4633 - No first key in list context ok 4634 - Return infinity on empty ok 4635 - Return infinity on empty in list context ok 4636 - Return infinity on empty ok 4637 - Return infinity on empty in list context ok 4638 - undef first_key ok 4639 - Empty list from first_key ok 4640 - There are no values ok 4641 - There are no keys ok 4642 - There are no values ok 4643 - The object isa Canary ok 4644 ok 4645 - Any/Objects aren't wrapped ok 4646 - Any/Objects aren't wrapped ok 4647 ok 4648 ok 4649 ok 4650 ok 4651 - Use value itself as key ok 4652 - Use value itself as key ok 4653 - Is also the effective key ok 4654 - Is also the effective key ok 4655 - Is also the effective key ok 4656 - Is also the effective key ok 4657 - Is also the effective key ok 4658 - Is also the effective key ok 4659 - Is also the effective key ok 4660 ok 4661 ok 4662 ok 4663 ok 4664 ok 4665 ok 4666 - Have all new values ok 4667 ok 4668 ok 4669 - Empty again ok 4670 ok 4671 - Have all new values ok 4672 ok 4673 ok 4674 - Empty again ok 4675 ok 4676 - Have all new values ok 4677 ok 4678 ok 4679 - Empty again ok 4680 ok 4681 - Have all new values ok 4682 ok 4683 ok 4684 - Empty again ok 4685 ok 4686 - user_data survived everything ok 4687 - user_data in list context too ok 4688 - Combined get/set ok 4689 ok 4690 - The object isa Canary ok 4691 ok 4692 ok 4693 ok 4694 ok 4695 - infinity survived everything ok 4696 - infinity in list context too ok 4697 - Combined get/set ok 4698 ok 4699 - The object isa Canary ok 4700 ok 4701 ok 4702 ok 4703 ok 4704 ok 4705 ok 4706 - Default userdata is undef ok 4707 - Default userdata is undef ok 4708 - return set infinity ok 4709 - The object isa Canary ok 4710 - return set infinity, even in list context ok 4711 - The object isa Canary ok 4712 - top_key on empty heap returns set infinity ok 4713 - The object isa Canary ok 4714 - top_key on empty heap returns set infinity, even in list context ok 4715 - The object isa Canary ok 4716 - min_key on empty heap returns set infinity ok 4717 - The object isa Canary ok 4718 - min_key on empty heap returns set infinity, even in list context ok 4719 - The object isa Canary ok 4720 ok 4721 ok 4722 ok 4723 ok 4724 ok 4725 ok 4726 ok 4727 - proper error message: Self absorption at t/02_stress.t line 812. # ok 4728 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4729 ok 4730 ok 4731 ok 4732 ok 4733 ok 4734 ok 4735 ok 4736 ok 4737 ok 4738 ok 4739 ok 4740 ok 4741 ok 4742 ok 4743 ok 4744 ok 4745 - order: >, elements: Any CODE(0x404c7f1c), dirty: 0 ok 4746 ok 4747 ok 4748 ok 4749 - Start empty ok 4750 ok 4751 ok 4752 ok 4753 ok 4754 - There are no values ok 4755 - There are no keys ok 4756 - Expected order ok 4757 - Expected order ok 4758 - Expected element type ok 4759 - Expected element type ok 4760 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 4761 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 4762 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 4763 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 4764 ok 4765 ok 4766 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 4767 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 4768 - proper infinity ok 4769 - proper infinity ok 4770 - Count is number of inserts ok 4771 - There are 9 values ok 4772 - There are 9 keys ok 4773 - keys and values have compatible order ok 4774 ok 4775 - Count lowered by extracts ok 4776 - 2 values left ok 4777 - Empty after clear ok 4778 - Double clear works ok 4779 - Empty after extract_all ok 4780 - extract_top on empty heap dies ok 4781 - extract_top on empty heap dies ok 4782 - extract_min on empty heap dies ok 4783 - extract_min on empty heap dies ok 4784 - extract first on empty returns undef ok 4785 - extract first on empty returns no values ok 4786 - top on empty heap dies ok 4787 - top on empty heap dies ok 4788 - undefined first on empty heap ok 4789 - No first key in list context ok 4790 - Return infinity on empty ok 4791 - Return infinity on empty in list context ok 4792 - Return infinity on empty ok 4793 - Return infinity on empty in list context ok 4794 - undef first_key ok 4795 - Empty list from first_key ok 4796 - There are no values ok 4797 - There are no keys ok 4798 - There are no values ok 4799 - The object isa Canary ok 4800 ok 4801 - Functions/Methods aren't wrapped ok 4802 - Functions/Methods aren't wrapped ok 4803 ok 4804 ok 4805 ok 4806 ok 4807 - Use value itself as key ok 4808 - Use value itself as key ok 4809 - Is also the effective key ok 4810 - Is also the effective key ok 4811 - Is also the effective key ok 4812 - Is also the effective key ok 4813 - Is also the effective key ok 4814 - Is also the effective key ok 4815 - Is also the effective key ok 4816 ok 4817 ok 4818 ok 4819 ok 4820 ok 4821 ok 4822 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4823 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4824 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4825 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4826 - user_data survived everything ok 4827 - user_data in list context too ok 4828 - Combined get/set ok 4829 ok 4830 - The object isa Canary ok 4831 ok 4832 ok 4833 ok 4834 ok 4835 - infinity survived everything ok 4836 - infinity in list context too ok 4837 - Combined get/set ok 4838 ok 4839 - The object isa Canary ok 4840 ok 4841 ok 4842 ok 4843 ok 4844 ok 4845 ok 4846 - Default userdata is undef ok 4847 - Default userdata is undef ok 4848 - return set infinity ok 4849 - The object isa Canary ok 4850 - return set infinity, even in list context ok 4851 - The object isa Canary ok 4852 - top_key on empty heap returns set infinity ok 4853 - The object isa Canary ok 4854 - top_key on empty heap returns set infinity, even in list context ok 4855 - The object isa Canary ok 4856 - min_key on empty heap returns set infinity ok 4857 - The object isa Canary ok 4858 - min_key on empty heap returns set infinity, even in list context ok 4859 - The object isa Canary ok 4860 ok 4861 ok 4862 ok 4863 ok 4864 ok 4865 ok 4866 ok 4867 - proper error message: Self absorption at t/02_stress.t line 812. # ok 4868 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4869 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 4870 ok 4871 ok 4872 ok 4873 ok 4874 ok 4875 ok 4876 ok 4877 ok 4878 ok 4879 ok 4880 ok 4881 ok 4882 ok 4883 ok 4884 - order: >, elements: Method meth, dirty: 0 ok 4885 ok 4886 ok 4887 ok 4888 - Start empty ok 4889 ok 4890 ok 4891 ok 4892 ok 4893 - There are no values ok 4894 - There are no keys ok 4895 - Expected order ok 4896 - Expected order ok 4897 - Expected element type ok 4898 - Expected element type ok 4899 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 4900 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 4901 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 4902 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 4903 ok 4904 ok 4905 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 4906 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 4907 - proper infinity ok 4908 - proper infinity ok 4909 - Count is number of inserts ok 4910 - There are 9 values ok 4911 - There are 9 keys ok 4912 - keys and values have compatible order ok 4913 ok 4914 - Count lowered by extracts ok 4915 - 2 values left ok 4916 - Empty after clear ok 4917 - Double clear works ok 4918 - Empty after extract_all ok 4919 - extract_top on empty heap dies ok 4920 - extract_top on empty heap dies ok 4921 - extract_min on empty heap dies ok 4922 - extract_min on empty heap dies ok 4923 - extract first on empty returns undef ok 4924 - extract first on empty returns no values ok 4925 - top on empty heap dies ok 4926 - top on empty heap dies ok 4927 - undefined first on empty heap ok 4928 - No first key in list context ok 4929 - Return infinity on empty ok 4930 - Return infinity on empty in list context ok 4931 - Return infinity on empty ok 4932 - Return infinity on empty in list context ok 4933 - undef first_key ok 4934 - Empty list from first_key ok 4935 - There are no values ok 4936 - There are no keys ok 4937 - There are no values ok 4938 - The object isa Canary ok 4939 ok 4940 - Functions/Methods aren't wrapped ok 4941 - Functions/Methods aren't wrapped ok 4942 ok 4943 ok 4944 ok 4945 ok 4946 - Use value itself as key ok 4947 - Use value itself as key ok 4948 - Is also the effective key ok 4949 - Is also the effective key ok 4950 - Is also the effective key ok 4951 - Is also the effective key ok 4952 - Is also the effective key ok 4953 - Is also the effective key ok 4954 - Is also the effective key ok 4955 ok 4956 ok 4957 ok 4958 ok 4959 ok 4960 ok 4961 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4962 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4963 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4964 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4965 - user_data survived everything ok 4966 - user_data in list context too ok 4967 - Combined get/set ok 4968 ok 4969 - The object isa Canary ok 4970 ok 4971 ok 4972 ok 4973 ok 4974 - infinity survived everything ok 4975 - infinity in list context too ok 4976 - Combined get/set ok 4977 ok 4978 - The object isa Canary ok 4979 ok 4980 ok 4981 ok 4982 ok 4983 ok 4984 ok 4985 - Default userdata is undef ok 4986 - Default userdata is undef ok 4987 - return set infinity ok 4988 - The object isa Canary ok 4989 - return set infinity, even in list context ok 4990 - The object isa Canary ok 4991 - top_key on empty heap returns set infinity ok 4992 - The object isa Canary ok 4993 - top_key on empty heap returns set infinity, even in list context ok 4994 - The object isa Canary ok 4995 - min_key on empty heap returns set infinity ok 4996 - The object isa Canary ok 4997 - min_key on empty heap returns set infinity, even in list context ok 4998 - The object isa Canary ok 4999 ok 5000 ok 5001 ok 5002 ok 5003 ok 5004 ok 5005 ok 5006 - proper error message: Self absorption at t/02_stress.t line 812. # ok 5007 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5008 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 5009 ok 5010 ok 5011 ok 5012 ok 5013 ok 5014 ok 5015 ok 5016 ok 5017 ok 5018 ok 5019 ok 5020 ok 5021 ok 5022 ok 5023 - order: >, elements: Method -'$f\#, dirty: 0 ok 5024 ok 5025 ok 5026 ok 5027 - Start empty ok 5028 ok 5029 ok 5030 ok 5031 ok 5032 - There are no values ok 5033 - There are no keys ok 5034 - Expected order ok 5035 - Expected order ok 5036 - Expected element type ok 5037 - Expected element type ok 5038 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 5039 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 5040 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 5041 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 5042 ok 5043 ok 5044 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 5045 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 5046 - proper infinity ok 5047 - proper infinity ok 5048 - Count is number of inserts ok 5049 - There are 9 values ok 5050 - There are 9 keys ok 5051 - keys and values have compatible order ok 5052 ok 5053 - Count lowered by extracts ok 5054 - 2 values left ok 5055 - Empty after clear ok 5056 - Double clear works ok 5057 - Empty after extract_all ok 5058 - extract_top on empty heap dies ok 5059 - extract_top on empty heap dies ok 5060 - extract_min on empty heap dies ok 5061 - extract_min on empty heap dies ok 5062 - extract first on empty returns undef ok 5063 - extract first on empty returns no values ok 5064 - top on empty heap dies ok 5065 - top on empty heap dies ok 5066 - undefined first on empty heap ok 5067 - No first key in list context ok 5068 - Return infinity on empty ok 5069 - Return infinity on empty in list context ok 5070 - Return infinity on empty ok 5071 - Return infinity on empty in list context ok 5072 - undef first_key ok 5073 - Empty list from first_key ok 5074 - There are no values ok 5075 - There are no keys ok 5076 - There are no values ok 5077 - The object isa Canary ok 5078 ok 5079 - Any/Objects aren't wrapped ok 5080 - Any/Objects aren't wrapped ok 5081 ok 5082 ok 5083 ok 5084 ok 5085 - Use value itself as key ok 5086 - Use value itself as key ok 5087 - Is also the effective key ok 5088 - Is also the effective key ok 5089 - Is also the effective key ok 5090 - Is also the effective key ok 5091 - Is also the effective key ok 5092 - Is also the effective key ok 5093 - Is also the effective key ok 5094 ok 5095 ok 5096 ok 5097 ok 5098 ok 5099 ok 5100 - Have all new values ok 5101 ok 5102 ok 5103 - Empty again ok 5104 ok 5105 - Have all new values ok 5106 ok 5107 ok 5108 - Empty again ok 5109 ok 5110 - Have all new values ok 5111 ok 5112 ok 5113 - Empty again ok 5114 ok 5115 - Have all new values ok 5116 ok 5117 ok 5118 - Empty again ok 5119 ok 5120 - user_data survived everything ok 5121 - user_data in list context too ok 5122 - Combined get/set ok 5123 ok 5124 - The object isa Canary ok 5125 ok 5126 ok 5127 ok 5128 ok 5129 - infinity survived everything ok 5130 - infinity in list context too ok 5131 - Combined get/set ok 5132 ok 5133 - The object isa Canary ok 5134 ok 5135 ok 5136 ok 5137 ok 5138 ok 5139 ok 5140 - Default userdata is undef ok 5141 - Default userdata is undef ok 5142 - return set infinity ok 5143 - The object isa Canary ok 5144 - return set infinity, even in list context ok 5145 - The object isa Canary ok 5146 - top_key on empty heap returns set infinity ok 5147 - The object isa Canary ok 5148 - top_key on empty heap returns set infinity, even in list context ok 5149 - The object isa Canary ok 5150 - min_key on empty heap returns set infinity ok 5151 - The object isa Canary ok 5152 - min_key on empty heap returns set infinity, even in list context ok 5153 - The object isa Canary ok 5154 ok 5155 ok 5156 ok 5157 ok 5158 ok 5159 ok 5160 ok 5161 - proper error message: Self absorption at t/02_stress.t line 812. # ok 5162 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5163 ok 5164 ok 5165 ok 5166 ok 5167 ok 5168 ok 5169 ok 5170 ok 5171 ok 5172 ok 5173 ok 5174 ok 5175 ok 5176 ok 5177 ok 5178 ok 5179 - order: >, elements: Object meth, dirty: 0 ok 5180 ok 5181 ok 5182 ok 5183 - Start empty ok 5184 ok 5185 ok 5186 ok 5187 ok 5188 - There are no values ok 5189 - There are no keys ok 5190 - Expected order ok 5191 - Expected order ok 5192 - Expected element type ok 5193 - Expected element type ok 5194 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 5195 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 5196 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 5197 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 5198 ok 5199 ok 5200 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 5201 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 5202 - proper infinity ok 5203 - proper infinity ok 5204 - Count is number of inserts ok 5205 - There are 9 values ok 5206 - There are 9 keys ok 5207 - keys and values have compatible order ok 5208 ok 5209 - Count lowered by extracts ok 5210 - 2 values left ok 5211 - Empty after clear ok 5212 - Double clear works ok 5213 - Empty after extract_all ok 5214 - extract_top on empty heap dies ok 5215 - extract_top on empty heap dies ok 5216 - extract_min on empty heap dies ok 5217 - extract_min on empty heap dies ok 5218 - extract first on empty returns undef ok 5219 - extract first on empty returns no values ok 5220 - top on empty heap dies ok 5221 - top on empty heap dies ok 5222 - undefined first on empty heap ok 5223 - No first key in list context ok 5224 - Return infinity on empty ok 5225 - Return infinity on empty in list context ok 5226 - Return infinity on empty ok 5227 - Return infinity on empty in list context ok 5228 - undef first_key ok 5229 - Empty list from first_key ok 5230 - There are no values ok 5231 - There are no keys ok 5232 - There are no values ok 5233 - The object isa Canary ok 5234 ok 5235 - Any/Objects aren't wrapped ok 5236 - Any/Objects aren't wrapped ok 5237 ok 5238 ok 5239 ok 5240 ok 5241 - Use value itself as key ok 5242 - Use value itself as key ok 5243 - Is also the effective key ok 5244 - Is also the effective key ok 5245 - Is also the effective key ok 5246 - Is also the effective key ok 5247 - Is also the effective key ok 5248 - Is also the effective key ok 5249 - Is also the effective key ok 5250 ok 5251 ok 5252 ok 5253 ok 5254 ok 5255 ok 5256 - Have all new values ok 5257 ok 5258 ok 5259 - Empty again ok 5260 ok 5261 - Have all new values ok 5262 ok 5263 ok 5264 - Empty again ok 5265 ok 5266 - Have all new values ok 5267 ok 5268 ok 5269 - Empty again ok 5270 ok 5271 - Have all new values ok 5272 ok 5273 ok 5274 - Empty again ok 5275 ok 5276 - user_data survived everything ok 5277 - user_data in list context too ok 5278 - Combined get/set ok 5279 ok 5280 - The object isa Canary ok 5281 ok 5282 ok 5283 ok 5284 ok 5285 - infinity survived everything ok 5286 - infinity in list context too ok 5287 - Combined get/set ok 5288 ok 5289 - The object isa Canary ok 5290 ok 5291 ok 5292 ok 5293 ok 5294 ok 5295 ok 5296 - Default userdata is undef ok 5297 - Default userdata is undef ok 5298 - return set infinity ok 5299 - The object isa Canary ok 5300 - return set infinity, even in list context ok 5301 - The object isa Canary ok 5302 - top_key on empty heap returns set infinity ok 5303 - The object isa Canary ok 5304 - top_key on empty heap returns set infinity, even in list context ok 5305 - The object isa Canary ok 5306 - min_key on empty heap returns set infinity ok 5307 - The object isa Canary ok 5308 - min_key on empty heap returns set infinity, even in list context ok 5309 - The object isa Canary ok 5310 ok 5311 ok 5312 ok 5313 ok 5314 ok 5315 ok 5316 ok 5317 - proper error message: Self absorption at t/02_stress.t line 812. # ok 5318 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5319 ok 5320 ok 5321 ok 5322 ok 5323 ok 5324 ok 5325 ok 5326 ok 5327 ok 5328 ok 5329 ok 5330 ok 5331 ok 5332 ok 5333 ok 5334 ok 5335 - order: >, elements: Object -'$f\#, dirty: 0 ok 5336 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 5337 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 5338 - Have all new values ok 5339 ok 5340 ok 5341 - Empty again ok 5342 ok 5343 - Have all new values ok 5344 ok 5345 ok 5346 - Empty again ok 5347 ok 5348 ok 5349 ok 5350 ok 5351 ok 5352 ok 5353 ok 5354 ok 5355 ok 5356 ok 5357 ok 5358 ok 5359 ok 5360 ok 5361 ok 5362 ok 5363 ok 5364 ok 5365 ok 5366 ok 5367 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 5368 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 5369 - Have all new values ok 5370 ok 5371 ok 5372 - Empty again ok 5373 ok 5374 - Have all new values ok 5375 ok 5376 ok 5377 - Empty again ok 5378 ok 5379 ok 5380 ok 5381 ok 5382 ok 5383 ok 5384 ok 5385 ok 5386 ok 5387 ok 5388 ok 5389 ok 5390 ok 5391 ok 5392 ok 5393 ok 5394 ok 5395 ok 5396 ok 5397 ok 5398 ok 5399 ok 5400 ok 5401 - Start empty ok 5402 ok 5403 ok 5404 ok 5405 ok 5406 - There are no values ok 5407 - There are no keys ok 5408 - Expected order ok 5409 - Expected order ok 5410 - Expected element type ok 5411 - Expected element type ok 5412 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 5413 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 5414 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 5415 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 5416 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 5417 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 5418 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 5419 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 5420 - proper infinity ok 5421 - proper infinity ok 5422 - Count is number of inserts ok 5423 - There are 9 values ok 5424 - There are 9 keys ok 5425 - keys and values have compatible order ok 5426 ok 5427 - Count lowered by extracts ok 5428 - 2 values left ok 5429 - Empty after clear ok 5430 - Double clear works ok 5431 - Empty after extract_all ok 5432 - extract_top on empty heap dies ok 5433 - extract_top on empty heap dies ok 5434 - extract_min on empty heap dies ok 5435 - extract_min on empty heap dies ok 5436 - extract first on empty returns undef ok 5437 - extract first on empty returns no values ok 5438 - top on empty heap dies ok 5439 - top on empty heap dies ok 5440 - undefined first on empty heap ok 5441 - No first key in list context ok 5442 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 5443 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 5444 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 5445 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 5446 - undef first_key ok 5447 - Empty list from first_key ok 5448 - There are no values ok 5449 - There are no keys ok 5450 - There are no values ok 5451 - Scalar is simple ok 5452 - Scalars aren't wrapped ok 5453 - Scalars aren't wrapped ok 5454 ok 5455 ok 5456 ok 5457 ok 5458 - Use value itself as key ok 5459 - Use value itself as key ok 5460 - Is also the effective key ok 5461 - Is also the effective key ok 5462 - Is also the effective key ok 5463 - Is also the effective key ok 5464 - Is also the effective key ok 5465 - Is also the effective key ok 5466 - Is also the effective key ok 5467 ok 5468 ok 5469 ok 5470 ok 5471 ok 5472 ok 5473 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5474 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5475 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 5476 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 5477 - user_data survived everything ok 5478 - user_data in list context too ok 5479 - Combined get/set ok 5480 ok 5481 - The object isa Canary ok 5482 ok 5483 ok 5484 ok 5485 ok 5486 - infinity survived everything ok 5487 - infinity in list context too ok 5488 - Combined get/set ok 5489 ok 5490 - The object isa Canary ok 5491 ok 5492 ok 5493 ok 5494 ok 5495 ok 5496 ok 5497 - Default userdata is undef ok 5498 - Default userdata is undef ok 5499 - return set infinity ok 5500 - The object isa Canary ok 5501 - return set infinity, even in list context ok 5502 - The object isa Canary ok 5503 - top_key on empty heap returns set infinity ok 5504 - The object isa Canary ok 5505 - top_key on empty heap returns set infinity, even in list context ok 5506 - The object isa Canary ok 5507 - min_key on empty heap returns set infinity ok 5508 - The object isa Canary ok 5509 - min_key on empty heap returns set infinity, even in list context ok 5510 - The object isa Canary ok 5511 ok 5512 ok 5513 ok 5514 ok 5515 ok 5516 ok 5517 ok 5518 - proper error message: Self absorption at t/02_stress.t line 812. # ok 5519 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5520 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 5521 ok 5522 ok 5523 ok 5524 ok 5525 ok 5526 ok 5527 ok 5528 ok 5529 ok 5530 ok 5531 ok 5532 ok 5533 ok 5534 ok 5535 - order: lt, elements: Scalar, dirty: 0 ok 5536 ok 5537 ok 5538 ok 5539 - Start empty ok 5540 ok 5541 ok 5542 ok 5543 ok 5544 - There are no values ok 5545 - There are no keys ok 5546 - Expected order ok 5547 - Expected order ok 5548 - Expected element type ok 5549 - Expected element type ok 5550 ok 5551 ok 5552 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 5553 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 5554 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 5555 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 5556 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 5557 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 5558 - proper infinity ok 5559 - proper infinity ok 5560 - Count is number of inserts ok 5561 - There are 9 values ok 5562 - There are 9 keys ok 5563 - keys and values have compatible order ok 5564 ok 5565 - Count lowered by extracts ok 5566 - 2 values left ok 5567 - Empty after clear ok 5568 - Double clear works ok 5569 - Empty after extract_all ok 5570 - extract_top on empty heap dies ok 5571 - extract_top on empty heap dies ok 5572 - extract_min on empty heap dies ok 5573 - extract_min on empty heap dies ok 5574 - extract first on empty returns undef ok 5575 - extract first on empty returns no values ok 5576 - top on empty heap dies ok 5577 - top on empty heap dies ok 5578 - undefined first on empty heap ok 5579 - No first key in list context ok 5580 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 5581 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 5582 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 5583 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 5584 - undef first_key ok 5585 - Empty list from first_key ok 5586 - There are no values ok 5587 - There are no keys ok 5588 - There are no values ok 5589 - The object isa Canary ok 5590 ok 5591 - Arrays aren't wrapped ok 5592 - Arrays aren't wrapped ok 5593 ok 5594 ok 5595 ok 5596 ok 5597 - Use value itself as key ok 5598 - Use value itself as key ok 5599 - Is also the effective key ok 5600 - Is also the effective key ok 5601 - Is also the effective key ok 5602 - Is also the effective key ok 5603 - Is also the effective key ok 5604 - Is also the effective key ok 5605 - Is also the effective key ok 5606 ok 5607 ok 5608 ok 5609 ok 5610 ok 5611 ok 5612 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5613 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5614 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 5615 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 5616 - user_data survived everything ok 5617 - user_data in list context too ok 5618 - Combined get/set ok 5619 ok 5620 - The object isa Canary ok 5621 ok 5622 ok 5623 ok 5624 ok 5625 - infinity survived everything ok 5626 - infinity in list context too ok 5627 - Combined get/set ok 5628 ok 5629 - The object isa Canary ok 5630 ok 5631 ok 5632 ok 5633 ok 5634 ok 5635 ok 5636 - Default userdata is undef ok 5637 - Default userdata is undef ok 5638 - return set infinity ok 5639 - The object isa Canary ok 5640 - return set infinity, even in list context ok 5641 - The object isa Canary ok 5642 - top_key on empty heap returns set infinity ok 5643 - The object isa Canary ok 5644 - top_key on empty heap returns set infinity, even in list context ok 5645 - The object isa Canary ok 5646 - min_key on empty heap returns set infinity ok 5647 - The object isa Canary ok 5648 - min_key on empty heap returns set infinity, even in list context ok 5649 - The object isa Canary ok 5650 ok 5651 ok 5652 ok 5653 ok 5654 ok 5655 ok 5656 ok 5657 - proper error message: Self absorption at t/02_stress.t line 812. # ok 5658 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5659 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 5660 ok 5661 ok 5662 ok 5663 ok 5664 ok 5665 ok 5666 ok 5667 ok 5668 ok 5669 ok 5670 ok 5671 ok 5672 ok 5673 ok 5674 - order: lt, elements: Array 1, dirty: 0 ok 5675 ok 5676 ok 5677 ok 5678 - Start empty ok 5679 ok 5680 ok 5681 ok 5682 ok 5683 - There are no values ok 5684 - There are no keys ok 5685 - Expected order ok 5686 - Expected order ok 5687 - Expected element type ok 5688 - Expected element type ok 5689 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 5690 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 5691 ok 5692 ok 5693 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 5694 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 5695 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 5696 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 5697 - proper infinity ok 5698 - proper infinity ok 5699 - Count is number of inserts ok 5700 - There are 9 values ok 5701 - There are 9 keys ok 5702 - keys and values have compatible order ok 5703 ok 5704 - Count lowered by extracts ok 5705 - 2 values left ok 5706 - Empty after clear ok 5707 - Double clear works ok 5708 - Empty after extract_all ok 5709 - extract_top on empty heap dies ok 5710 - extract_top on empty heap dies ok 5711 - extract_min on empty heap dies ok 5712 - extract_min on empty heap dies ok 5713 - extract first on empty returns undef ok 5714 - extract first on empty returns no values ok 5715 - top on empty heap dies ok 5716 - top on empty heap dies ok 5717 - undefined first on empty heap ok 5718 - No first key in list context ok 5719 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 5720 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 5721 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 5722 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 5723 - undef first_key ok 5724 - Empty list from first_key ok 5725 - There are no values ok 5726 - There are no keys ok 5727 - There are no values ok 5728 - The object isa Canary ok 5729 ok 5730 - Hashes aren't wrapped ok 5731 - Hashes aren't wrapped ok 5732 ok 5733 ok 5734 ok 5735 ok 5736 - Use value itself as key ok 5737 - Use value itself as key ok 5738 - Is also the effective key ok 5739 - Is also the effective key ok 5740 - Is also the effective key ok 5741 - Is also the effective key ok 5742 - Is also the effective key ok 5743 - Is also the effective key ok 5744 - Is also the effective key ok 5745 ok 5746 ok 5747 ok 5748 ok 5749 ok 5750 ok 5751 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5752 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5753 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 5754 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 5755 - user_data survived everything ok 5756 - user_data in list context too ok 5757 - Combined get/set ok 5758 ok 5759 - The object isa Canary ok 5760 ok 5761 ok 5762 ok 5763 ok 5764 - infinity survived everything ok 5765 - infinity in list context too ok 5766 - Combined get/set ok 5767 ok 5768 - The object isa Canary ok 5769 ok 5770 ok 5771 ok 5772 ok 5773 ok 5774 ok 5775 - Default userdata is undef ok 5776 - Default userdata is undef ok 5777 - return set infinity ok 5778 - The object isa Canary ok 5779 - return set infinity, even in list context ok 5780 - The object isa Canary ok 5781 - top_key on empty heap returns set infinity ok 5782 - The object isa Canary ok 5783 - top_key on empty heap returns set infinity, even in list context ok 5784 - The object isa Canary ok 5785 - min_key on empty heap returns set infinity ok 5786 - The object isa Canary ok 5787 - min_key on empty heap returns set infinity, even in list context ok 5788 - The object isa Canary ok 5789 ok 5790 ok 5791 ok 5792 ok 5793 ok 5794 ok 5795 ok 5796 - proper error message: Self absorption at t/02_stress.t line 812. # ok 5797 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5798 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 5799 ok 5800 ok 5801 ok 5802 ok 5803 ok 5804 ok 5805 ok 5806 ok 5807 ok 5808 ok 5809 ok 5810 ok 5811 ok 5812 ok 5813 - order: lt, elements: Hash foo, dirty: 0 ok 5814 ok 5815 ok 5816 ok 5817 - Start empty ok 5818 ok 5819 ok 5820 ok 5821 ok 5822 - There are no values ok 5823 - There are no keys ok 5824 - Expected order ok 5825 - Expected order ok 5826 - Expected element type ok 5827 - Expected element type ok 5828 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 5829 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 5830 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 5831 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 5832 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 5833 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 5834 ok 5835 ok 5836 - proper infinity ok 5837 - proper infinity ok 5838 - Count is number of inserts ok 5839 - There are 9 values ok 5840 - There are 9 keys ok 5841 - keys and values have compatible order ok 5842 ok 5843 - Count lowered by extracts ok 5844 - 2 values left ok 5845 - Empty after clear ok 5846 - Double clear works ok 5847 - Empty after extract_all ok 5848 - extract_top on empty heap dies ok 5849 - extract_top on empty heap dies ok 5850 - extract_min on empty heap dies ok 5851 - extract_min on empty heap dies ok 5852 - extract first on empty returns undef ok 5853 - extract first on empty returns no values ok 5854 - top on empty heap dies ok 5855 - top on empty heap dies ok 5856 - undefined first on empty heap ok 5857 - No first key in list context ok 5858 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 5859 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 5860 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 5861 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 5862 - undef first_key ok 5863 - Empty list from first_key ok 5864 - There are no values ok 5865 - There are no keys ok 5866 - There are no values ok 5867 - The object isa Canary ok 5868 ok 5869 - Functions/Methods aren't wrapped ok 5870 - Functions/Methods aren't wrapped ok 5871 ok 5872 ok 5873 ok 5874 ok 5875 - Use value itself as key ok 5876 - Use value itself as key ok 5877 - Is also the effective key ok 5878 - Is also the effective key ok 5879 - Is also the effective key ok 5880 - Is also the effective key ok 5881 - Is also the effective key ok 5882 - Is also the effective key ok 5883 - Is also the effective key ok 5884 ok 5885 ok 5886 ok 5887 ok 5888 ok 5889 ok 5890 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5891 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5892 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 5893 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 5894 - user_data survived everything ok 5895 - user_data in list context too ok 5896 - Combined get/set ok 5897 ok 5898 - The object isa Canary ok 5899 ok 5900 ok 5901 ok 5902 ok 5903 - infinity survived everything ok 5904 - infinity in list context too ok 5905 - Combined get/set ok 5906 ok 5907 - The object isa Canary ok 5908 ok 5909 ok 5910 ok 5911 ok 5912 ok 5913 ok 5914 - Default userdata is undef ok 5915 - Default userdata is undef ok 5916 - return set infinity ok 5917 - The object isa Canary ok 5918 - return set infinity, even in list context ok 5919 - The object isa Canary ok 5920 - top_key on empty heap returns set infinity ok 5921 - The object isa Canary ok 5922 - top_key on empty heap returns set infinity, even in list context ok 5923 - The object isa Canary ok 5924 - min_key on empty heap returns set infinity ok 5925 - The object isa Canary ok 5926 - min_key on empty heap returns set infinity, even in list context ok 5927 - The object isa Canary ok 5928 ok 5929 ok 5930 ok 5931 ok 5932 ok 5933 ok 5934 ok 5935 - proper error message: Self absorption at t/02_stress.t line 812. # ok 5936 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5937 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 5938 ok 5939 ok 5940 ok 5941 ok 5942 ok 5943 ok 5944 ok 5945 ok 5946 ok 5947 ok 5948 ok 5949 ok 5950 ok 5951 ok 5952 - order: lt, elements: Function CODE(0x4037c1b4), dirty: 0 ok 5953 ok 5954 ok 5955 ok 5956 - Start empty ok 5957 ok 5958 ok 5959 ok 5960 ok 5961 - There are no values ok 5962 - There are no keys ok 5963 - Expected order ok 5964 - Expected order ok 5965 - Expected element type ok 5966 - Expected element type ok 5967 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 5968 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 5969 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 5970 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 5971 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 5972 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 5973 ok 5974 ok 5975 - proper infinity ok 5976 - proper infinity ok 5977 - Count is number of inserts ok 5978 - There are 9 values ok 5979 - There are 9 keys ok 5980 - keys and values have compatible order ok 5981 ok 5982 - Count lowered by extracts ok 5983 - 2 values left ok 5984 - Empty after clear ok 5985 - Double clear works ok 5986 - Empty after extract_all ok 5987 - extract_top on empty heap dies ok 5988 - extract_top on empty heap dies ok 5989 - extract_min on empty heap dies ok 5990 - extract_min on empty heap dies ok 5991 - extract first on empty returns undef ok 5992 - extract first on empty returns no values ok 5993 - top on empty heap dies ok 5994 - top on empty heap dies ok 5995 - undefined first on empty heap ok 5996 - No first key in list context ok 5997 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 5998 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 5999 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 6000 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 6001 - undef first_key ok 6002 - Empty list from first_key ok 6003 - There are no values ok 6004 - There are no keys ok 6005 - There are no values ok 6006 - The object isa Canary ok 6007 ok 6008 - Any/Objects aren't wrapped ok 6009 - Any/Objects aren't wrapped ok 6010 ok 6011 ok 6012 ok 6013 ok 6014 - Use value itself as key ok 6015 - Use value itself as key ok 6016 - Is also the effective key ok 6017 - Is also the effective key ok 6018 - Is also the effective key ok 6019 - Is also the effective key ok 6020 - Is also the effective key ok 6021 - Is also the effective key ok 6022 - Is also the effective key ok 6023 ok 6024 ok 6025 ok 6026 ok 6027 ok 6028 ok 6029 - Have all new values ok 6030 ok 6031 ok 6032 - Empty again ok 6033 ok 6034 - Have all new values ok 6035 ok 6036 ok 6037 - Empty again ok 6038 ok 6039 - Have all new values ok 6040 ok 6041 ok 6042 - Empty again ok 6043 ok 6044 - Have all new values ok 6045 ok 6046 ok 6047 - Empty again ok 6048 ok 6049 - user_data survived everything ok 6050 - user_data in list context too ok 6051 - Combined get/set ok 6052 ok 6053 - The object isa Canary ok 6054 ok 6055 ok 6056 ok 6057 ok 6058 - infinity survived everything ok 6059 - infinity in list context too ok 6060 - Combined get/set ok 6061 ok 6062 - The object isa Canary ok 6063 ok 6064 ok 6065 ok 6066 ok 6067 ok 6068 ok 6069 - Default userdata is undef ok 6070 - Default userdata is undef ok 6071 - return set infinity ok 6072 - The object isa Canary ok 6073 - return set infinity, even in list context ok 6074 - The object isa Canary ok 6075 - top_key on empty heap returns set infinity ok 6076 - The object isa Canary ok 6077 - top_key on empty heap returns set infinity, even in list context ok 6078 - The object isa Canary ok 6079 - min_key on empty heap returns set infinity ok 6080 - The object isa Canary ok 6081 - min_key on empty heap returns set infinity, even in list context ok 6082 - The object isa Canary ok 6083 ok 6084 ok 6085 ok 6086 ok 6087 ok 6088 ok 6089 ok 6090 - proper error message: Self absorption at t/02_stress.t line 812. # ok 6091 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6092 ok 6093 ok 6094 ok 6095 ok 6096 ok 6097 ok 6098 ok 6099 ok 6100 ok 6101 ok 6102 ok 6103 ok 6104 ok 6105 ok 6106 ok 6107 ok 6108 - order: lt, elements: Any CODE(0x40558fe4), dirty: 0 ok 6109 ok 6110 ok 6111 ok 6112 - Start empty ok 6113 ok 6114 ok 6115 ok 6116 ok 6117 - There are no values ok 6118 - There are no keys ok 6119 - Expected order ok 6120 - Expected order ok 6121 - Expected element type ok 6122 - Expected element type ok 6123 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 6124 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 6125 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 6126 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 6127 ok 6128 ok 6129 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 6130 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 6131 - proper infinity ok 6132 - proper infinity ok 6133 - Count is number of inserts ok 6134 - There are 9 values ok 6135 - There are 9 keys ok 6136 - keys and values have compatible order ok 6137 ok 6138 - Count lowered by extracts ok 6139 - 2 values left ok 6140 - Empty after clear ok 6141 - Double clear works ok 6142 - Empty after extract_all ok 6143 - extract_top on empty heap dies ok 6144 - extract_top on empty heap dies ok 6145 - extract_min on empty heap dies ok 6146 - extract_min on empty heap dies ok 6147 - extract first on empty returns undef ok 6148 - extract first on empty returns no values ok 6149 - top on empty heap dies ok 6150 - top on empty heap dies ok 6151 - undefined first on empty heap ok 6152 - No first key in list context ok 6153 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 6154 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 6155 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 6156 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 6157 - undef first_key ok 6158 - Empty list from first_key ok 6159 - There are no values ok 6160 - There are no keys ok 6161 - There are no values ok 6162 - The object isa Canary ok 6163 ok 6164 - Functions/Methods aren't wrapped ok 6165 - Functions/Methods aren't wrapped ok 6166 ok 6167 ok 6168 ok 6169 ok 6170 - Use value itself as key ok 6171 - Use value itself as key ok 6172 - Is also the effective key ok 6173 - Is also the effective key ok 6174 - Is also the effective key ok 6175 - Is also the effective key ok 6176 - Is also the effective key ok 6177 - Is also the effective key ok 6178 - Is also the effective key ok 6179 ok 6180 ok 6181 ok 6182 ok 6183 ok 6184 ok 6185 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6186 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6187 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 6188 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 6189 - user_data survived everything ok 6190 - user_data in list context too ok 6191 - Combined get/set ok 6192 ok 6193 - The object isa Canary ok 6194 ok 6195 ok 6196 ok 6197 ok 6198 - infinity survived everything ok 6199 - infinity in list context too ok 6200 - Combined get/set ok 6201 ok 6202 - The object isa Canary ok 6203 ok 6204 ok 6205 ok 6206 ok 6207 ok 6208 ok 6209 - Default userdata is undef ok 6210 - Default userdata is undef ok 6211 - return set infinity ok 6212 - The object isa Canary ok 6213 - return set infinity, even in list context ok 6214 - The object isa Canary ok 6215 - top_key on empty heap returns set infinity ok 6216 - The object isa Canary ok 6217 - top_key on empty heap returns set infinity, even in list context ok 6218 - The object isa Canary ok 6219 - min_key on empty heap returns set infinity ok 6220 - The object isa Canary ok 6221 - min_key on empty heap returns set infinity, even in list context ok 6222 - The object isa Canary ok 6223 ok 6224 ok 6225 ok 6226 ok 6227 ok 6228 ok 6229 ok 6230 - proper error message: Self absorption at t/02_stress.t line 812. # ok 6231 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6232 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 6233 ok 6234 ok 6235 ok 6236 ok 6237 ok 6238 ok 6239 ok 6240 ok 6241 ok 6242 ok 6243 ok 6244 ok 6245 ok 6246 ok 6247 - order: lt, elements: Method meth, dirty: 0 ok 6248 ok 6249 ok 6250 ok 6251 - Start empty ok 6252 ok 6253 ok 6254 ok 6255 ok 6256 - There are no values ok 6257 - There are no keys ok 6258 - Expected order ok 6259 - Expected order ok 6260 - Expected element type ok 6261 - Expected element type ok 6262 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 6263 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 6264 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 6265 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 6266 ok 6267 ok 6268 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 6269 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 6270 - proper infinity ok 6271 - proper infinity ok 6272 - Count is number of inserts ok 6273 - There are 9 values ok 6274 - There are 9 keys ok 6275 - keys and values have compatible order ok 6276 ok 6277 - Count lowered by extracts ok 6278 - 2 values left ok 6279 - Empty after clear ok 6280 - Double clear works ok 6281 - Empty after extract_all ok 6282 - extract_top on empty heap dies ok 6283 - extract_top on empty heap dies ok 6284 - extract_min on empty heap dies ok 6285 - extract_min on empty heap dies ok 6286 - extract first on empty returns undef ok 6287 - extract first on empty returns no values ok 6288 - top on empty heap dies ok 6289 - top on empty heap dies ok 6290 - undefined first on empty heap ok 6291 - No first key in list context ok 6292 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 6293 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 6294 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 6295 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 6296 - undef first_key ok 6297 - Empty list from first_key ok 6298 - There are no values ok 6299 - There are no keys ok 6300 - There are no values ok 6301 - The object isa Canary ok 6302 ok 6303 - Functions/Methods aren't wrapped ok 6304 - Functions/Methods aren't wrapped ok 6305 ok 6306 ok 6307 ok 6308 ok 6309 - Use value itself as key ok 6310 - Use value itself as key ok 6311 - Is also the effective key ok 6312 - Is also the effective key ok 6313 - Is also the effective key ok 6314 - Is also the effective key ok 6315 - Is also the effective key ok 6316 - Is also the effective key ok 6317 - Is also the effective key ok 6318 ok 6319 ok 6320 ok 6321 ok 6322 ok 6323 ok 6324 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6325 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6326 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 6327 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 6328 - user_data survived everything ok 6329 - user_data in list context too ok 6330 - Combined get/set ok 6331 ok 6332 - The object isa Canary ok 6333 ok 6334 ok 6335 ok 6336 ok 6337 - infinity survived everything ok 6338 - infinity in list context too ok 6339 - Combined get/set ok 6340 ok 6341 - The object isa Canary ok 6342 ok 6343 ok 6344 ok 6345 ok 6346 ok 6347 ok 6348 - Default userdata is undef ok 6349 - Default userdata is undef ok 6350 - return set infinity ok 6351 - The object isa Canary ok 6352 - return set infinity, even in list context ok 6353 - The object isa Canary ok 6354 - top_key on empty heap returns set infinity ok 6355 - The object isa Canary ok 6356 - top_key on empty heap returns set infinity, even in list context ok 6357 - The object isa Canary ok 6358 - min_key on empty heap returns set infinity ok 6359 - The object isa Canary ok 6360 - min_key on empty heap returns set infinity, even in list context ok 6361 - The object isa Canary ok 6362 ok 6363 ok 6364 ok 6365 ok 6366 ok 6367 ok 6368 ok 6369 - proper error message: Self absorption at t/02_stress.t line 812. # ok 6370 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6371 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 6372 ok 6373 ok 6374 ok 6375 ok 6376 ok 6377 ok 6378 ok 6379 ok 6380 ok 6381 ok 6382 ok 6383 ok 6384 ok 6385 ok 6386 - order: lt, elements: Method -'$f\#, dirty: 0 ok 6387 ok 6388 ok 6389 ok 6390 - Start empty ok 6391 ok 6392 ok 6393 ok 6394 ok 6395 - There are no values ok 6396 - There are no keys ok 6397 - Expected order ok 6398 - Expected order ok 6399 - Expected element type ok 6400 - Expected element type ok 6401 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 6402 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 6403 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 6404 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 6405 ok 6406 ok 6407 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 6408 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 6409 - proper infinity ok 6410 - proper infinity ok 6411 - Count is number of inserts ok 6412 - There are 9 values ok 6413 - There are 9 keys ok 6414 - keys and values have compatible order ok 6415 ok 6416 - Count lowered by extracts ok 6417 - 2 values left ok 6418 - Empty after clear ok 6419 - Double clear works ok 6420 - Empty after extract_all ok 6421 - extract_top on empty heap dies ok 6422 - extract_top on empty heap dies ok 6423 - extract_min on empty heap dies ok 6424 - extract_min on empty heap dies ok 6425 - extract first on empty returns undef ok 6426 - extract first on empty returns no values ok 6427 - top on empty heap dies ok 6428 - top on empty heap dies ok 6429 - undefined first on empty heap ok 6430 - No first key in list context ok 6431 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 6432 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 6433 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 6434 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 6435 - undef first_key ok 6436 - Empty list from first_key ok 6437 - There are no values ok 6438 - There are no keys ok 6439 - There are no values ok 6440 - The object isa Canary ok 6441 ok 6442 - Any/Objects aren't wrapped ok 6443 - Any/Objects aren't wrapped ok 6444 ok 6445 ok 6446 ok 6447 ok 6448 - Use value itself as key ok 6449 - Use value itself as key ok 6450 - Is also the effective key ok 6451 - Is also the effective key ok 6452 - Is also the effective key ok 6453 - Is also the effective key ok 6454 - Is also the effective key ok 6455 - Is also the effective key ok 6456 - Is also the effective key ok 6457 ok 6458 ok 6459 ok 6460 ok 6461 ok 6462 ok 6463 - Have all new values ok 6464 ok 6465 ok 6466 - Empty again ok 6467 ok 6468 - Have all new values ok 6469 ok 6470 ok 6471 - Empty again ok 6472 ok 6473 - Have all new values ok 6474 ok 6475 ok 6476 - Empty again ok 6477 ok 6478 - Have all new values ok 6479 ok 6480 ok 6481 - Empty again ok 6482 ok 6483 - user_data survived everything ok 6484 - user_data in list context too ok 6485 - Combined get/set ok 6486 ok 6487 - The object isa Canary ok 6488 ok 6489 ok 6490 ok 6491 ok 6492 - infinity survived everything ok 6493 - infinity in list context too ok 6494 - Combined get/set ok 6495 ok 6496 - The object isa Canary ok 6497 ok 6498 ok 6499 ok 6500 ok 6501 ok 6502 ok 6503 - Default userdata is undef ok 6504 - Default userdata is undef ok 6505 - return set infinity ok 6506 - The object isa Canary ok 6507 - return set infinity, even in list context ok 6508 - The object isa Canary ok 6509 - top_key on empty heap returns set infinity ok 6510 - The object isa Canary ok 6511 - top_key on empty heap returns set infinity, even in list context ok 6512 - The object isa Canary ok 6513 - min_key on empty heap returns set infinity ok 6514 - The object isa Canary ok 6515 - min_key on empty heap returns set infinity, even in list context ok 6516 - The object isa Canary ok 6517 ok 6518 ok 6519 ok 6520 ok 6521 ok 6522 ok 6523 ok 6524 - proper error message: Self absorption at t/02_stress.t line 812. # ok 6525 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6526 ok 6527 ok 6528 ok 6529 ok 6530 ok 6531 ok 6532 ok 6533 ok 6534 ok 6535 ok 6536 ok 6537 ok 6538 ok 6539 ok 6540 ok 6541 ok 6542 - order: lt, elements: Object meth, dirty: 0 ok 6543 ok 6544 ok 6545 ok 6546 - Start empty ok 6547 ok 6548 ok 6549 ok 6550 ok 6551 - There are no values ok 6552 - There are no keys ok 6553 - Expected order ok 6554 - Expected order ok 6555 - Expected element type ok 6556 - Expected element type ok 6557 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 6558 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 6559 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 6560 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 6561 ok 6562 ok 6563 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 6564 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 6565 - proper infinity ok 6566 - proper infinity ok 6567 - Count is number of inserts ok 6568 - There are 9 values ok 6569 - There are 9 keys ok 6570 - keys and values have compatible order ok 6571 ok 6572 - Count lowered by extracts ok 6573 - 2 values left ok 6574 - Empty after clear ok 6575 - Double clear works ok 6576 - Empty after extract_all ok 6577 - extract_top on empty heap dies ok 6578 - extract_top on empty heap dies ok 6579 - extract_min on empty heap dies ok 6580 - extract_min on empty heap dies ok 6581 - extract first on empty returns undef ok 6582 - extract first on empty returns no values ok 6583 - top on empty heap dies ok 6584 - top on empty heap dies ok 6585 - undefined first on empty heap ok 6586 - No first key in list context ok 6587 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 6588 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 6589 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 6590 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 6591 - undef first_key ok 6592 - Empty list from first_key ok 6593 - There are no values ok 6594 - There are no keys ok 6595 - There are no values ok 6596 - The object isa Canary ok 6597 ok 6598 - Any/Objects aren't wrapped ok 6599 - Any/Objects aren't wrapped ok 6600 ok 6601 ok 6602 ok 6603 ok 6604 - Use value itself as key ok 6605 - Use value itself as key ok 6606 - Is also the effective key ok 6607 - Is also the effective key ok 6608 - Is also the effective key ok 6609 - Is also the effective key ok 6610 - Is also the effective key ok 6611 - Is also the effective key ok 6612 - Is also the effective key ok 6613 ok 6614 ok 6615 ok 6616 ok 6617 ok 6618 ok 6619 - Have all new values ok 6620 ok 6621 ok 6622 - Empty again ok 6623 ok 6624 - Have all new values ok 6625 ok 6626 ok 6627 - Empty again ok 6628 ok 6629 - Have all new values ok 6630 ok 6631 ok 6632 - Empty again ok 6633 ok 6634 - Have all new values ok 6635 ok 6636 ok 6637 - Empty again ok 6638 ok 6639 - user_data survived everything ok 6640 - user_data in list context too ok 6641 - Combined get/set ok 6642 ok 6643 - The object isa Canary ok 6644 ok 6645 ok 6646 ok 6647 ok 6648 - infinity survived everything ok 6649 - infinity in list context too ok 6650 - Combined get/set ok 6651 ok 6652 - The object isa Canary ok 6653 ok 6654 ok 6655 ok 6656 ok 6657 ok 6658 ok 6659 - Default userdata is undef ok 6660 - Default userdata is undef ok 6661 - return set infinity ok 6662 - The object isa Canary ok 6663 - return set infinity, even in list context ok 6664 - The object isa Canary ok 6665 - top_key on empty heap returns set infinity ok 6666 - The object isa Canary ok 6667 - top_key on empty heap returns set infinity, even in list context ok 6668 - The object isa Canary ok 6669 - min_key on empty heap returns set infinity ok 6670 - The object isa Canary ok 6671 - min_key on empty heap returns set infinity, even in list context ok 6672 - The object isa Canary ok 6673 ok 6674 ok 6675 ok 6676 ok 6677 ok 6678 ok 6679 ok 6680 - proper error message: Self absorption at t/02_stress.t line 812. # ok 6681 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6682 ok 6683 ok 6684 ok 6685 ok 6686 ok 6687 ok 6688 ok 6689 ok 6690 ok 6691 ok 6692 ok 6693 ok 6694 ok 6695 ok 6696 ok 6697 ok 6698 - order: lt, elements: Object -'$f\#, dirty: 0 ok 6699 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 6700 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 6701 - Have all new values ok 6702 ok 6703 ok 6704 - Empty again ok 6705 ok 6706 - Have all new values ok 6707 ok 6708 ok 6709 - Empty again ok 6710 ok 6711 ok 6712 ok 6713 ok 6714 ok 6715 ok 6716 ok 6717 ok 6718 ok 6719 ok 6720 ok 6721 ok 6722 ok 6723 ok 6724 ok 6725 ok 6726 ok 6727 ok 6728 ok 6729 ok 6730 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 6731 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 6732 - Have all new values ok 6733 ok 6734 ok 6735 - Empty again ok 6736 ok 6737 - Have all new values ok 6738 ok 6739 ok 6740 - Empty again ok 6741 ok 6742 ok 6743 ok 6744 ok 6745 ok 6746 ok 6747 ok 6748 ok 6749 ok 6750 ok 6751 ok 6752 ok 6753 ok 6754 ok 6755 ok 6756 ok 6757 ok 6758 ok 6759 ok 6760 ok 6761 ok 6762 ok 6763 ok 6764 - Start empty ok 6765 ok 6766 ok 6767 ok 6768 ok 6769 - There are no values ok 6770 - There are no keys ok 6771 - Expected order ok 6772 - Expected order ok 6773 - Expected element type ok 6774 - Expected element type ok 6775 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 6776 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 6777 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 6778 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 6779 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 6780 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 6781 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 6782 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 6783 - proper infinity ok 6784 - proper infinity ok 6785 - Count is number of inserts ok 6786 - There are 9 values ok 6787 - There are 9 keys ok 6788 - keys and values have compatible order ok 6789 ok 6790 - Count lowered by extracts ok 6791 - 2 values left ok 6792 - Empty after clear ok 6793 - Double clear works ok 6794 - Empty after extract_all ok 6795 - extract_top on empty heap dies ok 6796 - extract_top on empty heap dies ok 6797 - extract_min on empty heap dies ok 6798 - extract_min on empty heap dies ok 6799 - extract first on empty returns undef ok 6800 - extract first on empty returns no values ok 6801 - top on empty heap dies ok 6802 - top on empty heap dies ok 6803 - undefined first on empty heap ok 6804 - No first key in list context ok 6805 - Return infinity on empty ok 6806 - Return infinity on empty in list context ok 6807 - Return infinity on empty ok 6808 - Return infinity on empty in list context ok 6809 - undef first_key ok 6810 - Empty list from first_key ok 6811 - There are no values ok 6812 - There are no keys ok 6813 - There are no values ok 6814 - Scalar is simple ok 6815 - Scalars aren't wrapped ok 6816 - Scalars aren't wrapped ok 6817 ok 6818 ok 6819 ok 6820 ok 6821 - Use value itself as key ok 6822 - Use value itself as key ok 6823 - Is also the effective key ok 6824 - Is also the effective key ok 6825 - Is also the effective key ok 6826 - Is also the effective key ok 6827 - Is also the effective key ok 6828 - Is also the effective key ok 6829 - Is also the effective key ok 6830 ok 6831 ok 6832 ok 6833 ok 6834 ok 6835 ok 6836 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6837 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6838 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 6839 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 6840 - user_data survived everything ok 6841 - user_data in list context too ok 6842 - Combined get/set ok 6843 ok 6844 - The object isa Canary ok 6845 ok 6846 ok 6847 ok 6848 ok 6849 - infinity survived everything ok 6850 - infinity in list context too ok 6851 - Combined get/set ok 6852 ok 6853 - The object isa Canary ok 6854 ok 6855 ok 6856 ok 6857 ok 6858 ok 6859 ok 6860 - Default userdata is undef ok 6861 - Default userdata is undef ok 6862 - return set infinity ok 6863 - The object isa Canary ok 6864 - return set infinity, even in list context ok 6865 - The object isa Canary ok 6866 - top_key on empty heap returns set infinity ok 6867 - The object isa Canary ok 6868 - top_key on empty heap returns set infinity, even in list context ok 6869 - The object isa Canary ok 6870 - min_key on empty heap returns set infinity ok 6871 - The object isa Canary ok 6872 - min_key on empty heap returns set infinity, even in list context ok 6873 - The object isa Canary ok 6874 ok 6875 ok 6876 ok 6877 ok 6878 ok 6879 ok 6880 ok 6881 - proper error message: Self absorption at t/02_stress.t line 812. # ok 6882 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6883 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 6884 ok 6885 ok 6886 ok 6887 ok 6888 ok 6889 ok 6890 ok 6891 ok 6892 ok 6893 ok 6894 ok 6895 ok 6896 ok 6897 ok 6898 - order: gt, elements: Scalar, dirty: 0 ok 6899 ok 6900 ok 6901 ok 6902 - Start empty ok 6903 ok 6904 ok 6905 ok 6906 ok 6907 - There are no values ok 6908 - There are no keys ok 6909 - Expected order ok 6910 - Expected order ok 6911 - Expected element type ok 6912 - Expected element type ok 6913 ok 6914 ok 6915 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 6916 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 6917 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 6918 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 6919 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 6920 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 6921 - proper infinity ok 6922 - proper infinity ok 6923 - Count is number of inserts ok 6924 - There are 9 values ok 6925 - There are 9 keys ok 6926 - keys and values have compatible order ok 6927 ok 6928 - Count lowered by extracts ok 6929 - 2 values left ok 6930 - Empty after clear ok 6931 - Double clear works ok 6932 - Empty after extract_all ok 6933 - extract_top on empty heap dies ok 6934 - extract_top on empty heap dies ok 6935 - extract_min on empty heap dies ok 6936 - extract_min on empty heap dies ok 6937 - extract first on empty returns undef ok 6938 - extract first on empty returns no values ok 6939 - top on empty heap dies ok 6940 - top on empty heap dies ok 6941 - undefined first on empty heap ok 6942 - No first key in list context ok 6943 - Return infinity on empty ok 6944 - Return infinity on empty in list context ok 6945 - Return infinity on empty ok 6946 - Return infinity on empty in list context ok 6947 - undef first_key ok 6948 - Empty list from first_key ok 6949 - There are no values ok 6950 - There are no keys ok 6951 - There are no values ok 6952 - The object isa Canary ok 6953 ok 6954 - Arrays aren't wrapped ok 6955 - Arrays aren't wrapped ok 6956 ok 6957 ok 6958 ok 6959 ok 6960 - Use value itself as key ok 6961 - Use value itself as key ok 6962 - Is also the effective key ok 6963 - Is also the effective key ok 6964 - Is also the effective key ok 6965 - Is also the effective key ok 6966 - Is also the effective key ok 6967 - Is also the effective key ok 6968 - Is also the effective key ok 6969 ok 6970 ok 6971 ok 6972 ok 6973 ok 6974 ok 6975 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6976 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6977 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 6978 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 6979 - user_data survived everything ok 6980 - user_data in list context too ok 6981 - Combined get/set ok 6982 ok 6983 - The object isa Canary ok 6984 ok 6985 ok 6986 ok 6987 ok 6988 - infinity survived everything ok 6989 - infinity in list context too ok 6990 - Combined get/set ok 6991 ok 6992 - The object isa Canary ok 6993 ok 6994 ok 6995 ok 6996 ok 6997 ok 6998 ok 6999 - Default userdata is undef ok 7000 - Default userdata is undef ok 7001 - return set infinity ok 7002 - The object isa Canary ok 7003 - return set infinity, even in list context ok 7004 - The object isa Canary ok 7005 - top_key on empty heap returns set infinity ok 7006 - The object isa Canary ok 7007 - top_key on empty heap returns set infinity, even in list context ok 7008 - The object isa Canary ok 7009 - min_key on empty heap returns set infinity ok 7010 - The object isa Canary ok 7011 - min_key on empty heap returns set infinity, even in list context ok 7012 - The object isa Canary ok 7013 ok 7014 ok 7015 ok 7016 ok 7017 ok 7018 ok 7019 ok 7020 - proper error message: Self absorption at t/02_stress.t line 812. # ok 7021 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7022 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 7023 ok 7024 ok 7025 ok 7026 ok 7027 ok 7028 ok 7029 ok 7030 ok 7031 ok 7032 ok 7033 ok 7034 ok 7035 ok 7036 ok 7037 - order: gt, elements: Array 1, dirty: 0 ok 7038 ok 7039 ok 7040 ok 7041 - Start empty ok 7042 ok 7043 ok 7044 ok 7045 ok 7046 - There are no values ok 7047 - There are no keys ok 7048 - Expected order ok 7049 - Expected order ok 7050 - Expected element type ok 7051 - Expected element type ok 7052 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 7053 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 7054 ok 7055 ok 7056 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 7057 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 7058 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 7059 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 7060 - proper infinity ok 7061 - proper infinity ok 7062 - Count is number of inserts ok 7063 - There are 9 values ok 7064 - There are 9 keys ok 7065 - keys and values have compatible order ok 7066 ok 7067 - Count lowered by extracts ok 7068 - 2 values left ok 7069 - Empty after clear ok 7070 - Double clear works ok 7071 - Empty after extract_all ok 7072 - extract_top on empty heap dies ok 7073 - extract_top on empty heap dies ok 7074 - extract_min on empty heap dies ok 7075 - extract_min on empty heap dies ok 7076 - extract first on empty returns undef ok 7077 - extract first on empty returns no values ok 7078 - top on empty heap dies ok 7079 - top on empty heap dies ok 7080 - undefined first on empty heap ok 7081 - No first key in list context ok 7082 - Return infinity on empty ok 7083 - Return infinity on empty in list context ok 7084 - Return infinity on empty ok 7085 - Return infinity on empty in list context ok 7086 - undef first_key ok 7087 - Empty list from first_key ok 7088 - There are no values ok 7089 - There are no keys ok 7090 - There are no values ok 7091 - The object isa Canary ok 7092 ok 7093 - Hashes aren't wrapped ok 7094 - Hashes aren't wrapped ok 7095 ok 7096 ok 7097 ok 7098 ok 7099 - Use value itself as key ok 7100 - Use value itself as key ok 7101 - Is also the effective key ok 7102 - Is also the effective key ok 7103 - Is also the effective key ok 7104 - Is also the effective key ok 7105 - Is also the effective key ok 7106 - Is also the effective key ok 7107 - Is also the effective key ok 7108 ok 7109 ok 7110 ok 7111 ok 7112 ok 7113 ok 7114 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7115 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7116 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 7117 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 7118 - user_data survived everything ok 7119 - user_data in list context too ok 7120 - Combined get/set ok 7121 ok 7122 - The object isa Canary ok 7123 ok 7124 ok 7125 ok 7126 ok 7127 - infinity survived everything ok 7128 - infinity in list context too ok 7129 - Combined get/set ok 7130 ok 7131 - The object isa Canary ok 7132 ok 7133 ok 7134 ok 7135 ok 7136 ok 7137 ok 7138 - Default userdata is undef ok 7139 - Default userdata is undef ok 7140 - return set infinity ok 7141 - The object isa Canary ok 7142 - return set infinity, even in list context ok 7143 - The object isa Canary ok 7144 - top_key on empty heap returns set infinity ok 7145 - The object isa Canary ok 7146 - top_key on empty heap returns set infinity, even in list context ok 7147 - The object isa Canary ok 7148 - min_key on empty heap returns set infinity ok 7149 - The object isa Canary ok 7150 - min_key on empty heap returns set infinity, even in list context ok 7151 - The object isa Canary ok 7152 ok 7153 ok 7154 ok 7155 ok 7156 ok 7157 ok 7158 ok 7159 - proper error message: Self absorption at t/02_stress.t line 812. # ok 7160 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7161 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 7162 ok 7163 ok 7164 ok 7165 ok 7166 ok 7167 ok 7168 ok 7169 ok 7170 ok 7171 ok 7172 ok 7173 ok 7174 ok 7175 ok 7176 - order: gt, elements: Hash foo, dirty: 0 ok 7177 ok 7178 ok 7179 ok 7180 - Start empty ok 7181 ok 7182 ok 7183 ok 7184 ok 7185 - There are no values ok 7186 - There are no keys ok 7187 - Expected order ok 7188 - Expected order ok 7189 - Expected element type ok 7190 - Expected element type ok 7191 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 7192 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 7193 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 7194 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 7195 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 7196 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 7197 ok 7198 ok 7199 - proper infinity ok 7200 - proper infinity ok 7201 - Count is number of inserts ok 7202 - There are 9 values ok 7203 - There are 9 keys ok 7204 - keys and values have compatible order ok 7205 ok 7206 - Count lowered by extracts ok 7207 - 2 values left ok 7208 - Empty after clear ok 7209 - Double clear works ok 7210 - Empty after extract_all ok 7211 - extract_top on empty heap dies ok 7212 - extract_top on empty heap dies ok 7213 - extract_min on empty heap dies ok 7214 - extract_min on empty heap dies ok 7215 - extract first on empty returns undef ok 7216 - extract first on empty returns no values ok 7217 - top on empty heap dies ok 7218 - top on empty heap dies ok 7219 - undefined first on empty heap ok 7220 - No first key in list context ok 7221 - Return infinity on empty ok 7222 - Return infinity on empty in list context ok 7223 - Return infinity on empty ok 7224 - Return infinity on empty in list context ok 7225 - undef first_key ok 7226 - Empty list from first_key ok 7227 - There are no values ok 7228 - There are no keys ok 7229 - There are no values ok 7230 - The object isa Canary ok 7231 ok 7232 - Functions/Methods aren't wrapped ok 7233 - Functions/Methods aren't wrapped ok 7234 ok 7235 ok 7236 ok 7237 ok 7238 - Use value itself as key ok 7239 - Use value itself as key ok 7240 - Is also the effective key ok 7241 - Is also the effective key ok 7242 - Is also the effective key ok 7243 - Is also the effective key ok 7244 - Is also the effective key ok 7245 - Is also the effective key ok 7246 - Is also the effective key ok 7247 ok 7248 ok 7249 ok 7250 ok 7251 ok 7252 ok 7253 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7254 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7255 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 7256 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 7257 - user_data survived everything ok 7258 - user_data in list context too ok 7259 - Combined get/set ok 7260 ok 7261 - The object isa Canary ok 7262 ok 7263 ok 7264 ok 7265 ok 7266 - infinity survived everything ok 7267 - infinity in list context too ok 7268 - Combined get/set ok 7269 ok 7270 - The object isa Canary ok 7271 ok 7272 ok 7273 ok 7274 ok 7275 ok 7276 ok 7277 - Default userdata is undef ok 7278 - Default userdata is undef ok 7279 - return set infinity ok 7280 - The object isa Canary ok 7281 - return set infinity, even in list context ok 7282 - The object isa Canary ok 7283 - top_key on empty heap returns set infinity ok 7284 - The object isa Canary ok 7285 - top_key on empty heap returns set infinity, even in list context ok 7286 - The object isa Canary ok 7287 - min_key on empty heap returns set infinity ok 7288 - The object isa Canary ok 7289 - min_key on empty heap returns set infinity, even in list context ok 7290 - The object isa Canary ok 7291 ok 7292 ok 7293 ok 7294 ok 7295 ok 7296 ok 7297 ok 7298 - proper error message: Self absorption at t/02_stress.t line 812. # ok 7299 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7300 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 7301 ok 7302 ok 7303 ok 7304 ok 7305 ok 7306 ok 7307 ok 7308 ok 7309 ok 7310 ok 7311 ok 7312 ok 7313 ok 7314 ok 7315 - order: gt, elements: Function CODE(0x404d36ac), dirty: 0 ok 7316 ok 7317 ok 7318 ok 7319 - Start empty ok 7320 ok 7321 ok 7322 ok 7323 ok 7324 - There are no values ok 7325 - There are no keys ok 7326 - Expected order ok 7327 - Expected order ok 7328 - Expected element type ok 7329 - Expected element type ok 7330 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 7331 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 7332 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 7333 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 7334 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 7335 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 7336 ok 7337 ok 7338 - proper infinity ok 7339 - proper infinity ok 7340 - Count is number of inserts ok 7341 - There are 9 values ok 7342 - There are 9 keys ok 7343 - keys and values have compatible order ok 7344 ok 7345 - Count lowered by extracts ok 7346 - 2 values left ok 7347 - Empty after clear ok 7348 - Double clear works ok 7349 - Empty after extract_all ok 7350 - extract_top on empty heap dies ok 7351 - extract_top on empty heap dies ok 7352 - extract_min on empty heap dies ok 7353 - extract_min on empty heap dies ok 7354 - extract first on empty returns undef ok 7355 - extract first on empty returns no values ok 7356 - top on empty heap dies ok 7357 - top on empty heap dies ok 7358 - undefined first on empty heap ok 7359 - No first key in list context ok 7360 - Return infinity on empty ok 7361 - Return infinity on empty in list context ok 7362 - Return infinity on empty ok 7363 - Return infinity on empty in list context ok 7364 - undef first_key ok 7365 - Empty list from first_key ok 7366 - There are no values ok 7367 - There are no keys ok 7368 - There are no values ok 7369 - The object isa Canary ok 7370 ok 7371 - Any/Objects aren't wrapped ok 7372 - Any/Objects aren't wrapped ok 7373 ok 7374 ok 7375 ok 7376 ok 7377 - Use value itself as key ok 7378 - Use value itself as key ok 7379 - Is also the effective key ok 7380 - Is also the effective key ok 7381 - Is also the effective key ok 7382 - Is also the effective key ok 7383 - Is also the effective key ok 7384 - Is also the effective key ok 7385 - Is also the effective key ok 7386 ok 7387 ok 7388 ok 7389 ok 7390 ok 7391 ok 7392 - Have all new values ok 7393 ok 7394 ok 7395 - Empty again ok 7396 ok 7397 - Have all new values ok 7398 ok 7399 ok 7400 - Empty again ok 7401 ok 7402 - Have all new values ok 7403 ok 7404 ok 7405 - Empty again ok 7406 ok 7407 - Have all new values ok 7408 ok 7409 ok 7410 - Empty again ok 7411 ok 7412 - user_data survived everything ok 7413 - user_data in list context too ok 7414 - Combined get/set ok 7415 ok 7416 - The object isa Canary ok 7417 ok 7418 ok 7419 ok 7420 ok 7421 - infinity survived everything ok 7422 - infinity in list context too ok 7423 - Combined get/set ok 7424 ok 7425 - The object isa Canary ok 7426 ok 7427 ok 7428 ok 7429 ok 7430 ok 7431 ok 7432 - Default userdata is undef ok 7433 - Default userdata is undef ok 7434 - return set infinity ok 7435 - The object isa Canary ok 7436 - return set infinity, even in list context ok 7437 - The object isa Canary ok 7438 - top_key on empty heap returns set infinity ok 7439 - The object isa Canary ok 7440 - top_key on empty heap returns set infinity, even in list context ok 7441 - The object isa Canary ok 7442 - min_key on empty heap returns set infinity ok 7443 - The object isa Canary ok 7444 - min_key on empty heap returns set infinity, even in list context ok 7445 - The object isa Canary ok 7446 ok 7447 ok 7448 ok 7449 ok 7450 ok 7451 ok 7452 ok 7453 - proper error message: Self absorption at t/02_stress.t line 812. # ok 7454 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7455 ok 7456 ok 7457 ok 7458 ok 7459 ok 7460 ok 7461 ok 7462 ok 7463 ok 7464 ok 7465 ok 7466 ok 7467 ok 7468 ok 7469 ok 7470 ok 7471 - order: gt, elements: Any CODE(0x405f0498), dirty: 0 ok 7472 ok 7473 ok 7474 ok 7475 - Start empty ok 7476 ok 7477 ok 7478 ok 7479 ok 7480 - There are no values ok 7481 - There are no keys ok 7482 - Expected order ok 7483 - Expected order ok 7484 - Expected element type ok 7485 - Expected element type ok 7486 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 7487 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 7488 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 7489 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 7490 ok 7491 ok 7492 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 7493 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 7494 - proper infinity ok 7495 - proper infinity ok 7496 - Count is number of inserts ok 7497 - There are 9 values ok 7498 - There are 9 keys ok 7499 - keys and values have compatible order ok 7500 ok 7501 - Count lowered by extracts ok 7502 - 2 values left ok 7503 - Empty after clear ok 7504 - Double clear works ok 7505 - Empty after extract_all ok 7506 - extract_top on empty heap dies ok 7507 - extract_top on empty heap dies ok 7508 - extract_min on empty heap dies ok 7509 - extract_min on empty heap dies ok 7510 - extract first on empty returns undef ok 7511 - extract first on empty returns no values ok 7512 - top on empty heap dies ok 7513 - top on empty heap dies ok 7514 - undefined first on empty heap ok 7515 - No first key in list context ok 7516 - Return infinity on empty ok 7517 - Return infinity on empty in list context ok 7518 - Return infinity on empty ok 7519 - Return infinity on empty in list context ok 7520 - undef first_key ok 7521 - Empty list from first_key ok 7522 - There are no values ok 7523 - There are no keys ok 7524 - There are no values ok 7525 - The object isa Canary ok 7526 ok 7527 - Functions/Methods aren't wrapped ok 7528 - Functions/Methods aren't wrapped ok 7529 ok 7530 ok 7531 ok 7532 ok 7533 - Use value itself as key ok 7534 - Use value itself as key ok 7535 - Is also the effective key ok 7536 - Is also the effective key ok 7537 - Is also the effective key ok 7538 - Is also the effective key ok 7539 - Is also the effective key ok 7540 - Is also the effective key ok 7541 - Is also the effective key ok 7542 ok 7543 ok 7544 ok 7545 ok 7546 ok 7547 ok 7548 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7549 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7550 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 7551 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 7552 - user_data survived everything ok 7553 - user_data in list context too ok 7554 - Combined get/set ok 7555 ok 7556 - The object isa Canary ok 7557 ok 7558 ok 7559 ok 7560 ok 7561 - infinity survived everything ok 7562 - infinity in list context too ok 7563 - Combined get/set ok 7564 ok 7565 - The object isa Canary ok 7566 ok 7567 ok 7568 ok 7569 ok 7570 ok 7571 ok 7572 - Default userdata is undef ok 7573 - Default userdata is undef ok 7574 - return set infinity ok 7575 - The object isa Canary ok 7576 - return set infinity, even in list context ok 7577 - The object isa Canary ok 7578 - top_key on empty heap returns set infinity ok 7579 - The object isa Canary ok 7580 - top_key on empty heap returns set infinity, even in list context ok 7581 - The object isa Canary ok 7582 - min_key on empty heap returns set infinity ok 7583 - The object isa Canary ok 7584 - min_key on empty heap returns set infinity, even in list context ok 7585 - The object isa Canary ok 7586 ok 7587 ok 7588 ok 7589 ok 7590 ok 7591 ok 7592 ok 7593 - proper error message: Self absorption at t/02_stress.t line 812. # ok 7594 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7595 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 7596 ok 7597 ok 7598 ok 7599 ok 7600 ok 7601 ok 7602 ok 7603 ok 7604 ok 7605 ok 7606 ok 7607 ok 7608 ok 7609 ok 7610 - order: gt, elements: Method meth, dirty: 0 ok 7611 ok 7612 ok 7613 ok 7614 - Start empty ok 7615 ok 7616 ok 7617 ok 7618 ok 7619 - There are no values ok 7620 - There are no keys ok 7621 - Expected order ok 7622 - Expected order ok 7623 - Expected element type ok 7624 - Expected element type ok 7625 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 7626 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 7627 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 7628 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 7629 ok 7630 ok 7631 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 7632 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 7633 - proper infinity ok 7634 - proper infinity ok 7635 - Count is number of inserts ok 7636 - There are 9 values ok 7637 - There are 9 keys ok 7638 - keys and values have compatible order ok 7639 ok 7640 - Count lowered by extracts ok 7641 - 2 values left ok 7642 - Empty after clear ok 7643 - Double clear works ok 7644 - Empty after extract_all ok 7645 - extract_top on empty heap dies ok 7646 - extract_top on empty heap dies ok 7647 - extract_min on empty heap dies ok 7648 - extract_min on empty heap dies ok 7649 - extract first on empty returns undef ok 7650 - extract first on empty returns no values ok 7651 - top on empty heap dies ok 7652 - top on empty heap dies ok 7653 - undefined first on empty heap ok 7654 - No first key in list context ok 7655 - Return infinity on empty ok 7656 - Return infinity on empty in list context ok 7657 - Return infinity on empty ok 7658 - Return infinity on empty in list context ok 7659 - undef first_key ok 7660 - Empty list from first_key ok 7661 - There are no values ok 7662 - There are no keys ok 7663 - There are no values ok 7664 - The object isa Canary ok 7665 ok 7666 - Functions/Methods aren't wrapped ok 7667 - Functions/Methods aren't wrapped ok 7668 ok 7669 ok 7670 ok 7671 ok 7672 - Use value itself as key ok 7673 - Use value itself as key ok 7674 - Is also the effective key ok 7675 - Is also the effective key ok 7676 - Is also the effective key ok 7677 - Is also the effective key ok 7678 - Is also the effective key ok 7679 - Is also the effective key ok 7680 - Is also the effective key ok 7681 ok 7682 ok 7683 ok 7684 ok 7685 ok 7686 ok 7687 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7688 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7689 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 7690 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 7691 - user_data survived everything ok 7692 - user_data in list context too ok 7693 - Combined get/set ok 7694 ok 7695 - The object isa Canary ok 7696 ok 7697 ok 7698 ok 7699 ok 7700 - infinity survived everything ok 7701 - infinity in list context too ok 7702 - Combined get/set ok 7703 ok 7704 - The object isa Canary ok 7705 ok 7706 ok 7707 ok 7708 ok 7709 ok 7710 ok 7711 - Default userdata is undef ok 7712 - Default userdata is undef ok 7713 - return set infinity ok 7714 - The object isa Canary ok 7715 - return set infinity, even in list context ok 7716 - The object isa Canary ok 7717 - top_key on empty heap returns set infinity ok 7718 - The object isa Canary ok 7719 - top_key on empty heap returns set infinity, even in list context ok 7720 - The object isa Canary ok 7721 - min_key on empty heap returns set infinity ok 7722 - The object isa Canary ok 7723 - min_key on empty heap returns set infinity, even in list context ok 7724 - The object isa Canary ok 7725 ok 7726 ok 7727 ok 7728 ok 7729 ok 7730 ok 7731 ok 7732 - proper error message: Self absorption at t/02_stress.t line 812. # ok 7733 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7734 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 7735 ok 7736 ok 7737 ok 7738 ok 7739 ok 7740 ok 7741 ok 7742 ok 7743 ok 7744 ok 7745 ok 7746 ok 7747 ok 7748 ok 7749 - order: gt, elements: Method -'$f\#, dirty: 0 ok 7750 ok 7751 ok 7752 ok 7753 - Start empty ok 7754 ok 7755 ok 7756 ok 7757 ok 7758 - There are no values ok 7759 - There are no keys ok 7760 - Expected order ok 7761 - Expected order ok 7762 - Expected element type ok 7763 - Expected element type ok 7764 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 7765 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 7766 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 7767 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 7768 ok 7769 ok 7770 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 7771 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 7772 - proper infinity ok 7773 - proper infinity ok 7774 - Count is number of inserts ok 7775 - There are 9 values ok 7776 - There are 9 keys ok 7777 - keys and values have compatible order ok 7778 ok 7779 - Count lowered by extracts ok 7780 - 2 values left ok 7781 - Empty after clear ok 7782 - Double clear works ok 7783 - Empty after extract_all ok 7784 - extract_top on empty heap dies ok 7785 - extract_top on empty heap dies ok 7786 - extract_min on empty heap dies ok 7787 - extract_min on empty heap dies ok 7788 - extract first on empty returns undef ok 7789 - extract first on empty returns no values ok 7790 - top on empty heap dies ok 7791 - top on empty heap dies ok 7792 - undefined first on empty heap ok 7793 - No first key in list context ok 7794 - Return infinity on empty ok 7795 - Return infinity on empty in list context ok 7796 - Return infinity on empty ok 7797 - Return infinity on empty in list context ok 7798 - undef first_key ok 7799 - Empty list from first_key ok 7800 - There are no values ok 7801 - There are no keys ok 7802 - There are no values ok 7803 - The object isa Canary ok 7804 ok 7805 - Any/Objects aren't wrapped ok 7806 - Any/Objects aren't wrapped ok 7807 ok 7808 ok 7809 ok 7810 ok 7811 - Use value itself as key ok 7812 - Use value itself as key ok 7813 - Is also the effective key ok 7814 - Is also the effective key ok 7815 - Is also the effective key ok 7816 - Is also the effective key ok 7817 - Is also the effective key ok 7818 - Is also the effective key ok 7819 - Is also the effective key ok 7820 ok 7821 ok 7822 ok 7823 ok 7824 ok 7825 ok 7826 - Have all new values ok 7827 ok 7828 ok 7829 - Empty again ok 7830 ok 7831 - Have all new values ok 7832 ok 7833 ok 7834 - Empty again ok 7835 ok 7836 - Have all new values ok 7837 ok 7838 ok 7839 - Empty again ok 7840 ok 7841 - Have all new values ok 7842 ok 7843 ok 7844 - Empty again ok 7845 ok 7846 - user_data survived everything ok 7847 - user_data in list context too ok 7848 - Combined get/set ok 7849 ok 7850 - The object isa Canary ok 7851 ok 7852 ok 7853 ok 7854 ok 7855 - infinity survived everything ok 7856 - infinity in list context too ok 7857 - Combined get/set ok 7858 ok 7859 - The object isa Canary ok 7860 ok 7861 ok 7862 ok 7863 ok 7864 ok 7865 ok 7866 - Default userdata is undef ok 7867 - Default userdata is undef ok 7868 - return set infinity ok 7869 - The object isa Canary ok 7870 - return set infinity, even in list context ok 7871 - The object isa Canary ok 7872 - top_key on empty heap returns set infinity ok 7873 - The object isa Canary ok 7874 - top_key on empty heap returns set infinity, even in list context ok 7875 - The object isa Canary ok 7876 - min_key on empty heap returns set infinity ok 7877 - The object isa Canary ok 7878 - min_key on empty heap returns set infinity, even in list context ok 7879 - The object isa Canary ok 7880 ok 7881 ok 7882 ok 7883 ok 7884 ok 7885 ok 7886 ok 7887 - proper error message: Self absorption at t/02_stress.t line 812. # ok 7888 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7889 ok 7890 ok 7891 ok 7892 ok 7893 ok 7894 ok 7895 ok 7896 ok 7897 ok 7898 ok 7899 ok 7900 ok 7901 ok 7902 ok 7903 ok 7904 ok 7905 - order: gt, elements: Object meth, dirty: 0 ok 7906 ok 7907 ok 7908 ok 7909 - Start empty ok 7910 ok 7911 ok 7912 ok 7913 ok 7914 - There are no values ok 7915 - There are no keys ok 7916 - Expected order ok 7917 - Expected order ok 7918 - Expected element type ok 7919 - Expected element type ok 7920 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 7921 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 7922 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 7923 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 7924 ok 7925 ok 7926 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 7927 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 7928 - proper infinity ok 7929 - proper infinity ok 7930 - Count is number of inserts ok 7931 - There are 9 values ok 7932 - There are 9 keys ok 7933 - keys and values have compatible order ok 7934 ok 7935 - Count lowered by extracts ok 7936 - 2 values left ok 7937 - Empty after clear ok 7938 - Double clear works ok 7939 - Empty after extract_all ok 7940 - extract_top on empty heap dies ok 7941 - extract_top on empty heap dies ok 7942 - extract_min on empty heap dies ok 7943 - extract_min on empty heap dies ok 7944 - extract first on empty returns undef ok 7945 - extract first on empty returns no values ok 7946 - top on empty heap dies ok 7947 - top on empty heap dies ok 7948 - undefined first on empty heap ok 7949 - No first key in list context ok 7950 - Return infinity on empty ok 7951 - Return infinity on empty in list context ok 7952 - Return infinity on empty ok 7953 - Return infinity on empty in list context ok 7954 - undef first_key ok 7955 - Empty list from first_key ok 7956 - There are no values ok 7957 - There are no keys ok 7958 - There are no values ok 7959 - The object isa Canary ok 7960 ok 7961 - Any/Objects aren't wrapped ok 7962 - Any/Objects aren't wrapped ok 7963 ok 7964 ok 7965 ok 7966 ok 7967 - Use value itself as key ok 7968 - Use value itself as key ok 7969 - Is also the effective key ok 7970 - Is also the effective key ok 7971 - Is also the effective key ok 7972 - Is also the effective key ok 7973 - Is also the effective key ok 7974 - Is also the effective key ok 7975 - Is also the effective key ok 7976 ok 7977 ok 7978 ok 7979 ok 7980 ok 7981 ok 7982 - Have all new values ok 7983 ok 7984 ok 7985 - Empty again ok 7986 ok 7987 - Have all new values ok 7988 ok 7989 ok 7990 - Empty again ok 7991 ok 7992 - Have all new values ok 7993 ok 7994 ok 7995 - Empty again ok 7996 ok 7997 - Have all new values ok 7998 ok 7999 ok 8000 - Empty again ok 8001 ok 8002 - user_data survived everything ok 8003 - user_data in list context too ok 8004 - Combined get/set ok 8005 ok 8006 - The object isa Canary ok 8007 ok 8008 ok 8009 ok 8010 ok 8011 - infinity survived everything ok 8012 - infinity in list context too ok 8013 - Combined get/set ok 8014 ok 8015 - The object isa Canary ok 8016 ok 8017 ok 8018 ok 8019 ok 8020 ok 8021 ok 8022 - Default userdata is undef ok 8023 - Default userdata is undef ok 8024 - return set infinity ok 8025 - The object isa Canary ok 8026 - return set infinity, even in list context ok 8027 - The object isa Canary ok 8028 - top_key on empty heap returns set infinity ok 8029 - The object isa Canary ok 8030 - top_key on empty heap returns set infinity, even in list context ok 8031 - The object isa Canary ok 8032 - min_key on empty heap returns set infinity ok 8033 - The object isa Canary ok 8034 - min_key on empty heap returns set infinity, even in list context ok 8035 - The object isa Canary ok 8036 ok 8037 ok 8038 ok 8039 ok 8040 ok 8041 ok 8042 ok 8043 - proper error message: Self absorption at t/02_stress.t line 812. # ok 8044 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8045 ok 8046 ok 8047 ok 8048 ok 8049 ok 8050 ok 8051 ok 8052 ok 8053 ok 8054 ok 8055 ok 8056 ok 8057 ok 8058 ok 8059 ok 8060 ok 8061 - order: gt, elements: Object -'$f\#, dirty: 0 ok 8062 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 8063 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 8064 - Have all new values ok 8065 ok 8066 ok 8067 - Empty again ok 8068 ok 8069 - Have all new values ok 8070 ok 8071 ok 8072 - Empty again ok 8073 ok 8074 ok 8075 ok 8076 ok 8077 ok 8078 ok 8079 ok 8080 ok 8081 ok 8082 ok 8083 ok 8084 ok 8085 ok 8086 ok 8087 ok 8088 ok 8089 ok 8090 ok 8091 ok 8092 ok 8093 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 8094 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 8095 - Have all new values ok 8096 ok 8097 ok 8098 - Empty again ok 8099 ok 8100 - Have all new values ok 8101 ok 8102 ok 8103 - Empty again ok 8104 ok 8105 ok 8106 ok 8107 ok 8108 ok 8109 ok 8110 ok 8111 ok 8112 ok 8113 ok 8114 ok 8115 ok 8116 ok 8117 ok 8118 ok 8119 ok 8120 ok 8121 ok 8122 ok 8123 ok 8124 ok 8125 ok 8126 ok 8127 - Start empty ok 8128 ok 8129 ok 8130 ok 8131 ok 8132 - There are no values ok 8133 - There are no keys ok 8134 - Expected order ok 8135 - Expected order ok 8136 - Expected element type ok 8137 - Expected element type ok 8138 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 8139 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 8140 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 8141 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 8142 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 8143 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 8144 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 8145 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 8146 - proper infinity ok 8147 - proper infinity ok 8148 - Count is number of inserts ok 8149 - There are 9 values ok 8150 - There are 9 keys ok 8151 - keys and values have compatible order ok 8152 ok 8153 - Count lowered by extracts ok 8154 - 2 values left ok 8155 - Empty after clear ok 8156 - Double clear works ok 8157 - Empty after extract_all ok 8158 - extract_top on empty heap dies ok 8159 - extract_top on empty heap dies ok 8160 - extract_min on empty heap dies ok 8161 - extract_min on empty heap dies ok 8162 - extract first on empty returns undef ok 8163 - extract first on empty returns no values ok 8164 - top on empty heap dies ok 8165 - top on empty heap dies ok 8166 - undefined first on empty heap ok 8167 - No first key in list context ok 8168 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 8169 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 8170 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 8171 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 8172 - undef first_key ok 8173 - Empty list from first_key ok 8174 - There are no values ok 8175 - There are no keys ok 8176 - There are no values ok 8177 - Scalar is simple ok 8178 - Scalars aren't wrapped ok 8179 - Scalars aren't wrapped ok 8180 ok 8181 ok 8182 ok 8183 ok 8184 - Use value itself as key ok 8185 - Use value itself as key ok 8186 - Is also the effective key ok 8187 - Is also the effective key ok 8188 - Is also the effective key ok 8189 - Is also the effective key ok 8190 - Is also the effective key ok 8191 - Is also the effective key ok 8192 - Is also the effective key ok 8193 ok 8194 ok 8195 ok 8196 ok 8197 ok 8198 ok 8199 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8200 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8201 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8202 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8203 - user_data survived everything ok 8204 - user_data in list context too ok 8205 - Combined get/set ok 8206 ok 8207 - The object isa Canary ok 8208 ok 8209 ok 8210 ok 8211 ok 8212 - infinity survived everything ok 8213 - infinity in list context too ok 8214 - Combined get/set ok 8215 ok 8216 - The object isa Canary ok 8217 ok 8218 ok 8219 ok 8220 ok 8221 ok 8222 ok 8223 - Default userdata is undef ok 8224 - Default userdata is undef ok 8225 - return set infinity ok 8226 - The object isa Canary ok 8227 - return set infinity, even in list context ok 8228 - The object isa Canary ok 8229 - top_key on empty heap returns set infinity ok 8230 - The object isa Canary ok 8231 - top_key on empty heap returns set infinity, even in list context ok 8232 - The object isa Canary ok 8233 - min_key on empty heap returns set infinity ok 8234 - The object isa Canary ok 8235 - min_key on empty heap returns set infinity, even in list context ok 8236 - The object isa Canary ok 8237 ok 8238 ok 8239 ok 8240 ok 8241 ok 8242 ok 8243 ok 8244 - proper error message: Self absorption at t/02_stress.t line 812. # ok 8245 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8246 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 8247 ok 8248 ok 8249 ok 8250 ok 8251 ok 8252 ok 8253 ok 8254 ok 8255 ok 8256 ok 8257 ok 8258 ok 8259 ok 8260 ok 8261 - order: CODE(0x4024a420), elements: Scalar, dirty: 0 ok 8262 ok 8263 ok 8264 ok 8265 - Start empty ok 8266 ok 8267 ok 8268 ok 8269 ok 8270 - There are no values ok 8271 - There are no keys ok 8272 - Expected order ok 8273 - Expected order ok 8274 - Expected element type ok 8275 - Expected element type ok 8276 ok 8277 ok 8278 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 8279 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 8280 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 8281 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 8282 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 8283 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 8284 - proper infinity ok 8285 - proper infinity ok 8286 - Count is number of inserts ok 8287 - There are 9 values ok 8288 - There are 9 keys ok 8289 - keys and values have compatible order ok 8290 ok 8291 - Count lowered by extracts ok 8292 - 2 values left ok 8293 - Empty after clear ok 8294 - Double clear works ok 8295 - Empty after extract_all ok 8296 - extract_top on empty heap dies ok 8297 - extract_top on empty heap dies ok 8298 - extract_min on empty heap dies ok 8299 - extract_min on empty heap dies ok 8300 - extract first on empty returns undef ok 8301 - extract first on empty returns no values ok 8302 - top on empty heap dies ok 8303 - top on empty heap dies ok 8304 - undefined first on empty heap ok 8305 - No first key in list context ok 8306 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 8307 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 8308 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 8309 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 8310 - undef first_key ok 8311 - Empty list from first_key ok 8312 - There are no values ok 8313 - There are no keys ok 8314 - There are no values ok 8315 - The object isa Canary ok 8316 ok 8317 - Arrays aren't wrapped ok 8318 - Arrays aren't wrapped ok 8319 ok 8320 ok 8321 ok 8322 ok 8323 - Use value itself as key ok 8324 - Use value itself as key ok 8325 - Is also the effective key ok 8326 - Is also the effective key ok 8327 - Is also the effective key ok 8328 - Is also the effective key ok 8329 - Is also the effective key ok 8330 - Is also the effective key ok 8331 - Is also the effective key ok 8332 ok 8333 ok 8334 ok 8335 ok 8336 ok 8337 ok 8338 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8339 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8340 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8341 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8342 - user_data survived everything ok 8343 - user_data in list context too ok 8344 - Combined get/set ok 8345 ok 8346 - The object isa Canary ok 8347 ok 8348 ok 8349 ok 8350 ok 8351 - infinity survived everything ok 8352 - infinity in list context too ok 8353 - Combined get/set ok 8354 ok 8355 - The object isa Canary ok 8356 ok 8357 ok 8358 ok 8359 ok 8360 ok 8361 ok 8362 - Default userdata is undef ok 8363 - Default userdata is undef ok 8364 - return set infinity ok 8365 - The object isa Canary ok 8366 - return set infinity, even in list context ok 8367 - The object isa Canary ok 8368 - top_key on empty heap returns set infinity ok 8369 - The object isa Canary ok 8370 - top_key on empty heap returns set infinity, even in list context ok 8371 - The object isa Canary ok 8372 - min_key on empty heap returns set infinity ok 8373 - The object isa Canary ok 8374 - min_key on empty heap returns set infinity, even in list context ok 8375 - The object isa Canary ok 8376 ok 8377 ok 8378 ok 8379 ok 8380 ok 8381 ok 8382 ok 8383 - proper error message: Self absorption at t/02_stress.t line 812. # ok 8384 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8385 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 8386 ok 8387 ok 8388 ok 8389 ok 8390 ok 8391 ok 8392 ok 8393 ok 8394 ok 8395 ok 8396 ok 8397 ok 8398 ok 8399 ok 8400 - order: CODE(0x4024a420), elements: Array 1, dirty: 0 ok 8401 ok 8402 ok 8403 ok 8404 - Start empty ok 8405 ok 8406 ok 8407 ok 8408 ok 8409 - There are no values ok 8410 - There are no keys ok 8411 - Expected order ok 8412 - Expected order ok 8413 - Expected element type ok 8414 - Expected element type ok 8415 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 8416 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 8417 ok 8418 ok 8419 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 8420 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 8421 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 8422 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 8423 - proper infinity ok 8424 - proper infinity ok 8425 - Count is number of inserts ok 8426 - There are 9 values ok 8427 - There are 9 keys ok 8428 - keys and values have compatible order ok 8429 ok 8430 - Count lowered by extracts ok 8431 - 2 values left ok 8432 - Empty after clear ok 8433 - Double clear works ok 8434 - Empty after extract_all ok 8435 - extract_top on empty heap dies ok 8436 - extract_top on empty heap dies ok 8437 - extract_min on empty heap dies ok 8438 - extract_min on empty heap dies ok 8439 - extract first on empty returns undef ok 8440 - extract first on empty returns no values ok 8441 - top on empty heap dies ok 8442 - top on empty heap dies ok 8443 - undefined first on empty heap ok 8444 - No first key in list context ok 8445 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 8446 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 8447 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 8448 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 8449 - undef first_key ok 8450 - Empty list from first_key ok 8451 - There are no values ok 8452 - There are no keys ok 8453 - There are no values ok 8454 - The object isa Canary ok 8455 ok 8456 - Hashes aren't wrapped ok 8457 - Hashes aren't wrapped ok 8458 ok 8459 ok 8460 ok 8461 ok 8462 - Use value itself as key ok 8463 - Use value itself as key ok 8464 - Is also the effective key ok 8465 - Is also the effective key ok 8466 - Is also the effective key ok 8467 - Is also the effective key ok 8468 - Is also the effective key ok 8469 - Is also the effective key ok 8470 - Is also the effective key ok 8471 ok 8472 ok 8473 ok 8474 ok 8475 ok 8476 ok 8477 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8478 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8479 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8480 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8481 - user_data survived everything ok 8482 - user_data in list context too ok 8483 - Combined get/set ok 8484 ok 8485 - The object isa Canary ok 8486 ok 8487 ok 8488 ok 8489 ok 8490 - infinity survived everything ok 8491 - infinity in list context too ok 8492 - Combined get/set ok 8493 ok 8494 - The object isa Canary ok 8495 ok 8496 ok 8497 ok 8498 ok 8499 ok 8500 ok 8501 - Default userdata is undef ok 8502 - Default userdata is undef ok 8503 - return set infinity ok 8504 - The object isa Canary ok 8505 - return set infinity, even in list context ok 8506 - The object isa Canary ok 8507 - top_key on empty heap returns set infinity ok 8508 - The object isa Canary ok 8509 - top_key on empty heap returns set infinity, even in list context ok 8510 - The object isa Canary ok 8511 - min_key on empty heap returns set infinity ok 8512 - The object isa Canary ok 8513 - min_key on empty heap returns set infinity, even in list context ok 8514 - The object isa Canary ok 8515 ok 8516 ok 8517 ok 8518 ok 8519 ok 8520 ok 8521 ok 8522 - proper error message: Self absorption at t/02_stress.t line 812. # ok 8523 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8524 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 8525 ok 8526 ok 8527 ok 8528 ok 8529 ok 8530 ok 8531 ok 8532 ok 8533 ok 8534 ok 8535 ok 8536 ok 8537 ok 8538 ok 8539 - order: CODE(0x4024a420), elements: Hash foo, dirty: 0 ok 8540 ok 8541 ok 8542 ok 8543 - Start empty ok 8544 ok 8545 ok 8546 ok 8547 ok 8548 - There are no values ok 8549 - There are no keys ok 8550 - Expected order ok 8551 - Expected order ok 8552 - Expected element type ok 8553 - Expected element type ok 8554 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 8555 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 8556 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 8557 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 8558 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 8559 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 8560 ok 8561 ok 8562 - proper infinity ok 8563 - proper infinity ok 8564 - Count is number of inserts ok 8565 - There are 9 values ok 8566 - There are 9 keys ok 8567 - keys and values have compatible order ok 8568 ok 8569 - Count lowered by extracts ok 8570 - 2 values left ok 8571 - Empty after clear ok 8572 - Double clear works ok 8573 - Empty after extract_all ok 8574 - extract_top on empty heap dies ok 8575 - extract_top on empty heap dies ok 8576 - extract_min on empty heap dies ok 8577 - extract_min on empty heap dies ok 8578 - extract first on empty returns undef ok 8579 - extract first on empty returns no values ok 8580 - top on empty heap dies ok 8581 - top on empty heap dies ok 8582 - undefined first on empty heap ok 8583 - No first key in list context ok 8584 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 8585 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 8586 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 8587 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 8588 - undef first_key ok 8589 - Empty list from first_key ok 8590 - There are no values ok 8591 - There are no keys ok 8592 - There are no values ok 8593 - The object isa Canary ok 8594 ok 8595 - Functions/Methods aren't wrapped ok 8596 - Functions/Methods aren't wrapped ok 8597 ok 8598 ok 8599 ok 8600 ok 8601 - Use value itself as key ok 8602 - Use value itself as key ok 8603 - Is also the effective key ok 8604 - Is also the effective key ok 8605 - Is also the effective key ok 8606 - Is also the effective key ok 8607 - Is also the effective key ok 8608 - Is also the effective key ok 8609 - Is also the effective key ok 8610 ok 8611 ok 8612 ok 8613 ok 8614 ok 8615 ok 8616 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8617 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8618 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8619 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8620 - user_data survived everything ok 8621 - user_data in list context too ok 8622 - Combined get/set ok 8623 ok 8624 - The object isa Canary ok 8625 ok 8626 ok 8627 ok 8628 ok 8629 - infinity survived everything ok 8630 - infinity in list context too ok 8631 - Combined get/set ok 8632 ok 8633 - The object isa Canary ok 8634 ok 8635 ok 8636 ok 8637 ok 8638 ok 8639 ok 8640 - Default userdata is undef ok 8641 - Default userdata is undef ok 8642 - return set infinity ok 8643 - The object isa Canary ok 8644 - return set infinity, even in list context ok 8645 - The object isa Canary ok 8646 - top_key on empty heap returns set infinity ok 8647 - The object isa Canary ok 8648 - top_key on empty heap returns set infinity, even in list context ok 8649 - The object isa Canary ok 8650 - min_key on empty heap returns set infinity ok 8651 - The object isa Canary ok 8652 - min_key on empty heap returns set infinity, even in list context ok 8653 - The object isa Canary ok 8654 ok 8655 ok 8656 ok 8657 ok 8658 ok 8659 ok 8660 ok 8661 - proper error message: Self absorption at t/02_stress.t line 812. # ok 8662 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8663 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 8664 ok 8665 ok 8666 ok 8667 ok 8668 ok 8669 ok 8670 ok 8671 ok 8672 ok 8673 ok 8674 ok 8675 ok 8676 ok 8677 ok 8678 - order: CODE(0x4024a420), elements: Function CODE(0x405624b8), dirty: 0 ok 8679 ok 8680 ok 8681 ok 8682 - Start empty ok 8683 ok 8684 ok 8685 ok 8686 ok 8687 - There are no values ok 8688 - There are no keys ok 8689 - Expected order ok 8690 - Expected order ok 8691 - Expected element type ok 8692 - Expected element type ok 8693 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 8694 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 8695 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 8696 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 8697 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 8698 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 8699 ok 8700 ok 8701 - proper infinity ok 8702 - proper infinity ok 8703 - Count is number of inserts ok 8704 - There are 9 values ok 8705 - There are 9 keys ok 8706 - keys and values have compatible order ok 8707 ok 8708 - Count lowered by extracts ok 8709 - 2 values left ok 8710 - Empty after clear ok 8711 - Double clear works ok 8712 - Empty after extract_all ok 8713 - extract_top on empty heap dies ok 8714 - extract_top on empty heap dies ok 8715 - extract_min on empty heap dies ok 8716 - extract_min on empty heap dies ok 8717 - extract first on empty returns undef ok 8718 - extract first on empty returns no values ok 8719 - top on empty heap dies ok 8720 - top on empty heap dies ok 8721 - undefined first on empty heap ok 8722 - No first key in list context ok 8723 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 8724 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 8725 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 8726 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 8727 - undef first_key ok 8728 - Empty list from first_key ok 8729 - There are no values ok 8730 - There are no keys ok 8731 - There are no values ok 8732 - The object isa Canary ok 8733 ok 8734 - Any/Objects aren't wrapped ok 8735 - Any/Objects aren't wrapped ok 8736 ok 8737 ok 8738 ok 8739 ok 8740 - Use value itself as key ok 8741 - Use value itself as key ok 8742 - Is also the effective key ok 8743 - Is also the effective key ok 8744 - Is also the effective key ok 8745 - Is also the effective key ok 8746 - Is also the effective key ok 8747 - Is also the effective key ok 8748 - Is also the effective key ok 8749 ok 8750 ok 8751 ok 8752 ok 8753 ok 8754 ok 8755 - Have all new values ok 8756 ok 8757 ok 8758 - Empty again ok 8759 ok 8760 - Have all new values ok 8761 ok 8762 ok 8763 - Empty again ok 8764 ok 8765 - Have all new values ok 8766 ok 8767 ok 8768 - Empty again ok 8769 ok 8770 - Have all new values ok 8771 ok 8772 ok 8773 - Empty again ok 8774 ok 8775 - user_data survived everything ok 8776 - user_data in list context too ok 8777 - Combined get/set ok 8778 ok 8779 - The object isa Canary ok 8780 ok 8781 ok 8782 ok 8783 ok 8784 - infinity survived everything ok 8785 - infinity in list context too ok 8786 - Combined get/set ok 8787 ok 8788 - The object isa Canary ok 8789 ok 8790 ok 8791 ok 8792 ok 8793 ok 8794 ok 8795 - Default userdata is undef ok 8796 - Default userdata is undef ok 8797 - return set infinity ok 8798 - The object isa Canary ok 8799 - return set infinity, even in list context ok 8800 - The object isa Canary ok 8801 - top_key on empty heap returns set infinity ok 8802 - The object isa Canary ok 8803 - top_key on empty heap returns set infinity, even in list context ok 8804 - The object isa Canary ok 8805 - min_key on empty heap returns set infinity ok 8806 - The object isa Canary ok 8807 - min_key on empty heap returns set infinity, even in list context ok 8808 - The object isa Canary ok 8809 ok 8810 ok 8811 ok 8812 ok 8813 ok 8814 ok 8815 ok 8816 - proper error message: Self absorption at t/02_stress.t line 812. # ok 8817 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8818 ok 8819 ok 8820 ok 8821 ok 8822 ok 8823 ok 8824 ok 8825 ok 8826 ok 8827 ok 8828 ok 8829 ok 8830 ok 8831 ok 8832 ok 8833 ok 8834 - order: CODE(0x4024a420), elements: Any CODE(0x406801a4), dirty: 0 ok 8835 ok 8836 ok 8837 ok 8838 - Start empty ok 8839 ok 8840 ok 8841 ok 8842 ok 8843 - There are no values ok 8844 - There are no keys ok 8845 - Expected order ok 8846 - Expected order ok 8847 - Expected element type ok 8848 - Expected element type ok 8849 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 8850 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 8851 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 8852 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 8853 ok 8854 ok 8855 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 8856 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 8857 - proper infinity ok 8858 - proper infinity ok 8859 - Count is number of inserts ok 8860 - There are 9 values ok 8861 - There are 9 keys ok 8862 - keys and values have compatible order ok 8863 ok 8864 - Count lowered by extracts ok 8865 - 2 values left ok 8866 - Empty after clear ok 8867 - Double clear works ok 8868 - Empty after extract_all ok 8869 - extract_top on empty heap dies ok 8870 - extract_top on empty heap dies ok 8871 - extract_min on empty heap dies ok 8872 - extract_min on empty heap dies ok 8873 - extract first on empty returns undef ok 8874 - extract first on empty returns no values ok 8875 - top on empty heap dies ok 8876 - top on empty heap dies ok 8877 - undefined first on empty heap ok 8878 - No first key in list context ok 8879 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 8880 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 8881 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 8882 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 8883 - undef first_key ok 8884 - Empty list from first_key ok 8885 - There are no values ok 8886 - There are no keys ok 8887 - There are no values ok 8888 - The object isa Canary ok 8889 ok 8890 - Functions/Methods aren't wrapped ok 8891 - Functions/Methods aren't wrapped ok 8892 ok 8893 ok 8894 ok 8895 ok 8896 - Use value itself as key ok 8897 - Use value itself as key ok 8898 - Is also the effective key ok 8899 - Is also the effective key ok 8900 - Is also the effective key ok 8901 - Is also the effective key ok 8902 - Is also the effective key ok 8903 - Is also the effective key ok 8904 - Is also the effective key ok 8905 ok 8906 ok 8907 ok 8908 ok 8909 ok 8910 ok 8911 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8912 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8913 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8914 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8915 - user_data survived everything ok 8916 - user_data in list context too ok 8917 - Combined get/set ok 8918 ok 8919 - The object isa Canary ok 8920 ok 8921 ok 8922 ok 8923 ok 8924 - infinity survived everything ok 8925 - infinity in list context too ok 8926 - Combined get/set ok 8927 ok 8928 - The object isa Canary ok 8929 ok 8930 ok 8931 ok 8932 ok 8933 ok 8934 ok 8935 - Default userdata is undef ok 8936 - Default userdata is undef ok 8937 - return set infinity ok 8938 - The object isa Canary ok 8939 - return set infinity, even in list context ok 8940 - The object isa Canary ok 8941 - top_key on empty heap returns set infinity ok 8942 - The object isa Canary ok 8943 - top_key on empty heap returns set infinity, even in list context ok 8944 - The object isa Canary ok 8945 - min_key on empty heap returns set infinity ok 8946 - The object isa Canary ok 8947 - min_key on empty heap returns set infinity, even in list context ok 8948 - The object isa Canary ok 8949 ok 8950 ok 8951 ok 8952 ok 8953 ok 8954 ok 8955 ok 8956 - proper error message: Self absorption at t/02_stress.t line 812. # ok 8957 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8958 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 8959 ok 8960 ok 8961 ok 8962 ok 8963 ok 8964 ok 8965 ok 8966 ok 8967 ok 8968 ok 8969 ok 8970 ok 8971 ok 8972 ok 8973 - order: CODE(0x4024a420), elements: Method meth, dirty: 0 ok 8974 ok 8975 ok 8976 ok 8977 - Start empty ok 8978 ok 8979 ok 8980 ok 8981 ok 8982 - There are no values ok 8983 - There are no keys ok 8984 - Expected order ok 8985 - Expected order ok 8986 - Expected element type ok 8987 - Expected element type ok 8988 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 8989 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 8990 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 8991 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 8992 ok 8993 ok 8994 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 8995 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 8996 - proper infinity ok 8997 - proper infinity ok 8998 - Count is number of inserts ok 8999 - There are 9 values ok 9000 - There are 9 keys ok 9001 - keys and values have compatible order ok 9002 ok 9003 - Count lowered by extracts ok 9004 - 2 values left ok 9005 - Empty after clear ok 9006 - Double clear works ok 9007 - Empty after extract_all ok 9008 - extract_top on empty heap dies ok 9009 - extract_top on empty heap dies ok 9010 - extract_min on empty heap dies ok 9011 - extract_min on empty heap dies ok 9012 - extract first on empty returns undef ok 9013 - extract first on empty returns no values ok 9014 - top on empty heap dies ok 9015 - top on empty heap dies ok 9016 - undefined first on empty heap ok 9017 - No first key in list context ok 9018 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 9019 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 9020 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 9021 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 9022 - undef first_key ok 9023 - Empty list from first_key ok 9024 - There are no values ok 9025 - There are no keys ok 9026 - There are no values ok 9027 - The object isa Canary ok 9028 ok 9029 - Functions/Methods aren't wrapped ok 9030 - Functions/Methods aren't wrapped ok 9031 ok 9032 ok 9033 ok 9034 ok 9035 - Use value itself as key ok 9036 - Use value itself as key ok 9037 - Is also the effective key ok 9038 - Is also the effective key ok 9039 - Is also the effective key ok 9040 - Is also the effective key ok 9041 - Is also the effective key ok 9042 - Is also the effective key ok 9043 - Is also the effective key ok 9044 ok 9045 ok 9046 ok 9047 ok 9048 ok 9049 ok 9050 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 9051 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 9052 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 9053 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 9054 - user_data survived everything ok 9055 - user_data in list context too ok 9056 - Combined get/set ok 9057 ok 9058 - The object isa Canary ok 9059 ok 9060 ok 9061 ok 9062 ok 9063 - infinity survived everything ok 9064 - infinity in list context too ok 9065 - Combined get/set ok 9066 ok 9067 - The object isa Canary ok 9068 ok 9069 ok 9070 ok 9071 ok 9072 ok 9073 ok 9074 - Default userdata is undef ok 9075 - Default userdata is undef ok 9076 - return set infinity ok 9077 - The object isa Canary ok 9078 - return set infinity, even in list context ok 9079 - The object isa Canary ok 9080 - top_key on empty heap returns set infinity ok 9081 - The object isa Canary ok 9082 - top_key on empty heap returns set infinity, even in list context ok 9083 - The object isa Canary ok 9084 - min_key on empty heap returns set infinity ok 9085 - The object isa Canary ok 9086 - min_key on empty heap returns set infinity, even in list context ok 9087 - The object isa Canary ok 9088 ok 9089 ok 9090 ok 9091 ok 9092 ok 9093 ok 9094 ok 9095 - proper error message: Self absorption at t/02_stress.t line 812. # ok 9096 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 9097 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 9098 ok 9099 ok 9100 ok 9101 ok 9102 ok 9103 ok 9104 ok 9105 ok 9106 ok 9107 ok 9108 ok 9109 ok 9110 ok 9111 ok 9112 - order: CODE(0x4024a420), elements: Method -'$f\#, dirty: 0 ok 9113 ok 9114 ok 9115 ok 9116 - Start empty ok 9117 ok 9118 ok 9119 ok 9120 ok 9121 - There are no values ok 9122 - There are no keys ok 9123 - Expected order ok 9124 - Expected order ok 9125 - Expected element type ok 9126 - Expected element type ok 9127 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 9128 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 9129 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 9130 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 9131 ok 9132 ok 9133 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 9134 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 9135 - proper infinity ok 9136 - proper infinity ok 9137 - Count is number of inserts ok 9138 - There are 9 values ok 9139 - There are 9 keys ok 9140 - keys and values have compatible order ok 9141 ok 9142 - Count lowered by extracts ok 9143 - 2 values left ok 9144 - Empty after clear ok 9145 - Double clear works ok 9146 - Empty after extract_all ok 9147 - extract_top on empty heap dies ok 9148 - extract_top on empty heap dies ok 9149 - extract_min on empty heap dies ok 9150 - extract_min on empty heap dies ok 9151 - extract first on empty returns undef ok 9152 - extract first on empty returns no values ok 9153 - top on empty heap dies ok 9154 - top on empty heap dies ok 9155 - undefined first on empty heap ok 9156 - No first key in list context ok 9157 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 9158 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 9159 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 9160 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 9161 - undef first_key ok 9162 - Empty list from first_key ok 9163 - There are no values ok 9164 - There are no keys ok 9165 - There are no values ok 9166 - The object isa Canary ok 9167 ok 9168 - Any/Objects aren't wrapped ok 9169 - Any/Objects aren't wrapped ok 9170 ok 9171 ok 9172 ok 9173 ok 9174 - Use value itself as key ok 9175 - Use value itself as key ok 9176 - Is also the effective key ok 9177 - Is also the effective key ok 9178 - Is also the effective key ok 9179 - Is also the effective key ok 9180 - Is also the effective key ok 9181 - Is also the effective key ok 9182 - Is also the effective key ok 9183 ok 9184 ok 9185 ok 9186 ok 9187 ok 9188 ok 9189 - Have all new values ok 9190 ok 9191 ok 9192 - Empty again ok 9193 ok 9194 - Have all new values ok 9195 ok 9196 ok 9197 - Empty again ok 9198 ok 9199 - Have all new values ok 9200 ok 9201 ok 9202 - Empty again ok 9203 ok 9204 - Have all new values ok 9205 ok 9206 ok 9207 - Empty again ok 9208 ok 9209 - user_data survived everything ok 9210 - user_data in list context too ok 9211 - Combined get/set ok 9212 ok 9213 - The object isa Canary ok 9214 ok 9215 ok 9216 ok 9217 ok 9218 - infinity survived everything ok 9219 - infinity in list context too ok 9220 - Combined get/set ok 9221 ok 9222 - The object isa Canary ok 9223 ok 9224 ok 9225 ok 9226 ok 9227 ok 9228 ok 9229 - Default userdata is undef ok 9230 - Default userdata is undef ok 9231 - return set infinity ok 9232 - The object isa Canary ok 9233 - return set infinity, even in list context ok 9234 - The object isa Canary ok 9235 - top_key on empty heap returns set infinity ok 9236 - The object isa Canary ok 9237 - top_key on empty heap returns set infinity, even in list context ok 9238 - The object isa Canary ok 9239 - min_key on empty heap returns set infinity ok 9240 - The object isa Canary ok 9241 - min_key on empty heap returns set infinity, even in list context ok 9242 - The object isa Canary ok 9243 ok 9244 ok 9245 ok 9246 ok 9247 ok 9248 ok 9249 ok 9250 - proper error message: Self absorption at t/02_stress.t line 812. # ok 9251 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 9252 ok 9253 ok 9254 ok 9255 ok 9256 ok 9257 ok 9258 ok 9259 ok 9260 ok 9261 ok 9262 ok 9263 ok 9264 ok 9265 ok 9266 ok 9267 ok 9268 - order: CODE(0x4024a420), elements: Object meth, dirty: 0 ok 9269 ok 9270 ok 9271 ok 9272 - Start empty ok 9273 ok 9274 ok 9275 ok 9276 ok 9277 - There are no values ok 9278 - There are no keys ok 9279 - Expected order ok 9280 - Expected order ok 9281 - Expected element type ok 9282 - Expected element type ok 9283 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 9284 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 9285 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 9286 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 9287 ok 9288 ok 9289 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 9290 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 9291 - proper infinity ok 9292 - proper infinity ok 9293 - Count is number of inserts ok 9294 - There are 9 values ok 9295 - There are 9 keys ok 9296 - keys and values have compatible order ok 9297 ok 9298 - Count lowered by extracts ok 9299 - 2 values left ok 9300 - Empty after clear ok 9301 - Double clear works ok 9302 - Empty after extract_all ok 9303 - extract_top on empty heap dies ok 9304 - extract_top on empty heap dies ok 9305 - extract_min on empty heap dies ok 9306 - extract_min on empty heap dies ok 9307 - extract first on empty returns undef ok 9308 - extract first on empty returns no values ok 9309 - top on empty heap dies ok 9310 - top on empty heap dies ok 9311 - undefined first on empty heap ok 9312 - No first key in list context ok 9313 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 9314 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 9315 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 9316 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 9317 - undef first_key ok 9318 - Empty list from first_key ok 9319 - There are no values ok 9320 - There are no keys ok 9321 - There are no values ok 9322 - The object isa Canary ok 9323 ok 9324 - Any/Objects aren't wrapped ok 9325 - Any/Objects aren't wrapped ok 9326 ok 9327 ok 9328 ok 9329 ok 9330 - Use value itself as key ok 9331 - Use value itself as key ok 9332 - Is also the effective key ok 9333 - Is also the effective key ok 9334 - Is also the effective key ok 9335 - Is also the effective key ok 9336 - Is also the effective key ok 9337 - Is also the effective key ok 9338 - Is also the effective key ok 9339 ok 9340 ok 9341 ok 9342 ok 9343 ok 9344 ok 9345 - Have all new values ok 9346 ok 9347 ok 9348 - Empty again ok 9349 ok 9350 - Have all new values ok 9351 ok 9352 ok 9353 - Empty again ok 9354 ok 9355 - Have all new values ok 9356 ok 9357 ok 9358 - Empty again ok 9359 ok 9360 - Have all new values ok 9361 ok 9362 ok 9363 - Empty again ok 9364 ok 9365 - user_data survived everything ok 9366 - user_data in list context too ok 9367 - Combined get/set ok 9368 ok 9369 - The object isa Canary ok 9370 ok 9371 ok 9372 ok 9373 ok 9374 - infinity survived everything ok 9375 - infinity in list context too ok 9376 - Combined get/set ok 9377 ok 9378 - The object isa Canary ok 9379 ok 9380 ok 9381 ok 9382 ok 9383 ok 9384 ok 9385 - Default userdata is undef ok 9386 - Default userdata is undef ok 9387 - return set infinity ok 9388 - The object isa Canary ok 9389 - return set infinity, even in list context ok 9390 - The object isa Canary ok 9391 - top_key on empty heap returns set infinity ok 9392 - The object isa Canary ok 9393 - top_key on empty heap returns set infinity, even in list context ok 9394 - The object isa Canary ok 9395 - min_key on empty heap returns set infinity ok 9396 - The object isa Canary ok 9397 - min_key on empty heap returns set infinity, even in list context ok 9398 - The object isa Canary ok 9399 ok 9400 ok 9401 ok 9402 ok 9403 ok 9404 ok 9405 ok 9406 - proper error message: Self absorption at t/02_stress.t line 812. # ok 9407 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 9408 ok 9409 ok 9410 ok 9411 ok 9412 ok 9413 ok 9414 ok 9415 ok 9416 ok 9417 ok 9418 ok 9419 ok 9420 ok 9421 ok 9422 ok 9423 ok 9424 - order: CODE(0x4024a420), elements: Object -'$f\#, dirty: 0 ok 9425 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 9426 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 9427 - Have all new values ok 9428 ok 9429 ok 9430 - Empty again ok 9431 ok 9432 - Have all new values ok 9433 ok 9434 ok 9435 - Empty again ok 9436 ok 9437 ok 9438 ok 9439 ok 9440 ok 9441 ok 9442 ok 9443 ok 9444 ok 9445 ok 9446 ok 9447 ok 9448 ok 9449 ok 9450 ok 9451 ok 9452 ok 9453 ok 9454 ok 9455 ok 9456 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 9457 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 9458 - Have all new values ok 9459 ok 9460 ok 9461 - Empty again ok 9462 ok 9463 - Have all new values ok 9464 ok 9465 ok 9466 - Empty again ok 9467 ok 9468 ok 9469 ok 9470 ok 9471 ok 9472 ok 9473 ok 9474 ok 9475 ok 9476 ok 9477 ok 9478 ok 9479 ok 9480 ok 9481 ok 9482 ok 9483 ok 9484 ok 9485 ok 9486 ok 9487 ok 9488 - Is a heap: 0 ok 9489 ok 9490 ok 9491 - Died properly: Wam at t/02_stress.t line 1044. # ok 9492 ok 9493 - Is a heap: -1 0 ok 9494 ok 9495 ok 9496 - Died properly: Wam at t/02_stress.t line 1044. # ok 9497 ok 9498 - Is a heap: -2 0 -1 ok 9499 ok 9500 ok 9501 - Died properly: Wam at t/02_stress.t line 1044. # ok 9502 ok 9503 - Is a heap: -2 0 -1 ok 9504 ok 9505 ok 9506 - Died properly: Wam at t/02_stress.t line 1044. # ok 9507 ok 9508 - Is a heap: -3 -2 -1 0 ok 9509 ok 9510 ok 9511 - Died properly: Wam at t/02_stress.t line 1044. # ok 9512 ok 9513 - Is a heap: -3 -2 -1 0 ok 9514 ok 9515 ok 9516 - Died properly: Wam at t/02_stress.t line 1044. # ok 9517 ok 9518 - Is a heap: -4 -3 -1 0 -2 ok 9519 ok 9520 ok 9521 - Died properly: Wam at t/02_stress.t line 1044. # ok 9522 ok 9523 - Is a heap: -4 -3 -1 0 -2 ok 9524 ok 9525 ok 9526 - Died properly: Wam at t/02_stress.t line 1044. # ok 9527 ok 9528 - Is a heap: -5 -3 -4 0 -2 -1 ok 9529 ok 9530 ok 9531 - Died properly: Wam at t/02_stress.t line 1044. # ok 9532 ok 9533 - Is a heap: -5 -3 -4 0 -2 -1 ok 9534 ok 9535 ok 9536 - Died properly: Wam at t/02_stress.t line 1044. # ok 9537 ok 9538 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9539 ok 9540 ok 9541 - Died properly: Wam at t/02_stress.t line 1044. # ok 9542 ok 9543 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9544 ok 9545 ok 9546 - Died properly: Wam at t/02_stress.t line 1044. # ok 9547 ok 9548 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9549 ok 9550 ok 9551 - Died properly: Wam at t/02_stress.t line 1044. # ok 9552 ok 9553 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9554 ok 9555 ok 9556 - Died properly: Wam at t/02_stress.t line 1044. # ok 9557 ok 9558 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9559 ok 9560 ok 9561 - Died properly: Wam at t/02_stress.t line 1044. # ok 9562 ok 9563 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9564 ok 9565 ok 9566 - Died properly: Wam at t/02_stress.t line 1044. # ok 9567 ok 9568 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 9569 ok 9570 ok 9571 - Died properly: Wam at t/02_stress.t line 1044. # ok 9572 ok 9573 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 9574 ok 9575 ok 9576 - Died properly: Wam at t/02_stress.t line 1044. # ok 9577 ok 9578 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 9579 ok 9580 ok 9581 - Died properly: Wam at t/02_stress.t line 1044. # ok 9582 ok 9583 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 9584 ok 9585 ok 9586 - Died properly: Wam at t/02_stress.t line 1044. # ok 9587 ok 9588 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 9589 ok 9590 ok 9591 - Died properly: Wam at t/02_stress.t line 1044. # ok 9592 ok 9593 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 9594 ok 9595 ok 9596 - Died properly: Wam at t/02_stress.t line 1044. # ok 9597 ok 9598 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 9599 ok 9600 ok 9601 - Died properly: Wam at t/02_stress.t line 1044. # ok 9602 ok 9603 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 9604 ok 9605 ok 9606 - Died properly: Wam at t/02_stress.t line 1044. # ok 9607 ok 9608 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 9609 ok 9610 ok 9611 - Died properly: Wam at t/02_stress.t line 1044. # ok 9612 ok 9613 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 9614 ok 9615 ok 9616 - Died properly: Wam at t/02_stress.t line 1044. # ok 9617 ok 9618 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 9619 ok 9620 ok 9621 - Died properly: Wam at t/02_stress.t line 1044. # ok 9622 ok 9623 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 9624 ok 9625 ok 9626 - Died properly: Wam at t/02_stress.t line 1044. # ok 9627 ok 9628 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 9629 ok 9630 ok 9631 - Died properly: Wam at t/02_stress.t line 1044. # ok 9632 ok 9633 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 9634 ok 9635 ok 9636 - Died properly: Wam at t/02_stress.t line 1044. # ok 9637 ok 9638 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 9639 ok 9640 ok 9641 - Died properly: Wam at t/02_stress.t line 1044. # ok 9642 ok 9643 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 9644 ok 9645 ok 9646 - Died properly: Wam at t/02_stress.t line 1044. # ok 9647 ok 9648 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 9649 ok 9650 ok 9651 - Died properly: Wam at t/02_stress.t line 1044. # ok 9652 ok 9653 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 9654 ok 9655 ok 9656 - Died properly: Wam at t/02_stress.t line 1044. # ok 9657 ok 9658 - Is a heap: -14 -9 -13 -6 -8 -10 -12 0 -3 -2 -7 -1 -5 -4 -11 ok 9659 ok 9660 ok 9661 ok 9662 - Is a heap: 0 ok 9663 ok 9664 ok 9665 - Died properly: Wam at t/02_stress.t line 1068. # ok 9666 ok 9667 - Is a heap: 0 ok 9668 ok 9669 ok 9670 - Died properly: Wam at t/02_stress.t line 1068. # ok 9671 ok 9672 - Is a heap: -1 0 ok 9673 ok 9674 ok 9675 - Died properly: Wam at t/02_stress.t line 1068. # ok 9676 ok 9677 - Is a heap: -1 0 ok 9678 ok 9679 ok 9680 - Died properly: Wam at t/02_stress.t line 1068. # ok 9681 ok 9682 - Is a heap: -2 0 -1 ok 9683 ok 9684 ok 9685 - Died properly: Wam at t/02_stress.t line 1068. # ok 9686 ok 9687 - Is a heap: -2 0 -1 ok 9688 ok 9689 ok 9690 - Died properly: Wam at t/02_stress.t line 1068. # ok 9691 ok 9692 - Is a heap: -2 0 -1 ok 9693 ok 9694 ok 9695 - Died properly: Wam at t/02_stress.t line 1068. # ok 9696 ok 9697 - Is a heap: -3 -2 -1 0 ok 9698 ok 9699 ok 9700 - Died properly: Wam at t/02_stress.t line 1068. # ok 9701 ok 9702 - Is a heap: -3 -2 -1 0 ok 9703 ok 9704 ok 9705 - Died properly: Wam at t/02_stress.t line 1068. # ok 9706 ok 9707 - Is a heap: -3 -2 -1 0 ok 9708 ok 9709 ok 9710 - Died properly: Wam at t/02_stress.t line 1068. # ok 9711 ok 9712 - Is a heap: -4 -3 -1 0 -2 ok 9713 ok 9714 ok 9715 - Died properly: Wam at t/02_stress.t line 1068. # ok 9716 ok 9717 - Is a heap: -4 -3 -1 0 -2 ok 9718 ok 9719 ok 9720 - Died properly: Wam at t/02_stress.t line 1068. # ok 9721 ok 9722 - Is a heap: -4 -3 -1 0 -2 ok 9723 ok 9724 ok 9725 - Died properly: Wam at t/02_stress.t line 1068. # ok 9726 ok 9727 - Is a heap: -5 -3 -4 0 -2 -1 ok 9728 ok 9729 ok 9730 - Died properly: Wam at t/02_stress.t line 1068. # ok 9731 ok 9732 - Is a heap: -5 -3 -4 0 -2 -1 ok 9733 ok 9734 ok 9735 - Died properly: Wam at t/02_stress.t line 1068. # ok 9736 ok 9737 - Is a heap: -5 -3 -4 0 -2 -1 ok 9738 ok 9739 ok 9740 - Died properly: Wam at t/02_stress.t line 1068. # ok 9741 ok 9742 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9743 ok 9744 ok 9745 - Died properly: Wam at t/02_stress.t line 1068. # ok 9746 ok 9747 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9748 ok 9749 ok 9750 - Died properly: Wam at t/02_stress.t line 1068. # ok 9751 ok 9752 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9753 ok 9754 ok 9755 - Died properly: Wam at t/02_stress.t line 1068. # ok 9756 ok 9757 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9758 ok 9759 ok 9760 - Died properly: Wam at t/02_stress.t line 1068. # ok 9761 ok 9762 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9763 ok 9764 ok 9765 - Died properly: Wam at t/02_stress.t line 1068. # ok 9766 ok 9767 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9768 ok 9769 ok 9770 - Died properly: Wam at t/02_stress.t line 1068. # ok 9771 ok 9772 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9773 ok 9774 ok 9775 - Died properly: Wam at t/02_stress.t line 1068. # ok 9776 ok 9777 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9778 ok 9779 ok 9780 - Died properly: Wam at t/02_stress.t line 1068. # ok 9781 ok 9782 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 9783 ok 9784 ok 9785 - Died properly: Wam at t/02_stress.t line 1068. # ok 9786 ok 9787 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 9788 ok 9789 ok 9790 - Died properly: Wam at t/02_stress.t line 1068. # ok 9791 ok 9792 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 9793 ok 9794 ok 9795 - Died properly: Wam at t/02_stress.t line 1068. # ok 9796 ok 9797 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 9798 ok 9799 ok 9800 - Died properly: Wam at t/02_stress.t line 1068. # ok 9801 ok 9802 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 9803 ok 9804 ok 9805 - Died properly: Wam at t/02_stress.t line 1068. # ok 9806 ok 9807 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 9808 ok 9809 ok 9810 - Died properly: Wam at t/02_stress.t line 1068. # ok 9811 ok 9812 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 9813 ok 9814 ok 9815 - Died properly: Wam at t/02_stress.t line 1068. # ok 9816 ok 9817 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 9818 ok 9819 ok 9820 - Died properly: Wam at t/02_stress.t line 1068. # ok 9821 ok 9822 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 9823 ok 9824 ok 9825 - Died properly: Wam at t/02_stress.t line 1068. # ok 9826 ok 9827 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 9828 ok 9829 ok 9830 - Died properly: Wam at t/02_stress.t line 1068. # ok 9831 ok 9832 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 9833 ok 9834 ok 9835 - Died properly: Wam at t/02_stress.t line 1068. # ok 9836 ok 9837 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 9838 ok 9839 ok 9840 - Died properly: Wam at t/02_stress.t line 1068. # ok 9841 ok 9842 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 9843 ok 9844 ok 9845 - Died properly: Wam at t/02_stress.t line 1068. # ok 9846 ok 9847 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 9848 ok 9849 ok 9850 - Died properly: Wam at t/02_stress.t line 1068. # ok 9851 ok 9852 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 9853 ok 9854 ok 9855 - Died properly: Wam at t/02_stress.t line 1068. # ok 9856 ok 9857 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 9858 ok 9859 ok 9860 - Died properly: Wam at t/02_stress.t line 1068. # ok 9861 ok 9862 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 9863 ok 9864 ok 9865 - Died properly: Wam at t/02_stress.t line 1068. # ok 9866 ok 9867 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 9868 ok 9869 ok 9870 - Died properly: Wam at t/02_stress.t line 1068. # ok 9871 ok 9872 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 9873 ok 9874 ok 9875 - Died properly: Wam at t/02_stress.t line 1068. # ok 9876 ok 9877 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 9878 ok 9879 ok 9880 - Died properly: Wam at t/02_stress.t line 1068. # ok 9881 ok 9882 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 9883 ok 9884 ok 9885 - Died properly: Wam at t/02_stress.t line 1068. # ok 9886 ok 9887 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 9888 ok 9889 ok 9890 - Died properly: Wam at t/02_stress.t line 1068. # ok 9891 ok 9892 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 9893 ok 9894 ok 9895 - Died properly: Wam at t/02_stress.t line 1068. # ok 9896 ok 9897 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 9898 ok 9899 ok 9900 - Died properly: Wam at t/02_stress.t line 1068. # ok 9901 ok 9902 - Is a heap: -14 -9 -13 -6 -8 -10 -12 0 -3 -2 -7 -1 -5 -4 -11 ok 9903 ok 9904 ok 9905 ok 9906 - Is a heap: 0 ok 9907 ok 9908 ok 9909 - Died properly: Wam at t/02_stress.t line 1090. # ok 9910 ok 9911 - Is a heap: -1 0 ok 9912 ok 9913 ok 9914 - Died properly: Wam at t/02_stress.t line 1090. # ok 9915 ok 9916 - Is a heap: -2 0 -1 ok 9917 ok 9918 ok 9919 - Died properly: Wam at t/02_stress.t line 1090. # ok 9920 ok 9921 - Is a heap: -2 0 -1 ok 9922 ok 9923 ok 9924 - Died properly: Wam at t/02_stress.t line 1090. # ok 9925 ok 9926 - Is a heap: -3 -2 -1 0 ok 9927 ok 9928 ok 9929 - Died properly: Wam at t/02_stress.t line 1090. # ok 9930 ok 9931 - Is a heap: -3 -2 -1 0 ok 9932 ok 9933 ok 9934 - Died properly: Wam at t/02_stress.t line 1090. # ok 9935 ok 9936 - Is a heap: -4 -3 -1 0 -2 ok 9937 ok 9938 ok 9939 - Died properly: Wam at t/02_stress.t line 1090. # ok 9940 ok 9941 - Is a heap: -4 -3 -1 0 -2 ok 9942 ok 9943 ok 9944 - Died properly: Wam at t/02_stress.t line 1090. # ok 9945 ok 9946 - Is a heap: -5 -3 -4 0 -2 -1 ok 9947 ok 9948 ok 9949 - Died properly: Wam at t/02_stress.t line 1090. # ok 9950 ok 9951 - Is a heap: -5 -3 -4 0 -2 -1 ok 9952 ok 9953 ok 9954 - Died properly: Wam at t/02_stress.t line 1090. # ok 9955 ok 9956 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9957 ok 9958 ok 9959 - Died properly: Wam at t/02_stress.t line 1090. # ok 9960 ok 9961 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9962 ok 9963 ok 9964 - Died properly: Wam at t/02_stress.t line 1090. # ok 9965 ok 9966 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9967 ok 9968 ok 9969 - Died properly: Wam at t/02_stress.t line 1090. # ok 9970 ok 9971 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9972 ok 9973 ok 9974 - Died properly: Wam at t/02_stress.t line 1090. # ok 9975 ok 9976 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9977 ok 9978 ok 9979 - Died properly: Wam at t/02_stress.t line 1090. # ok 9980 ok 9981 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9982 ok 9983 ok 9984 - Died properly: Wam at t/02_stress.t line 1090. # ok 9985 ok 9986 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 9987 ok 9988 ok 9989 - Died properly: Wam at t/02_stress.t line 1090. # ok 9990 ok 9991 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 9992 ok 9993 ok 9994 - Died properly: Wam at t/02_stress.t line 1090. # ok 9995 ok 9996 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 9997 ok 9998 ok 9999 - Died properly: Wam at t/02_stress.t line 1090. # ok 10000 ok 10001 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 10002 ok 10003 ok 10004 - Died properly: Wam at t/02_stress.t line 1090. # ok 10005 ok 10006 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 10007 ok 10008 ok 10009 - Died properly: Wam at t/02_stress.t line 1090. # ok 10010 ok 10011 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 10012 ok 10013 ok 10014 - Died properly: Wam at t/02_stress.t line 1090. # ok 10015 ok 10016 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 10017 ok 10018 ok 10019 - Died properly: Wam at t/02_stress.t line 1090. # ok 10020 ok 10021 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 10022 ok 10023 ok 10024 - Died properly: Wam at t/02_stress.t line 1090. # ok 10025 ok 10026 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 10027 ok 10028 ok 10029 - Died properly: Wam at t/02_stress.t line 1090. # ok 10030 ok 10031 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 10032 ok 10033 ok 10034 - Died properly: Wam at t/02_stress.t line 1090. # ok 10035 ok 10036 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 10037 ok 10038 ok 10039 - Died properly: Wam at t/02_stress.t line 1090. # ok 10040 ok 10041 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 10042 ok 10043 ok 10044 - Died properly: Wam at t/02_stress.t line 1090. # ok 10045 ok 10046 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 10047 ok 10048 ok 10049 - Died properly: Wam at t/02_stress.t line 1090. # ok 10050 ok 10051 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 10052 ok 10053 ok 10054 - Died properly: Wam at t/02_stress.t line 1090. # ok 10055 ok 10056 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 10057 ok 10058 ok 10059 - Died properly: Wam at t/02_stress.t line 1090. # ok 10060 ok 10061 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 10062 ok 10063 ok 10064 - Died properly: Wam at t/02_stress.t line 1090. # ok 10065 ok 10066 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 10067 ok 10068 ok 10069 - Died properly: Wam at t/02_stress.t line 1090. # ok 10070 ok 10071 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 10072 ok 10073 ok 10074 - Died properly: Wam at t/02_stress.t line 1090. # ok 10075 ok 10076 - Is a heap: -14 -9 -13 -6 -8 -10 -12 0 -3 -2 -7 -1 -5 -4 -11 ok 10077 ok 10078 ok 10079 ok 10080 - Is a heap: 0 ok 10081 ok 10082 ok 10083 - Died properly: Wam at t/02_stress.t line 1114. # ok 10084 ok 10085 - Is a heap: -1 0 ok 10086 ok 10087 ok 10088 - Died properly: Wam at t/02_stress.t line 1114. # ok 10089 ok 10090 - Is a heap: -2 0 -1 ok 10091 ok 10092 ok 10093 - Died properly: Wam at t/02_stress.t line 1114. # ok 10094 ok 10095 - Is a heap: -2 0 -1 ok 10096 ok 10097 ok 10098 - Died properly: Wam at t/02_stress.t line 1114. # ok 10099 ok 10100 - Is a heap: -3 -2 -1 0 ok 10101 ok 10102 ok 10103 - Died properly: Wam at t/02_stress.t line 1114. # ok 10104 ok 10105 - Is a heap: -3 -2 -1 0 ok 10106 ok 10107 ok 10108 - Died properly: Wam at t/02_stress.t line 1114. # ok 10109 ok 10110 - Is a heap: -4 -3 -1 0 -2 ok 10111 ok 10112 ok 10113 - Died properly: Wam at t/02_stress.t line 1114. # ok 10114 ok 10115 - Is a heap: -4 -3 -1 0 -2 ok 10116 ok 10117 ok 10118 - Died properly: Wam at t/02_stress.t line 1114. # ok 10119 ok 10120 - Is a heap: -5 -3 -4 0 -2 -1 ok 10121 ok 10122 ok 10123 - Died properly: Wam at t/02_stress.t line 1114. # ok 10124 ok 10125 - Is a heap: -5 -3 -4 0 -2 -1 ok 10126 ok 10127 ok 10128 - Died properly: Wam at t/02_stress.t line 1114. # ok 10129 ok 10130 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 10131 ok 10132 ok 10133 - Died properly: Wam at t/02_stress.t line 1114. # ok 10134 ok 10135 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 10136 ok 10137 ok 10138 - Died properly: Wam at t/02_stress.t line 1114. # ok 10139 ok 10140 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 10141 ok 10142 ok 10143 - Died properly: Wam at t/02_stress.t line 1114. # ok 10144 ok 10145 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 10146 ok 10147 ok 10148 - Died properly: Wam at t/02_stress.t line 1114. # ok 10149 ok 10150 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 10151 ok 10152 ok 10153 - Died properly: Wam at t/02_stress.t line 1114. # ok 10154 ok 10155 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 10156 ok 10157 ok 10158 - Died properly: Wam at t/02_stress.t line 1114. # ok 10159 ok 10160 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 10161 ok 10162 ok 10163 - Died properly: Wam at t/02_stress.t line 1114. # ok 10164 ok 10165 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 10166 ok 10167 ok 10168 - Died properly: Wam at t/02_stress.t line 1114. # ok 10169 ok 10170 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 10171 ok 10172 ok 10173 - Died properly: Wam at t/02_stress.t line 1114. # ok 10174 ok 10175 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 10176 ok 10177 ok 10178 - Died properly: Wam at t/02_stress.t line 1114. # ok 10179 ok 10180 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 10181 ok 10182 ok 10183 - Died properly: Wam at t/02_stress.t line 1114. # ok 10184 ok 10185 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 10186 ok 10187 ok 10188 - Died properly: Wam at t/02_stress.t line 1114. # ok 10189 ok 10190 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 10191 ok 10192 ok 10193 - Died properly: Wam at t/02_stress.t line 1114. # ok 10194 ok 10195 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 10196 ok 10197 ok 10198 - Died properly: Wam at t/02_stress.t line 1114. # ok 10199 ok 10200 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 10201 ok 10202 ok 10203 - Died properly: Wam at t/02_stress.t line 1114. # ok 10204 ok 10205 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 10206 ok 10207 ok 10208 - Died properly: Wam at t/02_stress.t line 1114. # ok 10209 ok 10210 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 10211 ok 10212 ok 10213 - Died properly: Wam at t/02_stress.t line 1114. # ok 10214 ok 10215 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 10216 ok 10217 ok 10218 - Died properly: Wam at t/02_stress.t line 1114. # ok 10219 ok 10220 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 10221 ok 10222 ok 10223 - Died properly: Wam at t/02_stress.t line 1114. # ok 10224 ok 10225 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 10226 ok 10227 ok 10228 - Died properly: Wam at t/02_stress.t line 1114. # ok 10229 ok 10230 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 10231 ok 10232 ok 10233 - Died properly: Wam at t/02_stress.t line 1114. # ok 10234 ok 10235 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 10236 ok 10237 ok 10238 - Died properly: Wam at t/02_stress.t line 1114. # ok 10239 ok 10240 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 10241 ok 10242 ok 10243 - Died properly: Wam at t/02_stress.t line 1114. # ok 10244 ok 10245 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 10246 ok 10247 ok 10248 - Died properly: Wam at t/02_stress.t line 1114. # ok 10249 ok 10250 - Is a heap: -14 -9 -13 -6 -8 -10 -12 0 -3 -2 -7 -1 -5 -4 -11 ok 10251 ok 10252 ok 10253 - Died properly: Wam at t/02_stress.t line 1159. # ok 10254 ok 10255 ok 10256 ok 10257 - Died properly: Wam at t/02_stress.t line 1159. # ok 10258 - Died properly: Wam at t/02_stress.t line 1159. # ok 10259 ok 10260 ok 10261 ok 10262 - Died properly: Wam at t/02_stress.t line 1159. # ok 10263 - Died properly: Wam at t/02_stress.t line 1159. # ok 10264 ok 10265 ok 10266 ok 10267 - Died properly: Wam at t/02_stress.t line 1159. # ok 10268 - Died properly: Wam at t/02_stress.t line 1159. # ok 10269 ok 10270 ok 10271 ok 10272 - Died properly: Wam at t/02_stress.t line 1159. # ok 10273 - Died properly: Wam at t/02_stress.t line 1159. # ok 10274 ok 10275 ok 10276 ok 10277 - Died properly: Wam at t/02_stress.t line 1159. # ok 10278 - Died properly: Wam at t/02_stress.t line 1159. # ok 10279 ok 10280 ok 10281 ok 10282 - Died properly: Wam at t/02_stress.t line 1159. # ok 10283 - Died properly: Wam at t/02_stress.t line 1189. # ok 10284 ok 10285 ok 10286 ok 10287 - Died properly: Wam at t/02_stress.t line 1189. # ok 10288 - Died properly: Wam at t/02_stress.t line 1189. # ok 10289 ok 10290 ok 10291 ok 10292 - Died properly: Wam at t/02_stress.t line 1189. # ok 10293 - Died properly: Wam at t/02_stress.t line 1189. # ok 10294 ok 10295 ok 10296 ok 10297 - Died properly: Wam at t/02_stress.t line 1189. # ok 10298 - Died properly: Wam at t/02_stress.t line 1189. # ok 10299 ok 10300 ok 10301 ok 10302 - Died properly: Wam at t/02_stress.t line 1189. # ok 10303 - Died properly: Wam at t/02_stress.t line 1189. # ok 10304 ok 10305 ok 10306 ok 10307 - Died properly: Wam at t/02_stress.t line 1189. # ok 10308 - Died properly: Wam at t/02_stress.t line 1189. # ok 10309 ok 10310 ok 10311 ok 10312 - Died properly: Wam at t/02_stress.t line 1189. # ok 10313 - Died properly: Wam at t/02_stress.t line 1189. # ok 10314 ok 10315 ok 10316 ok 10317 - Died properly: Wam at t/02_stress.t line 1189. # ok 10318 - Died properly: Wam at t/02_stress.t line 1216. # ok 10319 ok 10320 ok 10321 ok 10322 - Died properly: Wam at t/02_stress.t line 1216. # ok 10323 - Died properly: Wam at t/02_stress.t line 1216. # ok 10324 ok 10325 ok 10326 ok 10327 - Died properly: Wam at t/02_stress.t line 1216. # ok 10328 - Died properly: Wam at t/02_stress.t line 1216. # ok 10329 ok 10330 ok 10331 ok 10332 - Died properly: Wam at t/02_stress.t line 1216. # ok 10333 - Died properly: Wam at t/02_stress.t line 1216. # ok 10334 ok 10335 ok 10336 ok 10337 - Died properly: Wam at t/02_stress.t line 1216. # ok 10338 - Died properly: Wam at t/02_stress.t line 1216. # ok 10339 ok 10340 ok 10341 ok 10342 - Died properly: Wam at t/02_stress.t line 1216. # ok 10343 - Died properly: Wam at t/02_stress.t line 1216. # ok 10344 ok 10345 ok 10346 ok 10347 - Died properly: Wam at t/02_stress.t line 1216. # ok 10348 ok 10349 - Died properly: Wam at t/02_stress.t line 1248. # ok 10350 ok 10351 ok 10352 - Died properly: Wam at t/02_stress.t line 1248. # ok 10353 ok 10354 - Died properly: Wam at t/02_stress.t line 1248. # ok 10355 ok 10356 ok 10357 - Died properly: Wam at t/02_stress.t line 1248. # ok 10358 ok 10359 - Died properly: Wam at t/02_stress.t line 1248. # ok 10360 ok 10361 ok 10362 - Died properly: Wam at t/02_stress.t line 1248. # ok 10363 ok 10364 - Died properly: Wam at t/02_stress.t line 1248. # ok 10365 ok 10366 ok 10367 - Died properly: Wam at t/02_stress.t line 1248. # ok 10368 ok 10369 - Died properly: Wam at t/02_stress.t line 1248. # ok 10370 ok 10371 ok 10372 - Died properly: Wam at t/02_stress.t line 1248. # ok 10373 ok 10374 - Died properly: Wam at t/02_stress.t line 1248. # ok 10375 ok 10376 ok 10377 - Died properly: Wam at t/02_stress.t line 1248. # ok 10378 ok 10379 - Died properly: Wam at t/02_stress.t line 1248. # ok 10380 ok 10381 ok 10382 - Died properly: Wam at t/02_stress.t line 1248. # ok 10383 ok 10384 ok 10385 ok 10386 - Died properly: Wam at t/02_stress.t line 1281. # ok 10387 ok 10388 ok 10389 - Died properly: Wam at t/02_stress.t line 1281. # ok 10390 ok 10391 - Died properly: Wam at t/02_stress.t line 1281. # ok 10392 ok 10393 ok 10394 - Died properly: Wam at t/02_stress.t line 1281. # ok 10395 ok 10396 - Died properly: Wam at t/02_stress.t line 1281. # ok 10397 ok 10398 ok 10399 - Died properly: Wam at t/02_stress.t line 1281. # ok 10400 ok 10401 - Died properly: Wam at t/02_stress.t line 1281. # ok 10402 ok 10403 ok 10404 - Died properly: Wam at t/02_stress.t line 1281. # ok 10405 ok 10406 - Died properly: Wam at t/02_stress.t line 1281. # ok 10407 ok 10408 ok 10409 - Died properly: Wam at t/02_stress.t line 1281. # ok 10410 ok 10411 - Died properly: Wam at t/02_stress.t line 1281. # ok 10412 ok 10413 ok 10414 - Died properly: Wam at t/02_stress.t line 1281. # ok 10415 ok 10416 - Died properly: Wam at t/02_stress.t line 1281. # ok 10417 ok 10418 ok 10419 - Died properly: Wam at t/02_stress.t line 1281. # ok 10420 ok 10421 - Died properly: Wam at t/02_stress.t line 1281. # ok 10422 ok 10423 ok 10424 - Died properly: Wam at t/02_stress.t line 1281. # ok 10425 ok 10426 ok 10427 ok 10428 - Died properly: Wam at t/02_stress.t line 1311. # ok 10429 ok 10430 ok 10431 - Died properly: Wam at t/02_stress.t line 1311. # ok 10432 ok 10433 - Died properly: Wam at t/02_stress.t line 1311. # ok 10434 ok 10435 ok 10436 - Died properly: Wam at t/02_stress.t line 1311. # ok 10437 ok 10438 - Died properly: Wam at t/02_stress.t line 1311. # ok 10439 ok 10440 ok 10441 - Died properly: Wam at t/02_stress.t line 1311. # ok 10442 ok 10443 - Died properly: Wam at t/02_stress.t line 1311. # ok 10444 ok 10445 ok 10446 - Died properly: Wam at t/02_stress.t line 1311. # ok 10447 ok 10448 - Died properly: Wam at t/02_stress.t line 1311. # ok 10449 ok 10450 ok 10451 - Died properly: Wam at t/02_stress.t line 1311. # ok 10452 ok 10453 - Died properly: Wam at t/02_stress.t line 1311. # ok 10454 ok 10455 ok 10456 - Died properly: Wam at t/02_stress.t line 1311. # ok 10457 ok 10458 - Died properly: Wam at t/02_stress.t line 1311. # ok 10459 ok 10460 ok 10461 - Died properly: Wam at t/02_stress.t line 1311. # ok 10462 ok 10463 ok 10464 ok 10465 - Died properly: Wam at t/02_stress.t line 1343. # ok 10466 ok 10467 ok 10468 - Died properly: Wam at t/02_stress.t line 1343. # ok 10469 ok 10470 - Died properly: Wam at t/02_stress.t line 1343. # ok 10471 ok 10472 ok 10473 - Died properly: Wam at t/02_stress.t line 1343. # ok 10474 ok 10475 - Died properly: Wam at t/02_stress.t line 1343. # ok 10476 ok 10477 ok 10478 - Died properly: Wam at t/02_stress.t line 1343. # ok 10479 ok 10480 - Died properly: Wam at t/02_stress.t line 1343. # ok 10481 ok 10482 ok 10483 - Died properly: Wam at t/02_stress.t line 1343. # ok 10484 ok 10485 - Died properly: Wam at t/02_stress.t line 1343. # ok 10486 ok 10487 ok 10488 - Died properly: Wam at t/02_stress.t line 1343. # ok 10489 ok 10490 - Died properly: Wam at t/02_stress.t line 1343. # ok 10491 ok 10492 ok 10493 - Died properly: Wam at t/02_stress.t line 1343. # ok 10494 ok 10495 - Died properly: Wam at t/02_stress.t line 1343. # ok 10496 ok 10497 ok 10498 - Died properly: Wam at t/02_stress.t line 1343. # ok 10499 ok 10500 ok 10501 - Died properly: Wam at t/02_stress.t line 1159. # ok 10502 ok 10503 ok 10504 ok 10505 - Died properly: Wam at t/02_stress.t line 1159. # ok 10506 - Died properly: Wam at t/02_stress.t line 1159. # ok 10507 ok 10508 ok 10509 ok 10510 - Died properly: Wam at t/02_stress.t line 1159. # ok 10511 - Died properly: Wam at t/02_stress.t line 1159. # ok 10512 ok 10513 ok 10514 ok 10515 - Died properly: Wam at t/02_stress.t line 1159. # ok 10516 - Died properly: Wam at t/02_stress.t line 1159. # ok 10517 ok 10518 ok 10519 ok 10520 - Died properly: Wam at t/02_stress.t line 1159. # ok 10521 - Died properly: Wam at t/02_stress.t line 1159. # ok 10522 ok 10523 ok 10524 ok 10525 - Died properly: Wam at t/02_stress.t line 1159. # ok 10526 - Died properly: Wam at t/02_stress.t line 1159. # ok 10527 ok 10528 ok 10529 ok 10530 - Died properly: Wam at t/02_stress.t line 1159. # ok 10531 - Died properly: Wam at t/02_stress.t line 1189. # ok 10532 ok 10533 ok 10534 ok 10535 - Died properly: Wam at t/02_stress.t line 1189. # ok 10536 - Died properly: Wam at t/02_stress.t line 1189. # ok 10537 ok 10538 ok 10539 ok 10540 - Died properly: Wam at t/02_stress.t line 1189. # ok 10541 - Died properly: Wam at t/02_stress.t line 1189. # ok 10542 ok 10543 ok 10544 ok 10545 - Died properly: Wam at t/02_stress.t line 1189. # ok 10546 - Died properly: Wam at t/02_stress.t line 1189. # ok 10547 ok 10548 ok 10549 ok 10550 - Died properly: Wam at t/02_stress.t line 1189. # ok 10551 - Died properly: Wam at t/02_stress.t line 1189. # ok 10552 ok 10553 ok 10554 ok 10555 - Died properly: Wam at t/02_stress.t line 1189. # ok 10556 - Died properly: Wam at t/02_stress.t line 1189. # ok 10557 ok 10558 ok 10559 ok 10560 - Died properly: Wam at t/02_stress.t line 1189. # ok 10561 - Died properly: Wam at t/02_stress.t line 1189. # ok 10562 ok 10563 ok 10564 ok 10565 - Died properly: Wam at t/02_stress.t line 1189. # ok 10566 - Died properly: Wam at t/02_stress.t line 1216. # ok 10567 ok 10568 ok 10569 ok 10570 - Died properly: Wam at t/02_stress.t line 1216. # ok 10571 - Died properly: Wam at t/02_stress.t line 1216. # ok 10572 ok 10573 ok 10574 ok 10575 - Died properly: Wam at t/02_stress.t line 1216. # ok 10576 - Died properly: Wam at t/02_stress.t line 1216. # ok 10577 ok 10578 ok 10579 ok 10580 - Died properly: Wam at t/02_stress.t line 1216. # ok 10581 - Died properly: Wam at t/02_stress.t line 1216. # ok 10582 ok 10583 ok 10584 ok 10585 - Died properly: Wam at t/02_stress.t line 1216. # ok 10586 - Died properly: Wam at t/02_stress.t line 1216. # ok 10587 ok 10588 ok 10589 ok 10590 - Died properly: Wam at t/02_stress.t line 1216. # ok 10591 - Died properly: Wam at t/02_stress.t line 1216. # ok 10592 ok 10593 ok 10594 ok 10595 - Died properly: Wam at t/02_stress.t line 1216. # ok 10596 ok 10597 - Died properly: Wam at t/02_stress.t line 1248. # ok 10598 ok 10599 ok 10600 - Died properly: Wam at t/02_stress.t line 1248. # ok 10601 ok 10602 - Died properly: Wam at t/02_stress.t line 1248. # ok 10603 ok 10604 ok 10605 - Died properly: Wam at t/02_stress.t line 1248. # ok 10606 ok 10607 - Died properly: Wam at t/02_stress.t line 1248. # ok 10608 ok 10609 ok 10610 - Died properly: Wam at t/02_stress.t line 1248. # ok 10611 ok 10612 - Died properly: Wam at t/02_stress.t line 1248. # ok 10613 ok 10614 ok 10615 - Died properly: Wam at t/02_stress.t line 1248. # ok 10616 ok 10617 - Died properly: Wam at t/02_stress.t line 1248. # ok 10618 ok 10619 ok 10620 - Died properly: Wam at t/02_stress.t line 1248. # ok 10621 ok 10622 - Died properly: Wam at t/02_stress.t line 1248. # ok 10623 ok 10624 ok 10625 - Died properly: Wam at t/02_stress.t line 1248. # ok 10626 ok 10627 - Died properly: Wam at t/02_stress.t line 1248. # ok 10628 ok 10629 ok 10630 - Died properly: Wam at t/02_stress.t line 1248. # ok 10631 ok 10632 ok 10633 ok 10634 - Died properly: Wam at t/02_stress.t line 1281. # ok 10635 ok 10636 ok 10637 - Died properly: Wam at t/02_stress.t line 1281. # ok 10638 ok 10639 - Died properly: Wam at t/02_stress.t line 1281. # ok 10640 ok 10641 ok 10642 - Died properly: Wam at t/02_stress.t line 1281. # ok 10643 ok 10644 - Died properly: Wam at t/02_stress.t line 1281. # ok 10645 ok 10646 ok 10647 - Died properly: Wam at t/02_stress.t line 1281. # ok 10648 ok 10649 - Died properly: Wam at t/02_stress.t line 1281. # ok 10650 ok 10651 ok 10652 - Died properly: Wam at t/02_stress.t line 1281. # ok 10653 ok 10654 - Died properly: Wam at t/02_stress.t line 1281. # ok 10655 ok 10656 ok 10657 - Died properly: Wam at t/02_stress.t line 1281. # ok 10658 ok 10659 - Died properly: Wam at t/02_stress.t line 1281. # ok 10660 ok 10661 ok 10662 - Died properly: Wam at t/02_stress.t line 1281. # ok 10663 ok 10664 - Died properly: Wam at t/02_stress.t line 1281. # ok 10665 ok 10666 ok 10667 - Died properly: Wam at t/02_stress.t line 1281. # ok 10668 ok 10669 - Died properly: Wam at t/02_stress.t line 1281. # ok 10670 ok 10671 ok 10672 - Died properly: Wam at t/02_stress.t line 1281. # ok 10673 ok 10674 ok 10675 ok 10676 - Died properly: Wam at t/02_stress.t line 1311. # ok 10677 ok 10678 ok 10679 - Died properly: Wam at t/02_stress.t line 1311. # ok 10680 ok 10681 - Died properly: Wam at t/02_stress.t line 1311. # ok 10682 ok 10683 ok 10684 - Died properly: Wam at t/02_stress.t line 1311. # ok 10685 ok 10686 - Died properly: Wam at t/02_stress.t line 1311. # ok 10687 ok 10688 ok 10689 - Died properly: Wam at t/02_stress.t line 1311. # ok 10690 ok 10691 - Died properly: Wam at t/02_stress.t line 1311. # ok 10692 ok 10693 ok 10694 - Died properly: Wam at t/02_stress.t line 1311. # ok 10695 ok 10696 - Died properly: Wam at t/02_stress.t line 1311. # ok 10697 ok 10698 ok 10699 - Died properly: Wam at t/02_stress.t line 1311. # ok 10700 ok 10701 - Died properly: Wam at t/02_stress.t line 1311. # ok 10702 ok 10703 ok 10704 - Died properly: Wam at t/02_stress.t line 1311. # ok 10705 ok 10706 - Died properly: Wam at t/02_stress.t line 1311. # ok 10707 ok 10708 ok 10709 - Died properly: Wam at t/02_stress.t line 1311. # ok 10710 ok 10711 ok 10712 ok 10713 - Died properly: Wam at t/02_stress.t line 1343. # ok 10714 ok 10715 ok 10716 - Died properly: Wam at t/02_stress.t line 1343. # ok 10717 ok 10718 - Died properly: Wam at t/02_stress.t line 1343. # ok 10719 ok 10720 ok 10721 - Died properly: Wam at t/02_stress.t line 1343. # ok 10722 ok 10723 - Died properly: Wam at t/02_stress.t line 1343. # ok 10724 ok 10725 ok 10726 - Died properly: Wam at t/02_stress.t line 1343. # ok 10727 ok 10728 - Died properly: Wam at t/02_stress.t line 1343. # ok 10729 ok 10730 ok 10731 - Died properly: Wam at t/02_stress.t line 1343. # ok 10732 ok 10733 - Died properly: Wam at t/02_stress.t line 1343. # ok 10734 ok 10735 ok 10736 - Died properly: Wam at t/02_stress.t line 1343. # ok 10737 ok 10738 - Died properly: Wam at t/02_stress.t line 1343. # ok 10739 ok 10740 ok 10741 - Died properly: Wam at t/02_stress.t line 1343. # ok 10742 ok 10743 - Died properly: Wam at t/02_stress.t line 1343. # ok 10744 ok 10745 ok 10746 - Died properly: Wam at t/02_stress.t line 1343. # ok 10747 ok 10748 ok 10749 - Died properly: Wam at t/02_stress.t line 1159. # ok 10750 ok 10751 ok 10752 ok 10753 - Died properly: Wam at t/02_stress.t line 1159. # ok 10754 - Died properly: Wam at t/02_stress.t line 1159. # ok 10755 ok 10756 ok 10757 ok 10758 - Died properly: Wam at t/02_stress.t line 1159. # ok 10759 - Died properly: Wam at t/02_stress.t line 1159. # ok 10760 ok 10761 ok 10762 ok 10763 - Died properly: Wam at t/02_stress.t line 1159. # ok 10764 - Died properly: Wam at t/02_stress.t line 1159. # ok 10765 ok 10766 ok 10767 ok 10768 - Died properly: Wam at t/02_stress.t line 1159. # ok 10769 - Died properly: Wam at t/02_stress.t line 1159. # ok 10770 ok 10771 ok 10772 ok 10773 - Died properly: Wam at t/02_stress.t line 1159. # ok 10774 - Died properly: Wam at t/02_stress.t line 1159. # ok 10775 ok 10776 ok 10777 ok 10778 - Died properly: Wam at t/02_stress.t line 1159. # ok 10779 - Died properly: Wam at t/02_stress.t line 1189. # ok 10780 ok 10781 ok 10782 ok 10783 - Died properly: Wam at t/02_stress.t line 1189. # ok 10784 - Died properly: Wam at t/02_stress.t line 1189. # ok 10785 ok 10786 ok 10787 ok 10788 - Died properly: Wam at t/02_stress.t line 1189. # ok 10789 - Died properly: Wam at t/02_stress.t line 1189. # ok 10790 ok 10791 ok 10792 ok 10793 - Died properly: Wam at t/02_stress.t line 1189. # ok 10794 - Died properly: Wam at t/02_stress.t line 1189. # ok 10795 ok 10796 ok 10797 ok 10798 - Died properly: Wam at t/02_stress.t line 1189. # ok 10799 - Died properly: Wam at t/02_stress.t line 1189. # ok 10800 ok 10801 ok 10802 ok 10803 - Died properly: Wam at t/02_stress.t line 1189. # ok 10804 - Died properly: Wam at t/02_stress.t line 1189. # ok 10805 ok 10806 ok 10807 ok 10808 - Died properly: Wam at t/02_stress.t line 1189. # ok 10809 - Died properly: Wam at t/02_stress.t line 1189. # ok 10810 ok 10811 ok 10812 ok 10813 - Died properly: Wam at t/02_stress.t line 1189. # ok 10814 - Died properly: Wam at t/02_stress.t line 1216. # ok 10815 ok 10816 ok 10817 ok 10818 - Died properly: Wam at t/02_stress.t line 1216. # ok 10819 - Died properly: Wam at t/02_stress.t line 1216. # ok 10820 ok 10821 ok 10822 ok 10823 - Died properly: Wam at t/02_stress.t line 1216. # ok 10824 - Died properly: Wam at t/02_stress.t line 1216. # ok 10825 ok 10826 ok 10827 ok 10828 - Died properly: Wam at t/02_stress.t line 1216. # ok 10829 - Died properly: Wam at t/02_stress.t line 1216. # ok 10830 ok 10831 ok 10832 ok 10833 - Died properly: Wam at t/02_stress.t line 1216. # ok 10834 - Died properly: Wam at t/02_stress.t line 1216. # ok 10835 ok 10836 ok 10837 ok 10838 - Died properly: Wam at t/02_stress.t line 1216. # ok 10839 - Died properly: Wam at t/02_stress.t line 1216. # ok 10840 ok 10841 ok 10842 ok 10843 - Died properly: Wam at t/02_stress.t line 1216. # ok 10844 ok 10845 - Died properly: Wam at t/02_stress.t line 1248. # ok 10846 ok 10847 ok 10848 - Died properly: Wam at t/02_stress.t line 1248. # ok 10849 ok 10850 - Died properly: Wam at t/02_stress.t line 1248. # ok 10851 ok 10852 ok 10853 - Died properly: Wam at t/02_stress.t line 1248. # ok 10854 ok 10855 - Died properly: Wam at t/02_stress.t line 1248. # ok 10856 ok 10857 ok 10858 - Died properly: Wam at t/02_stress.t line 1248. # ok 10859 ok 10860 - Died properly: Wam at t/02_stress.t line 1248. # ok 10861 ok 10862 ok 10863 - Died properly: Wam at t/02_stress.t line 1248. # ok 10864 ok 10865 - Died properly: Wam at t/02_stress.t line 1248. # ok 10866 ok 10867 ok 10868 - Died properly: Wam at t/02_stress.t line 1248. # ok 10869 ok 10870 - Died properly: Wam at t/02_stress.t line 1248. # ok 10871 ok 10872 ok 10873 - Died properly: Wam at t/02_stress.t line 1248. # ok 10874 ok 10875 - Died properly: Wam at t/02_stress.t line 1248. # ok 10876 ok 10877 ok 10878 - Died properly: Wam at t/02_stress.t line 1248. # ok 10879 ok 10880 ok 10881 ok 10882 - Died properly: Wam at t/02_stress.t line 1281. # ok 10883 ok 10884 ok 10885 - Died properly: Wam at t/02_stress.t line 1281. # ok 10886 ok 10887 - Died properly: Wam at t/02_stress.t line 1281. # ok 10888 ok 10889 ok 10890 - Died properly: Wam at t/02_stress.t line 1281. # ok 10891 ok 10892 - Died properly: Wam at t/02_stress.t line 1281. # ok 10893 ok 10894 ok 10895 - Died properly: Wam at t/02_stress.t line 1281. # ok 10896 ok 10897 - Died properly: Wam at t/02_stress.t line 1281. # ok 10898 ok 10899 ok 10900 - Died properly: Wam at t/02_stress.t line 1281. # ok 10901 ok 10902 - Died properly: Wam at t/02_stress.t line 1281. # ok 10903 ok 10904 ok 10905 - Died properly: Wam at t/02_stress.t line 1281. # ok 10906 ok 10907 - Died properly: Wam at t/02_stress.t line 1281. # ok 10908 ok 10909 ok 10910 - Died properly: Wam at t/02_stress.t line 1281. # ok 10911 ok 10912 - Died properly: Wam at t/02_stress.t line 1281. # ok 10913 ok 10914 ok 10915 - Died properly: Wam at t/02_stress.t line 1281. # ok 10916 ok 10917 - Died properly: Wam at t/02_stress.t line 1281. # ok 10918 ok 10919 ok 10920 - Died properly: Wam at t/02_stress.t line 1281. # ok 10921 ok 10922 ok 10923 ok 10924 - Died properly: Wam at t/02_stress.t line 1311. # ok 10925 ok 10926 ok 10927 - Died properly: Wam at t/02_stress.t line 1311. # ok 10928 ok 10929 - Died properly: Wam at t/02_stress.t line 1311. # ok 10930 ok 10931 ok 10932 - Died properly: Wam at t/02_stress.t line 1311. # ok 10933 ok 10934 - Died properly: Wam at t/02_stress.t line 1311. # ok 10935 ok 10936 ok 10937 - Died properly: Wam at t/02_stress.t line 1311. # ok 10938 ok 10939 - Died properly: Wam at t/02_stress.t line 1311. # ok 10940 ok 10941 ok 10942 - Died properly: Wam at t/02_stress.t line 1311. # ok 10943 ok 10944 - Died properly: Wam at t/02_stress.t line 1311. # ok 10945 ok 10946 ok 10947 - Died properly: Wam at t/02_stress.t line 1311. # ok 10948 ok 10949 - Died properly: Wam at t/02_stress.t line 1311. # ok 10950 ok 10951 ok 10952 - Died properly: Wam at t/02_stress.t line 1311. # ok 10953 ok 10954 - Died properly: Wam at t/02_stress.t line 1311. # ok 10955 ok 10956 ok 10957 - Died properly: Wam at t/02_stress.t line 1311. # ok 10958 ok 10959 ok 10960 ok 10961 - Died properly: Wam at t/02_stress.t line 1343. # ok 10962 ok 10963 ok 10964 - Died properly: Wam at t/02_stress.t line 1343. # ok 10965 ok 10966 - Died properly: Wam at t/02_stress.t line 1343. # ok 10967 ok 10968 ok 10969 - Died properly: Wam at t/02_stress.t line 1343. # ok 10970 ok 10971 - Died properly: Wam at t/02_stress.t line 1343. # ok 10972 ok 10973 ok 10974 - Died properly: Wam at t/02_stress.t line 1343. # ok 10975 ok 10976 - Died properly: Wam at t/02_stress.t line 1343. # ok 10977 ok 10978 ok 10979 - Died properly: Wam at t/02_stress.t line 1343. # ok 10980 ok 10981 - Died properly: Wam at t/02_stress.t line 1343. # ok 10982 ok 10983 ok 10984 - Died properly: Wam at t/02_stress.t line 1343. # ok 10985 ok 10986 - Died properly: Wam at t/02_stress.t line 1343. # ok 10987 ok 10988 ok 10989 - Died properly: Wam at t/02_stress.t line 1343. # ok 10990 ok 10991 - Died properly: Wam at t/02_stress.t line 1343. # ok 10992 ok 10993 ok 10994 - Died properly: Wam at t/02_stress.t line 1343. # ok 10995 ok 10996 ok 10997 - Died properly: Wam at t/02_stress.t line 1159. # ok 10998 ok 10999 ok 11000 ok 11001 - Died properly: Wam at t/02_stress.t line 1159. # ok 11002 - Died properly: Wam at t/02_stress.t line 1159. # ok 11003 ok 11004 ok 11005 ok 11006 - Died properly: Wam at t/02_stress.t line 1159. # ok 11007 - Died properly: Wam at t/02_stress.t line 1159. # ok 11008 ok 11009 ok 11010 ok 11011 - Died properly: Wam at t/02_stress.t line 1159. # ok 11012 - Died properly: Wam at t/02_stress.t line 1159. # ok 11013 ok 11014 ok 11015 ok 11016 - Died properly: Wam at t/02_stress.t line 1159. # ok 11017 - Died properly: Wam at t/02_stress.t line 1159. # ok 11018 ok 11019 ok 11020 ok 11021 - Died properly: Wam at t/02_stress.t line 1159. # ok 11022 - Died properly: Wam at t/02_stress.t line 1159. # ok 11023 ok 11024 ok 11025 ok 11026 - Died properly: Wam at t/02_stress.t line 1159. # ok 11027 - Died properly: Wam at t/02_stress.t line 1189. # ok 11028 ok 11029 ok 11030 ok 11031 - Died properly: Wam at t/02_stress.t line 1189. # ok 11032 - Died properly: Wam at t/02_stress.t line 1189. # ok 11033 ok 11034 ok 11035 ok 11036 - Died properly: Wam at t/02_stress.t line 1189. # ok 11037 - Died properly: Wam at t/02_stress.t line 1189. # ok 11038 ok 11039 ok 11040 ok 11041 - Died properly: Wam at t/02_stress.t line 1189. # ok 11042 - Died properly: Wam at t/02_stress.t line 1189. # ok 11043 ok 11044 ok 11045 ok 11046 - Died properly: Wam at t/02_stress.t line 1189. # ok 11047 - Died properly: Wam at t/02_stress.t line 1189. # ok 11048 ok 11049 ok 11050 ok 11051 - Died properly: Wam at t/02_stress.t line 1189. # ok 11052 - Died properly: Wam at t/02_stress.t line 1189. # ok 11053 ok 11054 ok 11055 ok 11056 - Died properly: Wam at t/02_stress.t line 1189. # ok 11057 - Died properly: Wam at t/02_stress.t line 1189. # ok 11058 ok 11059 ok 11060 ok 11061 - Died properly: Wam at t/02_stress.t line 1189. # ok 11062 - Died properly: Wam at t/02_stress.t line 1216. # ok 11063 ok 11064 ok 11065 ok 11066 - Died properly: Wam at t/02_stress.t line 1216. # ok 11067 - Died properly: Wam at t/02_stress.t line 1216. # ok 11068 ok 11069 ok 11070 ok 11071 - Died properly: Wam at t/02_stress.t line 1216. # ok 11072 - Died properly: Wam at t/02_stress.t line 1216. # ok 11073 ok 11074 ok 11075 ok 11076 - Died properly: Wam at t/02_stress.t line 1216. # ok 11077 - Died properly: Wam at t/02_stress.t line 1216. # ok 11078 ok 11079 ok 11080 ok 11081 - Died properly: Wam at t/02_stress.t line 1216. # ok 11082 - Died properly: Wam at t/02_stress.t line 1216. # ok 11083 ok 11084 ok 11085 ok 11086 - Died properly: Wam at t/02_stress.t line 1216. # ok 11087 - Died properly: Wam at t/02_stress.t line 1216. # ok 11088 ok 11089 ok 11090 ok 11091 - Died properly: Wam at t/02_stress.t line 1216. # ok 11092 ok 11093 - Died properly: Wam at t/02_stress.t line 1248. # ok 11094 ok 11095 ok 11096 - Died properly: Wam at t/02_stress.t line 1248. # ok 11097 ok 11098 - Died properly: Wam at t/02_stress.t line 1248. # ok 11099 ok 11100 ok 11101 - Died properly: Wam at t/02_stress.t line 1248. # ok 11102 ok 11103 - Died properly: Wam at t/02_stress.t line 1248. # ok 11104 ok 11105 ok 11106 - Died properly: Wam at t/02_stress.t line 1248. # ok 11107 ok 11108 - Died properly: Wam at t/02_stress.t line 1248. # ok 11109 ok 11110 ok 11111 - Died properly: Wam at t/02_stress.t line 1248. # ok 11112 ok 11113 - Died properly: Wam at t/02_stress.t line 1248. # ok 11114 ok 11115 ok 11116 - Died properly: Wam at t/02_stress.t line 1248. # ok 11117 ok 11118 - Died properly: Wam at t/02_stress.t line 1248. # ok 11119 ok 11120 ok 11121 - Died properly: Wam at t/02_stress.t line 1248. # ok 11122 ok 11123 - Died properly: Wam at t/02_stress.t line 1248. # ok 11124 ok 11125 ok 11126 - Died properly: Wam at t/02_stress.t line 1248. # ok 11127 ok 11128 ok 11129 ok 11130 - Died properly: Wam at t/02_stress.t line 1281. # ok 11131 ok 11132 ok 11133 - Died properly: Wam at t/02_stress.t line 1281. # ok 11134 ok 11135 - Died properly: Wam at t/02_stress.t line 1281. # ok 11136 ok 11137 ok 11138 - Died properly: Wam at t/02_stress.t line 1281. # ok 11139 ok 11140 - Died properly: Wam at t/02_stress.t line 1281. # ok 11141 ok 11142 ok 11143 - Died properly: Wam at t/02_stress.t line 1281. # ok 11144 ok 11145 - Died properly: Wam at t/02_stress.t line 1281. # ok 11146 ok 11147 ok 11148 - Died properly: Wam at t/02_stress.t line 1281. # ok 11149 ok 11150 - Died properly: Wam at t/02_stress.t line 1281. # ok 11151 ok 11152 ok 11153 - Died properly: Wam at t/02_stress.t line 1281. # ok 11154 ok 11155 - Died properly: Wam at t/02_stress.t line 1281. # ok 11156 ok 11157 ok 11158 - Died properly: Wam at t/02_stress.t line 1281. # ok 11159 ok 11160 - Died properly: Wam at t/02_stress.t line 1281. # ok 11161 ok 11162 ok 11163 - Died properly: Wam at t/02_stress.t line 1281. # ok 11164 ok 11165 - Died properly: Wam at t/02_stress.t line 1281. # ok 11166 ok 11167 ok 11168 - Died properly: Wam at t/02_stress.t line 1281. # ok 11169 ok 11170 ok 11171 ok 11172 - Died properly: Wam at t/02_stress.t line 1311. # ok 11173 ok 11174 ok 11175 - Died properly: Wam at t/02_stress.t line 1311. # ok 11176 ok 11177 - Died properly: Wam at t/02_stress.t line 1311. # ok 11178 ok 11179 ok 11180 - Died properly: Wam at t/02_stress.t line 1311. # ok 11181 ok 11182 - Died properly: Wam at t/02_stress.t line 1311. # ok 11183 ok 11184 ok 11185 - Died properly: Wam at t/02_stress.t line 1311. # ok 11186 ok 11187 - Died properly: Wam at t/02_stress.t line 1311. # ok 11188 ok 11189 ok 11190 - Died properly: Wam at t/02_stress.t line 1311. # ok 11191 ok 11192 - Died properly: Wam at t/02_stress.t line 1311. # ok 11193 ok 11194 ok 11195 - Died properly: Wam at t/02_stress.t line 1311. # ok 11196 ok 11197 - Died properly: Wam at t/02_stress.t line 1311. # ok 11198 ok 11199 ok 11200 - Died properly: Wam at t/02_stress.t line 1311. # ok 11201 ok 11202 - Died properly: Wam at t/02_stress.t line 1311. # ok 11203 ok 11204 ok 11205 - Died properly: Wam at t/02_stress.t line 1311. # ok 11206 ok 11207 ok 11208 ok 11209 - Died properly: Wam at t/02_stress.t line 1343. # ok 11210 ok 11211 ok 11212 - Died properly: Wam at t/02_stress.t line 1343. # ok 11213 ok 11214 - Died properly: Wam at t/02_stress.t line 1343. # ok 11215 ok 11216 ok 11217 - Died properly: Wam at t/02_stress.t line 1343. # ok 11218 ok 11219 - Died properly: Wam at t/02_stress.t line 1343. # ok 11220 ok 11221 ok 11222 - Died properly: Wam at t/02_stress.t line 1343. # ok 11223 ok 11224 - Died properly: Wam at t/02_stress.t line 1343. # ok 11225 ok 11226 ok 11227 - Died properly: Wam at t/02_stress.t line 1343. # ok 11228 ok 11229 - Died properly: Wam at t/02_stress.t line 1343. # ok 11230 ok 11231 ok 11232 - Died properly: Wam at t/02_stress.t line 1343. # ok 11233 ok 11234 - Died properly: Wam at t/02_stress.t line 1343. # ok 11235 ok 11236 ok 11237 - Died properly: Wam at t/02_stress.t line 1343. # ok 11238 ok 11239 - Died properly: Wam at t/02_stress.t line 1343. # ok 11240 ok 11241 ok 11242 - Died properly: Wam at t/02_stress.t line 1343. # ok 11243 ok 11244 ok 11245 - Died properly: Wam at t/02_stress.t line 1159. # ok 11246 ok 11247 ok 11248 ok 11249 - Died properly: Wam at t/02_stress.t line 1159. # ok 11250 - Died properly: Wam at t/02_stress.t line 1159. # ok 11251 ok 11252 ok 11253 ok 11254 - Died properly: Wam at t/02_stress.t line 1159. # ok 11255 - Died properly: Wam at t/02_stress.t line 1159. # ok 11256 ok 11257 ok 11258 ok 11259 - Died properly: Wam at t/02_stress.t line 1159. # ok 11260 - Died properly: Wam at t/02_stress.t line 1159. # ok 11261 ok 11262 ok 11263 ok 11264 - Died properly: Wam at t/02_stress.t line 1159. # ok 11265 - Died properly: Wam at t/02_stress.t line 1159. # ok 11266 ok 11267 ok 11268 ok 11269 - Died properly: Wam at t/02_stress.t line 1159. # ok 11270 - Died properly: Wam at t/02_stress.t line 1159. # ok 11271 ok 11272 ok 11273 ok 11274 - Died properly: Wam at t/02_stress.t line 1159. # ok 11275 - Died properly: Wam at t/02_stress.t line 1189. # ok 11276 ok 11277 ok 11278 ok 11279 - Died properly: Wam at t/02_stress.t line 1189. # ok 11280 - Died properly: Wam at t/02_stress.t line 1189. # ok 11281 ok 11282 ok 11283 ok 11284 - Died properly: Wam at t/02_stress.t line 1189. # ok 11285 - Died properly: Wam at t/02_stress.t line 1189. # ok 11286 ok 11287 ok 11288 ok 11289 - Died properly: Wam at t/02_stress.t line 1189. # ok 11290 - Died properly: Wam at t/02_stress.t line 1189. # ok 11291 ok 11292 ok 11293 ok 11294 - Died properly: Wam at t/02_stress.t line 1189. # ok 11295 - Died properly: Wam at t/02_stress.t line 1189. # ok 11296 ok 11297 ok 11298 ok 11299 - Died properly: Wam at t/02_stress.t line 1189. # ok 11300 - Died properly: Wam at t/02_stress.t line 1189. # ok 11301 ok 11302 ok 11303 ok 11304 - Died properly: Wam at t/02_stress.t line 1189. # ok 11305 - Died properly: Wam at t/02_stress.t line 1189. # ok 11306 ok 11307 ok 11308 ok 11309 - Died properly: Wam at t/02_stress.t line 1189. # ok 11310 - Died properly: Wam at t/02_stress.t line 1216. # ok 11311 ok 11312 ok 11313 ok 11314 - Died properly: Wam at t/02_stress.t line 1216. # ok 11315 - Died properly: Wam at t/02_stress.t line 1216. # ok 11316 ok 11317 ok 11318 ok 11319 - Died properly: Wam at t/02_stress.t line 1216. # ok 11320 - Died properly: Wam at t/02_stress.t line 1216. # ok 11321 ok 11322 ok 11323 ok 11324 - Died properly: Wam at t/02_stress.t line 1216. # ok 11325 - Died properly: Wam at t/02_stress.t line 1216. # ok 11326 ok 11327 ok 11328 ok 11329 - Died properly: Wam at t/02_stress.t line 1216. # ok 11330 - Died properly: Wam at t/02_stress.t line 1216. # ok 11331 ok 11332 ok 11333 ok 11334 - Died properly: Wam at t/02_stress.t line 1216. # ok 11335 - Died properly: Wam at t/02_stress.t line 1216. # ok 11336 ok 11337 ok 11338 ok 11339 - Died properly: Wam at t/02_stress.t line 1216. # ok 11340 ok 11341 - Died properly: Wam at t/02_stress.t line 1248. # ok 11342 ok 11343 ok 11344 - Died properly: Wam at t/02_stress.t line 1248. # ok 11345 ok 11346 - Died properly: Wam at t/02_stress.t line 1248. # ok 11347 ok 11348 ok 11349 - Died properly: Wam at t/02_stress.t line 1248. # ok 11350 ok 11351 - Died properly: Wam at t/02_stress.t line 1248. # ok 11352 ok 11353 ok 11354 - Died properly: Wam at t/02_stress.t line 1248. # ok 11355 ok 11356 - Died properly: Wam at t/02_stress.t line 1248. # ok 11357 ok 11358 ok 11359 - Died properly: Wam at t/02_stress.t line 1248. # ok 11360 ok 11361 - Died properly: Wam at t/02_stress.t line 1248. # ok 11362 ok 11363 ok 11364 - Died properly: Wam at t/02_stress.t line 1248. # ok 11365 ok 11366 - Died properly: Wam at t/02_stress.t line 1248. # ok 11367 ok 11368 ok 11369 - Died properly: Wam at t/02_stress.t line 1248. # ok 11370 ok 11371 - Died properly: Wam at t/02_stress.t line 1248. # ok 11372 ok 11373 ok 11374 - Died properly: Wam at t/02_stress.t line 1248. # ok 11375 ok 11376 ok 11377 ok 11378 - Died properly: Wam at t/02_stress.t line 1281. # ok 11379 ok 11380 ok 11381 - Died properly: Wam at t/02_stress.t line 1281. # ok 11382 ok 11383 - Died properly: Wam at t/02_stress.t line 1281. # ok 11384 ok 11385 ok 11386 - Died properly: Wam at t/02_stress.t line 1281. # ok 11387 ok 11388 - Died properly: Wam at t/02_stress.t line 1281. # ok 11389 ok 11390 ok 11391 - Died properly: Wam at t/02_stress.t line 1281. # ok 11392 ok 11393 - Died properly: Wam at t/02_stress.t line 1281. # ok 11394 ok 11395 ok 11396 - Died properly: Wam at t/02_stress.t line 1281. # ok 11397 ok 11398 - Died properly: Wam at t/02_stress.t line 1281. # ok 11399 ok 11400 ok 11401 - Died properly: Wam at t/02_stress.t line 1281. # ok 11402 ok 11403 - Died properly: Wam at t/02_stress.t line 1281. # ok 11404 ok 11405 ok 11406 - Died properly: Wam at t/02_stress.t line 1281. # ok 11407 ok 11408 - Died properly: Wam at t/02_stress.t line 1281. # ok 11409 ok 11410 ok 11411 - Died properly: Wam at t/02_stress.t line 1281. # ok 11412 ok 11413 - Died properly: Wam at t/02_stress.t line 1281. # ok 11414 ok 11415 ok 11416 - Died properly: Wam at t/02_stress.t line 1281. # ok 11417 ok 11418 ok 11419 ok 11420 - Died properly: Wam at t/02_stress.t line 1311. # ok 11421 ok 11422 ok 11423 - Died properly: Wam at t/02_stress.t line 1311. # ok 11424 ok 11425 - Died properly: Wam at t/02_stress.t line 1311. # ok 11426 ok 11427 ok 11428 - Died properly: Wam at t/02_stress.t line 1311. # ok 11429 ok 11430 - Died properly: Wam at t/02_stress.t line 1311. # ok 11431 ok 11432 ok 11433 - Died properly: Wam at t/02_stress.t line 1311. # ok 11434 ok 11435 - Died properly: Wam at t/02_stress.t line 1311. # ok 11436 ok 11437 ok 11438 - Died properly: Wam at t/02_stress.t line 1311. # ok 11439 ok 11440 - Died properly: Wam at t/02_stress.t line 1311. # ok 11441 ok 11442 ok 11443 - Died properly: Wam at t/02_stress.t line 1311. # ok 11444 ok 11445 - Died properly: Wam at t/02_stress.t line 1311. # ok 11446 ok 11447 ok 11448 - Died properly: Wam at t/02_stress.t line 1311. # ok 11449 ok 11450 - Died properly: Wam at t/02_stress.t line 1311. # ok 11451 ok 11452 ok 11453 - Died properly: Wam at t/02_stress.t line 1311. # ok 11454 ok 11455 ok 11456 ok 11457 - Died properly: Wam at t/02_stress.t line 1343. # ok 11458 ok 11459 ok 11460 - Died properly: Wam at t/02_stress.t line 1343. # ok 11461 ok 11462 - Died properly: Wam at t/02_stress.t line 1343. # ok 11463 ok 11464 ok 11465 - Died properly: Wam at t/02_stress.t line 1343. # ok 11466 ok 11467 - Died properly: Wam at t/02_stress.t line 1343. # ok 11468 ok 11469 ok 11470 - Died properly: Wam at t/02_stress.t line 1343. # ok 11471 ok 11472 - Died properly: Wam at t/02_stress.t line 1343. # ok 11473 ok 11474 ok 11475 - Died properly: Wam at t/02_stress.t line 1343. # ok 11476 ok 11477 - Died properly: Wam at t/02_stress.t line 1343. # ok 11478 ok 11479 ok 11480 - Died properly: Wam at t/02_stress.t line 1343. # ok 11481 ok 11482 - Died properly: Wam at t/02_stress.t line 1343. # ok 11483 ok 11484 ok 11485 - Died properly: Wam at t/02_stress.t line 1343. # ok 11486 ok 11487 - Died properly: Wam at t/02_stress.t line 1343. # ok 11488 ok 11489 ok 11490 - Died properly: Wam at t/02_stress.t line 1343. # ok 11491 ok 11492 ok 11493 - Died properly: Wam at t/02_stress.t line 1159. # ok 11494 ok 11495 ok 11496 ok 11497 - Died properly: Wam at t/02_stress.t line 1159. # ok 11498 - Died properly: Wam at t/02_stress.t line 1159. # ok 11499 ok 11500 ok 11501 ok 11502 - Died properly: Wam at t/02_stress.t line 1159. # ok 11503 - Died properly: Wam at t/02_stress.t line 1159. # ok 11504 ok 11505 ok 11506 ok 11507 - Died properly: Wam at t/02_stress.t line 1159. # ok 11508 - Died properly: Wam at t/02_stress.t line 1159. # ok 11509 ok 11510 ok 11511 ok 11512 - Died properly: Wam at t/02_stress.t line 1159. # ok 11513 - Died properly: Wam at t/02_stress.t line 1159. # ok 11514 ok 11515 ok 11516 ok 11517 - Died properly: Wam at t/02_stress.t line 1159. # ok 11518 - Died properly: Wam at t/02_stress.t line 1159. # ok 11519 ok 11520 ok 11521 ok 11522 - Died properly: Wam at t/02_stress.t line 1159. # ok 11523 - Died properly: Wam at t/02_stress.t line 1189. # ok 11524 ok 11525 ok 11526 ok 11527 - Died properly: Wam at t/02_stress.t line 1189. # ok 11528 - Died properly: Wam at t/02_stress.t line 1189. # ok 11529 ok 11530 ok 11531 ok 11532 - Died properly: Wam at t/02_stress.t line 1189. # ok 11533 - Died properly: Wam at t/02_stress.t line 1189. # ok 11534 ok 11535 ok 11536 ok 11537 - Died properly: Wam at t/02_stress.t line 1189. # ok 11538 - Died properly: Wam at t/02_stress.t line 1189. # ok 11539 ok 11540 ok 11541 ok 11542 - Died properly: Wam at t/02_stress.t line 1189. # ok 11543 - Died properly: Wam at t/02_stress.t line 1189. # ok 11544 ok 11545 ok 11546 ok 11547 - Died properly: Wam at t/02_stress.t line 1189. # ok 11548 - Died properly: Wam at t/02_stress.t line 1189. # ok 11549 ok 11550 ok 11551 ok 11552 - Died properly: Wam at t/02_stress.t line 1189. # ok 11553 - Died properly: Wam at t/02_stress.t line 1189. # ok 11554 ok 11555 ok 11556 ok 11557 - Died properly: Wam at t/02_stress.t line 1189. # ok 11558 - Died properly: Wam at t/02_stress.t line 1216. # ok 11559 ok 11560 ok 11561 ok 11562 - Died properly: Wam at t/02_stress.t line 1216. # ok 11563 - Died properly: Wam at t/02_stress.t line 1216. # ok 11564 ok 11565 ok 11566 ok 11567 - Died properly: Wam at t/02_stress.t line 1216. # ok 11568 - Died properly: Wam at t/02_stress.t line 1216. # ok 11569 ok 11570 ok 11571 ok 11572 - Died properly: Wam at t/02_stress.t line 1216. # ok 11573 - Died properly: Wam at t/02_stress.t line 1216. # ok 11574 ok 11575 ok 11576 ok 11577 - Died properly: Wam at t/02_stress.t line 1216. # ok 11578 - Died properly: Wam at t/02_stress.t line 1216. # ok 11579 ok 11580 ok 11581 ok 11582 - Died properly: Wam at t/02_stress.t line 1216. # ok 11583 - Died properly: Wam at t/02_stress.t line 1216. # ok 11584 ok 11585 ok 11586 ok 11587 - Died properly: Wam at t/02_stress.t line 1216. # ok 11588 ok 11589 - Died properly: Wam at t/02_stress.t line 1248. # ok 11590 ok 11591 ok 11592 - Died properly: Wam at t/02_stress.t line 1248. # ok 11593 ok 11594 - Died properly: Wam at t/02_stress.t line 1248. # ok 11595 ok 11596 ok 11597 - Died properly: Wam at t/02_stress.t line 1248. # ok 11598 ok 11599 - Died properly: Wam at t/02_stress.t line 1248. # ok 11600 ok 11601 ok 11602 - Died properly: Wam at t/02_stress.t line 1248. # ok 11603 ok 11604 - Died properly: Wam at t/02_stress.t line 1248. # ok 11605 ok 11606 ok 11607 - Died properly: Wam at t/02_stress.t line 1248. # ok 11608 ok 11609 - Died properly: Wam at t/02_stress.t line 1248. # ok 11610 ok 11611 ok 11612 - Died properly: Wam at t/02_stress.t line 1248. # ok 11613 ok 11614 - Died properly: Wam at t/02_stress.t line 1248. # ok 11615 ok 11616 ok 11617 - Died properly: Wam at t/02_stress.t line 1248. # ok 11618 ok 11619 - Died properly: Wam at t/02_stress.t line 1248. # ok 11620 ok 11621 ok 11622 - Died properly: Wam at t/02_stress.t line 1248. # ok 11623 ok 11624 ok 11625 ok 11626 - Died properly: Wam at t/02_stress.t line 1281. # ok 11627 ok 11628 ok 11629 - Died properly: Wam at t/02_stress.t line 1281. # ok 11630 ok 11631 - Died properly: Wam at t/02_stress.t line 1281. # ok 11632 ok 11633 ok 11634 - Died properly: Wam at t/02_stress.t line 1281. # ok 11635 ok 11636 - Died properly: Wam at t/02_stress.t line 1281. # ok 11637 ok 11638 ok 11639 - Died properly: Wam at t/02_stress.t line 1281. # ok 11640 ok 11641 - Died properly: Wam at t/02_stress.t line 1281. # ok 11642 ok 11643 ok 11644 - Died properly: Wam at t/02_stress.t line 1281. # ok 11645 ok 11646 - Died properly: Wam at t/02_stress.t line 1281. # ok 11647 ok 11648 ok 11649 - Died properly: Wam at t/02_stress.t line 1281. # ok 11650 ok 11651 - Died properly: Wam at t/02_stress.t line 1281. # ok 11652 ok 11653 ok 11654 - Died properly: Wam at t/02_stress.t line 1281. # ok 11655 ok 11656 - Died properly: Wam at t/02_stress.t line 1281. # ok 11657 ok 11658 ok 11659 - Died properly: Wam at t/02_stress.t line 1281. # ok 11660 ok 11661 - Died properly: Wam at t/02_stress.t line 1281. # ok 11662 ok 11663 ok 11664 - Died properly: Wam at t/02_stress.t line 1281. # ok 11665 ok 11666 ok 11667 ok 11668 - Died properly: Wam at t/02_stress.t line 1311. # ok 11669 ok 11670 ok 11671 - Died properly: Wam at t/02_stress.t line 1311. # ok 11672 ok 11673 - Died properly: Wam at t/02_stress.t line 1311. # ok 11674 ok 11675 ok 11676 - Died properly: Wam at t/02_stress.t line 1311. # ok 11677 ok 11678 - Died properly: Wam at t/02_stress.t line 1311. # ok 11679 ok 11680 ok 11681 - Died properly: Wam at t/02_stress.t line 1311. # ok 11682 ok 11683 - Died properly: Wam at t/02_stress.t line 1311. # ok 11684 ok 11685 ok 11686 - Died properly: Wam at t/02_stress.t line 1311. # ok 11687 ok 11688 - Died properly: Wam at t/02_stress.t line 1311. # ok 11689 ok 11690 ok 11691 - Died properly: Wam at t/02_stress.t line 1311. # ok 11692 ok 11693 - Died properly: Wam at t/02_stress.t line 1311. # ok 11694 ok 11695 ok 11696 - Died properly: Wam at t/02_stress.t line 1311. # ok 11697 ok 11698 - Died properly: Wam at t/02_stress.t line 1311. # ok 11699 ok 11700 ok 11701 - Died properly: Wam at t/02_stress.t line 1311. # ok 11702 ok 11703 ok 11704 ok 11705 - Died properly: Wam at t/02_stress.t line 1343. # ok 11706 ok 11707 ok 11708 - Died properly: Wam at t/02_stress.t line 1343. # ok 11709 ok 11710 - Died properly: Wam at t/02_stress.t line 1343. # ok 11711 ok 11712 ok 11713 - Died properly: Wam at t/02_stress.t line 1343. # ok 11714 ok 11715 - Died properly: Wam at t/02_stress.t line 1343. # ok 11716 ok 11717 ok 11718 - Died properly: Wam at t/02_stress.t line 1343. # ok 11719 ok 11720 - Died properly: Wam at t/02_stress.t line 1343. # ok 11721 ok 11722 ok 11723 - Died properly: Wam at t/02_stress.t line 1343. # ok 11724 ok 11725 - Died properly: Wam at t/02_stress.t line 1343. # ok 11726 ok 11727 ok 11728 - Died properly: Wam at t/02_stress.t line 1343. # ok 11729 ok 11730 - Died properly: Wam at t/02_stress.t line 1343. # ok 11731 ok 11732 ok 11733 - Died properly: Wam at t/02_stress.t line 1343. # ok 11734 ok 11735 - Died properly: Wam at t/02_stress.t line 1343. # ok 11736 ok 11737 ok 11738 - Died properly: Wam at t/02_stress.t line 1343. # ok 11739 ok 11740 ok 11741 - Died properly: Wam at t/02_stress.t line 1159. # ok 11742 ok 11743 ok 11744 ok 11745 - Died properly: Wam at t/02_stress.t line 1159. # ok 11746 - Died properly: Wam at t/02_stress.t line 1159. # ok 11747 ok 11748 ok 11749 ok 11750 - Died properly: Wam at t/02_stress.t line 1159. # ok 11751 - Died properly: Wam at t/02_stress.t line 1159. # ok 11752 ok 11753 ok 11754 ok 11755 - Died properly: Wam at t/02_stress.t line 1159. # ok 11756 - Died properly: Wam at t/02_stress.t line 1159. # ok 11757 ok 11758 ok 11759 ok 11760 - Died properly: Wam at t/02_stress.t line 1159. # ok 11761 - Died properly: Wam at t/02_stress.t line 1159. # ok 11762 ok 11763 ok 11764 ok 11765 - Died properly: Wam at t/02_stress.t line 1159. # ok 11766 - Died properly: Wam at t/02_stress.t line 1189. # ok 11767 ok 11768 ok 11769 ok 11770 - Died properly: Wam at t/02_stress.t line 1189. # ok 11771 - Died properly: Wam at t/02_stress.t line 1189. # ok 11772 ok 11773 ok 11774 ok 11775 - Died properly: Wam at t/02_stress.t line 1189. # ok 11776 - Died properly: Wam at t/02_stress.t line 1189. # ok 11777 ok 11778 ok 11779 ok 11780 - Died properly: Wam at t/02_stress.t line 1189. # ok 11781 - Died properly: Wam at t/02_stress.t line 1189. # ok 11782 ok 11783 ok 11784 ok 11785 - Died properly: Wam at t/02_stress.t line 1189. # ok 11786 - Died properly: Wam at t/02_stress.t line 1189. # ok 11787 ok 11788 ok 11789 ok 11790 - Died properly: Wam at t/02_stress.t line 1189. # ok 11791 - Died properly: Wam at t/02_stress.t line 1189. # ok 11792 ok 11793 ok 11794 ok 11795 - Died properly: Wam at t/02_stress.t line 1189. # ok 11796 - Died properly: Wam at t/02_stress.t line 1216. # ok 11797 ok 11798 ok 11799 ok 11800 - Died properly: Wam at t/02_stress.t line 1216. # ok 11801 - Died properly: Wam at t/02_stress.t line 1216. # ok 11802 ok 11803 ok 11804 ok 11805 - Died properly: Wam at t/02_stress.t line 1216. # ok 11806 - Died properly: Wam at t/02_stress.t line 1216. # ok 11807 ok 11808 ok 11809 ok 11810 - Died properly: Wam at t/02_stress.t line 1216. # ok 11811 - Died properly: Wam at t/02_stress.t line 1216. # ok 11812 ok 11813 ok 11814 ok 11815 - Died properly: Wam at t/02_stress.t line 1216. # ok 11816 - Died properly: Wam at t/02_stress.t line 1216. # ok 11817 ok 11818 ok 11819 ok 11820 - Died properly: Wam at t/02_stress.t line 1216. # ok 11821 ok 11822 - Died properly: Wam at t/02_stress.t line 1248. # ok 11823 ok 11824 ok 11825 - Died properly: Wam at t/02_stress.t line 1248. # ok 11826 ok 11827 - Died properly: Wam at t/02_stress.t line 1248. # ok 11828 ok 11829 ok 11830 - Died properly: Wam at t/02_stress.t line 1248. # ok 11831 ok 11832 - Died properly: Wam at t/02_stress.t line 1248. # ok 11833 ok 11834 ok 11835 - Died properly: Wam at t/02_stress.t line 1248. # ok 11836 ok 11837 - Died properly: Wam at t/02_stress.t line 1248. # ok 11838 ok 11839 ok 11840 - Died properly: Wam at t/02_stress.t line 1248. # ok 11841 ok 11842 - Died properly: Wam at t/02_stress.t line 1248. # ok 11843 ok 11844 ok 11845 - Died properly: Wam at t/02_stress.t line 1248. # ok 11846 ok 11847 - Died properly: Wam at t/02_stress.t line 1248. # ok 11848 ok 11849 ok 11850 - Died properly: Wam at t/02_stress.t line 1248. # ok 11851 ok 11852 ok 11853 ok 11854 - Died properly: Wam at t/02_stress.t line 1281. # ok 11855 ok 11856 ok 11857 - Died properly: Wam at t/02_stress.t line 1281. # ok 11858 ok 11859 - Died properly: Wam at t/02_stress.t line 1281. # ok 11860 ok 11861 ok 11862 - Died properly: Wam at t/02_stress.t line 1281. # ok 11863 ok 11864 - Died properly: Wam at t/02_stress.t line 1281. # ok 11865 ok 11866 ok 11867 - Died properly: Wam at t/02_stress.t line 1281. # ok 11868 ok 11869 - Died properly: Wam at t/02_stress.t line 1281. # ok 11870 ok 11871 ok 11872 - Died properly: Wam at t/02_stress.t line 1281. # ok 11873 ok 11874 - Died properly: Wam at t/02_stress.t line 1281. # ok 11875 ok 11876 ok 11877 - Died properly: Wam at t/02_stress.t line 1281. # ok 11878 ok 11879 - Died properly: Wam at t/02_stress.t line 1281. # ok 11880 ok 11881 ok 11882 - Died properly: Wam at t/02_stress.t line 1281. # ok 11883 ok 11884 - Died properly: Wam at t/02_stress.t line 1281. # ok 11885 ok 11886 ok 11887 - Died properly: Wam at t/02_stress.t line 1281. # ok 11888 ok 11889 ok 11890 ok 11891 - Died properly: Wam at t/02_stress.t line 1311. # ok 11892 ok 11893 ok 11894 - Died properly: Wam at t/02_stress.t line 1311. # ok 11895 ok 11896 - Died properly: Wam at t/02_stress.t line 1311. # ok 11897 ok 11898 ok 11899 - Died properly: Wam at t/02_stress.t line 1311. # ok 11900 ok 11901 - Died properly: Wam at t/02_stress.t line 1311. # ok 11902 ok 11903 ok 11904 - Died properly: Wam at t/02_stress.t line 1311. # ok 11905 ok 11906 - Died properly: Wam at t/02_stress.t line 1311. # ok 11907 ok 11908 ok 11909 - Died properly: Wam at t/02_stress.t line 1311. # ok 11910 ok 11911 - Died properly: Wam at t/02_stress.t line 1311. # ok 11912 ok 11913 ok 11914 - Died properly: Wam at t/02_stress.t line 1311. # ok 11915 ok 11916 - Died properly: Wam at t/02_stress.t line 1311. # ok 11917 ok 11918 ok 11919 - Died properly: Wam at t/02_stress.t line 1311. # ok 11920 ok 11921 ok 11922 ok 11923 - Died properly: Wam at t/02_stress.t line 1343. # ok 11924 ok 11925 ok 11926 - Died properly: Wam at t/02_stress.t line 1343. # ok 11927 ok 11928 - Died properly: Wam at t/02_stress.t line 1343. # ok 11929 ok 11930 ok 11931 - Died properly: Wam at t/02_stress.t line 1343. # ok 11932 ok 11933 - Died properly: Wam at t/02_stress.t line 1343. # ok 11934 ok 11935 ok 11936 - Died properly: Wam at t/02_stress.t line 1343. # ok 11937 ok 11938 - Died properly: Wam at t/02_stress.t line 1343. # ok 11939 ok 11940 ok 11941 - Died properly: Wam at t/02_stress.t line 1343. # ok 11942 ok 11943 - Died properly: Wam at t/02_stress.t line 1343. # ok 11944 ok 11945 ok 11946 - Died properly: Wam at t/02_stress.t line 1343. # ok 11947 ok 11948 - Died properly: Wam at t/02_stress.t line 1343. # ok 11949 ok 11950 ok 11951 - Died properly: Wam at t/02_stress.t line 1343. # ok 11952 ok 11953 ok 11954 - Died properly: Wam at t/02_stress.t line 1159. # ok 11955 ok 11956 ok 11957 ok 11958 - Died properly: Wam at t/02_stress.t line 1159. # ok 11959 - Died properly: Wam at t/02_stress.t line 1159. # ok 11960 ok 11961 ok 11962 ok 11963 - Died properly: Wam at t/02_stress.t line 1159. # ok 11964 - Died properly: Wam at t/02_stress.t line 1159. # ok 11965 ok 11966 ok 11967 ok 11968 - Died properly: Wam at t/02_stress.t line 1159. # ok 11969 - Died properly: Wam at t/02_stress.t line 1159. # ok 11970 ok 11971 ok 11972 ok 11973 - Died properly: Wam at t/02_stress.t line 1159. # ok 11974 - Died properly: Wam at t/02_stress.t line 1159. # ok 11975 ok 11976 ok 11977 ok 11978 - Died properly: Wam at t/02_stress.t line 1159. # ok 11979 - Died properly: Wam at t/02_stress.t line 1189. # ok 11980 ok 11981 ok 11982 ok 11983 - Died properly: Wam at t/02_stress.t line 1189. # ok 11984 - Died properly: Wam at t/02_stress.t line 1189. # ok 11985 ok 11986 ok 11987 ok 11988 - Died properly: Wam at t/02_stress.t line 1189. # ok 11989 - Died properly: Wam at t/02_stress.t line 1189. # ok 11990 ok 11991 ok 11992 ok 11993 - Died properly: Wam at t/02_stress.t line 1189. # ok 11994 - Died properly: Wam at t/02_stress.t line 1189. # ok 11995 ok 11996 ok 11997 ok 11998 - Died properly: Wam at t/02_stress.t line 1189. # ok 11999 - Died properly: Wam at t/02_stress.t line 1189. # ok 12000 ok 12001 ok 12002 ok 12003 - Died properly: Wam at t/02_stress.t line 1189. # ok 12004 - Died properly: Wam at t/02_stress.t line 1189. # ok 12005 ok 12006 ok 12007 ok 12008 - Died properly: Wam at t/02_stress.t line 1189. # ok 12009 - Died properly: Wam at t/02_stress.t line 1216. # ok 12010 ok 12011 ok 12012 ok 12013 - Died properly: Wam at t/02_stress.t line 1216. # ok 12014 - Died properly: Wam at t/02_stress.t line 1216. # ok 12015 ok 12016 ok 12017 ok 12018 - Died properly: Wam at t/02_stress.t line 1216. # ok 12019 - Died properly: Wam at t/02_stress.t line 1216. # ok 12020 ok 12021 ok 12022 ok 12023 - Died properly: Wam at t/02_stress.t line 1216. # ok 12024 - Died properly: Wam at t/02_stress.t line 1216. # ok 12025 ok 12026 ok 12027 ok 12028 - Died properly: Wam at t/02_stress.t line 1216. # ok 12029 - Died properly: Wam at t/02_stress.t line 1216. # ok 12030 ok 12031 ok 12032 ok 12033 - Died properly: Wam at t/02_stress.t line 1216. # ok 12034 - Proper error message Waf1 at t/02_stress.t line 1376. # ok 12035 ok 12036 ok 12037 ok 12038 ok 12039 ok 12040 - Start empty ok 12041 ok 12042 ok 12043 ok 12044 ok 12045 - There are no values ok 12046 - There are no keys ok 12047 - Expected order ok 12048 - Expected order ok 12049 - Expected element type ok 12050 - Expected element type ok 12051 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 12052 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 12053 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 12054 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 12055 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 12056 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 12057 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 12058 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 12059 - proper infinity ok 12060 - proper infinity ok 12061 - Count is number of inserts ok 12062 - There are 9 values ok 12063 - There are 9 keys ok 12064 - keys and values have compatible order ok 12065 ok 12066 - Count lowered by extracts ok 12067 - 2 values left ok 12068 - Empty after clear ok 12069 - Double clear works ok 12070 - Empty after extract_all ok 12071 - extract_top on empty heap dies ok 12072 - extract_top on empty heap dies ok 12073 - extract_min on empty heap dies ok 12074 - extract_min on empty heap dies ok 12075 - extract first on empty returns undef ok 12076 - extract first on empty returns no values ok 12077 - top on empty heap dies ok 12078 - top on empty heap dies ok 12079 - undefined first on empty heap ok 12080 - No first key in list context ok 12081 - Return infinity on empty ok 12082 - Return infinity on empty in list context ok 12083 - Return infinity on empty ok 12084 - Return infinity on empty in list context ok 12085 - undef first_key ok 12086 - Empty list from first_key ok 12087 - There are no values ok 12088 - There are no keys ok 12089 - There are no values ok 12090 - Scalar is simple ok 12091 - Scalars aren't wrapped ok 12092 - Scalars aren't wrapped ok 12093 ok 12094 ok 12095 ok 12096 ok 12097 - Use value itself as key ok 12098 - Use value itself as key ok 12099 - Is also the effective key ok 12100 - Is also the effective key ok 12101 - Is also the effective key ok 12102 - Is also the effective key ok 12103 - Is also the effective key ok 12104 - Is also the effective key ok 12105 - Is also the effective key ok 12106 ok 12107 ok 12108 ok 12109 ok 12110 ok 12111 ok 12112 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 12113 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 12114 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 12115 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 12116 - user_data survived everything ok 12117 - user_data in list context too ok 12118 - Combined get/set ok 12119 ok 12120 - The object isa Canary ok 12121 ok 12122 ok 12123 ok 12124 ok 12125 - infinity survived everything ok 12126 - infinity in list context too ok 12127 - Combined get/set ok 12128 ok 12129 - The object isa Canary ok 12130 ok 12131 ok 12132 ok 12133 ok 12134 ok 12135 ok 12136 - Default userdata is undef ok 12137 - Default userdata is undef ok 12138 - return set infinity ok 12139 - The object isa Canary ok 12140 - return set infinity, even in list context ok 12141 - The object isa Canary ok 12142 - top_key on empty heap returns set infinity ok 12143 - The object isa Canary ok 12144 - top_key on empty heap returns set infinity, even in list context ok 12145 - The object isa Canary ok 12146 - min_key on empty heap returns set infinity ok 12147 - The object isa Canary ok 12148 - min_key on empty heap returns set infinity, even in list context ok 12149 - The object isa Canary ok 12150 ok 12151 ok 12152 ok 12153 ok 12154 ok 12155 ok 12156 ok 12157 - proper error message: Self absorption at t/02_stress.t line 812. # ok 12158 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 12159 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 12160 ok 12161 ok 12162 ok 12163 ok 12164 ok 12165 ok 12166 ok 12167 ok 12168 ok 12169 ok 12170 ok 12171 ok 12172 ok 12173 ok 12174 - order: <, elements: Scalar, dirty: 8 ok 12175 ok 12176 ok 12177 ok 12178 - Start empty ok 12179 ok 12180 ok 12181 ok 12182 ok 12183 - There are no values ok 12184 - There are no keys ok 12185 - Expected order ok 12186 - Expected order ok 12187 - Expected element type ok 12188 - Expected element type ok 12189 ok 12190 ok 12191 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 12192 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 12193 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 12194 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 12195 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 12196 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 12197 - proper infinity ok 12198 - proper infinity ok 12199 - Count is number of inserts ok 12200 - There are 9 values ok 12201 - There are 9 keys ok 12202 - keys and values have compatible order ok 12203 ok 12204 - Count lowered by extracts ok 12205 - 2 values left ok 12206 - Empty after clear ok 12207 - Double clear works ok 12208 - Empty after extract_all ok 12209 - extract_top on empty heap dies ok 12210 - extract_top on empty heap dies ok 12211 - extract_min on empty heap dies ok 12212 - extract_min on empty heap dies ok 12213 - extract first on empty returns undef ok 12214 - extract first on empty returns no values ok 12215 - top on empty heap dies ok 12216 - top on empty heap dies ok 12217 - undefined first on empty heap ok 12218 - No first key in list context ok 12219 - Return infinity on empty ok 12220 - Return infinity on empty in list context ok 12221 - Return infinity on empty ok 12222 - Return infinity on empty in list context ok 12223 - undef first_key ok 12224 - Empty list from first_key ok 12225 - There are no values ok 12226 - There are no keys ok 12227 - There are no values ok 12228 - The object isa Canary ok 12229 ok 12230 - dirty Arrays can be wrapped ok 12231 - dirty Arrays can be wrapped ok 12232 ok 12233 ok 12234 ok 12235 ok 12236 - Use value itself as key ok 12237 - Use value itself as key ok 12238 - Is also the effective key ok 12239 - Is also the effective key ok 12240 - Is also the effective key ok 12241 - Is also the effective key ok 12242 - Is also the effective key ok 12243 - Is also the effective key ok 12244 - Is also the effective key ok 12245 ok 12246 ok 12247 ok 12248 ok 12249 ok 12250 ok 12251 - Have all new values ok 12252 ok 12253 ok 12254 - Empty again ok 12255 ok 12256 - Have all new values ok 12257 ok 12258 ok 12259 - Empty again ok 12260 ok 12261 - Have all new values ok 12262 ok 12263 ok 12264 - Empty again ok 12265 ok 12266 - Have all new values ok 12267 ok 12268 ok 12269 - Empty again ok 12270 ok 12271 - user_data survived everything ok 12272 - user_data in list context too ok 12273 - Combined get/set ok 12274 ok 12275 - The object isa Canary ok 12276 ok 12277 ok 12278 ok 12279 ok 12280 - infinity survived everything ok 12281 - infinity in list context too ok 12282 - Combined get/set ok 12283 ok 12284 - The object isa Canary ok 12285 ok 12286 ok 12287 ok 12288 ok 12289 ok 12290 ok 12291 - Default userdata is undef ok 12292 - Default userdata is undef ok 12293 - return set infinity ok 12294 - The object isa Canary ok 12295 - return set infinity, even in list context ok 12296 - The object isa Canary ok 12297 - top_key on empty heap returns set infinity ok 12298 - The object isa Canary ok 12299 - top_key on empty heap returns set infinity, even in list context ok 12300 - The object isa Canary ok 12301 - min_key on empty heap returns set infinity ok 12302 - The object isa Canary ok 12303 - min_key on empty heap returns set infinity, even in list context ok 12304 - The object isa Canary ok 12305 ok 12306 ok 12307 ok 12308 ok 12309 ok 12310 ok 12311 ok 12312 - proper error message: Self absorption at t/02_stress.t line 812. # ok 12313 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 12314 ok 12315 ok 12316 ok 12317 ok 12318 ok 12319 ok 12320 ok 12321 ok 12322 ok 12323 ok 12324 ok 12325 ok 12326 ok 12327 ok 12328 ok 12329 ok 12330 - order: <, elements: Array 1, dirty: 8 ok 12331 ok 12332 ok 12333 ok 12334 - Start empty ok 12335 ok 12336 ok 12337 ok 12338 ok 12339 - There are no values ok 12340 - There are no keys ok 12341 - Expected order ok 12342 - Expected order ok 12343 - Expected element type ok 12344 - Expected element type ok 12345 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 12346 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 12347 ok 12348 ok 12349 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 12350 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 12351 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 12352 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 12353 - proper infinity ok 12354 - proper infinity ok 12355 - Count is number of inserts ok 12356 - There are 9 values ok 12357 - There are 9 keys ok 12358 - keys and values have compatible order ok 12359 make: *** [test_dynamic] Hangup