Note that you can avoid these questions by passing the '-n' or '-y' option to 'Makefile.PL'. Run Heap::Simple benchmarks during 'make test' ? [n] n Checking if your kit is complete... Looks good Writing Makefile for Heap::Simple::XS Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe -p -e1 blib\lib\Heap\Simple\XS.pm C:\cpanrun\build\5-10-0\bin\perl.exe -p -e1 blib\lib\Heap\Simple\XS\Package.pm C:\cpanrun\build\5-10-0\bin\perl.exe C:\cpanrun\build\5-10-0\lib\ExtUtils\xsubpp -typemap C:\cpanrun\build\5-10-0\lib\ExtUtils\typemap -typemap typemap XS.xs > XS.xsc && C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e mv XS.xsc XS.c cl -c -I. -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" "-IC:\cpanrun\build\5-10-0\lib\CORE" XS.c XS.c XS.xs(1522) : warning C4018: '>=' : signed/unsigned mismatch XS.xs(1576) : warning C4018: '>=' : signed/unsigned mismatch XS.xs(1600) : warning C4018: '>=' : signed/unsigned mismatch XS.xs(1823) : warning C4018: '>=' : signed/unsigned mismatch XS.xs(2070) : warning C4018: '>=' : signed/unsigned mismatch Running Mkbootstrap for Heap::Simple::XS () C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 XS.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"Heap::Simple::XS\", 'DLBASE' => 'XS', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\Heap\Simple\XS\XS.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\cpanrun\build\5-10-0\lib\CORE" -machine:x86 XS.obj C:\cpanrun\build\5-10-0\lib\CORE\perl510.lib oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib -def:XS.def Creating library blib\arch\auto\Heap\Simple\XS\XS.lib and object blib\arch\auto\Heap\Simple\XS\XS.exp C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arch\auto\Heap\Simple\XS\XS.dll C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e cp XS.bs blib\arch\auto\Heap\Simple\XS\XS.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\Heap\Simple\XS\XS.bs Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" 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 62. # ' ok 5 - Proper error message: 'Odd number of elements in options at t/02_stress.t line 65. # ' ok 6 - Proper error message: 'Unknown order 'zap' at t/02_stress.t line 68. # ' ok 7 - Proper error message: 'Unknown element type 'zap' at t/02_stress.t line 70. # ' ok 8 - Proper error message: 'max_count should not be negative at t/02_stress.t line 77. # ' ok 9 - Proper error message: 'max_count should be an integer at t/02_stress.t line 82. # ' 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 in utf8 ok 45 - String is preserved ok 46 - String is not in utf8 ok 47 - explicit scalar ok 48 - case doesn't matter ok 49 - explicit scalar as array ok 50 - case doesn't matter ok 51 - key is an alias for scalar ok 52 ok 53 - array defaults to index 0 ok 54 - Not wrapped ok 55 - The object isa Canary ok 56 ok 57 ok 58 ok 59 - array ref without index ok 60 - array ref with index ok 61 - array ref with index ok 62 - array ref with negative index ok 63 - Proper error message: missing key name for Hash at t/FakeHeap.pm line 59. # ok 64 ok 65 - hash element ok 66 - index did not become unicode ok 67 - Not wrapped ok 68 - The object isa Canary ok 69 ok 70 - index did not become unicode ok 71 ok 72 ok 73 ok 74 - hash element ok 75 - index is unicode ok 76 - The object isa Canary ok 77 ok 78 - index is unicode ok 79 ok 80 ok 81 - Proper error message: missing key function for Function at t/FakeHeap.pm line 59. # ok 82 ok 83 - Code is preserved ok 84 - The object isa CODE ok 85 - Not wrapped ok 86 ok 87 - The object isa Canary ok 88 ok 89 ok 90 ok 91 - No Code is needed for Any ok 92 - Wrapped ok 93 - wrapped is true in list context too ok 94 - But can't insert: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 95 ok 96 - Code is preserved ok 97 - The object isa CODE ok 98 ok 99 - The object isa Canary ok 100 ok 101 ok 102 - Proper error message: missing key method for Method at t/FakeHeap.pm line 59. # ok 103 ok 104 - method element ok 105 - Not wrapped ok 106 ok 107 - The object isa Canary ok 108 ok 109 ok 110 ok 111 ok 112 ok 113 ok 114 ok 115 - No method is needed for Object ok 116 - Wrapped ok 117 - But can't insert: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 118 ok 119 - method element ok 120 ok 121 - The object isa Canary ok 122 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 ok 129 - Is a heap: 0 ok 130 ok 131 ok 132 - Died properly: Wam at t/02_stress.t line 1043. # ok 133 ok 134 - Is a heap: -1 0 ok 135 ok 136 ok 137 - Died properly: Wam at t/02_stress.t line 1043. # ok 138 ok 139 - Is a heap: -2 0 -1 ok 140 ok 141 ok 142 - Died properly: Wam at t/02_stress.t line 1043. # ok 143 ok 144 - Is a heap: -2 0 -1 ok 145 ok 146 ok 147 - Died properly: Wam at t/02_stress.t line 1043. # ok 148 ok 149 - Is a heap: -3 -2 -1 0 ok 150 ok 151 ok 152 - Died properly: Wam at t/02_stress.t line 1043. # ok 153 ok 154 - Is a heap: -3 -2 -1 0 ok 155 ok 156 ok 157 - Died properly: Wam at t/02_stress.t line 1043. # ok 158 ok 159 - Is a heap: -4 -3 -1 0 -2 ok 160 ok 161 ok 162 - Died properly: Wam at t/02_stress.t line 1043. # ok 163 ok 164 - Is a heap: -4 -3 -1 0 -2 ok 165 ok 166 ok 167 - Died properly: Wam at t/02_stress.t line 1043. # ok 168 ok 169 - Is a heap: -5 -3 -4 0 -2 -1 ok 170 ok 171 ok 172 - Died properly: Wam at t/02_stress.t line 1043. # ok 173 ok 174 - Is a heap: -5 -3 -4 0 -2 -1 ok 175 ok 176 ok 177 - Died properly: Wam at t/02_stress.t line 1043. # ok 178 ok 179 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 180 ok 181 ok 182 - Died properly: Wam at t/02_stress.t line 1043. # ok 183 ok 184 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 185 ok 186 ok 187 - Died properly: Wam at t/02_stress.t line 1043. # ok 188 ok 189 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 190 ok 191 ok 192 - Died properly: Wam at t/02_stress.t line 1043. # ok 193 ok 194 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 195 ok 196 ok 197 - Died properly: Wam at t/02_stress.t line 1043. # ok 198 ok 199 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 200 ok 201 ok 202 - Died properly: Wam at t/02_stress.t line 1043. # ok 203 ok 204 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 205 ok 206 ok 207 - Died properly: Wam at t/02_stress.t line 1043. # ok 208 ok 209 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 210 ok 211 ok 212 - Died properly: Wam at t/02_stress.t line 1043. # ok 213 ok 214 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 215 ok 216 ok 217 - Died properly: Wam at t/02_stress.t line 1043. # ok 218 ok 219 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 220 ok 221 ok 222 - Died properly: Wam at t/02_stress.t line 1043. # ok 223 ok 224 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 225 ok 226 ok 227 - Died properly: Wam at t/02_stress.t line 1043. # ok 228 ok 229 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 230 ok 231 ok 232 - Died properly: Wam at t/02_stress.t line 1043. # ok 233 ok 234 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 235 ok 236 ok 237 - Died properly: Wam at t/02_stress.t line 1043. # ok 238 ok 239 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 240 ok 241 ok 242 - Died properly: Wam at t/02_stress.t line 1043. # ok 243 ok 244 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 245 ok 246 ok 247 - Died properly: Wam at t/02_stress.t line 1043. # ok 248 ok 249 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 250 ok 251 ok 252 - Died properly: Wam at t/02_stress.t line 1043. # ok 253 ok 254 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 255 ok 256 ok 257 - Died properly: Wam at t/02_stress.t line 1043. # ok 258 ok 259 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 260 ok 261 ok 262 - Died properly: Wam at t/02_stress.t line 1043. # ok 263 ok 264 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 265 ok 266 ok 267 - Died properly: Wam at t/02_stress.t line 1043. # ok 268 ok 269 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 270 ok 271 ok 272 - Died properly: Wam at t/02_stress.t line 1043. # ok 273 ok 274 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 275 ok 276 ok 277 - Died properly: Wam at t/02_stress.t line 1043. # ok 278 ok 279 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 280 ok 281 ok 282 - Died properly: Wam at t/02_stress.t line 1043. # ok 283 ok 284 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 285 ok 286 ok 287 - Died properly: Wam at t/02_stress.t line 1043. # ok 288 ok 289 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 290 ok 291 ok 292 - Died properly: Wam at t/02_stress.t line 1043. # ok 293 ok 294 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 295 ok 296 ok 297 - Died properly: Wam at t/02_stress.t line 1043. # ok 298 ok 299 - Is a heap: -14 -9 -13 -6 -8 -10 -12 0 -3 -2 -7 -1 -5 -4 -11 ok 300 ok 301 ok 302 ok 303 - Is a heap: 0 ok 304 ok 305 ok 306 - Died properly: Wam at t/02_stress.t line 1067. # ok 307 ok 308 - Is a heap: 0 ok 309 ok 310 ok 311 - Died properly: Wam at t/02_stress.t line 1067. # ok 312 ok 313 - Is a heap: -1 0 ok 314 ok 315 ok 316 - Died properly: Wam at t/02_stress.t line 1067. # ok 317 ok 318 - Is a heap: -1 0 ok 319 ok 320 ok 321 - Died properly: Wam at t/02_stress.t line 1067. # ok 322 ok 323 - Is a heap: -2 0 -1 ok 324 ok 325 ok 326 - Died properly: Wam at t/02_stress.t line 1067. # ok 327 ok 328 - Is a heap: -2 0 -1 ok 329 ok 330 ok 331 - Died properly: Wam at t/02_stress.t line 1067. # ok 332 ok 333 - Is a heap: -2 0 -1 ok 334 ok 335 ok 336 - Died properly: Wam at t/02_stress.t line 1067. # ok 337 ok 338 - Is a heap: -3 -2 -1 0 ok 339 ok 340 ok 341 - Died properly: Wam at t/02_stress.t line 1067. # ok 342 ok 343 - Is a heap: -3 -2 -1 0 ok 344 ok 345 ok 346 - Died properly: Wam at t/02_stress.t line 1067. # ok 347 ok 348 - Is a heap: -3 -2 -1 0 ok 349 ok 350 ok 351 - Died properly: Wam at t/02_stress.t line 1067. # ok 352 ok 353 - Is a heap: -4 -3 -1 0 -2 ok 354 ok 355 ok 356 - Died properly: Wam at t/02_stress.t line 1067. # ok 357 ok 358 - Is a heap: -4 -3 -1 0 -2 ok 359 ok 360 ok 361 - Died properly: Wam at t/02_stress.t line 1067. # ok 362 ok 363 - Is a heap: -4 -3 -1 0 -2 ok 364 ok 365 ok 366 - Died properly: Wam at t/02_stress.t line 1067. # ok 367 ok 368 - Is a heap: -5 -3 -4 0 -2 -1 ok 369 ok 370 ok 371 - Died properly: Wam at t/02_stress.t line 1067. # ok 372 ok 373 - Is a heap: -5 -3 -4 0 -2 -1 ok 374 ok 375 ok 376 - Died properly: Wam at t/02_stress.t line 1067. # ok 377 ok 378 - Is a heap: -5 -3 -4 0 -2 -1 ok 379 ok 380 ok 381 - Died properly: Wam at t/02_stress.t line 1067. # ok 382 ok 383 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 384 ok 385 ok 386 - Died properly: Wam at t/02_stress.t line 1067. # ok 387 ok 388 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 389 ok 390 ok 391 - Died properly: Wam at t/02_stress.t line 1067. # ok 392 ok 393 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 394 ok 395 ok 396 - Died properly: Wam at t/02_stress.t line 1067. # ok 397 ok 398 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 399 ok 400 ok 401 - Died properly: Wam at t/02_stress.t line 1067. # ok 402 ok 403 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 404 ok 405 ok 406 - Died properly: Wam at t/02_stress.t line 1067. # ok 407 ok 408 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 409 ok 410 ok 411 - Died properly: Wam at t/02_stress.t line 1067. # ok 412 ok 413 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 414 ok 415 ok 416 - Died properly: Wam at t/02_stress.t line 1067. # ok 417 ok 418 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 419 ok 420 ok 421 - Died properly: Wam at t/02_stress.t line 1067. # ok 422 ok 423 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 424 ok 425 ok 426 - Died properly: Wam at t/02_stress.t line 1067. # ok 427 ok 428 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 429 ok 430 ok 431 - Died properly: Wam at t/02_stress.t line 1067. # ok 432 ok 433 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 434 ok 435 ok 436 - Died properly: Wam at t/02_stress.t line 1067. # ok 437 ok 438 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 439 ok 440 ok 441 - Died properly: Wam at t/02_stress.t line 1067. # ok 442 ok 443 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 444 ok 445 ok 446 - Died properly: Wam at t/02_stress.t line 1067. # ok 447 ok 448 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 449 ok 450 ok 451 - Died properly: Wam at t/02_stress.t line 1067. # ok 452 ok 453 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 454 ok 455 ok 456 - Died properly: Wam at t/02_stress.t line 1067. # ok 457 ok 458 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 459 ok 460 ok 461 - Died properly: Wam at t/02_stress.t line 1067. # ok 462 ok 463 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 464 ok 465 ok 466 - Died properly: Wam at t/02_stress.t line 1067. # ok 467 ok 468 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 469 ok 470 ok 471 - Died properly: Wam at t/02_stress.t line 1067. # ok 472 ok 473 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 474 ok 475 ok 476 - Died properly: Wam at t/02_stress.t line 1067. # ok 477 ok 478 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 479 ok 480 ok 481 - Died properly: Wam at t/02_stress.t line 1067. # ok 482 ok 483 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 484 ok 485 ok 486 - Died properly: Wam at t/02_stress.t line 1067. # ok 487 ok 488 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 489 ok 490 ok 491 - Died properly: Wam at t/02_stress.t line 1067. # ok 492 ok 493 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 494 ok 495 ok 496 - Died properly: Wam at t/02_stress.t line 1067. # ok 497 ok 498 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 499 ok 500 ok 501 - Died properly: Wam at t/02_stress.t line 1067. # ok 502 ok 503 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 504 ok 505 ok 506 - Died properly: Wam at t/02_stress.t line 1067. # ok 507 ok 508 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 509 ok 510 ok 511 - Died properly: Wam at t/02_stress.t line 1067. # ok 512 ok 513 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 514 ok 515 ok 516 - Died properly: Wam at t/02_stress.t line 1067. # ok 517 ok 518 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 519 ok 520 ok 521 - Died properly: Wam at t/02_stress.t line 1067. # ok 522 ok 523 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 524 ok 525 ok 526 - Died properly: Wam at t/02_stress.t line 1067. # ok 527 ok 528 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 529 ok 530 ok 531 - Died properly: Wam at t/02_stress.t line 1067. # ok 532 ok 533 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 534 ok 535 ok 536 - Died properly: Wam at t/02_stress.t line 1067. # ok 537 ok 538 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 539 ok 540 ok 541 - Died properly: Wam at t/02_stress.t line 1067. # ok 542 ok 543 - Is a heap: -14 -9 -13 -6 -8 -10 -12 0 -3 -2 -7 -1 -5 -4 -11 ok 544 ok 545 ok 546 ok 547 - Is a heap: 0 ok 548 ok 549 ok 550 - Died properly: Wam at t/02_stress.t line 1089. # ok 551 ok 552 - Is a heap: -1 0 ok 553 ok 554 ok 555 - Died properly: Wam at t/02_stress.t line 1089. # ok 556 ok 557 - Is a heap: -2 0 -1 ok 558 ok 559 ok 560 - Died properly: Wam at t/02_stress.t line 1089. # ok 561 ok 562 - Is a heap: -2 0 -1 ok 563 ok 564 ok 565 - Died properly: Wam at t/02_stress.t line 1089. # ok 566 ok 567 - Is a heap: -3 -2 -1 0 ok 568 ok 569 ok 570 - Died properly: Wam at t/02_stress.t line 1089. # ok 571 ok 572 - Is a heap: -3 -2 -1 0 ok 573 ok 574 ok 575 - Died properly: Wam at t/02_stress.t line 1089. # ok 576 ok 577 - Is a heap: -4 -3 -1 0 -2 ok 578 ok 579 ok 580 - Died properly: Wam at t/02_stress.t line 1089. # ok 581 ok 582 - Is a heap: -4 -3 -1 0 -2 ok 583 ok 584 ok 585 - Died properly: Wam at t/02_stress.t line 1089. # ok 586 ok 587 - Is a heap: -5 -3 -4 0 -2 -1 ok 588 ok 589 ok 590 - Died properly: Wam at t/02_stress.t line 1089. # ok 591 ok 592 - Is a heap: -5 -3 -4 0 -2 -1 ok 593 ok 594 ok 595 - Died properly: Wam at t/02_stress.t line 1089. # ok 596 ok 597 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 598 ok 599 ok 600 - Died properly: Wam at t/02_stress.t line 1089. # ok 601 ok 602 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 603 ok 604 ok 605 - Died properly: Wam at t/02_stress.t line 1089. # ok 606 ok 607 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 608 ok 609 ok 610 - Died properly: Wam at t/02_stress.t line 1089. # ok 611 ok 612 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 613 ok 614 ok 615 - Died properly: Wam at t/02_stress.t line 1089. # ok 616 ok 617 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 618 ok 619 ok 620 - Died properly: Wam at t/02_stress.t line 1089. # ok 621 ok 622 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 623 ok 624 ok 625 - Died properly: Wam at t/02_stress.t line 1089. # ok 626 ok 627 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 628 ok 629 ok 630 - Died properly: Wam at t/02_stress.t line 1089. # ok 631 ok 632 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 633 ok 634 ok 635 - Died properly: Wam at t/02_stress.t line 1089. # ok 636 ok 637 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 638 ok 639 ok 640 - Died properly: Wam at t/02_stress.t line 1089. # ok 641 ok 642 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 643 ok 644 ok 645 - Died properly: Wam at t/02_stress.t line 1089. # ok 646 ok 647 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 648 ok 649 ok 650 - Died properly: Wam at t/02_stress.t line 1089. # ok 651 ok 652 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 653 ok 654 ok 655 - Died properly: Wam at t/02_stress.t line 1089. # ok 656 ok 657 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 658 ok 659 ok 660 - Died properly: Wam at t/02_stress.t line 1089. # ok 661 ok 662 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 663 ok 664 ok 665 - Died properly: Wam at t/02_stress.t line 1089. # ok 666 ok 667 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 668 ok 669 ok 670 - Died properly: Wam at t/02_stress.t line 1089. # ok 671 ok 672 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 673 ok 674 ok 675 - Died properly: Wam at t/02_stress.t line 1089. # ok 676 ok 677 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 678 ok 679 ok 680 - Died properly: Wam at t/02_stress.t line 1089. # ok 681 ok 682 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 683 ok 684 ok 685 - Died properly: Wam at t/02_stress.t line 1089. # ok 686 ok 687 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 688 ok 689 ok 690 - Died properly: Wam at t/02_stress.t line 1089. # ok 691 ok 692 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 693 ok 694 ok 695 - Died properly: Wam at t/02_stress.t line 1089. # ok 696 ok 697 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 698 ok 699 ok 700 - Died properly: Wam at t/02_stress.t line 1089. # ok 701 ok 702 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 703 ok 704 ok 705 - Died properly: Wam at t/02_stress.t line 1089. # ok 706 ok 707 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 708 ok 709 ok 710 - Died properly: Wam at t/02_stress.t line 1089. # ok 711 ok 712 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 713 ok 714 ok 715 - Died properly: Wam at t/02_stress.t line 1089. # ok 716 ok 717 - Is a heap: -14 -9 -13 -6 -8 -10 -12 0 -3 -2 -7 -1 -5 -4 -11 ok 718 ok 719 ok 720 ok 721 - Is a heap: 0 ok 722 ok 723 ok 724 - Died properly: Wam at t/02_stress.t line 1113. # ok 725 ok 726 - Is a heap: -1 0 ok 727 ok 728 ok 729 - Died properly: Wam at t/02_stress.t line 1113. # ok 730 ok 731 - Is a heap: -2 0 -1 ok 732 ok 733 ok 734 - Died properly: Wam at t/02_stress.t line 1113. # ok 735 ok 736 - Is a heap: -2 0 -1 ok 737 ok 738 ok 739 - Died properly: Wam at t/02_stress.t line 1113. # ok 740 ok 741 - Is a heap: -3 -2 -1 0 ok 742 ok 743 ok 744 - Died properly: Wam at t/02_stress.t line 1113. # ok 745 ok 746 - Is a heap: -3 -2 -1 0 ok 747 ok 748 ok 749 - Died properly: Wam at t/02_stress.t line 1113. # ok 750 ok 751 - Is a heap: -4 -3 -1 0 -2 ok 752 ok 753 ok 754 - Died properly: Wam at t/02_stress.t line 1113. # ok 755 ok 756 - Is a heap: -4 -3 -1 0 -2 ok 757 ok 758 ok 759 - Died properly: Wam at t/02_stress.t line 1113. # ok 760 ok 761 - Is a heap: -5 -3 -4 0 -2 -1 ok 762 ok 763 ok 764 - Died properly: Wam at t/02_stress.t line 1113. # ok 765 ok 766 - Is a heap: -5 -3 -4 0 -2 -1 ok 767 ok 768 ok 769 - Died properly: Wam at t/02_stress.t line 1113. # ok 770 ok 771 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 772 ok 773 ok 774 - Died properly: Wam at t/02_stress.t line 1113. # ok 775 ok 776 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 777 ok 778 ok 779 - Died properly: Wam at t/02_stress.t line 1113. # ok 780 ok 781 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 782 ok 783 ok 784 - Died properly: Wam at t/02_stress.t line 1113. # ok 785 ok 786 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 787 ok 788 ok 789 - Died properly: Wam at t/02_stress.t line 1113. # ok 790 ok 791 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 792 ok 793 ok 794 - Died properly: Wam at t/02_stress.t line 1113. # ok 795 ok 796 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 797 ok 798 ok 799 - Died properly: Wam at t/02_stress.t line 1113. # ok 800 ok 801 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 802 ok 803 ok 804 - Died properly: Wam at t/02_stress.t line 1113. # ok 805 ok 806 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 807 ok 808 ok 809 - Died properly: Wam at t/02_stress.t line 1113. # ok 810 ok 811 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 812 ok 813 ok 814 - Died properly: Wam at t/02_stress.t line 1113. # ok 815 ok 816 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 817 ok 818 ok 819 - Died properly: Wam at t/02_stress.t line 1113. # ok 820 ok 821 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 822 ok 823 ok 824 - Died properly: Wam at t/02_stress.t line 1113. # ok 825 ok 826 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 827 ok 828 ok 829 - Died properly: Wam at t/02_stress.t line 1113. # ok 830 ok 831 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 832 ok 833 ok 834 - Died properly: Wam at t/02_stress.t line 1113. # ok 835 ok 836 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 837 ok 838 ok 839 - Died properly: Wam at t/02_stress.t line 1113. # ok 840 ok 841 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 842 ok 843 ok 844 - Died properly: Wam at t/02_stress.t line 1113. # ok 845 ok 846 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 847 ok 848 ok 849 - Died properly: Wam at t/02_stress.t line 1113. # ok 850 ok 851 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 852 ok 853 ok 854 - Died properly: Wam at t/02_stress.t line 1113. # ok 855 ok 856 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 857 ok 858 ok 859 - Died properly: Wam at t/02_stress.t line 1113. # ok 860 ok 861 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 862 ok 863 ok 864 - Died properly: Wam at t/02_stress.t line 1113. # ok 865 ok 866 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 867 ok 868 ok 869 - Died properly: Wam at t/02_stress.t line 1113. # ok 870 ok 871 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 872 ok 873 ok 874 - Died properly: Wam at t/02_stress.t line 1113. # ok 875 ok 876 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 877 ok 878 ok 879 - Died properly: Wam at t/02_stress.t line 1113. # ok 880 ok 881 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 882 ok 883 ok 884 - Died properly: Wam at t/02_stress.t line 1113. # ok 885 ok 886 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 887 ok 888 ok 889 - Died properly: Wam at t/02_stress.t line 1113. # ok 890 ok 891 - Is a heap: -14 -9 -13 -6 -8 -10 -12 0 -3 -2 -7 -1 -5 -4 -11 ok 892 ok 893 ok 894 - Died properly: Wam at t/02_stress.t line 1158. # ok 895 ok 896 ok 897 ok 898 - Died properly: Wam at t/02_stress.t line 1158. # ok 899 - Died properly: Wam at t/02_stress.t line 1158. # ok 900 ok 901 ok 902 ok 903 - Died properly: Wam at t/02_stress.t line 1158. # ok 904 - Died properly: Wam at t/02_stress.t line 1158. # ok 905 ok 906 ok 907 ok 908 - Died properly: Wam at t/02_stress.t line 1158. # ok 909 - Died properly: Wam at t/02_stress.t line 1158. # ok 910 ok 911 ok 912 ok 913 - Died properly: Wam at t/02_stress.t line 1158. # ok 914 - Died properly: Wam at t/02_stress.t line 1158. # ok 915 ok 916 ok 917 ok 918 - Died properly: Wam at t/02_stress.t line 1158. # ok 919 - Died properly: Wam at t/02_stress.t line 1158. # ok 920 ok 921 ok 922 ok 923 - Died properly: Wam at t/02_stress.t line 1158. # ok 924 - Died properly: Wam at t/02_stress.t line 1188. # ok 925 ok 926 ok 927 ok 928 - Died properly: Wam at t/02_stress.t line 1188. # ok 929 - Died properly: Wam at t/02_stress.t line 1188. # ok 930 ok 931 ok 932 ok 933 - Died properly: Wam at t/02_stress.t line 1188. # ok 934 - Died properly: Wam at t/02_stress.t line 1188. # ok 935 ok 936 ok 937 ok 938 - Died properly: Wam at t/02_stress.t line 1188. # ok 939 - Died properly: Wam at t/02_stress.t line 1188. # ok 940 ok 941 ok 942 ok 943 - Died properly: Wam at t/02_stress.t line 1188. # ok 944 - Died properly: Wam at t/02_stress.t line 1188. # ok 945 ok 946 ok 947 ok 948 - Died properly: Wam at t/02_stress.t line 1188. # ok 949 - Died properly: Wam at t/02_stress.t line 1188. # ok 950 ok 951 ok 952 ok 953 - Died properly: Wam at t/02_stress.t line 1188. # ok 954 - Died properly: Wam at t/02_stress.t line 1188. # ok 955 ok 956 ok 957 ok 958 - Died properly: Wam at t/02_stress.t line 1188. # ok 959 - Died properly: Wam at t/02_stress.t line 1215. # ok 960 ok 961 ok 962 ok 963 - Died properly: Wam at t/02_stress.t line 1215. # ok 964 - Died properly: Wam at t/02_stress.t line 1215. # ok 965 ok 966 ok 967 ok 968 - Died properly: Wam at t/02_stress.t line 1215. # ok 969 - Died properly: Wam at t/02_stress.t line 1215. # ok 970 ok 971 ok 972 ok 973 - Died properly: Wam at t/02_stress.t line 1215. # ok 974 - Died properly: Wam at t/02_stress.t line 1215. # ok 975 ok 976 ok 977 ok 978 - Died properly: Wam at t/02_stress.t line 1215. # ok 979 - Died properly: Wam at t/02_stress.t line 1215. # ok 980 ok 981 ok 982 ok 983 - Died properly: Wam at t/02_stress.t line 1215. # ok 984 - Died properly: Wam at t/02_stress.t line 1215. # ok 985 ok 986 ok 987 ok 988 - Died properly: Wam at t/02_stress.t line 1215. # ok 989 ok 990 - Died properly: Wam at t/02_stress.t line 1247. # ok 991 ok 992 ok 993 - Died properly: Wam at t/02_stress.t line 1247. # ok 994 ok 995 - Died properly: Wam at t/02_stress.t line 1247. # ok 996 ok 997 ok 998 - Died properly: Wam at t/02_stress.t line 1247. # ok 999 ok 1000 - Died properly: Wam at t/02_stress.t line 1247. # ok 1001 ok 1002 ok 1003 - Died properly: Wam at t/02_stress.t line 1247. # ok 1004 ok 1005 - Died properly: Wam at t/02_stress.t line 1247. # ok 1006 ok 1007 ok 1008 - Died properly: Wam at t/02_stress.t line 1247. # ok 1009 ok 1010 - Died properly: Wam at t/02_stress.t line 1247. # ok 1011 ok 1012 ok 1013 - Died properly: Wam at t/02_stress.t line 1247. # ok 1014 ok 1015 - Died properly: Wam at t/02_stress.t line 1247. # ok 1016 ok 1017 ok 1018 - Died properly: Wam at t/02_stress.t line 1247. # ok 1019 ok 1020 - Died properly: Wam at t/02_stress.t line 1247. # ok 1021 ok 1022 ok 1023 - Died properly: Wam at t/02_stress.t line 1247. # ok 1024 ok 1025 ok 1026 ok 1027 - Died properly: Wam at t/02_stress.t line 1280. # ok 1028 ok 1029 ok 1030 - Died properly: Wam at t/02_stress.t line 1280. # ok 1031 ok 1032 - Died properly: Wam at t/02_stress.t line 1280. # ok 1033 ok 1034 ok 1035 - Died properly: Wam at t/02_stress.t line 1280. # ok 1036 ok 1037 - Died properly: Wam at t/02_stress.t line 1280. # ok 1038 ok 1039 ok 1040 - Died properly: Wam at t/02_stress.t line 1280. # ok 1041 ok 1042 - Died properly: Wam at t/02_stress.t line 1280. # ok 1043 ok 1044 ok 1045 - Died properly: Wam at t/02_stress.t line 1280. # ok 1046 ok 1047 - Died properly: Wam at t/02_stress.t line 1280. # ok 1048 ok 1049 ok 1050 - Died properly: Wam at t/02_stress.t line 1280. # ok 1051 ok 1052 - Died properly: Wam at t/02_stress.t line 1280. # ok 1053 ok 1054 ok 1055 - Died properly: Wam at t/02_stress.t line 1280. # ok 1056 ok 1057 - Died properly: Wam at t/02_stress.t line 1280. # ok 1058 ok 1059 ok 1060 - Died properly: Wam at t/02_stress.t line 1280. # ok 1061 ok 1062 - Died properly: Wam at t/02_stress.t line 1280. # ok 1063 ok 1064 ok 1065 - Died properly: Wam at t/02_stress.t line 1280. # ok 1066 ok 1067 ok 1068 ok 1069 - Died properly: Wam at t/02_stress.t line 1310. # ok 1070 ok 1071 ok 1072 - Died properly: Wam at t/02_stress.t line 1310. # ok 1073 ok 1074 - Died properly: Wam at t/02_stress.t line 1310. # ok 1075 ok 1076 ok 1077 - Died properly: Wam at t/02_stress.t line 1310. # ok 1078 ok 1079 - Died properly: Wam at t/02_stress.t line 1310. # ok 1080 ok 1081 ok 1082 - Died properly: Wam at t/02_stress.t line 1310. # ok 1083 ok 1084 - Died properly: Wam at t/02_stress.t line 1310. # ok 1085 ok 1086 ok 1087 - Died properly: Wam at t/02_stress.t line 1310. # ok 1088 ok 1089 - Died properly: Wam at t/02_stress.t line 1310. # ok 1090 ok 1091 ok 1092 - Died properly: Wam at t/02_stress.t line 1310. # ok 1093 ok 1094 - Died properly: Wam at t/02_stress.t line 1310. # ok 1095 ok 1096 ok 1097 - Died properly: Wam at t/02_stress.t line 1310. # ok 1098 ok 1099 - Died properly: Wam at t/02_stress.t line 1310. # ok 1100 ok 1101 ok 1102 - Died properly: Wam at t/02_stress.t line 1310. # ok 1103 ok 1104 ok 1105 ok 1106 - Died properly: Wam at t/02_stress.t line 1342. # ok 1107 ok 1108 ok 1109 - Died properly: Wam at t/02_stress.t line 1342. # ok 1110 ok 1111 - Died properly: Wam at t/02_stress.t line 1342. # ok 1112 ok 1113 ok 1114 - Died properly: Wam at t/02_stress.t line 1342. # ok 1115 ok 1116 - Died properly: Wam at t/02_stress.t line 1342. # ok 1117 ok 1118 ok 1119 - Died properly: Wam at t/02_stress.t line 1342. # ok 1120 ok 1121 - Died properly: Wam at t/02_stress.t line 1342. # ok 1122 ok 1123 ok 1124 - Died properly: Wam at t/02_stress.t line 1342. # ok 1125 ok 1126 - Died properly: Wam at t/02_stress.t line 1342. # ok 1127 ok 1128 ok 1129 - Died properly: Wam at t/02_stress.t line 1342. # ok 1130 ok 1131 - Died properly: Wam at t/02_stress.t line 1342. # ok 1132 ok 1133 ok 1134 - Died properly: Wam at t/02_stress.t line 1342. # ok 1135 ok 1136 - Died properly: Wam at t/02_stress.t line 1342. # ok 1137 ok 1138 ok 1139 - Died properly: Wam at t/02_stress.t line 1342. # ok 1140 ok 1141 ok 1142 - Died properly: Wam at t/02_stress.t line 1158. # ok 1143 ok 1144 ok 1145 ok 1146 - Died properly: Wam at t/02_stress.t line 1158. # ok 1147 - Died properly: Wam at t/02_stress.t line 1158. # ok 1148 ok 1149 ok 1150 ok 1151 - Died properly: Wam at t/02_stress.t line 1158. # ok 1152 - Died properly: Wam at t/02_stress.t line 1158. # ok 1153 ok 1154 ok 1155 ok 1156 - Died properly: Wam at t/02_stress.t line 1158. # ok 1157 - Died properly: Wam at t/02_stress.t line 1158. # ok 1158 ok 1159 ok 1160 ok 1161 - Died properly: Wam at t/02_stress.t line 1158. # ok 1162 - Died properly: Wam at t/02_stress.t line 1158. # ok 1163 ok 1164 ok 1165 ok 1166 - Died properly: Wam at t/02_stress.t line 1158. # ok 1167 - Died properly: Wam at t/02_stress.t line 1158. # ok 1168 ok 1169 ok 1170 ok 1171 - Died properly: Wam at t/02_stress.t line 1158. # ok 1172 - Died properly: Wam at t/02_stress.t line 1188. # ok 1173 ok 1174 ok 1175 ok 1176 - Died properly: Wam at t/02_stress.t line 1188. # ok 1177 - Died properly: Wam at t/02_stress.t line 1188. # ok 1178 ok 1179 ok 1180 ok 1181 - Died properly: Wam at t/02_stress.t line 1188. # ok 1182 - Died properly: Wam at t/02_stress.t line 1188. # ok 1183 ok 1184 ok 1185 ok 1186 - Died properly: Wam at t/02_stress.t line 1188. # ok 1187 - Died properly: Wam at t/02_stress.t line 1188. # ok 1188 ok 1189 ok 1190 ok 1191 - Died properly: Wam at t/02_stress.t line 1188. # ok 1192 - Died properly: Wam at t/02_stress.t line 1188. # ok 1193 ok 1194 ok 1195 ok 1196 - Died properly: Wam at t/02_stress.t line 1188. # ok 1197 - Died properly: Wam at t/02_stress.t line 1188. # ok 1198 ok 1199 ok 1200 ok 1201 - Died properly: Wam at t/02_stress.t line 1188. # ok 1202 - Died properly: Wam at t/02_stress.t line 1188. # ok 1203 ok 1204 ok 1205 ok 1206 - Died properly: Wam at t/02_stress.t line 1188. # ok 1207 - Died properly: Wam at t/02_stress.t line 1215. # ok 1208 ok 1209 ok 1210 ok 1211 - Died properly: Wam at t/02_stress.t line 1215. # ok 1212 - Died properly: Wam at t/02_stress.t line 1215. # ok 1213 ok 1214 ok 1215 ok 1216 - Died properly: Wam at t/02_stress.t line 1215. # ok 1217 - Died properly: Wam at t/02_stress.t line 1215. # ok 1218 ok 1219 ok 1220 ok 1221 - Died properly: Wam at t/02_stress.t line 1215. # ok 1222 - Died properly: Wam at t/02_stress.t line 1215. # ok 1223 ok 1224 ok 1225 ok 1226 - Died properly: Wam at t/02_stress.t line 1215. # ok 1227 - Died properly: Wam at t/02_stress.t line 1215. # ok 1228 ok 1229 ok 1230 ok 1231 - Died properly: Wam at t/02_stress.t line 1215. # ok 1232 - Died properly: Wam at t/02_stress.t line 1215. # ok 1233 ok 1234 ok 1235 ok 1236 - Died properly: Wam at t/02_stress.t line 1215. # ok 1237 ok 1238 - Died properly: Wam at t/02_stress.t line 1247. # ok 1239 ok 1240 ok 1241 - Died properly: Wam at t/02_stress.t line 1247. # ok 1242 ok 1243 - Died properly: Wam at t/02_stress.t line 1247. # ok 1244 ok 1245 ok 1246 - Died properly: Wam at t/02_stress.t line 1247. # ok 1247 ok 1248 - Died properly: Wam at t/02_stress.t line 1247. # ok 1249 ok 1250 ok 1251 - Died properly: Wam at t/02_stress.t line 1247. # ok 1252 ok 1253 - Died properly: Wam at t/02_stress.t line 1247. # ok 1254 ok 1255 ok 1256 - Died properly: Wam at t/02_stress.t line 1247. # ok 1257 ok 1258 - Died properly: Wam at t/02_stress.t line 1247. # ok 1259 ok 1260 ok 1261 - Died properly: Wam at t/02_stress.t line 1247. # ok 1262 ok 1263 - Died properly: Wam at t/02_stress.t line 1247. # ok 1264 ok 1265 ok 1266 - Died properly: Wam at t/02_stress.t line 1247. # ok 1267 ok 1268 - Died properly: Wam at t/02_stress.t line 1247. # ok 1269 ok 1270 ok 1271 - Died properly: Wam at t/02_stress.t line 1247. # ok 1272 ok 1273 ok 1274 ok 1275 - Died properly: Wam at t/02_stress.t line 1280. # ok 1276 ok 1277 ok 1278 - Died properly: Wam at t/02_stress.t line 1280. # ok 1279 ok 1280 - Died properly: Wam at t/02_stress.t line 1280. # ok 1281 ok 1282 ok 1283 - Died properly: Wam at t/02_stress.t line 1280. # ok 1284 ok 1285 - Died properly: Wam at t/02_stress.t line 1280. # ok 1286 ok 1287 ok 1288 - Died properly: Wam at t/02_stress.t line 1280. # ok 1289 ok 1290 - Died properly: Wam at t/02_stress.t line 1280. # ok 1291 ok 1292 ok 1293 - Died properly: Wam at t/02_stress.t line 1280. # ok 1294 ok 1295 - Died properly: Wam at t/02_stress.t line 1280. # ok 1296 ok 1297 ok 1298 - Died properly: Wam at t/02_stress.t line 1280. # ok 1299 ok 1300 - Died properly: Wam at t/02_stress.t line 1280. # ok 1301 ok 1302 ok 1303 - Died properly: Wam at t/02_stress.t line 1280. # ok 1304 ok 1305 - Died properly: Wam at t/02_stress.t line 1280. # ok 1306 ok 1307 ok 1308 - Died properly: Wam at t/02_stress.t line 1280. # ok 1309 ok 1310 - Died properly: Wam at t/02_stress.t line 1280. # ok 1311 ok 1312 ok 1313 - Died properly: Wam at t/02_stress.t line 1280. # ok 1314 ok 1315 ok 1316 ok 1317 - Died properly: Wam at t/02_stress.t line 1310. # ok 1318 ok 1319 ok 1320 - Died properly: Wam at t/02_stress.t line 1310. # ok 1321 ok 1322 - Died properly: Wam at t/02_stress.t line 1310. # ok 1323 ok 1324 ok 1325 - Died properly: Wam at t/02_stress.t line 1310. # ok 1326 ok 1327 - Died properly: Wam at t/02_stress.t line 1310. # ok 1328 ok 1329 ok 1330 - Died properly: Wam at t/02_stress.t line 1310. # ok 1331 ok 1332 - Died properly: Wam at t/02_stress.t line 1310. # ok 1333 ok 1334 ok 1335 - Died properly: Wam at t/02_stress.t line 1310. # ok 1336 ok 1337 - Died properly: Wam at t/02_stress.t line 1310. # ok 1338 ok 1339 ok 1340 - Died properly: Wam at t/02_stress.t line 1310. # ok 1341 ok 1342 - Died properly: Wam at t/02_stress.t line 1310. # ok 1343 ok 1344 ok 1345 - Died properly: Wam at t/02_stress.t line 1310. # ok 1346 ok 1347 - Died properly: Wam at t/02_stress.t line 1310. # ok 1348 ok 1349 ok 1350 - Died properly: Wam at t/02_stress.t line 1310. # ok 1351 ok 1352 ok 1353 ok 1354 - Died properly: Wam at t/02_stress.t line 1342. # ok 1355 ok 1356 ok 1357 - Died properly: Wam at t/02_stress.t line 1342. # ok 1358 ok 1359 - Died properly: Wam at t/02_stress.t line 1342. # ok 1360 ok 1361 ok 1362 - Died properly: Wam at t/02_stress.t line 1342. # ok 1363 ok 1364 - Died properly: Wam at t/02_stress.t line 1342. # ok 1365 ok 1366 ok 1367 - Died properly: Wam at t/02_stress.t line 1342. # ok 1368 ok 1369 - Died properly: Wam at t/02_stress.t line 1342. # ok 1370 ok 1371 ok 1372 - Died properly: Wam at t/02_stress.t line 1342. # ok 1373 ok 1374 - Died properly: Wam at t/02_stress.t line 1342. # ok 1375 ok 1376 ok 1377 - Died properly: Wam at t/02_stress.t line 1342. # ok 1378 ok 1379 - Died properly: Wam at t/02_stress.t line 1342. # ok 1380 ok 1381 ok 1382 - Died properly: Wam at t/02_stress.t line 1342. # ok 1383 ok 1384 - Died properly: Wam at t/02_stress.t line 1342. # ok 1385 ok 1386 ok 1387 - Died properly: Wam at t/02_stress.t line 1342. # ok 1388 ok 1389 ok 1390 - Died properly: Wam at t/02_stress.t line 1158. # ok 1391 ok 1392 ok 1393 ok 1394 - Died properly: Wam at t/02_stress.t line 1158. # ok 1395 - Died properly: Wam at t/02_stress.t line 1158. # ok 1396 ok 1397 ok 1398 ok 1399 - Died properly: Wam at t/02_stress.t line 1158. # ok 1400 - Died properly: Wam at t/02_stress.t line 1158. # ok 1401 ok 1402 ok 1403 ok 1404 - Died properly: Wam at t/02_stress.t line 1158. # ok 1405 - Died properly: Wam at t/02_stress.t line 1158. # ok 1406 ok 1407 ok 1408 ok 1409 - Died properly: Wam at t/02_stress.t line 1158. # ok 1410 - Died properly: Wam at t/02_stress.t line 1158. # ok 1411 ok 1412 ok 1413 ok 1414 - Died properly: Wam at t/02_stress.t line 1158. # ok 1415 - Died properly: Wam at t/02_stress.t line 1158. # ok 1416 ok 1417 ok 1418 ok 1419 - Died properly: Wam at t/02_stress.t line 1158. # ok 1420 - Died properly: Wam at t/02_stress.t line 1188. # ok 1421 ok 1422 ok 1423 ok 1424 - Died properly: Wam at t/02_stress.t line 1188. # ok 1425 - Died properly: Wam at t/02_stress.t line 1188. # ok 1426 ok 1427 ok 1428 ok 1429 - Died properly: Wam at t/02_stress.t line 1188. # ok 1430 - Died properly: Wam at t/02_stress.t line 1188. # ok 1431 ok 1432 ok 1433 ok 1434 - Died properly: Wam at t/02_stress.t line 1188. # ok 1435 - Died properly: Wam at t/02_stress.t line 1188. # ok 1436 ok 1437 ok 1438 ok 1439 - Died properly: Wam at t/02_stress.t line 1188. # ok 1440 - Died properly: Wam at t/02_stress.t line 1188. # ok 1441 ok 1442 ok 1443 ok 1444 - Died properly: Wam at t/02_stress.t line 1188. # ok 1445 - Died properly: Wam at t/02_stress.t line 1188. # ok 1446 ok 1447 ok 1448 ok 1449 - Died properly: Wam at t/02_stress.t line 1188. # ok 1450 - Died properly: Wam at t/02_stress.t line 1188. # ok 1451 ok 1452 ok 1453 ok 1454 - Died properly: Wam at t/02_stress.t line 1188. # ok 1455 - Died properly: Wam at t/02_stress.t line 1215. # ok 1456 ok 1457 ok 1458 ok 1459 - Died properly: Wam at t/02_stress.t line 1215. # ok 1460 - Died properly: Wam at t/02_stress.t line 1215. # ok 1461 ok 1462 ok 1463 ok 1464 - Died properly: Wam at t/02_stress.t line 1215. # ok 1465 - Died properly: Wam at t/02_stress.t line 1215. # ok 1466 ok 1467 ok 1468 ok 1469 - Died properly: Wam at t/02_stress.t line 1215. # ok 1470 - Died properly: Wam at t/02_stress.t line 1215. # ok 1471 ok 1472 ok 1473 ok 1474 - Died properly: Wam at t/02_stress.t line 1215. # ok 1475 - Died properly: Wam at t/02_stress.t line 1215. # ok 1476 ok 1477 ok 1478 ok 1479 - Died properly: Wam at t/02_stress.t line 1215. # ok 1480 - Died properly: Wam at t/02_stress.t line 1215. # ok 1481 ok 1482 ok 1483 ok 1484 - Died properly: Wam at t/02_stress.t line 1215. # ok 1485 ok 1486 - Died properly: Wam at t/02_stress.t line 1247. # ok 1487 ok 1488 ok 1489 - Died properly: Wam at t/02_stress.t line 1247. # ok 1490 ok 1491 - Died properly: Wam at t/02_stress.t line 1247. # ok 1492 ok 1493 ok 1494 - Died properly: Wam at t/02_stress.t line 1247. # ok 1495 ok 1496 - Died properly: Wam at t/02_stress.t line 1247. # ok 1497 ok 1498 ok 1499 - Died properly: Wam at t/02_stress.t line 1247. # ok 1500 ok 1501 - Died properly: Wam at t/02_stress.t line 1247. # ok 1502 ok 1503 ok 1504 - Died properly: Wam at t/02_stress.t line 1247. # ok 1505 ok 1506 - Died properly: Wam at t/02_stress.t line 1247. # ok 1507 ok 1508 ok 1509 - Died properly: Wam at t/02_stress.t line 1247. # ok 1510 ok 1511 - Died properly: Wam at t/02_stress.t line 1247. # ok 1512 ok 1513 ok 1514 - Died properly: Wam at t/02_stress.t line 1247. # ok 1515 ok 1516 - Died properly: Wam at t/02_stress.t line 1247. # ok 1517 ok 1518 ok 1519 - Died properly: Wam at t/02_stress.t line 1247. # ok 1520 ok 1521 ok 1522 ok 1523 - Died properly: Wam at t/02_stress.t line 1280. # ok 1524 ok 1525 ok 1526 - Died properly: Wam at t/02_stress.t line 1280. # ok 1527 ok 1528 - Died properly: Wam at t/02_stress.t line 1280. # ok 1529 ok 1530 ok 1531 - Died properly: Wam at t/02_stress.t line 1280. # ok 1532 ok 1533 - Died properly: Wam at t/02_stress.t line 1280. # ok 1534 ok 1535 ok 1536 - Died properly: Wam at t/02_stress.t line 1280. # ok 1537 ok 1538 - Died properly: Wam at t/02_stress.t line 1280. # ok 1539 ok 1540 ok 1541 - Died properly: Wam at t/02_stress.t line 1280. # ok 1542 ok 1543 - Died properly: Wam at t/02_stress.t line 1280. # ok 1544 ok 1545 ok 1546 - Died properly: Wam at t/02_stress.t line 1280. # ok 1547 ok 1548 - Died properly: Wam at t/02_stress.t line 1280. # ok 1549 ok 1550 ok 1551 - Died properly: Wam at t/02_stress.t line 1280. # ok 1552 ok 1553 - Died properly: Wam at t/02_stress.t line 1280. # ok 1554 ok 1555 ok 1556 - Died properly: Wam at t/02_stress.t line 1280. # ok 1557 ok 1558 - Died properly: Wam at t/02_stress.t line 1280. # ok 1559 ok 1560 ok 1561 - Died properly: Wam at t/02_stress.t line 1280. # ok 1562 ok 1563 ok 1564 ok 1565 - Died properly: Wam at t/02_stress.t line 1310. # ok 1566 ok 1567 ok 1568 - Died properly: Wam at t/02_stress.t line 1310. # ok 1569 ok 1570 - Died properly: Wam at t/02_stress.t line 1310. # ok 1571 ok 1572 ok 1573 - Died properly: Wam at t/02_stress.t line 1310. # ok 1574 ok 1575 - Died properly: Wam at t/02_stress.t line 1310. # ok 1576 ok 1577 ok 1578 - Died properly: Wam at t/02_stress.t line 1310. # ok 1579 ok 1580 - Died properly: Wam at t/02_stress.t line 1310. # ok 1581 ok 1582 ok 1583 - Died properly: Wam at t/02_stress.t line 1310. # ok 1584 ok 1585 - Died properly: Wam at t/02_stress.t line 1310. # ok 1586 ok 1587 ok 1588 - Died properly: Wam at t/02_stress.t line 1310. # ok 1589 ok 1590 - Died properly: Wam at t/02_stress.t line 1310. # ok 1591 ok 1592 ok 1593 - Died properly: Wam at t/02_stress.t line 1310. # ok 1594 ok 1595 - Died properly: Wam at t/02_stress.t line 1310. # ok 1596 ok 1597 ok 1598 - Died properly: Wam at t/02_stress.t line 1310. # ok 1599 ok 1600 ok 1601 ok 1602 - Died properly: Wam at t/02_stress.t line 1342. # ok 1603 ok 1604 ok 1605 - Died properly: Wam at t/02_stress.t line 1342. # ok 1606 ok 1607 - Died properly: Wam at t/02_stress.t line 1342. # ok 1608 ok 1609 ok 1610 - Died properly: Wam at t/02_stress.t line 1342. # ok 1611 ok 1612 - Died properly: Wam at t/02_stress.t line 1342. # ok 1613 ok 1614 ok 1615 - Died properly: Wam at t/02_stress.t line 1342. # ok 1616 ok 1617 - Died properly: Wam at t/02_stress.t line 1342. # ok 1618 ok 1619 ok 1620 - Died properly: Wam at t/02_stress.t line 1342. # ok 1621 ok 1622 - Died properly: Wam at t/02_stress.t line 1342. # ok 1623 ok 1624 ok 1625 - Died properly: Wam at t/02_stress.t line 1342. # ok 1626 ok 1627 - Died properly: Wam at t/02_stress.t line 1342. # ok 1628 ok 1629 ok 1630 - Died properly: Wam at t/02_stress.t line 1342. # ok 1631 ok 1632 - Died properly: Wam at t/02_stress.t line 1342. # ok 1633 ok 1634 ok 1635 - Died properly: Wam at t/02_stress.t line 1342. # ok 1636 ok 1637 ok 1638 - Died properly: Wam at t/02_stress.t line 1158. # ok 1639 ok 1640 ok 1641 ok 1642 - Died properly: Wam at t/02_stress.t line 1158. # ok 1643 - Died properly: Wam at t/02_stress.t line 1158. # ok 1644 ok 1645 ok 1646 ok 1647 - Died properly: Wam at t/02_stress.t line 1158. # ok 1648 - Died properly: Wam at t/02_stress.t line 1158. # ok 1649 ok 1650 ok 1651 ok 1652 - Died properly: Wam at t/02_stress.t line 1158. # ok 1653 - Died properly: Wam at t/02_stress.t line 1158. # ok 1654 ok 1655 ok 1656 ok 1657 - Died properly: Wam at t/02_stress.t line 1158. # ok 1658 - Died properly: Wam at t/02_stress.t line 1158. # ok 1659 ok 1660 ok 1661 ok 1662 - Died properly: Wam at t/02_stress.t line 1158. # ok 1663 - Died properly: Wam at t/02_stress.t line 1158. # ok 1664 ok 1665 ok 1666 ok 1667 - Died properly: Wam at t/02_stress.t line 1158. # ok 1668 - Died properly: Wam at t/02_stress.t line 1188. # ok 1669 ok 1670 ok 1671 ok 1672 - Died properly: Wam at t/02_stress.t line 1188. # ok 1673 - Died properly: Wam at t/02_stress.t line 1188. # ok 1674 ok 1675 ok 1676 ok 1677 - Died properly: Wam at t/02_stress.t line 1188. # ok 1678 - Died properly: Wam at t/02_stress.t line 1188. # ok 1679 ok 1680 ok 1681 ok 1682 - Died properly: Wam at t/02_stress.t line 1188. # ok 1683 - Died properly: Wam at t/02_stress.t line 1188. # ok 1684 ok 1685 ok 1686 ok 1687 - Died properly: Wam at t/02_stress.t line 1188. # ok 1688 - Died properly: Wam at t/02_stress.t line 1188. # ok 1689 ok 1690 ok 1691 ok 1692 - Died properly: Wam at t/02_stress.t line 1188. # ok 1693 - Died properly: Wam at t/02_stress.t line 1188. # ok 1694 ok 1695 ok 1696 ok 1697 - Died properly: Wam at t/02_stress.t line 1188. # ok 1698 - Died properly: Wam at t/02_stress.t line 1188. # ok 1699 ok 1700 ok 1701 ok 1702 - Died properly: Wam at t/02_stress.t line 1188. # ok 1703 - Died properly: Wam at t/02_stress.t line 1215. # ok 1704 ok 1705 ok 1706 ok 1707 - Died properly: Wam at t/02_stress.t line 1215. # ok 1708 - Died properly: Wam at t/02_stress.t line 1215. # ok 1709 ok 1710 ok 1711 ok 1712 - Died properly: Wam at t/02_stress.t line 1215. # ok 1713 - Died properly: Wam at t/02_stress.t line 1215. # ok 1714 ok 1715 ok 1716 ok 1717 - Died properly: Wam at t/02_stress.t line 1215. # ok 1718 - Died properly: Wam at t/02_stress.t line 1215. # ok 1719 ok 1720 ok 1721 ok 1722 - Died properly: Wam at t/02_stress.t line 1215. # ok 1723 - Died properly: Wam at t/02_stress.t line 1215. # ok 1724 ok 1725 ok 1726 ok 1727 - Died properly: Wam at t/02_stress.t line 1215. # ok 1728 - Died properly: Wam at t/02_stress.t line 1215. # ok 1729 ok 1730 ok 1731 ok 1732 - Died properly: Wam at t/02_stress.t line 1215. # ok 1733 ok 1734 - Died properly: Wam at t/02_stress.t line 1247. # ok 1735 ok 1736 ok 1737 - Died properly: Wam at t/02_stress.t line 1247. # ok 1738 ok 1739 - Died properly: Wam at t/02_stress.t line 1247. # ok 1740 ok 1741 ok 1742 - Died properly: Wam at t/02_stress.t line 1247. # ok 1743 ok 1744 - Died properly: Wam at t/02_stress.t line 1247. # ok 1745 ok 1746 ok 1747 - Died properly: Wam at t/02_stress.t line 1247. # ok 1748 ok 1749 - Died properly: Wam at t/02_stress.t line 1247. # ok 1750 ok 1751 ok 1752 - Died properly: Wam at t/02_stress.t line 1247. # ok 1753 ok 1754 - Died properly: Wam at t/02_stress.t line 1247. # ok 1755 ok 1756 ok 1757 - Died properly: Wam at t/02_stress.t line 1247. # ok 1758 ok 1759 - Died properly: Wam at t/02_stress.t line 1247. # ok 1760 ok 1761 ok 1762 - Died properly: Wam at t/02_stress.t line 1247. # ok 1763 ok 1764 - Died properly: Wam at t/02_stress.t line 1247. # ok 1765 ok 1766 ok 1767 - Died properly: Wam at t/02_stress.t line 1247. # ok 1768 ok 1769 ok 1770 ok 1771 - Died properly: Wam at t/02_stress.t line 1280. # ok 1772 ok 1773 ok 1774 - Died properly: Wam at t/02_stress.t line 1280. # ok 1775 ok 1776 - Died properly: Wam at t/02_stress.t line 1280. # ok 1777 ok 1778 ok 1779 - Died properly: Wam at t/02_stress.t line 1280. # ok 1780 ok 1781 - Died properly: Wam at t/02_stress.t line 1280. # ok 1782 ok 1783 ok 1784 - Died properly: Wam at t/02_stress.t line 1280. # ok 1785 ok 1786 - Died properly: Wam at t/02_stress.t line 1280. # ok 1787 ok 1788 ok 1789 - Died properly: Wam at t/02_stress.t line 1280. # ok 1790 ok 1791 - Died properly: Wam at t/02_stress.t line 1280. # ok 1792 ok 1793 ok 1794 - Died properly: Wam at t/02_stress.t line 1280. # ok 1795 ok 1796 - Died properly: Wam at t/02_stress.t line 1280. # ok 1797 ok 1798 ok 1799 - Died properly: Wam at t/02_stress.t line 1280. # ok 1800 ok 1801 - Died properly: Wam at t/02_stress.t line 1280. # ok 1802 ok 1803 ok 1804 - Died properly: Wam at t/02_stress.t line 1280. # ok 1805 ok 1806 - Died properly: Wam at t/02_stress.t line 1280. # ok 1807 ok 1808 ok 1809 - Died properly: Wam at t/02_stress.t line 1280. # ok 1810 ok 1811 ok 1812 ok 1813 - Died properly: Wam at t/02_stress.t line 1310. # ok 1814 ok 1815 ok 1816 - Died properly: Wam at t/02_stress.t line 1310. # ok 1817 ok 1818 - Died properly: Wam at t/02_stress.t line 1310. # ok 1819 ok 1820 ok 1821 - Died properly: Wam at t/02_stress.t line 1310. # ok 1822 ok 1823 - Died properly: Wam at t/02_stress.t line 1310. # ok 1824 ok 1825 ok 1826 - Died properly: Wam at t/02_stress.t line 1310. # ok 1827 ok 1828 - Died properly: Wam at t/02_stress.t line 1310. # ok 1829 ok 1830 ok 1831 - Died properly: Wam at t/02_stress.t line 1310. # ok 1832 ok 1833 - Died properly: Wam at t/02_stress.t line 1310. # ok 1834 ok 1835 ok 1836 - Died properly: Wam at t/02_stress.t line 1310. # ok 1837 ok 1838 - Died properly: Wam at t/02_stress.t line 1310. # ok 1839 ok 1840 ok 1841 - Died properly: Wam at t/02_stress.t line 1310. # ok 1842 ok 1843 - Died properly: Wam at t/02_stress.t line 1310. # ok 1844 ok 1845 ok 1846 - Died properly: Wam at t/02_stress.t line 1310. # ok 1847 ok 1848 ok 1849 ok 1850 - Died properly: Wam at t/02_stress.t line 1342. # ok 1851 ok 1852 ok 1853 - Died properly: Wam at t/02_stress.t line 1342. # ok 1854 ok 1855 - Died properly: Wam at t/02_stress.t line 1342. # ok 1856 ok 1857 ok 1858 - Died properly: Wam at t/02_stress.t line 1342. # ok 1859 ok 1860 - Died properly: Wam at t/02_stress.t line 1342. # ok 1861 ok 1862 ok 1863 - Died properly: Wam at t/02_stress.t line 1342. # ok 1864 ok 1865 - Died properly: Wam at t/02_stress.t line 1342. # ok 1866 ok 1867 ok 1868 - Died properly: Wam at t/02_stress.t line 1342. # ok 1869 ok 1870 - Died properly: Wam at t/02_stress.t line 1342. # ok 1871 ok 1872 ok 1873 - Died properly: Wam at t/02_stress.t line 1342. # ok 1874 ok 1875 - Died properly: Wam at t/02_stress.t line 1342. # ok 1876 ok 1877 ok 1878 - Died properly: Wam at t/02_stress.t line 1342. # ok 1879 ok 1880 - Died properly: Wam at t/02_stress.t line 1342. # ok 1881 ok 1882 ok 1883 - Died properly: Wam at t/02_stress.t line 1342. # ok 1884 ok 1885 ok 1886 - Died properly: Wam at t/02_stress.t line 1158. # ok 1887 ok 1888 ok 1889 ok 1890 - Died properly: Wam at t/02_stress.t line 1158. # ok 1891 - Died properly: Wam at t/02_stress.t line 1158. # ok 1892 ok 1893 ok 1894 ok 1895 - Died properly: Wam at t/02_stress.t line 1158. # ok 1896 - Died properly: Wam at t/02_stress.t line 1158. # ok 1897 ok 1898 ok 1899 ok 1900 - Died properly: Wam at t/02_stress.t line 1158. # ok 1901 - Died properly: Wam at t/02_stress.t line 1158. # ok 1902 ok 1903 ok 1904 ok 1905 - Died properly: Wam at t/02_stress.t line 1158. # ok 1906 - Died properly: Wam at t/02_stress.t line 1158. # ok 1907 ok 1908 ok 1909 ok 1910 - Died properly: Wam at t/02_stress.t line 1158. # ok 1911 - Died properly: Wam at t/02_stress.t line 1158. # ok 1912 ok 1913 ok 1914 ok 1915 - Died properly: Wam at t/02_stress.t line 1158. # ok 1916 - Died properly: Wam at t/02_stress.t line 1188. # ok 1917 ok 1918 ok 1919 ok 1920 - Died properly: Wam at t/02_stress.t line 1188. # ok 1921 - Died properly: Wam at t/02_stress.t line 1188. # ok 1922 ok 1923 ok 1924 ok 1925 - Died properly: Wam at t/02_stress.t line 1188. # ok 1926 - Died properly: Wam at t/02_stress.t line 1188. # ok 1927 ok 1928 ok 1929 ok 1930 - Died properly: Wam at t/02_stress.t line 1188. # ok 1931 - Died properly: Wam at t/02_stress.t line 1188. # ok 1932 ok 1933 ok 1934 ok 1935 - Died properly: Wam at t/02_stress.t line 1188. # ok 1936 - Died properly: Wam at t/02_stress.t line 1188. # ok 1937 ok 1938 ok 1939 ok 1940 - Died properly: Wam at t/02_stress.t line 1188. # ok 1941 - Died properly: Wam at t/02_stress.t line 1188. # ok 1942 ok 1943 ok 1944 ok 1945 - Died properly: Wam at t/02_stress.t line 1188. # ok 1946 - Died properly: Wam at t/02_stress.t line 1188. # ok 1947 ok 1948 ok 1949 ok 1950 - Died properly: Wam at t/02_stress.t line 1188. # ok 1951 - Died properly: Wam at t/02_stress.t line 1215. # ok 1952 ok 1953 ok 1954 ok 1955 - Died properly: Wam at t/02_stress.t line 1215. # ok 1956 - Died properly: Wam at t/02_stress.t line 1215. # ok 1957 ok 1958 ok 1959 ok 1960 - Died properly: Wam at t/02_stress.t line 1215. # ok 1961 - Died properly: Wam at t/02_stress.t line 1215. # ok 1962 ok 1963 ok 1964 ok 1965 - Died properly: Wam at t/02_stress.t line 1215. # ok 1966 - Died properly: Wam at t/02_stress.t line 1215. # ok 1967 ok 1968 ok 1969 ok 1970 - Died properly: Wam at t/02_stress.t line 1215. # ok 1971 - Died properly: Wam at t/02_stress.t line 1215. # ok 1972 ok 1973 ok 1974 ok 1975 - Died properly: Wam at t/02_stress.t line 1215. # ok 1976 - Died properly: Wam at t/02_stress.t line 1215. # ok 1977 ok 1978 ok 1979 ok 1980 - Died properly: Wam at t/02_stress.t line 1215. # ok 1981 ok 1982 - Died properly: Wam at t/02_stress.t line 1247. # ok 1983 ok 1984 ok 1985 - Died properly: Wam at t/02_stress.t line 1247. # ok 1986 ok 1987 - Died properly: Wam at t/02_stress.t line 1247. # ok 1988 ok 1989 ok 1990 - Died properly: Wam at t/02_stress.t line 1247. # ok 1991 ok 1992 - Died properly: Wam at t/02_stress.t line 1247. # ok 1993 ok 1994 ok 1995 - Died properly: Wam at t/02_stress.t line 1247. # ok 1996 ok 1997 - Died properly: Wam at t/02_stress.t line 1247. # ok 1998 ok 1999 ok 2000 - Died properly: Wam at t/02_stress.t line 1247. # ok 2001 ok 2002 - Died properly: Wam at t/02_stress.t line 1247. # ok 2003 ok 2004 ok 2005 - Died properly: Wam at t/02_stress.t line 1247. # ok 2006 ok 2007 - Died properly: Wam at t/02_stress.t line 1247. # ok 2008 ok 2009 ok 2010 - Died properly: Wam at t/02_stress.t line 1247. # ok 2011 ok 2012 - Died properly: Wam at t/02_stress.t line 1247. # ok 2013 ok 2014 ok 2015 - Died properly: Wam at t/02_stress.t line 1247. # ok 2016 ok 2017 ok 2018 ok 2019 - Died properly: Wam at t/02_stress.t line 1280. # ok 2020 ok 2021 ok 2022 - Died properly: Wam at t/02_stress.t line 1280. # ok 2023 ok 2024 - Died properly: Wam at t/02_stress.t line 1280. # ok 2025 ok 2026 ok 2027 - Died properly: Wam at t/02_stress.t line 1280. # ok 2028 ok 2029 - Died properly: Wam at t/02_stress.t line 1280. # ok 2030 ok 2031 ok 2032 - Died properly: Wam at t/02_stress.t line 1280. # ok 2033 ok 2034 - Died properly: Wam at t/02_stress.t line 1280. # ok 2035 ok 2036 ok 2037 - Died properly: Wam at t/02_stress.t line 1280. # ok 2038 ok 2039 - Died properly: Wam at t/02_stress.t line 1280. # ok 2040 ok 2041 ok 2042 - Died properly: Wam at t/02_stress.t line 1280. # ok 2043 ok 2044 - Died properly: Wam at t/02_stress.t line 1280. # ok 2045 ok 2046 ok 2047 - Died properly: Wam at t/02_stress.t line 1280. # ok 2048 ok 2049 - Died properly: Wam at t/02_stress.t line 1280. # ok 2050 ok 2051 ok 2052 - Died properly: Wam at t/02_stress.t line 1280. # ok 2053 ok 2054 - Died properly: Wam at t/02_stress.t line 1280. # ok 2055 ok 2056 ok 2057 - Died properly: Wam at t/02_stress.t line 1280. # ok 2058 ok 2059 ok 2060 ok 2061 - Died properly: Wam at t/02_stress.t line 1310. # ok 2062 ok 2063 ok 2064 - Died properly: Wam at t/02_stress.t line 1310. # ok 2065 ok 2066 - Died properly: Wam at t/02_stress.t line 1310. # ok 2067 ok 2068 ok 2069 - Died properly: Wam at t/02_stress.t line 1310. # ok 2070 ok 2071 - Died properly: Wam at t/02_stress.t line 1310. # ok 2072 ok 2073 ok 2074 - Died properly: Wam at t/02_stress.t line 1310. # ok 2075 ok 2076 - Died properly: Wam at t/02_stress.t line 1310. # ok 2077 ok 2078 ok 2079 - Died properly: Wam at t/02_stress.t line 1310. # ok 2080 ok 2081 - Died properly: Wam at t/02_stress.t line 1310. # ok 2082 ok 2083 ok 2084 - Died properly: Wam at t/02_stress.t line 1310. # ok 2085 ok 2086 - Died properly: Wam at t/02_stress.t line 1310. # ok 2087 ok 2088 ok 2089 - Died properly: Wam at t/02_stress.t line 1310. # ok 2090 ok 2091 - Died properly: Wam at t/02_stress.t line 1310. # ok 2092 ok 2093 ok 2094 - Died properly: Wam at t/02_stress.t line 1310. # ok 2095 ok 2096 ok 2097 ok 2098 - Died properly: Wam at t/02_stress.t line 1342. # ok 2099 ok 2100 ok 2101 - Died properly: Wam at t/02_stress.t line 1342. # ok 2102 ok 2103 - Died properly: Wam at t/02_stress.t line 1342. # ok 2104 ok 2105 ok 2106 - Died properly: Wam at t/02_stress.t line 1342. # ok 2107 ok 2108 - Died properly: Wam at t/02_stress.t line 1342. # ok 2109 ok 2110 ok 2111 - Died properly: Wam at t/02_stress.t line 1342. # ok 2112 ok 2113 - Died properly: Wam at t/02_stress.t line 1342. # ok 2114 ok 2115 ok 2116 - Died properly: Wam at t/02_stress.t line 1342. # ok 2117 ok 2118 - Died properly: Wam at t/02_stress.t line 1342. # ok 2119 ok 2120 ok 2121 - Died properly: Wam at t/02_stress.t line 1342. # ok 2122 ok 2123 - Died properly: Wam at t/02_stress.t line 1342. # ok 2124 ok 2125 ok 2126 - Died properly: Wam at t/02_stress.t line 1342. # ok 2127 ok 2128 - Died properly: Wam at t/02_stress.t line 1342. # ok 2129 ok 2130 ok 2131 - Died properly: Wam at t/02_stress.t line 1342. # ok 2132 ok 2133 ok 2134 - Died properly: Wam at t/02_stress.t line 1158. # ok 2135 ok 2136 ok 2137 ok 2138 - Died properly: Wam at t/02_stress.t line 1158. # ok 2139 - Died properly: Wam at t/02_stress.t line 1158. # ok 2140 ok 2141 ok 2142 ok 2143 - Died properly: Wam at t/02_stress.t line 1158. # ok 2144 - Died properly: Wam at t/02_stress.t line 1158. # ok 2145 ok 2146 ok 2147 ok 2148 - Died properly: Wam at t/02_stress.t line 1158. # ok 2149 - Died properly: Wam at t/02_stress.t line 1158. # ok 2150 ok 2151 ok 2152 ok 2153 - Died properly: Wam at t/02_stress.t line 1158. # ok 2154 - Died properly: Wam at t/02_stress.t line 1158. # ok 2155 ok 2156 ok 2157 ok 2158 - Died properly: Wam at t/02_stress.t line 1158. # ok 2159 - Died properly: Wam at t/02_stress.t line 1158. # ok 2160 ok 2161 ok 2162 ok 2163 - Died properly: Wam at t/02_stress.t line 1158. # ok 2164 - Died properly: Wam at t/02_stress.t line 1188. # ok 2165 ok 2166 ok 2167 ok 2168 - Died properly: Wam at t/02_stress.t line 1188. # ok 2169 - Died properly: Wam at t/02_stress.t line 1188. # ok 2170 ok 2171 ok 2172 ok 2173 - Died properly: Wam at t/02_stress.t line 1188. # ok 2174 - Died properly: Wam at t/02_stress.t line 1188. # ok 2175 ok 2176 ok 2177 ok 2178 - Died properly: Wam at t/02_stress.t line 1188. # ok 2179 - Died properly: Wam at t/02_stress.t line 1188. # ok 2180 ok 2181 ok 2182 ok 2183 - Died properly: Wam at t/02_stress.t line 1188. # ok 2184 - Died properly: Wam at t/02_stress.t line 1188. # ok 2185 ok 2186 ok 2187 ok 2188 - Died properly: Wam at t/02_stress.t line 1188. # ok 2189 - Died properly: Wam at t/02_stress.t line 1188. # ok 2190 ok 2191 ok 2192 ok 2193 - Died properly: Wam at t/02_stress.t line 1188. # ok 2194 - Died properly: Wam at t/02_stress.t line 1188. # ok 2195 ok 2196 ok 2197 ok 2198 - Died properly: Wam at t/02_stress.t line 1188. # ok 2199 - Died properly: Wam at t/02_stress.t line 1215. # ok 2200 ok 2201 ok 2202 ok 2203 - Died properly: Wam at t/02_stress.t line 1215. # ok 2204 - Died properly: Wam at t/02_stress.t line 1215. # ok 2205 ok 2206 ok 2207 ok 2208 - Died properly: Wam at t/02_stress.t line 1215. # ok 2209 - Died properly: Wam at t/02_stress.t line 1215. # ok 2210 ok 2211 ok 2212 ok 2213 - Died properly: Wam at t/02_stress.t line 1215. # ok 2214 - Died properly: Wam at t/02_stress.t line 1215. # ok 2215 ok 2216 ok 2217 ok 2218 - Died properly: Wam at t/02_stress.t line 1215. # ok 2219 - Died properly: Wam at t/02_stress.t line 1215. # ok 2220 ok 2221 ok 2222 ok 2223 - Died properly: Wam at t/02_stress.t line 1215. # ok 2224 - Died properly: Wam at t/02_stress.t line 1215. # ok 2225 ok 2226 ok 2227 ok 2228 - Died properly: Wam at t/02_stress.t line 1215. # ok 2229 ok 2230 - Died properly: Wam at t/02_stress.t line 1247. # ok 2231 ok 2232 ok 2233 - Died properly: Wam at t/02_stress.t line 1247. # ok 2234 ok 2235 - Died properly: Wam at t/02_stress.t line 1247. # ok 2236 ok 2237 ok 2238 - Died properly: Wam at t/02_stress.t line 1247. # ok 2239 ok 2240 - Died properly: Wam at t/02_stress.t line 1247. # ok 2241 ok 2242 ok 2243 - Died properly: Wam at t/02_stress.t line 1247. # ok 2244 ok 2245 - Died properly: Wam at t/02_stress.t line 1247. # ok 2246 ok 2247 ok 2248 - Died properly: Wam at t/02_stress.t line 1247. # ok 2249 ok 2250 - Died properly: Wam at t/02_stress.t line 1247. # ok 2251 ok 2252 ok 2253 - Died properly: Wam at t/02_stress.t line 1247. # ok 2254 ok 2255 - Died properly: Wam at t/02_stress.t line 1247. # ok 2256 ok 2257 ok 2258 - Died properly: Wam at t/02_stress.t line 1247. # ok 2259 ok 2260 - Died properly: Wam at t/02_stress.t line 1247. # ok 2261 ok 2262 ok 2263 - Died properly: Wam at t/02_stress.t line 1247. # ok 2264 ok 2265 ok 2266 ok 2267 - Died properly: Wam at t/02_stress.t line 1280. # ok 2268 ok 2269 ok 2270 - Died properly: Wam at t/02_stress.t line 1280. # ok 2271 ok 2272 - Died properly: Wam at t/02_stress.t line 1280. # ok 2273 ok 2274 ok 2275 - Died properly: Wam at t/02_stress.t line 1280. # ok 2276 ok 2277 - Died properly: Wam at t/02_stress.t line 1280. # ok 2278 ok 2279 ok 2280 - Died properly: Wam at t/02_stress.t line 1280. # ok 2281 ok 2282 - Died properly: Wam at t/02_stress.t line 1280. # ok 2283 ok 2284 ok 2285 - Died properly: Wam at t/02_stress.t line 1280. # ok 2286 ok 2287 - Died properly: Wam at t/02_stress.t line 1280. # ok 2288 ok 2289 ok 2290 - Died properly: Wam at t/02_stress.t line 1280. # ok 2291 ok 2292 - Died properly: Wam at t/02_stress.t line 1280. # ok 2293 ok 2294 ok 2295 - Died properly: Wam at t/02_stress.t line 1280. # ok 2296 ok 2297 - Died properly: Wam at t/02_stress.t line 1280. # ok 2298 ok 2299 ok 2300 - Died properly: Wam at t/02_stress.t line 1280. # ok 2301 ok 2302 - Died properly: Wam at t/02_stress.t line 1280. # ok 2303 ok 2304 ok 2305 - Died properly: Wam at t/02_stress.t line 1280. # ok 2306 ok 2307 ok 2308 ok 2309 - Died properly: Wam at t/02_stress.t line 1310. # ok 2310 ok 2311 ok 2312 - Died properly: Wam at t/02_stress.t line 1310. # ok 2313 ok 2314 - Died properly: Wam at t/02_stress.t line 1310. # ok 2315 ok 2316 ok 2317 - Died properly: Wam at t/02_stress.t line 1310. # ok 2318 ok 2319 - Died properly: Wam at t/02_stress.t line 1310. # ok 2320 ok 2321 ok 2322 - Died properly: Wam at t/02_stress.t line 1310. # ok 2323 ok 2324 - Died properly: Wam at t/02_stress.t line 1310. # ok 2325 ok 2326 ok 2327 - Died properly: Wam at t/02_stress.t line 1310. # ok 2328 ok 2329 - Died properly: Wam at t/02_stress.t line 1310. # ok 2330 ok 2331 ok 2332 - Died properly: Wam at t/02_stress.t line 1310. # ok 2333 ok 2334 - Died properly: Wam at t/02_stress.t line 1310. # ok 2335 ok 2336 ok 2337 - Died properly: Wam at t/02_stress.t line 1310. # ok 2338 ok 2339 - Died properly: Wam at t/02_stress.t line 1310. # ok 2340 ok 2341 ok 2342 - Died properly: Wam at t/02_stress.t line 1310. # ok 2343 ok 2344 ok 2345 ok 2346 - Died properly: Wam at t/02_stress.t line 1342. # ok 2347 ok 2348 ok 2349 - Died properly: Wam at t/02_stress.t line 1342. # ok 2350 ok 2351 - Died properly: Wam at t/02_stress.t line 1342. # ok 2352 ok 2353 ok 2354 - Died properly: Wam at t/02_stress.t line 1342. # ok 2355 ok 2356 - Died properly: Wam at t/02_stress.t line 1342. # ok 2357 ok 2358 ok 2359 - Died properly: Wam at t/02_stress.t line 1342. # ok 2360 ok 2361 - Died properly: Wam at t/02_stress.t line 1342. # ok 2362 ok 2363 ok 2364 - Died properly: Wam at t/02_stress.t line 1342. # ok 2365 ok 2366 - Died properly: Wam at t/02_stress.t line 1342. # ok 2367 ok 2368 ok 2369 - Died properly: Wam at t/02_stress.t line 1342. # ok 2370 ok 2371 - Died properly: Wam at t/02_stress.t line 1342. # ok 2372 ok 2373 ok 2374 - Died properly: Wam at t/02_stress.t line 1342. # ok 2375 ok 2376 - Died properly: Wam at t/02_stress.t line 1342. # ok 2377 ok 2378 ok 2379 - Died properly: Wam at t/02_stress.t line 1342. # ok 2380 ok 2381 ok 2382 - Died properly: Wam at t/02_stress.t line 1158. # ok 2383 ok 2384 ok 2385 ok 2386 - Died properly: Wam at t/02_stress.t line 1158. # ok 2387 - Died properly: Wam at t/02_stress.t line 1158. # ok 2388 ok 2389 ok 2390 ok 2391 - Died properly: Wam at t/02_stress.t line 1158. # ok 2392 - Died properly: Wam at t/02_stress.t line 1158. # ok 2393 ok 2394 ok 2395 ok 2396 - Died properly: Wam at t/02_stress.t line 1158. # ok 2397 - Died properly: Wam at t/02_stress.t line 1158. # ok 2398 ok 2399 ok 2400 ok 2401 - Died properly: Wam at t/02_stress.t line 1158. # ok 2402 - Died properly: Wam at t/02_stress.t line 1158. # ok 2403 ok 2404 ok 2405 ok 2406 - Died properly: Wam at t/02_stress.t line 1158. # ok 2407 - Died properly: Wam at t/02_stress.t line 1188. # ok 2408 ok 2409 ok 2410 ok 2411 - Died properly: Wam at t/02_stress.t line 1188. # ok 2412 - Died properly: Wam at t/02_stress.t line 1188. # ok 2413 ok 2414 ok 2415 ok 2416 - Died properly: Wam at t/02_stress.t line 1188. # ok 2417 - Died properly: Wam at t/02_stress.t line 1188. # ok 2418 ok 2419 ok 2420 ok 2421 - Died properly: Wam at t/02_stress.t line 1188. # ok 2422 - Died properly: Wam at t/02_stress.t line 1188. # ok 2423 ok 2424 ok 2425 ok 2426 - Died properly: Wam at t/02_stress.t line 1188. # ok 2427 - Died properly: Wam at t/02_stress.t line 1188. # ok 2428 ok 2429 ok 2430 ok 2431 - Died properly: Wam at t/02_stress.t line 1188. # ok 2432 - Died properly: Wam at t/02_stress.t line 1188. # ok 2433 ok 2434 ok 2435 ok 2436 - Died properly: Wam at t/02_stress.t line 1188. # ok 2437 - Died properly: Wam at t/02_stress.t line 1215. # ok 2438 ok 2439 ok 2440 ok 2441 - Died properly: Wam at t/02_stress.t line 1215. # ok 2442 - Died properly: Wam at t/02_stress.t line 1215. # ok 2443 ok 2444 ok 2445 ok 2446 - Died properly: Wam at t/02_stress.t line 1215. # ok 2447 - Died properly: Wam at t/02_stress.t line 1215. # ok 2448 ok 2449 ok 2450 ok 2451 - Died properly: Wam at t/02_stress.t line 1215. # ok 2452 - Died properly: Wam at t/02_stress.t line 1215. # ok 2453 ok 2454 ok 2455 ok 2456 - Died properly: Wam at t/02_stress.t line 1215. # ok 2457 - Died properly: Wam at t/02_stress.t line 1215. # ok 2458 ok 2459 ok 2460 ok 2461 - Died properly: Wam at t/02_stress.t line 1215. # ok 2462 ok 2463 - Died properly: Wam at t/02_stress.t line 1247. # ok 2464 ok 2465 ok 2466 - Died properly: Wam at t/02_stress.t line 1247. # ok 2467 ok 2468 - Died properly: Wam at t/02_stress.t line 1247. # ok 2469 ok 2470 ok 2471 - Died properly: Wam at t/02_stress.t line 1247. # ok 2472 ok 2473 - Died properly: Wam at t/02_stress.t line 1247. # ok 2474 ok 2475 ok 2476 - Died properly: Wam at t/02_stress.t line 1247. # ok 2477 ok 2478 - Died properly: Wam at t/02_stress.t line 1247. # ok 2479 ok 2480 ok 2481 - Died properly: Wam at t/02_stress.t line 1247. # ok 2482 ok 2483 - Died properly: Wam at t/02_stress.t line 1247. # ok 2484 ok 2485 ok 2486 - Died properly: Wam at t/02_stress.t line 1247. # ok 2487 ok 2488 - Died properly: Wam at t/02_stress.t line 1247. # ok 2489 ok 2490 ok 2491 - Died properly: Wam at t/02_stress.t line 1247. # ok 2492 ok 2493 ok 2494 ok 2495 - Died properly: Wam at t/02_stress.t line 1280. # ok 2496 ok 2497 ok 2498 - Died properly: Wam at t/02_stress.t line 1280. # ok 2499 ok 2500 - Died properly: Wam at t/02_stress.t line 1280. # ok 2501 ok 2502 ok 2503 - Died properly: Wam at t/02_stress.t line 1280. # ok 2504 ok 2505 - Died properly: Wam at t/02_stress.t line 1280. # ok 2506 ok 2507 ok 2508 - Died properly: Wam at t/02_stress.t line 1280. # ok 2509 ok 2510 - Died properly: Wam at t/02_stress.t line 1280. # ok 2511 ok 2512 ok 2513 - Died properly: Wam at t/02_stress.t line 1280. # ok 2514 ok 2515 - Died properly: Wam at t/02_stress.t line 1280. # ok 2516 ok 2517 ok 2518 - Died properly: Wam at t/02_stress.t line 1280. # ok 2519 ok 2520 - Died properly: Wam at t/02_stress.t line 1280. # ok 2521 ok 2522 ok 2523 - Died properly: Wam at t/02_stress.t line 1280. # ok 2524 ok 2525 - Died properly: Wam at t/02_stress.t line 1280. # ok 2526 ok 2527 ok 2528 - Died properly: Wam at t/02_stress.t line 1280. # ok 2529 ok 2530 ok 2531 ok 2532 - Died properly: Wam at t/02_stress.t line 1310. # ok 2533 ok 2534 ok 2535 - Died properly: Wam at t/02_stress.t line 1310. # ok 2536 ok 2537 - Died properly: Wam at t/02_stress.t line 1310. # ok 2538 ok 2539 ok 2540 - Died properly: Wam at t/02_stress.t line 1310. # ok 2541 ok 2542 - Died properly: Wam at t/02_stress.t line 1310. # ok 2543 ok 2544 ok 2545 - Died properly: Wam at t/02_stress.t line 1310. # ok 2546 ok 2547 - Died properly: Wam at t/02_stress.t line 1310. # ok 2548 ok 2549 ok 2550 - Died properly: Wam at t/02_stress.t line 1310. # ok 2551 ok 2552 - Died properly: Wam at t/02_stress.t line 1310. # ok 2553 ok 2554 ok 2555 - Died properly: Wam at t/02_stress.t line 1310. # ok 2556 ok 2557 - Died properly: Wam at t/02_stress.t line 1310. # ok 2558 ok 2559 ok 2560 - Died properly: Wam at t/02_stress.t line 1310. # ok 2561 ok 2562 ok 2563 ok 2564 - Died properly: Wam at t/02_stress.t line 1342. # ok 2565 ok 2566 ok 2567 - Died properly: Wam at t/02_stress.t line 1342. # ok 2568 ok 2569 - Died properly: Wam at t/02_stress.t line 1342. # ok 2570 ok 2571 ok 2572 - Died properly: Wam at t/02_stress.t line 1342. # ok 2573 ok 2574 - Died properly: Wam at t/02_stress.t line 1342. # ok 2575 ok 2576 ok 2577 - Died properly: Wam at t/02_stress.t line 1342. # ok 2578 ok 2579 - Died properly: Wam at t/02_stress.t line 1342. # ok 2580 ok 2581 ok 2582 - Died properly: Wam at t/02_stress.t line 1342. # ok 2583 ok 2584 - Died properly: Wam at t/02_stress.t line 1342. # ok 2585 ok 2586 ok 2587 - Died properly: Wam at t/02_stress.t line 1342. # ok 2588 ok 2589 - Died properly: Wam at t/02_stress.t line 1342. # ok 2590 ok 2591 ok 2592 - Died properly: Wam at t/02_stress.t line 1342. # ok 2593 ok 2594 ok 2595 - Died properly: Wam at t/02_stress.t line 1158. # ok 2596 ok 2597 ok 2598 ok 2599 - Died properly: Wam at t/02_stress.t line 1158. # ok 2600 - Died properly: Wam at t/02_stress.t line 1158. # ok 2601 ok 2602 ok 2603 ok 2604 - Died properly: Wam at t/02_stress.t line 1158. # ok 2605 - Died properly: Wam at t/02_stress.t line 1158. # ok 2606 ok 2607 ok 2608 ok 2609 - Died properly: Wam at t/02_stress.t line 1158. # ok 2610 - Died properly: Wam at t/02_stress.t line 1158. # ok 2611 ok 2612 ok 2613 ok 2614 - Died properly: Wam at t/02_stress.t line 1158. # ok 2615 - Died properly: Wam at t/02_stress.t line 1158. # ok 2616 ok 2617 ok 2618 ok 2619 - Died properly: Wam at t/02_stress.t line 1158. # ok 2620 - Died properly: Wam at t/02_stress.t line 1188. # ok 2621 ok 2622 ok 2623 ok 2624 - Died properly: Wam at t/02_stress.t line 1188. # ok 2625 - Died properly: Wam at t/02_stress.t line 1188. # ok 2626 ok 2627 ok 2628 ok 2629 - Died properly: Wam at t/02_stress.t line 1188. # ok 2630 - Died properly: Wam at t/02_stress.t line 1188. # ok 2631 ok 2632 ok 2633 ok 2634 - Died properly: Wam at t/02_stress.t line 1188. # ok 2635 - Died properly: Wam at t/02_stress.t line 1188. # ok 2636 ok 2637 ok 2638 ok 2639 - Died properly: Wam at t/02_stress.t line 1188. # ok 2640 - Died properly: Wam at t/02_stress.t line 1188. # ok 2641 ok 2642 ok 2643 ok 2644 - Died properly: Wam at t/02_stress.t line 1188. # ok 2645 - Died properly: Wam at t/02_stress.t line 1188. # ok 2646 ok 2647 ok 2648 ok 2649 - Died properly: Wam at t/02_stress.t line 1188. # ok 2650 - Died properly: Wam at t/02_stress.t line 1215. # ok 2651 ok 2652 ok 2653 ok 2654 - Died properly: Wam at t/02_stress.t line 1215. # ok 2655 - Died properly: Wam at t/02_stress.t line 1215. # ok 2656 ok 2657 ok 2658 ok 2659 - Died properly: Wam at t/02_stress.t line 1215. # ok 2660 - Died properly: Wam at t/02_stress.t line 1215. # ok 2661 ok 2662 ok 2663 ok 2664 - Died properly: Wam at t/02_stress.t line 1215. # ok 2665 - Died properly: Wam at t/02_stress.t line 1215. # ok 2666 ok 2667 ok 2668 ok 2669 - Died properly: Wam at t/02_stress.t line 1215. # ok 2670 - Died properly: Wam at t/02_stress.t line 1215. # ok 2671 ok 2672 ok 2673 ok 2674 - Died properly: Wam at t/02_stress.t line 1215. # ok 2675 - Proper error message Waf1 at t/02_stress.t line 1375. # ok 2676 ok 2677 ok 2678 ok 2679 ok 2680 ok 2681 - Start empty ok 2682 ok 2683 ok 2684 ok 2685 ok 2686 - There are no values ok 2687 - There are no keys ok 2688 - Expected order ok 2689 - Expected order ok 2690 - Expected element type ok 2691 - Expected element type ok 2692 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 2693 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 2694 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 2695 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 2696 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 2697 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 2698 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 2699 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 2700 - proper infinity ok 2701 - proper infinity ok 2702 - Count is number of inserts ok 2703 - There are 9 values ok 2704 - There are 9 keys ok 2705 - keys and values have compatible order ok 2706 ok 2707 - Count lowered by extracts ok 2708 - 2 values left ok 2709 - Empty after clear ok 2710 - Double clear works ok 2711 - Empty after extract_all ok 2712 - extract_top on empty heap dies ok 2713 - extract_top on empty heap dies ok 2714 - extract_min on empty heap dies ok 2715 - extract_min on empty heap dies ok 2716 - extract first on empty returns undef ok 2717 - extract first on empty returns no values ok 2718 - top on empty heap dies ok 2719 - top on empty heap dies ok 2720 - undefined first on empty heap ok 2721 - No first key in list context ok 2722 - Return infinity on empty ok 2723 - Return infinity on empty in list context ok 2724 - Return infinity on empty ok 2725 - Return infinity on empty in list context ok 2726 - undef first_key ok 2727 - Empty list from first_key ok 2728 - There are no values ok 2729 - There are no keys ok 2730 - There are no values ok 2731 - Scalar is simple ok 2732 - Scalars aren't wrapped ok 2733 - Scalars aren't wrapped ok 2734 ok 2735 ok 2736 ok 2737 ok 2738 - Use value itself as key ok 2739 - Use value itself as key ok 2740 - Is also the effective key ok 2741 - Is also the effective key ok 2742 - Is also the effective key ok 2743 - Is also the effective key ok 2744 - Is also the effective key ok 2745 - Is also the effective key ok 2746 - Is also the effective key ok 2747 ok 2748 ok 2749 ok 2750 ok 2751 ok 2752 ok 2753 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 2754 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 2755 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 2756 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 2757 - user_data survived everything ok 2758 - user_data in list context too ok 2759 - Combined get/set ok 2760 ok 2761 - The object isa Canary ok 2762 ok 2763 ok 2764 ok 2765 ok 2766 - infinity survived everything ok 2767 - infinity in list context too ok 2768 - Combined get/set ok 2769 ok 2770 - The object isa Canary ok 2771 ok 2772 ok 2773 ok 2774 ok 2775 ok 2776 ok 2777 - Default userdata is undef ok 2778 - Default userdata is undef ok 2779 - return set infinity ok 2780 - The object isa Canary ok 2781 - return set infinity, even in list context ok 2782 - The object isa Canary ok 2783 - top_key on empty heap returns set infinity ok 2784 - The object isa Canary ok 2785 - top_key on empty heap returns set infinity, even in list context ok 2786 - The object isa Canary ok 2787 - min_key on empty heap returns set infinity ok 2788 - The object isa Canary ok 2789 - min_key on empty heap returns set infinity, even in list context ok 2790 - The object isa Canary ok 2791 ok 2792 ok 2793 ok 2794 ok 2795 ok 2796 ok 2797 ok 2798 - proper error message: Self absorption at t/02_stress.t line 811. # ok 2799 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 2800 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 2801 ok 2802 ok 2803 ok 2804 ok 2805 ok 2806 ok 2807 ok 2808 ok 2809 ok 2810 ok 2811 ok 2812 ok 2813 ok 2814 ok 2815 - order: <, elements: Scalar, dirty: 0 ok 2816 ok 2817 ok 2818 ok 2819 - Start empty ok 2820 ok 2821 ok 2822 ok 2823 ok 2824 - There are no values ok 2825 - There are no keys ok 2826 - Expected order ok 2827 - Expected order ok 2828 - Expected element type ok 2829 - Expected element type ok 2830 ok 2831 ok 2832 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 2833 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 2834 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 2835 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 2836 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 2837 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 2838 - proper infinity ok 2839 - proper infinity ok 2840 - Count is number of inserts ok 2841 - There are 9 values ok 2842 - There are 9 keys ok 2843 - keys and values have compatible order ok 2844 ok 2845 - Count lowered by extracts ok 2846 - 2 values left ok 2847 - Empty after clear ok 2848 - Double clear works ok 2849 - Empty after extract_all ok 2850 - extract_top on empty heap dies ok 2851 - extract_top on empty heap dies ok 2852 - extract_min on empty heap dies ok 2853 - extract_min on empty heap dies ok 2854 - extract first on empty returns undef ok 2855 - extract first on empty returns no values ok 2856 - top on empty heap dies ok 2857 - top on empty heap dies ok 2858 - undefined first on empty heap ok 2859 - No first key in list context ok 2860 - Return infinity on empty ok 2861 - Return infinity on empty in list context ok 2862 - Return infinity on empty ok 2863 - Return infinity on empty in list context ok 2864 - undef first_key ok 2865 - Empty list from first_key ok 2866 - There are no values ok 2867 - There are no keys ok 2868 - There are no values ok 2869 - The object isa Canary ok 2870 ok 2871 - Arrays aren't wrapped ok 2872 - Arrays aren't wrapped ok 2873 ok 2874 ok 2875 ok 2876 ok 2877 - Use value itself as key ok 2878 - Use value itself as key ok 2879 - Is also the effective key ok 2880 - Is also the effective key ok 2881 - Is also the effective key ok 2882 - Is also the effective key ok 2883 - Is also the effective key ok 2884 - Is also the effective key ok 2885 - Is also the effective key ok 2886 ok 2887 ok 2888 ok 2889 ok 2890 ok 2891 ok 2892 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 2893 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 2894 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 2895 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 2896 - user_data survived everything ok 2897 - user_data in list context too ok 2898 - Combined get/set ok 2899 ok 2900 - The object isa Canary ok 2901 ok 2902 ok 2903 ok 2904 ok 2905 - infinity survived everything ok 2906 - infinity in list context too ok 2907 - Combined get/set ok 2908 ok 2909 - The object isa Canary ok 2910 ok 2911 ok 2912 ok 2913 ok 2914 ok 2915 ok 2916 - Default userdata is undef ok 2917 - Default userdata is undef ok 2918 - return set infinity ok 2919 - The object isa Canary ok 2920 - return set infinity, even in list context ok 2921 - The object isa Canary ok 2922 - top_key on empty heap returns set infinity ok 2923 - The object isa Canary ok 2924 - top_key on empty heap returns set infinity, even in list context ok 2925 - The object isa Canary ok 2926 - min_key on empty heap returns set infinity ok 2927 - The object isa Canary ok 2928 - min_key on empty heap returns set infinity, even in list context ok 2929 - The object isa Canary ok 2930 ok 2931 ok 2932 ok 2933 ok 2934 ok 2935 ok 2936 ok 2937 - proper error message: Self absorption at t/02_stress.t line 811. # ok 2938 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 2939 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 2940 ok 2941 ok 2942 ok 2943 ok 2944 ok 2945 ok 2946 ok 2947 ok 2948 ok 2949 ok 2950 ok 2951 ok 2952 ok 2953 ok 2954 - order: <, elements: Array 1, dirty: 0 ok 2955 ok 2956 ok 2957 ok 2958 - Start empty ok 2959 ok 2960 ok 2961 ok 2962 ok 2963 - There are no values ok 2964 - There are no keys ok 2965 - Expected order ok 2966 - Expected order ok 2967 - Expected element type ok 2968 - Expected element type ok 2969 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 2970 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 2971 ok 2972 ok 2973 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 2974 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 2975 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 2976 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 2977 - proper infinity ok 2978 - proper infinity ok 2979 - Count is number of inserts ok 2980 - There are 9 values ok 2981 - There are 9 keys ok 2982 - keys and values have compatible order ok 2983 ok 2984 - Count lowered by extracts ok 2985 - 2 values left ok 2986 - Empty after clear ok 2987 - Double clear works ok 2988 - Empty after extract_all ok 2989 - extract_top on empty heap dies ok 2990 - extract_top on empty heap dies ok 2991 - extract_min on empty heap dies ok 2992 - extract_min on empty heap dies ok 2993 - extract first on empty returns undef ok 2994 - extract first on empty returns no values ok 2995 - top on empty heap dies ok 2996 - top on empty heap dies ok 2997 - undefined first on empty heap ok 2998 - No first key in list context ok 2999 - Return infinity on empty ok 3000 - Return infinity on empty in list context ok 3001 - Return infinity on empty ok 3002 - Return infinity on empty in list context ok 3003 - undef first_key ok 3004 - Empty list from first_key ok 3005 - There are no values ok 3006 - There are no keys ok 3007 - There are no values ok 3008 - The object isa Canary ok 3009 ok 3010 - Hashes aren't wrapped ok 3011 - Hashes aren't wrapped ok 3012 ok 3013 ok 3014 ok 3015 ok 3016 - Use value itself as key ok 3017 - Use value itself as key ok 3018 - Is also the effective key ok 3019 - Is also the effective key ok 3020 - Is also the effective key ok 3021 - Is also the effective key ok 3022 - Is also the effective key ok 3023 - Is also the effective key ok 3024 - Is also the effective key ok 3025 ok 3026 ok 3027 ok 3028 ok 3029 ok 3030 ok 3031 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3032 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3033 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 3034 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 3035 - user_data survived everything ok 3036 - user_data in list context too ok 3037 - Combined get/set ok 3038 ok 3039 - The object isa Canary ok 3040 ok 3041 ok 3042 ok 3043 ok 3044 - infinity survived everything ok 3045 - infinity in list context too ok 3046 - Combined get/set ok 3047 ok 3048 - The object isa Canary ok 3049 ok 3050 ok 3051 ok 3052 ok 3053 ok 3054 ok 3055 - Default userdata is undef ok 3056 - Default userdata is undef ok 3057 - return set infinity ok 3058 - The object isa Canary ok 3059 - return set infinity, even in list context ok 3060 - The object isa Canary ok 3061 - top_key on empty heap returns set infinity ok 3062 - The object isa Canary ok 3063 - top_key on empty heap returns set infinity, even in list context ok 3064 - The object isa Canary ok 3065 - min_key on empty heap returns set infinity ok 3066 - The object isa Canary ok 3067 - min_key on empty heap returns set infinity, even in list context ok 3068 - The object isa Canary ok 3069 ok 3070 ok 3071 ok 3072 ok 3073 ok 3074 ok 3075 ok 3076 - proper error message: Self absorption at t/02_stress.t line 811. # ok 3077 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3078 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 3079 ok 3080 ok 3081 ok 3082 ok 3083 ok 3084 ok 3085 ok 3086 ok 3087 ok 3088 ok 3089 ok 3090 ok 3091 ok 3092 ok 3093 - order: <, elements: Hash foo, dirty: 0 ok 3094 ok 3095 ok 3096 ok 3097 - Start empty ok 3098 ok 3099 ok 3100 ok 3101 ok 3102 - There are no values ok 3103 - There are no keys ok 3104 - Expected order ok 3105 - Expected order ok 3106 - Expected element type ok 3107 - Expected element type ok 3108 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 3109 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 3110 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 3111 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 3112 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 3113 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 3114 ok 3115 ok 3116 - proper infinity ok 3117 - proper infinity ok 3118 - Count is number of inserts ok 3119 - There are 9 values ok 3120 - There are 9 keys ok 3121 - keys and values have compatible order ok 3122 ok 3123 - Count lowered by extracts ok 3124 - 2 values left ok 3125 - Empty after clear ok 3126 - Double clear works ok 3127 - Empty after extract_all ok 3128 - extract_top on empty heap dies ok 3129 - extract_top on empty heap dies ok 3130 - extract_min on empty heap dies ok 3131 - extract_min on empty heap dies ok 3132 - extract first on empty returns undef ok 3133 - extract first on empty returns no values ok 3134 - top on empty heap dies ok 3135 - top on empty heap dies ok 3136 - undefined first on empty heap ok 3137 - No first key in list context ok 3138 - Return infinity on empty ok 3139 - Return infinity on empty in list context ok 3140 - Return infinity on empty ok 3141 - Return infinity on empty in list context ok 3142 - undef first_key ok 3143 - Empty list from first_key ok 3144 - There are no values ok 3145 - There are no keys ok 3146 - There are no values ok 3147 - The object isa Canary ok 3148 ok 3149 - Functions/Methods aren't wrapped ok 3150 - Functions/Methods aren't wrapped ok 3151 ok 3152 ok 3153 ok 3154 ok 3155 - Use value itself as key ok 3156 - Use value itself as key ok 3157 - Is also the effective key ok 3158 - Is also the effective key ok 3159 - Is also the effective key ok 3160 - Is also the effective key ok 3161 - Is also the effective key ok 3162 - Is also the effective key ok 3163 - Is also the effective key ok 3164 ok 3165 ok 3166 ok 3167 ok 3168 ok 3169 ok 3170 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3171 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3172 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 3173 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 3174 - user_data survived everything ok 3175 - user_data in list context too ok 3176 - Combined get/set ok 3177 ok 3178 - The object isa Canary ok 3179 ok 3180 ok 3181 ok 3182 ok 3183 - infinity survived everything ok 3184 - infinity in list context too ok 3185 - Combined get/set ok 3186 ok 3187 - The object isa Canary ok 3188 ok 3189 ok 3190 ok 3191 ok 3192 ok 3193 ok 3194 - Default userdata is undef ok 3195 - Default userdata is undef ok 3196 - return set infinity ok 3197 - The object isa Canary ok 3198 - return set infinity, even in list context ok 3199 - The object isa Canary ok 3200 - top_key on empty heap returns set infinity ok 3201 - The object isa Canary ok 3202 - top_key on empty heap returns set infinity, even in list context ok 3203 - The object isa Canary ok 3204 - min_key on empty heap returns set infinity ok 3205 - The object isa Canary ok 3206 - min_key on empty heap returns set infinity, even in list context ok 3207 - The object isa Canary ok 3208 ok 3209 ok 3210 ok 3211 ok 3212 ok 3213 ok 3214 ok 3215 - proper error message: Self absorption at t/02_stress.t line 811. # ok 3216 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3217 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 3218 ok 3219 ok 3220 ok 3221 ok 3222 ok 3223 ok 3224 ok 3225 ok 3226 ok 3227 ok 3228 ok 3229 ok 3230 ok 3231 ok 3232 - order: <, elements: Function CODE(0x1eed3e4), dirty: 0 ok 3233 ok 3234 ok 3235 ok 3236 - Start empty ok 3237 ok 3238 ok 3239 ok 3240 ok 3241 - There are no values ok 3242 - There are no keys ok 3243 - Expected order ok 3244 - Expected order ok 3245 - Expected element type ok 3246 - Expected element type ok 3247 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 3248 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 3249 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 3250 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 3251 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 3252 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 3253 ok 3254 ok 3255 - proper infinity ok 3256 - proper infinity ok 3257 - Count is number of inserts ok 3258 - There are 9 values ok 3259 - There are 9 keys ok 3260 - keys and values have compatible order ok 3261 ok 3262 - Count lowered by extracts ok 3263 - 2 values left ok 3264 - Empty after clear ok 3265 - Double clear works ok 3266 - Empty after extract_all ok 3267 - extract_top on empty heap dies ok 3268 - extract_top on empty heap dies ok 3269 - extract_min on empty heap dies ok 3270 - extract_min on empty heap dies ok 3271 - extract first on empty returns undef ok 3272 - extract first on empty returns no values ok 3273 - top on empty heap dies ok 3274 - top on empty heap dies ok 3275 - undefined first on empty heap ok 3276 - No first key in list context ok 3277 - Return infinity on empty ok 3278 - Return infinity on empty in list context ok 3279 - Return infinity on empty ok 3280 - Return infinity on empty in list context ok 3281 - undef first_key ok 3282 - Empty list from first_key ok 3283 - There are no values ok 3284 - There are no keys ok 3285 - There are no values ok 3286 - The object isa Canary ok 3287 ok 3288 - Any/Objects aren't wrapped ok 3289 - Any/Objects aren't wrapped ok 3290 ok 3291 ok 3292 ok 3293 ok 3294 - Use value itself as key ok 3295 - Use value itself as key ok 3296 - Is also the effective key ok 3297 - Is also the effective key ok 3298 - Is also the effective key ok 3299 - Is also the effective key ok 3300 - Is also the effective key ok 3301 - Is also the effective key ok 3302 - Is also the effective key ok 3303 ok 3304 ok 3305 ok 3306 ok 3307 ok 3308 ok 3309 - Have all new values ok 3310 ok 3311 ok 3312 - Empty again ok 3313 ok 3314 - Have all new values ok 3315 ok 3316 ok 3317 - Empty again ok 3318 ok 3319 - Have all new values ok 3320 ok 3321 ok 3322 - Empty again ok 3323 ok 3324 - Have all new values ok 3325 ok 3326 ok 3327 - Empty again ok 3328 ok 3329 - user_data survived everything ok 3330 - user_data in list context too ok 3331 - Combined get/set ok 3332 ok 3333 - The object isa Canary ok 3334 ok 3335 ok 3336 ok 3337 ok 3338 - infinity survived everything ok 3339 - infinity in list context too ok 3340 - Combined get/set ok 3341 ok 3342 - The object isa Canary ok 3343 ok 3344 ok 3345 ok 3346 ok 3347 ok 3348 ok 3349 - Default userdata is undef ok 3350 - Default userdata is undef ok 3351 - return set infinity ok 3352 - The object isa Canary ok 3353 - return set infinity, even in list context ok 3354 - The object isa Canary ok 3355 - top_key on empty heap returns set infinity ok 3356 - The object isa Canary ok 3357 - top_key on empty heap returns set infinity, even in list context ok 3358 - The object isa Canary ok 3359 - min_key on empty heap returns set infinity ok 3360 - The object isa Canary ok 3361 - min_key on empty heap returns set infinity, even in list context ok 3362 - The object isa Canary ok 3363 ok 3364 ok 3365 ok 3366 ok 3367 ok 3368 ok 3369 ok 3370 - proper error message: Self absorption at t/02_stress.t line 811. # ok 3371 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3372 ok 3373 ok 3374 ok 3375 ok 3376 ok 3377 ok 3378 ok 3379 ok 3380 ok 3381 ok 3382 ok 3383 ok 3384 ok 3385 ok 3386 ok 3387 ok 3388 - order: <, elements: Any CODE(0x1ee86c4), dirty: 0 ok 3389 ok 3390 ok 3391 ok 3392 - Start empty ok 3393 ok 3394 ok 3395 ok 3396 ok 3397 - There are no values ok 3398 - There are no keys ok 3399 - Expected order ok 3400 - Expected order ok 3401 - Expected element type ok 3402 - Expected element type ok 3403 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 3404 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 3405 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 3406 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 3407 ok 3408 ok 3409 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 3410 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 3411 - proper infinity ok 3412 - proper infinity ok 3413 - Count is number of inserts ok 3414 - There are 9 values ok 3415 - There are 9 keys ok 3416 - keys and values have compatible order ok 3417 ok 3418 - Count lowered by extracts ok 3419 - 2 values left ok 3420 - Empty after clear ok 3421 - Double clear works ok 3422 - Empty after extract_all ok 3423 - extract_top on empty heap dies ok 3424 - extract_top on empty heap dies ok 3425 - extract_min on empty heap dies ok 3426 - extract_min on empty heap dies ok 3427 - extract first on empty returns undef ok 3428 - extract first on empty returns no values ok 3429 - top on empty heap dies ok 3430 - top on empty heap dies ok 3431 - undefined first on empty heap ok 3432 - No first key in list context ok 3433 - Return infinity on empty ok 3434 - Return infinity on empty in list context ok 3435 - Return infinity on empty ok 3436 - Return infinity on empty in list context ok 3437 - undef first_key ok 3438 - Empty list from first_key ok 3439 - There are no values ok 3440 - There are no keys ok 3441 - There are no values ok 3442 - The object isa Canary ok 3443 ok 3444 - Functions/Methods aren't wrapped ok 3445 - Functions/Methods aren't wrapped ok 3446 ok 3447 ok 3448 ok 3449 ok 3450 - Use value itself as key ok 3451 - Use value itself as key ok 3452 - Is also the effective key ok 3453 - Is also the effective key ok 3454 - Is also the effective key ok 3455 - Is also the effective key ok 3456 - Is also the effective key ok 3457 - Is also the effective key ok 3458 - Is also the effective key ok 3459 ok 3460 ok 3461 ok 3462 ok 3463 ok 3464 ok 3465 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3466 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3467 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 3468 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 3469 - user_data survived everything ok 3470 - user_data in list context too ok 3471 - Combined get/set ok 3472 ok 3473 - The object isa Canary ok 3474 ok 3475 ok 3476 ok 3477 ok 3478 - infinity survived everything ok 3479 - infinity in list context too ok 3480 - Combined get/set ok 3481 ok 3482 - The object isa Canary ok 3483 ok 3484 ok 3485 ok 3486 ok 3487 ok 3488 ok 3489 - Default userdata is undef ok 3490 - Default userdata is undef ok 3491 - return set infinity ok 3492 - The object isa Canary ok 3493 - return set infinity, even in list context ok 3494 - The object isa Canary ok 3495 - top_key on empty heap returns set infinity ok 3496 - The object isa Canary ok 3497 - top_key on empty heap returns set infinity, even in list context ok 3498 - The object isa Canary ok 3499 - min_key on empty heap returns set infinity ok 3500 - The object isa Canary ok 3501 - min_key on empty heap returns set infinity, even in list context ok 3502 - The object isa Canary ok 3503 ok 3504 ok 3505 ok 3506 ok 3507 ok 3508 ok 3509 ok 3510 - proper error message: Self absorption at t/02_stress.t line 811. # ok 3511 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3512 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 3513 ok 3514 ok 3515 ok 3516 ok 3517 ok 3518 ok 3519 ok 3520 ok 3521 ok 3522 ok 3523 ok 3524 ok 3525 ok 3526 ok 3527 - order: <, elements: Method meth, dirty: 0 ok 3528 ok 3529 ok 3530 ok 3531 - Start empty ok 3532 ok 3533 ok 3534 ok 3535 ok 3536 - There are no values ok 3537 - There are no keys ok 3538 - Expected order ok 3539 - Expected order ok 3540 - Expected element type ok 3541 - Expected element type ok 3542 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 3543 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 3544 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 3545 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 3546 ok 3547 ok 3548 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 3549 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 3550 - proper infinity ok 3551 - proper infinity ok 3552 - Count is number of inserts ok 3553 - There are 9 values ok 3554 - There are 9 keys ok 3555 - keys and values have compatible order ok 3556 ok 3557 - Count lowered by extracts ok 3558 - 2 values left ok 3559 - Empty after clear ok 3560 - Double clear works ok 3561 - Empty after extract_all ok 3562 - extract_top on empty heap dies ok 3563 - extract_top on empty heap dies ok 3564 - extract_min on empty heap dies ok 3565 - extract_min on empty heap dies ok 3566 - extract first on empty returns undef ok 3567 - extract first on empty returns no values ok 3568 - top on empty heap dies ok 3569 - top on empty heap dies ok 3570 - undefined first on empty heap ok 3571 - No first key in list context ok 3572 - Return infinity on empty ok 3573 - Return infinity on empty in list context ok 3574 - Return infinity on empty ok 3575 - Return infinity on empty in list context ok 3576 - undef first_key ok 3577 - Empty list from first_key ok 3578 - There are no values ok 3579 - There are no keys ok 3580 - There are no values ok 3581 - The object isa Canary ok 3582 ok 3583 - Functions/Methods aren't wrapped ok 3584 - Functions/Methods aren't wrapped ok 3585 ok 3586 ok 3587 ok 3588 ok 3589 - Use value itself as key ok 3590 - Use value itself as key ok 3591 - Is also the effective key ok 3592 - Is also the effective key ok 3593 - Is also the effective key ok 3594 - Is also the effective key ok 3595 - Is also the effective key ok 3596 - Is also the effective key ok 3597 - Is also the effective key ok 3598 ok 3599 ok 3600 ok 3601 ok 3602 ok 3603 ok 3604 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3605 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3606 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 3607 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 3608 - user_data survived everything ok 3609 - user_data in list context too ok 3610 - Combined get/set ok 3611 ok 3612 - The object isa Canary ok 3613 ok 3614 ok 3615 ok 3616 ok 3617 - infinity survived everything ok 3618 - infinity in list context too ok 3619 - Combined get/set ok 3620 ok 3621 - The object isa Canary ok 3622 ok 3623 ok 3624 ok 3625 ok 3626 ok 3627 ok 3628 - Default userdata is undef ok 3629 - Default userdata is undef ok 3630 - return set infinity ok 3631 - The object isa Canary ok 3632 - return set infinity, even in list context ok 3633 - The object isa Canary ok 3634 - top_key on empty heap returns set infinity ok 3635 - The object isa Canary ok 3636 - top_key on empty heap returns set infinity, even in list context ok 3637 - The object isa Canary ok 3638 - min_key on empty heap returns set infinity ok 3639 - The object isa Canary ok 3640 - min_key on empty heap returns set infinity, even in list context ok 3641 - The object isa Canary ok 3642 ok 3643 ok 3644 ok 3645 ok 3646 ok 3647 ok 3648 ok 3649 - proper error message: Self absorption at t/02_stress.t line 811. # ok 3650 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3651 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 3652 ok 3653 ok 3654 ok 3655 ok 3656 ok 3657 ok 3658 ok 3659 ok 3660 ok 3661 ok 3662 ok 3663 ok 3664 ok 3665 ok 3666 - order: <, elements: Method -'$f\#, dirty: 0 ok 3667 ok 3668 ok 3669 ok 3670 - Start empty ok 3671 ok 3672 ok 3673 ok 3674 ok 3675 - There are no values ok 3676 - There are no keys ok 3677 - Expected order ok 3678 - Expected order ok 3679 - Expected element type ok 3680 - Expected element type ok 3681 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 3682 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 3683 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 3684 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 3685 ok 3686 ok 3687 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 3688 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 3689 - proper infinity ok 3690 - proper infinity ok 3691 - Count is number of inserts ok 3692 - There are 9 values ok 3693 - There are 9 keys ok 3694 - keys and values have compatible order ok 3695 ok 3696 - Count lowered by extracts ok 3697 - 2 values left ok 3698 - Empty after clear ok 3699 - Double clear works ok 3700 - Empty after extract_all ok 3701 - extract_top on empty heap dies ok 3702 - extract_top on empty heap dies ok 3703 - extract_min on empty heap dies ok 3704 - extract_min on empty heap dies ok 3705 - extract first on empty returns undef ok 3706 - extract first on empty returns no values ok 3707 - top on empty heap dies ok 3708 - top on empty heap dies ok 3709 - undefined first on empty heap ok 3710 - No first key in list context ok 3711 - Return infinity on empty ok 3712 - Return infinity on empty in list context ok 3713 - Return infinity on empty ok 3714 - Return infinity on empty in list context ok 3715 - undef first_key ok 3716 - Empty list from first_key ok 3717 - There are no values ok 3718 - There are no keys ok 3719 - There are no values ok 3720 - The object isa Canary ok 3721 ok 3722 - Any/Objects aren't wrapped ok 3723 - Any/Objects aren't wrapped ok 3724 ok 3725 ok 3726 ok 3727 ok 3728 - Use value itself as key ok 3729 - Use value itself as key ok 3730 - Is also the effective key ok 3731 - Is also the effective key ok 3732 - Is also the effective key ok 3733 - Is also the effective key ok 3734 - Is also the effective key ok 3735 - Is also the effective key ok 3736 - Is also the effective key ok 3737 ok 3738 ok 3739 ok 3740 ok 3741 ok 3742 ok 3743 - Have all new values ok 3744 ok 3745 ok 3746 - Empty again ok 3747 ok 3748 - Have all new values ok 3749 ok 3750 ok 3751 - Empty again ok 3752 ok 3753 - Have all new values ok 3754 ok 3755 ok 3756 - Empty again ok 3757 ok 3758 - Have all new values ok 3759 ok 3760 ok 3761 - Empty again ok 3762 ok 3763 - user_data survived everything ok 3764 - user_data in list context too ok 3765 - Combined get/set ok 3766 ok 3767 - The object isa Canary ok 3768 ok 3769 ok 3770 ok 3771 ok 3772 - infinity survived everything ok 3773 - infinity in list context too ok 3774 - Combined get/set ok 3775 ok 3776 - The object isa Canary ok 3777 ok 3778 ok 3779 ok 3780 ok 3781 ok 3782 ok 3783 - Default userdata is undef ok 3784 - Default userdata is undef ok 3785 - return set infinity ok 3786 - The object isa Canary ok 3787 - return set infinity, even in list context ok 3788 - The object isa Canary ok 3789 - top_key on empty heap returns set infinity ok 3790 - The object isa Canary ok 3791 - top_key on empty heap returns set infinity, even in list context ok 3792 - The object isa Canary ok 3793 - min_key on empty heap returns set infinity ok 3794 - The object isa Canary ok 3795 - min_key on empty heap returns set infinity, even in list context ok 3796 - The object isa Canary ok 3797 ok 3798 ok 3799 ok 3800 ok 3801 ok 3802 ok 3803 ok 3804 - proper error message: Self absorption at t/02_stress.t line 811. # ok 3805 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3806 ok 3807 ok 3808 ok 3809 ok 3810 ok 3811 ok 3812 ok 3813 ok 3814 ok 3815 ok 3816 ok 3817 ok 3818 ok 3819 ok 3820 ok 3821 ok 3822 - order: <, elements: Object meth, dirty: 0 ok 3823 ok 3824 ok 3825 ok 3826 - Start empty ok 3827 ok 3828 ok 3829 ok 3830 ok 3831 - There are no values ok 3832 - There are no keys ok 3833 - Expected order ok 3834 - Expected order ok 3835 - Expected element type ok 3836 - Expected element type ok 3837 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 3838 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 3839 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 3840 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 3841 ok 3842 ok 3843 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 3844 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 3845 - proper infinity ok 3846 - proper infinity ok 3847 - Count is number of inserts ok 3848 - There are 9 values ok 3849 - There are 9 keys ok 3850 - keys and values have compatible order ok 3851 ok 3852 - Count lowered by extracts ok 3853 - 2 values left ok 3854 - Empty after clear ok 3855 - Double clear works ok 3856 - Empty after extract_all ok 3857 - extract_top on empty heap dies ok 3858 - extract_top on empty heap dies ok 3859 - extract_min on empty heap dies ok 3860 - extract_min on empty heap dies ok 3861 - extract first on empty returns undef ok 3862 - extract first on empty returns no values ok 3863 - top on empty heap dies ok 3864 - top on empty heap dies ok 3865 - undefined first on empty heap ok 3866 - No first key in list context ok 3867 - Return infinity on empty ok 3868 - Return infinity on empty in list context ok 3869 - Return infinity on empty ok 3870 - Return infinity on empty in list context ok 3871 - undef first_key ok 3872 - Empty list from first_key ok 3873 - There are no values ok 3874 - There are no keys ok 3875 - There are no values ok 3876 - The object isa Canary ok 3877 ok 3878 - Any/Objects aren't wrapped ok 3879 - Any/Objects aren't wrapped ok 3880 ok 3881 ok 3882 ok 3883 ok 3884 - Use value itself as key ok 3885 - Use value itself as key ok 3886 - Is also the effective key ok 3887 - Is also the effective key ok 3888 - Is also the effective key ok 3889 - Is also the effective key ok 3890 - Is also the effective key ok 3891 - Is also the effective key ok 3892 - Is also the effective key ok 3893 ok 3894 ok 3895 ok 3896 ok 3897 ok 3898 ok 3899 - Have all new values ok 3900 ok 3901 ok 3902 - Empty again ok 3903 ok 3904 - Have all new values ok 3905 ok 3906 ok 3907 - Empty again ok 3908 ok 3909 - Have all new values ok 3910 ok 3911 ok 3912 - Empty again ok 3913 ok 3914 - Have all new values ok 3915 ok 3916 ok 3917 - Empty again ok 3918 ok 3919 - user_data survived everything ok 3920 - user_data in list context too ok 3921 - Combined get/set ok 3922 ok 3923 - The object isa Canary ok 3924 ok 3925 ok 3926 ok 3927 ok 3928 - infinity survived everything ok 3929 - infinity in list context too ok 3930 - Combined get/set ok 3931 ok 3932 - The object isa Canary ok 3933 ok 3934 ok 3935 ok 3936 ok 3937 ok 3938 ok 3939 - Default userdata is undef ok 3940 - Default userdata is undef ok 3941 - return set infinity ok 3942 - The object isa Canary ok 3943 - return set infinity, even in list context ok 3944 - The object isa Canary ok 3945 - top_key on empty heap returns set infinity ok 3946 - The object isa Canary ok 3947 - top_key on empty heap returns set infinity, even in list context ok 3948 - The object isa Canary ok 3949 - min_key on empty heap returns set infinity ok 3950 - The object isa Canary ok 3951 - min_key on empty heap returns set infinity, even in list context ok 3952 - The object isa Canary ok 3953 ok 3954 ok 3955 ok 3956 ok 3957 ok 3958 ok 3959 ok 3960 - proper error message: Self absorption at t/02_stress.t line 811. # ok 3961 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 3962 ok 3963 ok 3964 ok 3965 ok 3966 ok 3967 ok 3968 ok 3969 ok 3970 ok 3971 ok 3972 ok 3973 ok 3974 ok 3975 ok 3976 ok 3977 ok 3978 - order: <, elements: Object -'$f\#, dirty: 0 ok 3979 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 3980 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 3981 - Have all new values ok 3982 ok 3983 ok 3984 - Empty again ok 3985 ok 3986 - Have all new values ok 3987 ok 3988 ok 3989 - Empty again 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 ok 4005 ok 4006 ok 4007 ok 4008 ok 4009 ok 4010 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 4011 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 4012 - Have all new values ok 4013 ok 4014 ok 4015 - Empty again ok 4016 ok 4017 - Have all new values ok 4018 ok 4019 ok 4020 - Empty again 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 ok 4039 ok 4040 ok 4041 ok 4042 ok 4043 ok 4044 - Start empty ok 4045 ok 4046 ok 4047 ok 4048 ok 4049 - There are no values ok 4050 - There are no keys ok 4051 - Expected order ok 4052 - Expected order ok 4053 - Expected element type ok 4054 - Expected element type ok 4055 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 4056 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 4057 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 4058 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 4059 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 4060 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 4061 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 4062 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 4063 - proper infinity ok 4064 - proper infinity ok 4065 - Count is number of inserts ok 4066 - There are 9 values ok 4067 - There are 9 keys ok 4068 - keys and values have compatible order ok 4069 ok 4070 - Count lowered by extracts ok 4071 - 2 values left ok 4072 - Empty after clear ok 4073 - Double clear works ok 4074 - Empty after extract_all ok 4075 - extract_top on empty heap dies ok 4076 - extract_top on empty heap dies ok 4077 - extract_min on empty heap dies ok 4078 - extract_min on empty heap dies ok 4079 - extract first on empty returns undef ok 4080 - extract first on empty returns no values ok 4081 - top on empty heap dies ok 4082 - top on empty heap dies ok 4083 - undefined first on empty heap ok 4084 - No first key in list context ok 4085 - Return infinity on empty ok 4086 - Return infinity on empty in list context ok 4087 - Return infinity on empty ok 4088 - Return infinity on empty in list context ok 4089 - undef first_key ok 4090 - Empty list from first_key ok 4091 - There are no values ok 4092 - There are no keys ok 4093 - There are no values ok 4094 - Scalar is simple ok 4095 - Scalars aren't wrapped ok 4096 - Scalars aren't wrapped ok 4097 ok 4098 ok 4099 ok 4100 ok 4101 - Use value itself as key ok 4102 - Use value itself as key ok 4103 - Is also the effective key ok 4104 - Is also the effective key ok 4105 - Is also the effective key ok 4106 - Is also the effective key ok 4107 - Is also the effective key ok 4108 - Is also the effective key ok 4109 - Is also the effective key ok 4110 ok 4111 ok 4112 ok 4113 ok 4114 ok 4115 ok 4116 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4117 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4118 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4119 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4120 - user_data survived everything ok 4121 - user_data in list context too ok 4122 - Combined get/set ok 4123 ok 4124 - The object isa Canary ok 4125 ok 4126 ok 4127 ok 4128 ok 4129 - infinity survived everything ok 4130 - infinity in list context too ok 4131 - Combined get/set ok 4132 ok 4133 - The object isa Canary ok 4134 ok 4135 ok 4136 ok 4137 ok 4138 ok 4139 ok 4140 - Default userdata is undef ok 4141 - Default userdata is undef ok 4142 - return set infinity ok 4143 - The object isa Canary ok 4144 - return set infinity, even in list context ok 4145 - The object isa Canary ok 4146 - top_key on empty heap returns set infinity ok 4147 - The object isa Canary ok 4148 - top_key on empty heap returns set infinity, even in list context ok 4149 - The object isa Canary ok 4150 - min_key on empty heap returns set infinity ok 4151 - The object isa Canary ok 4152 - min_key on empty heap returns set infinity, even in list context ok 4153 - The object isa Canary ok 4154 ok 4155 ok 4156 ok 4157 ok 4158 ok 4159 ok 4160 ok 4161 - proper error message: Self absorption at t/02_stress.t line 811. # ok 4162 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4163 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 4164 ok 4165 ok 4166 ok 4167 ok 4168 ok 4169 ok 4170 ok 4171 ok 4172 ok 4173 ok 4174 ok 4175 ok 4176 ok 4177 ok 4178 - order: >, elements: Scalar, dirty: 0 ok 4179 ok 4180 ok 4181 ok 4182 - Start empty ok 4183 ok 4184 ok 4185 ok 4186 ok 4187 - There are no values ok 4188 - There are no keys ok 4189 - Expected order ok 4190 - Expected order ok 4191 - Expected element type ok 4192 - Expected element type ok 4193 ok 4194 ok 4195 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 4196 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 4197 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 4198 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 4199 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 4200 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 4201 - proper infinity ok 4202 - proper infinity ok 4203 - Count is number of inserts ok 4204 - There are 9 values ok 4205 - There are 9 keys ok 4206 - keys and values have compatible order ok 4207 ok 4208 - Count lowered by extracts ok 4209 - 2 values left ok 4210 - Empty after clear ok 4211 - Double clear works ok 4212 - Empty after extract_all ok 4213 - extract_top on empty heap dies ok 4214 - extract_top on empty heap dies ok 4215 - extract_min on empty heap dies ok 4216 - extract_min on empty heap dies ok 4217 - extract first on empty returns undef ok 4218 - extract first on empty returns no values ok 4219 - top on empty heap dies ok 4220 - top on empty heap dies ok 4221 - undefined first on empty heap ok 4222 - No first key in list context ok 4223 - Return infinity on empty ok 4224 - Return infinity on empty in list context ok 4225 - Return infinity on empty ok 4226 - Return infinity on empty in list context ok 4227 - undef first_key ok 4228 - Empty list from first_key ok 4229 - There are no values ok 4230 - There are no keys ok 4231 - There are no values ok 4232 - The object isa Canary ok 4233 ok 4234 - Arrays aren't wrapped ok 4235 - Arrays aren't wrapped ok 4236 ok 4237 ok 4238 ok 4239 ok 4240 - Use value itself as key ok 4241 - Use value itself as key ok 4242 - Is also the effective key ok 4243 - Is also the effective key ok 4244 - Is also the effective key ok 4245 - Is also the effective key ok 4246 - Is also the effective key ok 4247 - Is also the effective key ok 4248 - Is also the effective key ok 4249 ok 4250 ok 4251 ok 4252 ok 4253 ok 4254 ok 4255 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4256 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4257 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4258 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4259 - user_data survived everything ok 4260 - user_data in list context too ok 4261 - Combined get/set ok 4262 ok 4263 - The object isa Canary ok 4264 ok 4265 ok 4266 ok 4267 ok 4268 - infinity survived everything ok 4269 - infinity in list context too ok 4270 - Combined get/set ok 4271 ok 4272 - The object isa Canary ok 4273 ok 4274 ok 4275 ok 4276 ok 4277 ok 4278 ok 4279 - Default userdata is undef ok 4280 - Default userdata is undef ok 4281 - return set infinity ok 4282 - The object isa Canary ok 4283 - return set infinity, even in list context ok 4284 - The object isa Canary ok 4285 - top_key on empty heap returns set infinity ok 4286 - The object isa Canary ok 4287 - top_key on empty heap returns set infinity, even in list context ok 4288 - The object isa Canary ok 4289 - min_key on empty heap returns set infinity ok 4290 - The object isa Canary ok 4291 - min_key on empty heap returns set infinity, even in list context ok 4292 - The object isa Canary ok 4293 ok 4294 ok 4295 ok 4296 ok 4297 ok 4298 ok 4299 ok 4300 - proper error message: Self absorption at t/02_stress.t line 811. # ok 4301 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4302 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 4303 ok 4304 ok 4305 ok 4306 ok 4307 ok 4308 ok 4309 ok 4310 ok 4311 ok 4312 ok 4313 ok 4314 ok 4315 ok 4316 ok 4317 - order: >, elements: Array 1, dirty: 0 ok 4318 ok 4319 ok 4320 ok 4321 - Start empty ok 4322 ok 4323 ok 4324 ok 4325 ok 4326 - There are no values ok 4327 - There are no keys ok 4328 - Expected order ok 4329 - Expected order ok 4330 - Expected element type ok 4331 - Expected element type ok 4332 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 4333 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 4334 ok 4335 ok 4336 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 4337 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 4338 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 4339 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 4340 - proper infinity ok 4341 - proper infinity ok 4342 - Count is number of inserts ok 4343 - There are 9 values ok 4344 - There are 9 keys ok 4345 - keys and values have compatible order ok 4346 ok 4347 - Count lowered by extracts ok 4348 - 2 values left ok 4349 - Empty after clear ok 4350 - Double clear works ok 4351 - Empty after extract_all ok 4352 - extract_top on empty heap dies ok 4353 - extract_top on empty heap dies ok 4354 - extract_min on empty heap dies ok 4355 - extract_min on empty heap dies ok 4356 - extract first on empty returns undef ok 4357 - extract first on empty returns no values ok 4358 - top on empty heap dies ok 4359 - top on empty heap dies ok 4360 - undefined first on empty heap ok 4361 - No first key in list context ok 4362 - Return infinity on empty ok 4363 - Return infinity on empty in list context ok 4364 - Return infinity on empty ok 4365 - Return infinity on empty in list context ok 4366 - undef first_key ok 4367 - Empty list from first_key ok 4368 - There are no values ok 4369 - There are no keys ok 4370 - There are no values ok 4371 - The object isa Canary ok 4372 ok 4373 - Hashes aren't wrapped ok 4374 - Hashes aren't wrapped ok 4375 ok 4376 ok 4377 ok 4378 ok 4379 - Use value itself as key ok 4380 - Use value itself as key ok 4381 - Is also the effective key ok 4382 - Is also the effective key ok 4383 - Is also the effective key ok 4384 - Is also the effective key ok 4385 - Is also the effective key ok 4386 - Is also the effective key ok 4387 - Is also the effective key ok 4388 ok 4389 ok 4390 ok 4391 ok 4392 ok 4393 ok 4394 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4395 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4396 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4397 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4398 - user_data survived everything ok 4399 - user_data in list context too ok 4400 - Combined get/set ok 4401 ok 4402 - The object isa Canary ok 4403 ok 4404 ok 4405 ok 4406 ok 4407 - infinity survived everything ok 4408 - infinity in list context too ok 4409 - Combined get/set ok 4410 ok 4411 - The object isa Canary ok 4412 ok 4413 ok 4414 ok 4415 ok 4416 ok 4417 ok 4418 - Default userdata is undef ok 4419 - Default userdata is undef ok 4420 - return set infinity ok 4421 - The object isa Canary ok 4422 - return set infinity, even in list context ok 4423 - The object isa Canary ok 4424 - top_key on empty heap returns set infinity ok 4425 - The object isa Canary ok 4426 - top_key on empty heap returns set infinity, even in list context ok 4427 - The object isa Canary ok 4428 - min_key on empty heap returns set infinity ok 4429 - The object isa Canary ok 4430 - min_key on empty heap returns set infinity, even in list context ok 4431 - The object isa Canary ok 4432 ok 4433 ok 4434 ok 4435 ok 4436 ok 4437 ok 4438 ok 4439 - proper error message: Self absorption at t/02_stress.t line 811. # ok 4440 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4441 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 4442 ok 4443 ok 4444 ok 4445 ok 4446 ok 4447 ok 4448 ok 4449 ok 4450 ok 4451 ok 4452 ok 4453 ok 4454 ok 4455 ok 4456 - order: >, elements: Hash foo, dirty: 0 ok 4457 ok 4458 ok 4459 ok 4460 - Start empty ok 4461 ok 4462 ok 4463 ok 4464 ok 4465 - There are no values ok 4466 - There are no keys ok 4467 - Expected order ok 4468 - Expected order ok 4469 - Expected element type ok 4470 - Expected element type ok 4471 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 4472 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 4473 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 4474 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 4475 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 4476 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 4477 ok 4478 ok 4479 - proper infinity ok 4480 - proper infinity ok 4481 - Count is number of inserts ok 4482 - There are 9 values ok 4483 - There are 9 keys ok 4484 - keys and values have compatible order ok 4485 ok 4486 - Count lowered by extracts ok 4487 - 2 values left ok 4488 - Empty after clear ok 4489 - Double clear works ok 4490 - Empty after extract_all ok 4491 - extract_top on empty heap dies ok 4492 - extract_top on empty heap dies ok 4493 - extract_min on empty heap dies ok 4494 - extract_min on empty heap dies ok 4495 - extract first on empty returns undef ok 4496 - extract first on empty returns no values ok 4497 - top on empty heap dies ok 4498 - top on empty heap dies ok 4499 - undefined first on empty heap ok 4500 - No first key in list context ok 4501 - Return infinity on empty ok 4502 - Return infinity on empty in list context ok 4503 - Return infinity on empty ok 4504 - Return infinity on empty in list context ok 4505 - undef first_key ok 4506 - Empty list from first_key ok 4507 - There are no values ok 4508 - There are no keys ok 4509 - There are no values ok 4510 - The object isa Canary ok 4511 ok 4512 - Functions/Methods aren't wrapped ok 4513 - Functions/Methods aren't wrapped ok 4514 ok 4515 ok 4516 ok 4517 ok 4518 - Use value itself as key ok 4519 - Use value itself as key ok 4520 - Is also the effective key ok 4521 - Is also the effective key ok 4522 - Is also the effective key ok 4523 - Is also the effective key ok 4524 - Is also the effective key ok 4525 - Is also the effective key ok 4526 - Is also the effective key ok 4527 ok 4528 ok 4529 ok 4530 ok 4531 ok 4532 ok 4533 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4534 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4535 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4536 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4537 - user_data survived everything ok 4538 - user_data in list context too ok 4539 - Combined get/set ok 4540 ok 4541 - The object isa Canary ok 4542 ok 4543 ok 4544 ok 4545 ok 4546 - infinity survived everything ok 4547 - infinity in list context too ok 4548 - Combined get/set ok 4549 ok 4550 - The object isa Canary ok 4551 ok 4552 ok 4553 ok 4554 ok 4555 ok 4556 ok 4557 - Default userdata is undef ok 4558 - Default userdata is undef ok 4559 - return set infinity ok 4560 - The object isa Canary ok 4561 - return set infinity, even in list context ok 4562 - The object isa Canary ok 4563 - top_key on empty heap returns set infinity ok 4564 - The object isa Canary ok 4565 - top_key on empty heap returns set infinity, even in list context ok 4566 - The object isa Canary ok 4567 - min_key on empty heap returns set infinity ok 4568 - The object isa Canary ok 4569 - min_key on empty heap returns set infinity, even in list context ok 4570 - The object isa Canary ok 4571 ok 4572 ok 4573 ok 4574 ok 4575 ok 4576 ok 4577 ok 4578 - proper error message: Self absorption at t/02_stress.t line 811. # ok 4579 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4580 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 4581 ok 4582 ok 4583 ok 4584 ok 4585 ok 4586 ok 4587 ok 4588 ok 4589 ok 4590 ok 4591 ok 4592 ok 4593 ok 4594 ok 4595 - order: >, elements: Function CODE(0x1f7ac1c), dirty: 0 ok 4596 ok 4597 ok 4598 ok 4599 - Start empty ok 4600 ok 4601 ok 4602 ok 4603 ok 4604 - There are no values ok 4605 - There are no keys ok 4606 - Expected order ok 4607 - Expected order ok 4608 - Expected element type ok 4609 - Expected element type ok 4610 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 4611 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 4612 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 4613 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 4614 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 4615 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 4616 ok 4617 ok 4618 - proper infinity ok 4619 - proper infinity ok 4620 - Count is number of inserts ok 4621 - There are 9 values ok 4622 - There are 9 keys ok 4623 - keys and values have compatible order ok 4624 ok 4625 - Count lowered by extracts ok 4626 - 2 values left ok 4627 - Empty after clear ok 4628 - Double clear works ok 4629 - Empty after extract_all ok 4630 - extract_top on empty heap dies ok 4631 - extract_top on empty heap dies ok 4632 - extract_min on empty heap dies ok 4633 - extract_min on empty heap dies ok 4634 - extract first on empty returns undef ok 4635 - extract first on empty returns no values ok 4636 - top on empty heap dies ok 4637 - top on empty heap dies ok 4638 - undefined first on empty heap ok 4639 - No first key in list context ok 4640 - Return infinity on empty ok 4641 - Return infinity on empty in list context ok 4642 - Return infinity on empty ok 4643 - Return infinity on empty in list context ok 4644 - undef first_key ok 4645 - Empty list from first_key ok 4646 - There are no values ok 4647 - There are no keys ok 4648 - There are no values ok 4649 - The object isa Canary ok 4650 ok 4651 - Any/Objects aren't wrapped ok 4652 - Any/Objects aren't wrapped ok 4653 ok 4654 ok 4655 ok 4656 ok 4657 - Use value itself as key ok 4658 - Use value itself as key ok 4659 - Is also the effective key ok 4660 - Is also the effective key ok 4661 - Is also the effective key ok 4662 - Is also the effective key ok 4663 - Is also the effective key ok 4664 - Is also the effective key ok 4665 - Is also the effective key ok 4666 ok 4667 ok 4668 ok 4669 ok 4670 ok 4671 ok 4672 - Have all new values ok 4673 ok 4674 ok 4675 - Empty again ok 4676 ok 4677 - Have all new values ok 4678 ok 4679 ok 4680 - Empty again ok 4681 ok 4682 - Have all new values ok 4683 ok 4684 ok 4685 - Empty again ok 4686 ok 4687 - Have all new values ok 4688 ok 4689 ok 4690 - Empty again ok 4691 ok 4692 - user_data survived everything ok 4693 - user_data in list context too ok 4694 - Combined get/set ok 4695 ok 4696 - The object isa Canary ok 4697 ok 4698 ok 4699 ok 4700 ok 4701 - infinity survived everything ok 4702 - infinity in list context too ok 4703 - Combined get/set ok 4704 ok 4705 - The object isa Canary ok 4706 ok 4707 ok 4708 ok 4709 ok 4710 ok 4711 ok 4712 - Default userdata is undef ok 4713 - Default userdata is undef ok 4714 - return set infinity ok 4715 - The object isa Canary ok 4716 - return set infinity, even in list context ok 4717 - The object isa Canary ok 4718 - top_key on empty heap returns set infinity ok 4719 - The object isa Canary ok 4720 - top_key on empty heap returns set infinity, even in list context ok 4721 - The object isa Canary ok 4722 - min_key on empty heap returns set infinity ok 4723 - The object isa Canary ok 4724 - min_key on empty heap returns set infinity, even in list context ok 4725 - The object isa Canary ok 4726 ok 4727 ok 4728 ok 4729 ok 4730 ok 4731 ok 4732 ok 4733 - proper error message: Self absorption at t/02_stress.t line 811. # ok 4734 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4735 ok 4736 ok 4737 ok 4738 ok 4739 ok 4740 ok 4741 ok 4742 ok 4743 ok 4744 ok 4745 ok 4746 ok 4747 ok 4748 ok 4749 ok 4750 ok 4751 - order: >, elements: Any CODE(0x1f65f8c), dirty: 0 ok 4752 ok 4753 ok 4754 ok 4755 - Start empty ok 4756 ok 4757 ok 4758 ok 4759 ok 4760 - There are no values ok 4761 - There are no keys ok 4762 - Expected order ok 4763 - Expected order ok 4764 - Expected element type ok 4765 - Expected element type ok 4766 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 4767 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 4768 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 4769 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 4770 ok 4771 ok 4772 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 4773 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 4774 - proper infinity ok 4775 - proper infinity ok 4776 - Count is number of inserts ok 4777 - There are 9 values ok 4778 - There are 9 keys ok 4779 - keys and values have compatible order ok 4780 ok 4781 - Count lowered by extracts ok 4782 - 2 values left ok 4783 - Empty after clear ok 4784 - Double clear works ok 4785 - Empty after extract_all ok 4786 - extract_top on empty heap dies ok 4787 - extract_top on empty heap dies ok 4788 - extract_min on empty heap dies ok 4789 - extract_min on empty heap dies ok 4790 - extract first on empty returns undef ok 4791 - extract first on empty returns no values ok 4792 - top on empty heap dies ok 4793 - top on empty heap dies ok 4794 - undefined first on empty heap ok 4795 - No first key in list context ok 4796 - Return infinity on empty ok 4797 - Return infinity on empty in list context ok 4798 - Return infinity on empty ok 4799 - Return infinity on empty in list context ok 4800 - undef first_key ok 4801 - Empty list from first_key ok 4802 - There are no values ok 4803 - There are no keys ok 4804 - There are no values ok 4805 - The object isa Canary ok 4806 ok 4807 - Functions/Methods aren't wrapped ok 4808 - Functions/Methods aren't wrapped ok 4809 ok 4810 ok 4811 ok 4812 ok 4813 - Use value itself as key ok 4814 - Use value itself as key ok 4815 - Is also the effective key ok 4816 - Is also the effective key ok 4817 - Is also the effective key ok 4818 - Is also the effective key ok 4819 - Is also the effective key ok 4820 - Is also the effective key ok 4821 - Is also the effective key ok 4822 ok 4823 ok 4824 ok 4825 ok 4826 ok 4827 ok 4828 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4829 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4830 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4831 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4832 - user_data survived everything ok 4833 - user_data in list context too ok 4834 - Combined get/set ok 4835 ok 4836 - The object isa Canary ok 4837 ok 4838 ok 4839 ok 4840 ok 4841 - infinity survived everything ok 4842 - infinity in list context too ok 4843 - Combined get/set ok 4844 ok 4845 - The object isa Canary ok 4846 ok 4847 ok 4848 ok 4849 ok 4850 ok 4851 ok 4852 - Default userdata is undef ok 4853 - Default userdata is undef ok 4854 - return set infinity ok 4855 - The object isa Canary ok 4856 - return set infinity, even in list context ok 4857 - The object isa Canary ok 4858 - top_key on empty heap returns set infinity ok 4859 - The object isa Canary ok 4860 - top_key on empty heap returns set infinity, even in list context ok 4861 - The object isa Canary ok 4862 - min_key on empty heap returns set infinity ok 4863 - The object isa Canary ok 4864 - min_key on empty heap returns set infinity, even in list context ok 4865 - The object isa Canary ok 4866 ok 4867 ok 4868 ok 4869 ok 4870 ok 4871 ok 4872 ok 4873 - proper error message: Self absorption at t/02_stress.t line 811. # ok 4874 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4875 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 4876 ok 4877 ok 4878 ok 4879 ok 4880 ok 4881 ok 4882 ok 4883 ok 4884 ok 4885 ok 4886 ok 4887 ok 4888 ok 4889 ok 4890 - order: >, elements: Method meth, dirty: 0 ok 4891 ok 4892 ok 4893 ok 4894 - Start empty ok 4895 ok 4896 ok 4897 ok 4898 ok 4899 - There are no values ok 4900 - There are no keys ok 4901 - Expected order ok 4902 - Expected order ok 4903 - Expected element type ok 4904 - Expected element type ok 4905 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 4906 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 4907 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 4908 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 4909 ok 4910 ok 4911 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 4912 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 4913 - proper infinity ok 4914 - proper infinity ok 4915 - Count is number of inserts ok 4916 - There are 9 values ok 4917 - There are 9 keys ok 4918 - keys and values have compatible order ok 4919 ok 4920 - Count lowered by extracts ok 4921 - 2 values left ok 4922 - Empty after clear ok 4923 - Double clear works ok 4924 - Empty after extract_all ok 4925 - extract_top on empty heap dies ok 4926 - extract_top on empty heap dies ok 4927 - extract_min on empty heap dies ok 4928 - extract_min on empty heap dies ok 4929 - extract first on empty returns undef ok 4930 - extract first on empty returns no values ok 4931 - top on empty heap dies ok 4932 - top on empty heap dies ok 4933 - undefined first on empty heap ok 4934 - No first key in list context ok 4935 - Return infinity on empty ok 4936 - Return infinity on empty in list context ok 4937 - Return infinity on empty ok 4938 - Return infinity on empty in list context ok 4939 - undef first_key ok 4940 - Empty list from first_key ok 4941 - There are no values ok 4942 - There are no keys ok 4943 - There are no values ok 4944 - The object isa Canary ok 4945 ok 4946 - Functions/Methods aren't wrapped ok 4947 - Functions/Methods aren't wrapped ok 4948 ok 4949 ok 4950 ok 4951 ok 4952 - Use value itself as key ok 4953 - Use value itself as key ok 4954 - Is also the effective key ok 4955 - Is also the effective key ok 4956 - Is also the effective key ok 4957 - Is also the effective key ok 4958 - Is also the effective key ok 4959 - Is also the effective key ok 4960 - Is also the effective key ok 4961 ok 4962 ok 4963 ok 4964 ok 4965 ok 4966 ok 4967 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4968 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 4969 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4970 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 4971 - user_data survived everything ok 4972 - user_data in list context too ok 4973 - Combined get/set ok 4974 ok 4975 - The object isa Canary ok 4976 ok 4977 ok 4978 ok 4979 ok 4980 - infinity survived everything ok 4981 - infinity in list context too ok 4982 - Combined get/set ok 4983 ok 4984 - The object isa Canary ok 4985 ok 4986 ok 4987 ok 4988 ok 4989 ok 4990 ok 4991 - Default userdata is undef ok 4992 - Default userdata is undef ok 4993 - return set infinity ok 4994 - The object isa Canary ok 4995 - return set infinity, even in list context ok 4996 - The object isa Canary ok 4997 - top_key on empty heap returns set infinity ok 4998 - The object isa Canary ok 4999 - top_key on empty heap returns set infinity, even in list context ok 5000 - The object isa Canary ok 5001 - min_key on empty heap returns set infinity ok 5002 - The object isa Canary ok 5003 - min_key on empty heap returns set infinity, even in list context ok 5004 - The object isa Canary ok 5005 ok 5006 ok 5007 ok 5008 ok 5009 ok 5010 ok 5011 ok 5012 - proper error message: Self absorption at t/02_stress.t line 811. # ok 5013 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5014 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 5015 ok 5016 ok 5017 ok 5018 ok 5019 ok 5020 ok 5021 ok 5022 ok 5023 ok 5024 ok 5025 ok 5026 ok 5027 ok 5028 ok 5029 - order: >, elements: Method -'$f\#, dirty: 0 ok 5030 ok 5031 ok 5032 ok 5033 - Start empty ok 5034 ok 5035 ok 5036 ok 5037 ok 5038 - There are no values ok 5039 - There are no keys ok 5040 - Expected order ok 5041 - Expected order ok 5042 - Expected element type ok 5043 - Expected element type ok 5044 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 5045 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 5046 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 5047 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 5048 ok 5049 ok 5050 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 5051 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 5052 - proper infinity ok 5053 - proper infinity ok 5054 - Count is number of inserts ok 5055 - There are 9 values ok 5056 - There are 9 keys ok 5057 - keys and values have compatible order ok 5058 ok 5059 - Count lowered by extracts ok 5060 - 2 values left ok 5061 - Empty after clear ok 5062 - Double clear works ok 5063 - Empty after extract_all ok 5064 - extract_top on empty heap dies ok 5065 - extract_top on empty heap dies ok 5066 - extract_min on empty heap dies ok 5067 - extract_min on empty heap dies ok 5068 - extract first on empty returns undef ok 5069 - extract first on empty returns no values ok 5070 - top on empty heap dies ok 5071 - top on empty heap dies ok 5072 - undefined first on empty heap ok 5073 - No first key in list context ok 5074 - Return infinity on empty ok 5075 - Return infinity on empty in list context ok 5076 - Return infinity on empty ok 5077 - Return infinity on empty in list context ok 5078 - undef first_key ok 5079 - Empty list from first_key ok 5080 - There are no values ok 5081 - There are no keys ok 5082 - There are no values ok 5083 - The object isa Canary ok 5084 ok 5085 - Any/Objects aren't wrapped ok 5086 - Any/Objects aren't wrapped ok 5087 ok 5088 ok 5089 ok 5090 ok 5091 - Use value itself as key ok 5092 - Use value itself as key ok 5093 - Is also the effective key ok 5094 - Is also the effective key ok 5095 - Is also the effective key ok 5096 - Is also the effective key ok 5097 - Is also the effective key ok 5098 - Is also the effective key ok 5099 - Is also the effective key ok 5100 ok 5101 ok 5102 ok 5103 ok 5104 ok 5105 ok 5106 - Have all new values ok 5107 ok 5108 ok 5109 - Empty again ok 5110 ok 5111 - Have all new values ok 5112 ok 5113 ok 5114 - Empty again ok 5115 ok 5116 - Have all new values ok 5117 ok 5118 ok 5119 - Empty again ok 5120 ok 5121 - Have all new values ok 5122 ok 5123 ok 5124 - Empty again ok 5125 ok 5126 - user_data survived everything ok 5127 - user_data in list context too ok 5128 - Combined get/set ok 5129 ok 5130 - The object isa Canary ok 5131 ok 5132 ok 5133 ok 5134 ok 5135 - infinity survived everything ok 5136 - infinity in list context too ok 5137 - Combined get/set ok 5138 ok 5139 - The object isa Canary ok 5140 ok 5141 ok 5142 ok 5143 ok 5144 ok 5145 ok 5146 - Default userdata is undef ok 5147 - Default userdata is undef ok 5148 - return set infinity ok 5149 - The object isa Canary ok 5150 - return set infinity, even in list context ok 5151 - The object isa Canary ok 5152 - top_key on empty heap returns set infinity ok 5153 - The object isa Canary ok 5154 - top_key on empty heap returns set infinity, even in list context ok 5155 - The object isa Canary ok 5156 - min_key on empty heap returns set infinity ok 5157 - The object isa Canary ok 5158 - min_key on empty heap returns set infinity, even in list context ok 5159 - The object isa Canary ok 5160 ok 5161 ok 5162 ok 5163 ok 5164 ok 5165 ok 5166 ok 5167 - proper error message: Self absorption at t/02_stress.t line 811. # ok 5168 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5169 ok 5170 ok 5171 ok 5172 ok 5173 ok 5174 ok 5175 ok 5176 ok 5177 ok 5178 ok 5179 ok 5180 ok 5181 ok 5182 ok 5183 ok 5184 ok 5185 - order: >, elements: Object meth, dirty: 0 ok 5186 ok 5187 ok 5188 ok 5189 - Start empty ok 5190 ok 5191 ok 5192 ok 5193 ok 5194 - There are no values ok 5195 - There are no keys ok 5196 - Expected order ok 5197 - Expected order ok 5198 - Expected element type ok 5199 - Expected element type ok 5200 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 5201 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 5202 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 5203 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 5204 ok 5205 ok 5206 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 5207 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 5208 - proper infinity ok 5209 - proper infinity ok 5210 - Count is number of inserts ok 5211 - There are 9 values ok 5212 - There are 9 keys ok 5213 - keys and values have compatible order ok 5214 ok 5215 - Count lowered by extracts ok 5216 - 2 values left ok 5217 - Empty after clear ok 5218 - Double clear works ok 5219 - Empty after extract_all ok 5220 - extract_top on empty heap dies ok 5221 - extract_top on empty heap dies ok 5222 - extract_min on empty heap dies ok 5223 - extract_min on empty heap dies ok 5224 - extract first on empty returns undef ok 5225 - extract first on empty returns no values ok 5226 - top on empty heap dies ok 5227 - top on empty heap dies ok 5228 - undefined first on empty heap ok 5229 - No first key in list context ok 5230 - Return infinity on empty ok 5231 - Return infinity on empty in list context ok 5232 - Return infinity on empty ok 5233 - Return infinity on empty in list context ok 5234 - undef first_key ok 5235 - Empty list from first_key ok 5236 - There are no values ok 5237 - There are no keys ok 5238 - There are no values ok 5239 - The object isa Canary ok 5240 ok 5241 - Any/Objects aren't wrapped ok 5242 - Any/Objects aren't wrapped ok 5243 ok 5244 ok 5245 ok 5246 ok 5247 - Use value itself as key ok 5248 - Use value itself as key ok 5249 - Is also the effective key ok 5250 - Is also the effective key ok 5251 - Is also the effective key ok 5252 - Is also the effective key ok 5253 - Is also the effective key ok 5254 - Is also the effective key ok 5255 - Is also the effective key ok 5256 ok 5257 ok 5258 ok 5259 ok 5260 ok 5261 ok 5262 - Have all new values ok 5263 ok 5264 ok 5265 - Empty again ok 5266 ok 5267 - Have all new values ok 5268 ok 5269 ok 5270 - Empty again ok 5271 ok 5272 - Have all new values ok 5273 ok 5274 ok 5275 - Empty again ok 5276 ok 5277 - Have all new values ok 5278 ok 5279 ok 5280 - Empty again ok 5281 ok 5282 - user_data survived everything ok 5283 - user_data in list context too ok 5284 - Combined get/set ok 5285 ok 5286 - The object isa Canary ok 5287 ok 5288 ok 5289 ok 5290 ok 5291 - infinity survived everything ok 5292 - infinity in list context too ok 5293 - Combined get/set ok 5294 ok 5295 - The object isa Canary ok 5296 ok 5297 ok 5298 ok 5299 ok 5300 ok 5301 ok 5302 - Default userdata is undef ok 5303 - Default userdata is undef ok 5304 - return set infinity ok 5305 - The object isa Canary ok 5306 - return set infinity, even in list context ok 5307 - The object isa Canary ok 5308 - top_key on empty heap returns set infinity ok 5309 - The object isa Canary ok 5310 - top_key on empty heap returns set infinity, even in list context ok 5311 - The object isa Canary ok 5312 - min_key on empty heap returns set infinity ok 5313 - The object isa Canary ok 5314 - min_key on empty heap returns set infinity, even in list context ok 5315 - The object isa Canary ok 5316 ok 5317 ok 5318 ok 5319 ok 5320 ok 5321 ok 5322 ok 5323 - proper error message: Self absorption at t/02_stress.t line 811. # ok 5324 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5325 ok 5326 ok 5327 ok 5328 ok 5329 ok 5330 ok 5331 ok 5332 ok 5333 ok 5334 ok 5335 ok 5336 ok 5337 ok 5338 ok 5339 ok 5340 ok 5341 - order: >, elements: Object -'$f\#, dirty: 0 ok 5342 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 5343 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 5344 - Have all new values ok 5345 ok 5346 ok 5347 - Empty again ok 5348 ok 5349 - Have all new values ok 5350 ok 5351 ok 5352 - Empty again 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 ok 5368 ok 5369 ok 5370 ok 5371 ok 5372 ok 5373 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 5374 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 5375 - Have all new values ok 5376 ok 5377 ok 5378 - Empty again ok 5379 ok 5380 - Have all new values ok 5381 ok 5382 ok 5383 - Empty again 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 ok 5402 ok 5403 ok 5404 ok 5405 ok 5406 ok 5407 - Start empty ok 5408 ok 5409 ok 5410 ok 5411 ok 5412 - There are no values ok 5413 - There are no keys ok 5414 - Expected order ok 5415 - Expected order ok 5416 - Expected element type ok 5417 - Expected element type ok 5418 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 5419 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 5420 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 5421 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 5422 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 5423 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 5424 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 5425 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 5426 - proper infinity ok 5427 - proper infinity ok 5428 - Count is number of inserts ok 5429 - There are 9 values ok 5430 - There are 9 keys ok 5431 - keys and values have compatible order ok 5432 ok 5433 - Count lowered by extracts ok 5434 - 2 values left ok 5435 - Empty after clear ok 5436 - Double clear works ok 5437 - Empty after extract_all ok 5438 - extract_top on empty heap dies ok 5439 - extract_top on empty heap dies ok 5440 - extract_min on empty heap dies ok 5441 - extract_min on empty heap dies ok 5442 - extract first on empty returns undef ok 5443 - extract first on empty returns no values ok 5444 - top on empty heap dies ok 5445 - top on empty heap dies ok 5446 - undefined first on empty heap ok 5447 - No first key in list context ok 5448 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 5449 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 5450 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 5451 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 5452 - undef first_key ok 5453 - Empty list from first_key ok 5454 - There are no values ok 5455 - There are no keys ok 5456 - There are no values ok 5457 - Scalar is simple ok 5458 - Scalars aren't wrapped ok 5459 - Scalars aren't wrapped ok 5460 ok 5461 ok 5462 ok 5463 ok 5464 - Use value itself as key ok 5465 - Use value itself as key ok 5466 - Is also the effective key ok 5467 - Is also the effective key ok 5468 - Is also the effective key ok 5469 - Is also the effective key ok 5470 - Is also the effective key ok 5471 - Is also the effective key ok 5472 - Is also the effective key ok 5473 ok 5474 ok 5475 ok 5476 ok 5477 ok 5478 ok 5479 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5480 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5481 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 5482 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 5483 - user_data survived everything ok 5484 - user_data in list context too ok 5485 - Combined get/set ok 5486 ok 5487 - The object isa Canary ok 5488 ok 5489 ok 5490 ok 5491 ok 5492 - infinity survived everything ok 5493 - infinity in list context too ok 5494 - Combined get/set ok 5495 ok 5496 - The object isa Canary ok 5497 ok 5498 ok 5499 ok 5500 ok 5501 ok 5502 ok 5503 - Default userdata is undef ok 5504 - Default userdata is undef ok 5505 - return set infinity ok 5506 - The object isa Canary ok 5507 - return set infinity, even in list context ok 5508 - The object isa Canary ok 5509 - top_key on empty heap returns set infinity ok 5510 - The object isa Canary ok 5511 - top_key on empty heap returns set infinity, even in list context ok 5512 - The object isa Canary ok 5513 - min_key on empty heap returns set infinity ok 5514 - The object isa Canary ok 5515 - min_key on empty heap returns set infinity, even in list context ok 5516 - The object isa Canary ok 5517 ok 5518 ok 5519 ok 5520 ok 5521 ok 5522 ok 5523 ok 5524 - proper error message: Self absorption at t/02_stress.t line 811. # ok 5525 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5526 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 5527 ok 5528 ok 5529 ok 5530 ok 5531 ok 5532 ok 5533 ok 5534 ok 5535 ok 5536 ok 5537 ok 5538 ok 5539 ok 5540 ok 5541 - order: lt, elements: Scalar, dirty: 0 ok 5542 ok 5543 ok 5544 ok 5545 - Start empty ok 5546 ok 5547 ok 5548 ok 5549 ok 5550 - There are no values ok 5551 - There are no keys ok 5552 - Expected order ok 5553 - Expected order ok 5554 - Expected element type ok 5555 - Expected element type ok 5556 ok 5557 ok 5558 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 5559 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 5560 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 5561 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 5562 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 5563 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 5564 - proper infinity ok 5565 - proper infinity ok 5566 - Count is number of inserts ok 5567 - There are 9 values ok 5568 - There are 9 keys ok 5569 - keys and values have compatible order ok 5570 ok 5571 - Count lowered by extracts ok 5572 - 2 values left ok 5573 - Empty after clear ok 5574 - Double clear works ok 5575 - Empty after extract_all ok 5576 - extract_top on empty heap dies ok 5577 - extract_top on empty heap dies ok 5578 - extract_min on empty heap dies ok 5579 - extract_min on empty heap dies ok 5580 - extract first on empty returns undef ok 5581 - extract first on empty returns no values ok 5582 - top on empty heap dies ok 5583 - top on empty heap dies ok 5584 - undefined first on empty heap ok 5585 - No first key in list context ok 5586 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 5587 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 5588 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 5589 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 5590 - undef first_key ok 5591 - Empty list from first_key ok 5592 - There are no values ok 5593 - There are no keys ok 5594 - There are no values ok 5595 - The object isa Canary ok 5596 ok 5597 - Arrays aren't wrapped ok 5598 - Arrays aren't wrapped ok 5599 ok 5600 ok 5601 ok 5602 ok 5603 - Use value itself as key ok 5604 - Use value itself as key ok 5605 - Is also the effective key ok 5606 - Is also the effective key ok 5607 - Is also the effective key ok 5608 - Is also the effective key ok 5609 - Is also the effective key ok 5610 - Is also the effective key ok 5611 - Is also the effective key ok 5612 ok 5613 ok 5614 ok 5615 ok 5616 ok 5617 ok 5618 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5619 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5620 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 5621 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 5622 - user_data survived everything ok 5623 - user_data in list context too ok 5624 - Combined get/set ok 5625 ok 5626 - The object isa Canary ok 5627 ok 5628 ok 5629 ok 5630 ok 5631 - infinity survived everything ok 5632 - infinity in list context too ok 5633 - Combined get/set ok 5634 ok 5635 - The object isa Canary ok 5636 ok 5637 ok 5638 ok 5639 ok 5640 ok 5641 ok 5642 - Default userdata is undef ok 5643 - Default userdata is undef ok 5644 - return set infinity ok 5645 - The object isa Canary ok 5646 - return set infinity, even in list context ok 5647 - The object isa Canary ok 5648 - top_key on empty heap returns set infinity ok 5649 - The object isa Canary ok 5650 - top_key on empty heap returns set infinity, even in list context ok 5651 - The object isa Canary ok 5652 - min_key on empty heap returns set infinity ok 5653 - The object isa Canary ok 5654 - min_key on empty heap returns set infinity, even in list context ok 5655 - The object isa Canary ok 5656 ok 5657 ok 5658 ok 5659 ok 5660 ok 5661 ok 5662 ok 5663 - proper error message: Self absorption at t/02_stress.t line 811. # ok 5664 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5665 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 5666 ok 5667 ok 5668 ok 5669 ok 5670 ok 5671 ok 5672 ok 5673 ok 5674 ok 5675 ok 5676 ok 5677 ok 5678 ok 5679 ok 5680 - order: lt, elements: Array 1, dirty: 0 ok 5681 ok 5682 ok 5683 ok 5684 - Start empty ok 5685 ok 5686 ok 5687 ok 5688 ok 5689 - There are no values ok 5690 - There are no keys ok 5691 - Expected order ok 5692 - Expected order ok 5693 - Expected element type ok 5694 - Expected element type ok 5695 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 5696 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 5697 ok 5698 ok 5699 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 5700 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 5701 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 5702 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 5703 - proper infinity ok 5704 - proper infinity ok 5705 - Count is number of inserts ok 5706 - There are 9 values ok 5707 - There are 9 keys ok 5708 - keys and values have compatible order ok 5709 ok 5710 - Count lowered by extracts ok 5711 - 2 values left ok 5712 - Empty after clear ok 5713 - Double clear works ok 5714 - Empty after extract_all ok 5715 - extract_top on empty heap dies ok 5716 - extract_top on empty heap dies ok 5717 - extract_min on empty heap dies ok 5718 - extract_min on empty heap dies ok 5719 - extract first on empty returns undef ok 5720 - extract first on empty returns no values ok 5721 - top on empty heap dies ok 5722 - top on empty heap dies ok 5723 - undefined first on empty heap ok 5724 - No first key in list context ok 5725 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 5726 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 5727 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 5728 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 5729 - undef first_key ok 5730 - Empty list from first_key ok 5731 - There are no values ok 5732 - There are no keys ok 5733 - There are no values ok 5734 - The object isa Canary ok 5735 ok 5736 - Hashes aren't wrapped ok 5737 - Hashes aren't wrapped ok 5738 ok 5739 ok 5740 ok 5741 ok 5742 - Use value itself as key ok 5743 - Use value itself as key ok 5744 - Is also the effective key ok 5745 - Is also the effective key ok 5746 - Is also the effective key ok 5747 - Is also the effective key ok 5748 - Is also the effective key ok 5749 - Is also the effective key ok 5750 - Is also the effective key ok 5751 ok 5752 ok 5753 ok 5754 ok 5755 ok 5756 ok 5757 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5758 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5759 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 5760 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 5761 - user_data survived everything ok 5762 - user_data in list context too ok 5763 - Combined get/set ok 5764 ok 5765 - The object isa Canary ok 5766 ok 5767 ok 5768 ok 5769 ok 5770 - infinity survived everything ok 5771 - infinity in list context too ok 5772 - Combined get/set ok 5773 ok 5774 - The object isa Canary ok 5775 ok 5776 ok 5777 ok 5778 ok 5779 ok 5780 ok 5781 - Default userdata is undef ok 5782 - Default userdata is undef ok 5783 - return set infinity ok 5784 - The object isa Canary ok 5785 - return set infinity, even in list context ok 5786 - The object isa Canary ok 5787 - top_key on empty heap returns set infinity ok 5788 - The object isa Canary ok 5789 - top_key on empty heap returns set infinity, even in list context ok 5790 - The object isa Canary ok 5791 - min_key on empty heap returns set infinity ok 5792 - The object isa Canary ok 5793 - min_key on empty heap returns set infinity, even in list context ok 5794 - The object isa Canary ok 5795 ok 5796 ok 5797 ok 5798 ok 5799 ok 5800 ok 5801 ok 5802 - proper error message: Self absorption at t/02_stress.t line 811. # ok 5803 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5804 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 5805 ok 5806 ok 5807 ok 5808 ok 5809 ok 5810 ok 5811 ok 5812 ok 5813 ok 5814 ok 5815 ok 5816 ok 5817 ok 5818 ok 5819 - order: lt, elements: Hash foo, dirty: 0 ok 5820 ok 5821 ok 5822 ok 5823 - Start empty ok 5824 ok 5825 ok 5826 ok 5827 ok 5828 - There are no values ok 5829 - There are no keys ok 5830 - Expected order ok 5831 - Expected order ok 5832 - Expected element type ok 5833 - Expected element type ok 5834 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 5835 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 5836 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 5837 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 5838 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 5839 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 5840 ok 5841 ok 5842 - proper infinity ok 5843 - proper infinity ok 5844 - Count is number of inserts ok 5845 - There are 9 values ok 5846 - There are 9 keys ok 5847 - keys and values have compatible order ok 5848 ok 5849 - Count lowered by extracts ok 5850 - 2 values left ok 5851 - Empty after clear ok 5852 - Double clear works ok 5853 - Empty after extract_all ok 5854 - extract_top on empty heap dies ok 5855 - extract_top on empty heap dies ok 5856 - extract_min on empty heap dies ok 5857 - extract_min on empty heap dies ok 5858 - extract first on empty returns undef ok 5859 - extract first on empty returns no values ok 5860 - top on empty heap dies ok 5861 - top on empty heap dies ok 5862 - undefined first on empty heap ok 5863 - No first key in list context ok 5864 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 5865 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 5866 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 5867 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 5868 - undef first_key ok 5869 - Empty list from first_key ok 5870 - There are no values ok 5871 - There are no keys ok 5872 - There are no values ok 5873 - The object isa Canary ok 5874 ok 5875 - Functions/Methods aren't wrapped ok 5876 - Functions/Methods aren't wrapped ok 5877 ok 5878 ok 5879 ok 5880 ok 5881 - Use value itself as key ok 5882 - Use value itself as key ok 5883 - Is also the effective key ok 5884 - Is also the effective key ok 5885 - Is also the effective key ok 5886 - Is also the effective key ok 5887 - Is also the effective key ok 5888 - Is also the effective key ok 5889 - Is also the effective key ok 5890 ok 5891 ok 5892 ok 5893 ok 5894 ok 5895 ok 5896 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5897 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5898 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 5899 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 5900 - user_data survived everything ok 5901 - user_data in list context too ok 5902 - Combined get/set ok 5903 ok 5904 - The object isa Canary ok 5905 ok 5906 ok 5907 ok 5908 ok 5909 - infinity survived everything ok 5910 - infinity in list context too ok 5911 - Combined get/set ok 5912 ok 5913 - The object isa Canary ok 5914 ok 5915 ok 5916 ok 5917 ok 5918 ok 5919 ok 5920 - Default userdata is undef ok 5921 - Default userdata is undef ok 5922 - return set infinity ok 5923 - The object isa Canary ok 5924 - return set infinity, even in list context ok 5925 - The object isa Canary ok 5926 - top_key on empty heap returns set infinity ok 5927 - The object isa Canary ok 5928 - top_key on empty heap returns set infinity, even in list context ok 5929 - The object isa Canary ok 5930 - min_key on empty heap returns set infinity ok 5931 - The object isa Canary ok 5932 - min_key on empty heap returns set infinity, even in list context ok 5933 - The object isa Canary ok 5934 ok 5935 ok 5936 ok 5937 ok 5938 ok 5939 ok 5940 ok 5941 - proper error message: Self absorption at t/02_stress.t line 811. # ok 5942 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 5943 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 5944 ok 5945 ok 5946 ok 5947 ok 5948 ok 5949 ok 5950 ok 5951 ok 5952 ok 5953 ok 5954 ok 5955 ok 5956 ok 5957 ok 5958 - order: lt, elements: Function CODE(0x200283c), dirty: 0 ok 5959 ok 5960 ok 5961 ok 5962 - Start empty ok 5963 ok 5964 ok 5965 ok 5966 ok 5967 - There are no values ok 5968 - There are no keys ok 5969 - Expected order ok 5970 - Expected order ok 5971 - Expected element type ok 5972 - Expected element type ok 5973 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 5974 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 5975 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 5976 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 5977 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 5978 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 5979 ok 5980 ok 5981 - proper infinity ok 5982 - proper infinity ok 5983 - Count is number of inserts ok 5984 - There are 9 values ok 5985 - There are 9 keys ok 5986 - keys and values have compatible order ok 5987 ok 5988 - Count lowered by extracts ok 5989 - 2 values left ok 5990 - Empty after clear ok 5991 - Double clear works ok 5992 - Empty after extract_all ok 5993 - extract_top on empty heap dies ok 5994 - extract_top on empty heap dies ok 5995 - extract_min on empty heap dies ok 5996 - extract_min on empty heap dies ok 5997 - extract first on empty returns undef ok 5998 - extract first on empty returns no values ok 5999 - top on empty heap dies ok 6000 - top on empty heap dies ok 6001 - undefined first on empty heap ok 6002 - No first key in list context ok 6003 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 6004 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 6005 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 6006 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 6007 - undef first_key ok 6008 - Empty list from first_key ok 6009 - There are no values ok 6010 - There are no keys ok 6011 - There are no values ok 6012 - The object isa Canary ok 6013 ok 6014 - Any/Objects aren't wrapped ok 6015 - Any/Objects aren't wrapped ok 6016 ok 6017 ok 6018 ok 6019 ok 6020 - Use value itself as key ok 6021 - Use value itself as key ok 6022 - Is also the effective key ok 6023 - Is also the effective key ok 6024 - Is also the effective key ok 6025 - Is also the effective key ok 6026 - Is also the effective key ok 6027 - Is also the effective key ok 6028 - Is also the effective key ok 6029 ok 6030 ok 6031 ok 6032 ok 6033 ok 6034 ok 6035 - Have all new values ok 6036 ok 6037 ok 6038 - Empty again ok 6039 ok 6040 - Have all new values ok 6041 ok 6042 ok 6043 - Empty again ok 6044 ok 6045 - Have all new values ok 6046 ok 6047 ok 6048 - Empty again ok 6049 ok 6050 - Have all new values ok 6051 ok 6052 ok 6053 - Empty again ok 6054 ok 6055 - user_data survived everything ok 6056 - user_data in list context too ok 6057 - Combined get/set ok 6058 ok 6059 - The object isa Canary ok 6060 ok 6061 ok 6062 ok 6063 ok 6064 - infinity survived everything ok 6065 - infinity in list context too ok 6066 - Combined get/set ok 6067 ok 6068 - The object isa Canary ok 6069 ok 6070 ok 6071 ok 6072 ok 6073 ok 6074 ok 6075 - Default userdata is undef ok 6076 - Default userdata is undef ok 6077 - return set infinity ok 6078 - The object isa Canary ok 6079 - return set infinity, even in list context ok 6080 - The object isa Canary ok 6081 - top_key on empty heap returns set infinity ok 6082 - The object isa Canary ok 6083 - top_key on empty heap returns set infinity, even in list context ok 6084 - The object isa Canary ok 6085 - min_key on empty heap returns set infinity ok 6086 - The object isa Canary ok 6087 - min_key on empty heap returns set infinity, even in list context ok 6088 - The object isa Canary ok 6089 ok 6090 ok 6091 ok 6092 ok 6093 ok 6094 ok 6095 ok 6096 - proper error message: Self absorption at t/02_stress.t line 811. # ok 6097 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6098 ok 6099 ok 6100 ok 6101 ok 6102 ok 6103 ok 6104 ok 6105 ok 6106 ok 6107 ok 6108 ok 6109 ok 6110 ok 6111 ok 6112 ok 6113 ok 6114 - order: lt, elements: Any CODE(0x2003784), dirty: 0 ok 6115 ok 6116 ok 6117 ok 6118 - Start empty ok 6119 ok 6120 ok 6121 ok 6122 ok 6123 - There are no values ok 6124 - There are no keys ok 6125 - Expected order ok 6126 - Expected order ok 6127 - Expected element type ok 6128 - Expected element type ok 6129 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 6130 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 6131 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 6132 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 6133 ok 6134 ok 6135 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 6136 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 6137 - proper infinity ok 6138 - proper infinity ok 6139 - Count is number of inserts ok 6140 - There are 9 values ok 6141 - There are 9 keys ok 6142 - keys and values have compatible order ok 6143 ok 6144 - Count lowered by extracts ok 6145 - 2 values left ok 6146 - Empty after clear ok 6147 - Double clear works ok 6148 - Empty after extract_all ok 6149 - extract_top on empty heap dies ok 6150 - extract_top on empty heap dies ok 6151 - extract_min on empty heap dies ok 6152 - extract_min on empty heap dies ok 6153 - extract first on empty returns undef ok 6154 - extract first on empty returns no values ok 6155 - top on empty heap dies ok 6156 - top on empty heap dies ok 6157 - undefined first on empty heap ok 6158 - No first key in list context ok 6159 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 6160 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 6161 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 6162 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 6163 - undef first_key ok 6164 - Empty list from first_key ok 6165 - There are no values ok 6166 - There are no keys ok 6167 - There are no values ok 6168 - The object isa Canary ok 6169 ok 6170 - Functions/Methods aren't wrapped ok 6171 - Functions/Methods aren't wrapped ok 6172 ok 6173 ok 6174 ok 6175 ok 6176 - Use value itself as key ok 6177 - Use value itself as key ok 6178 - Is also the effective key ok 6179 - Is also the effective key ok 6180 - Is also the effective key ok 6181 - Is also the effective key ok 6182 - Is also the effective key ok 6183 - Is also the effective key ok 6184 - Is also the effective key ok 6185 ok 6186 ok 6187 ok 6188 ok 6189 ok 6190 ok 6191 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6192 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6193 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 6194 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 6195 - user_data survived everything ok 6196 - user_data in list context too ok 6197 - Combined get/set ok 6198 ok 6199 - The object isa Canary ok 6200 ok 6201 ok 6202 ok 6203 ok 6204 - infinity survived everything ok 6205 - infinity in list context too ok 6206 - Combined get/set ok 6207 ok 6208 - The object isa Canary ok 6209 ok 6210 ok 6211 ok 6212 ok 6213 ok 6214 ok 6215 - Default userdata is undef ok 6216 - Default userdata is undef ok 6217 - return set infinity ok 6218 - The object isa Canary ok 6219 - return set infinity, even in list context ok 6220 - The object isa Canary ok 6221 - top_key on empty heap returns set infinity ok 6222 - The object isa Canary ok 6223 - top_key on empty heap returns set infinity, even in list context ok 6224 - The object isa Canary ok 6225 - min_key on empty heap returns set infinity ok 6226 - The object isa Canary ok 6227 - min_key on empty heap returns set infinity, even in list context ok 6228 - The object isa Canary ok 6229 ok 6230 ok 6231 ok 6232 ok 6233 ok 6234 ok 6235 ok 6236 - proper error message: Self absorption at t/02_stress.t line 811. # ok 6237 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6238 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 6239 ok 6240 ok 6241 ok 6242 ok 6243 ok 6244 ok 6245 ok 6246 ok 6247 ok 6248 ok 6249 ok 6250 ok 6251 ok 6252 ok 6253 - order: lt, elements: Method meth, dirty: 0 ok 6254 ok 6255 ok 6256 ok 6257 - Start empty ok 6258 ok 6259 ok 6260 ok 6261 ok 6262 - There are no values ok 6263 - There are no keys ok 6264 - Expected order ok 6265 - Expected order ok 6266 - Expected element type ok 6267 - Expected element type ok 6268 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 6269 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 6270 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 6271 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 6272 ok 6273 ok 6274 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 6275 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 6276 - proper infinity ok 6277 - proper infinity ok 6278 - Count is number of inserts ok 6279 - There are 9 values ok 6280 - There are 9 keys ok 6281 - keys and values have compatible order ok 6282 ok 6283 - Count lowered by extracts ok 6284 - 2 values left ok 6285 - Empty after clear ok 6286 - Double clear works ok 6287 - Empty after extract_all ok 6288 - extract_top on empty heap dies ok 6289 - extract_top on empty heap dies ok 6290 - extract_min on empty heap dies ok 6291 - extract_min on empty heap dies ok 6292 - extract first on empty returns undef ok 6293 - extract first on empty returns no values ok 6294 - top on empty heap dies ok 6295 - top on empty heap dies ok 6296 - undefined first on empty heap ok 6297 - No first key in list context ok 6298 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 6299 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 6300 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 6301 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 6302 - undef first_key ok 6303 - Empty list from first_key ok 6304 - There are no values ok 6305 - There are no keys ok 6306 - There are no values ok 6307 - The object isa Canary ok 6308 ok 6309 - Functions/Methods aren't wrapped ok 6310 - Functions/Methods aren't wrapped ok 6311 ok 6312 ok 6313 ok 6314 ok 6315 - Use value itself as key ok 6316 - Use value itself as key ok 6317 - Is also the effective key ok 6318 - Is also the effective key ok 6319 - Is also the effective key ok 6320 - Is also the effective key ok 6321 - Is also the effective key ok 6322 - Is also the effective key ok 6323 - Is also the effective key ok 6324 ok 6325 ok 6326 ok 6327 ok 6328 ok 6329 ok 6330 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6331 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6332 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 6333 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 6334 - user_data survived everything ok 6335 - user_data in list context too ok 6336 - Combined get/set ok 6337 ok 6338 - The object isa Canary ok 6339 ok 6340 ok 6341 ok 6342 ok 6343 - infinity survived everything ok 6344 - infinity in list context too ok 6345 - Combined get/set ok 6346 ok 6347 - The object isa Canary ok 6348 ok 6349 ok 6350 ok 6351 ok 6352 ok 6353 ok 6354 - Default userdata is undef ok 6355 - Default userdata is undef ok 6356 - return set infinity ok 6357 - The object isa Canary ok 6358 - return set infinity, even in list context ok 6359 - The object isa Canary ok 6360 - top_key on empty heap returns set infinity ok 6361 - The object isa Canary ok 6362 - top_key on empty heap returns set infinity, even in list context ok 6363 - The object isa Canary ok 6364 - min_key on empty heap returns set infinity ok 6365 - The object isa Canary ok 6366 - min_key on empty heap returns set infinity, even in list context ok 6367 - The object isa Canary ok 6368 ok 6369 ok 6370 ok 6371 ok 6372 ok 6373 ok 6374 ok 6375 - proper error message: Self absorption at t/02_stress.t line 811. # ok 6376 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6377 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 6378 ok 6379 ok 6380 ok 6381 ok 6382 ok 6383 ok 6384 ok 6385 ok 6386 ok 6387 ok 6388 ok 6389 ok 6390 ok 6391 ok 6392 - order: lt, elements: Method -'$f\#, dirty: 0 ok 6393 ok 6394 ok 6395 ok 6396 - Start empty ok 6397 ok 6398 ok 6399 ok 6400 ok 6401 - There are no values ok 6402 - There are no keys ok 6403 - Expected order ok 6404 - Expected order ok 6405 - Expected element type ok 6406 - Expected element type ok 6407 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 6408 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 6409 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 6410 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 6411 ok 6412 ok 6413 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 6414 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 6415 - proper infinity ok 6416 - proper infinity ok 6417 - Count is number of inserts ok 6418 - There are 9 values ok 6419 - There are 9 keys ok 6420 - keys and values have compatible order ok 6421 ok 6422 - Count lowered by extracts ok 6423 - 2 values left ok 6424 - Empty after clear ok 6425 - Double clear works ok 6426 - Empty after extract_all ok 6427 - extract_top on empty heap dies ok 6428 - extract_top on empty heap dies ok 6429 - extract_min on empty heap dies ok 6430 - extract_min on empty heap dies ok 6431 - extract first on empty returns undef ok 6432 - extract first on empty returns no values ok 6433 - top on empty heap dies ok 6434 - top on empty heap dies ok 6435 - undefined first on empty heap ok 6436 - No first key in list context ok 6437 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 6438 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 6439 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 6440 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 6441 - undef first_key ok 6442 - Empty list from first_key ok 6443 - There are no values ok 6444 - There are no keys ok 6445 - There are no values ok 6446 - The object isa Canary ok 6447 ok 6448 - Any/Objects aren't wrapped ok 6449 - Any/Objects aren't wrapped ok 6450 ok 6451 ok 6452 ok 6453 ok 6454 - Use value itself as key ok 6455 - Use value itself as key ok 6456 - Is also the effective key ok 6457 - Is also the effective key ok 6458 - Is also the effective key ok 6459 - Is also the effective key ok 6460 - Is also the effective key ok 6461 - Is also the effective key ok 6462 - Is also the effective key ok 6463 ok 6464 ok 6465 ok 6466 ok 6467 ok 6468 ok 6469 - Have all new values ok 6470 ok 6471 ok 6472 - Empty again ok 6473 ok 6474 - Have all new values ok 6475 ok 6476 ok 6477 - Empty again ok 6478 ok 6479 - Have all new values ok 6480 ok 6481 ok 6482 - Empty again ok 6483 ok 6484 - Have all new values ok 6485 ok 6486 ok 6487 - Empty again ok 6488 ok 6489 - user_data survived everything ok 6490 - user_data in list context too ok 6491 - Combined get/set ok 6492 ok 6493 - The object isa Canary ok 6494 ok 6495 ok 6496 ok 6497 ok 6498 - infinity survived everything ok 6499 - infinity in list context too ok 6500 - Combined get/set ok 6501 ok 6502 - The object isa Canary ok 6503 ok 6504 ok 6505 ok 6506 ok 6507 ok 6508 ok 6509 - Default userdata is undef ok 6510 - Default userdata is undef ok 6511 - return set infinity ok 6512 - The object isa Canary ok 6513 - return set infinity, even in list context ok 6514 - The object isa Canary ok 6515 - top_key on empty heap returns set infinity ok 6516 - The object isa Canary ok 6517 - top_key on empty heap returns set infinity, even in list context ok 6518 - The object isa Canary ok 6519 - min_key on empty heap returns set infinity ok 6520 - The object isa Canary ok 6521 - min_key on empty heap returns set infinity, even in list context ok 6522 - The object isa Canary ok 6523 ok 6524 ok 6525 ok 6526 ok 6527 ok 6528 ok 6529 ok 6530 - proper error message: Self absorption at t/02_stress.t line 811. # ok 6531 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6532 ok 6533 ok 6534 ok 6535 ok 6536 ok 6537 ok 6538 ok 6539 ok 6540 ok 6541 ok 6542 ok 6543 ok 6544 ok 6545 ok 6546 ok 6547 ok 6548 - order: lt, elements: Object meth, dirty: 0 ok 6549 ok 6550 ok 6551 ok 6552 - Start empty ok 6553 ok 6554 ok 6555 ok 6556 ok 6557 - There are no values ok 6558 - There are no keys ok 6559 - Expected order ok 6560 - Expected order ok 6561 - Expected element type ok 6562 - Expected element type ok 6563 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 6564 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 6565 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 6566 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 6567 ok 6568 ok 6569 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 6570 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 6571 - proper infinity ok 6572 - proper infinity ok 6573 - Count is number of inserts ok 6574 - There are 9 values ok 6575 - There are 9 keys ok 6576 - keys and values have compatible order ok 6577 ok 6578 - Count lowered by extracts ok 6579 - 2 values left ok 6580 - Empty after clear ok 6581 - Double clear works ok 6582 - Empty after extract_all ok 6583 - extract_top on empty heap dies ok 6584 - extract_top on empty heap dies ok 6585 - extract_min on empty heap dies ok 6586 - extract_min on empty heap dies ok 6587 - extract first on empty returns undef ok 6588 - extract first on empty returns no values ok 6589 - top on empty heap dies ok 6590 - top on empty heap dies ok 6591 - undefined first on empty heap ok 6592 - No first key in list context ok 6593 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 6594 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 6595 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 6596 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 6597 - undef first_key ok 6598 - Empty list from first_key ok 6599 - There are no values ok 6600 - There are no keys ok 6601 - There are no values ok 6602 - The object isa Canary ok 6603 ok 6604 - Any/Objects aren't wrapped ok 6605 - Any/Objects aren't wrapped ok 6606 ok 6607 ok 6608 ok 6609 ok 6610 - Use value itself as key ok 6611 - Use value itself as key ok 6612 - Is also the effective key ok 6613 - Is also the effective key ok 6614 - Is also the effective key ok 6615 - Is also the effective key ok 6616 - Is also the effective key ok 6617 - Is also the effective key ok 6618 - Is also the effective key ok 6619 ok 6620 ok 6621 ok 6622 ok 6623 ok 6624 ok 6625 - Have all new values ok 6626 ok 6627 ok 6628 - Empty again ok 6629 ok 6630 - Have all new values ok 6631 ok 6632 ok 6633 - Empty again ok 6634 ok 6635 - Have all new values ok 6636 ok 6637 ok 6638 - Empty again ok 6639 ok 6640 - Have all new values ok 6641 ok 6642 ok 6643 - Empty again ok 6644 ok 6645 - user_data survived everything ok 6646 - user_data in list context too ok 6647 - Combined get/set ok 6648 ok 6649 - The object isa Canary ok 6650 ok 6651 ok 6652 ok 6653 ok 6654 - infinity survived everything ok 6655 - infinity in list context too ok 6656 - Combined get/set ok 6657 ok 6658 - The object isa Canary ok 6659 ok 6660 ok 6661 ok 6662 ok 6663 ok 6664 ok 6665 - Default userdata is undef ok 6666 - Default userdata is undef ok 6667 - return set infinity ok 6668 - The object isa Canary ok 6669 - return set infinity, even in list context ok 6670 - The object isa Canary ok 6671 - top_key on empty heap returns set infinity ok 6672 - The object isa Canary ok 6673 - top_key on empty heap returns set infinity, even in list context ok 6674 - The object isa Canary ok 6675 - min_key on empty heap returns set infinity ok 6676 - The object isa Canary ok 6677 - min_key on empty heap returns set infinity, even in list context ok 6678 - The object isa Canary ok 6679 ok 6680 ok 6681 ok 6682 ok 6683 ok 6684 ok 6685 ok 6686 - proper error message: Self absorption at t/02_stress.t line 811. # ok 6687 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6688 ok 6689 ok 6690 ok 6691 ok 6692 ok 6693 ok 6694 ok 6695 ok 6696 ok 6697 ok 6698 ok 6699 ok 6700 ok 6701 ok 6702 ok 6703 ok 6704 - order: lt, elements: Object -'$f\#, dirty: 0 ok 6705 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 6706 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 6707 - Have all new values ok 6708 ok 6709 ok 6710 - Empty again ok 6711 ok 6712 - Have all new values ok 6713 ok 6714 ok 6715 - Empty again 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 ok 6731 ok 6732 ok 6733 ok 6734 ok 6735 ok 6736 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 6737 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 6738 - Have all new values ok 6739 ok 6740 ok 6741 - Empty again ok 6742 ok 6743 - Have all new values ok 6744 ok 6745 ok 6746 - Empty again 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 ok 6765 ok 6766 ok 6767 ok 6768 ok 6769 ok 6770 - Start empty ok 6771 ok 6772 ok 6773 ok 6774 ok 6775 - There are no values ok 6776 - There are no keys ok 6777 - Expected order ok 6778 - Expected order ok 6779 - Expected element type ok 6780 - Expected element type ok 6781 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 6782 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 6783 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 6784 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 6785 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 6786 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 6787 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 6788 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 6789 - proper infinity ok 6790 - proper infinity ok 6791 - Count is number of inserts ok 6792 - There are 9 values ok 6793 - There are 9 keys ok 6794 - keys and values have compatible order ok 6795 ok 6796 - Count lowered by extracts ok 6797 - 2 values left ok 6798 - Empty after clear ok 6799 - Double clear works ok 6800 - Empty after extract_all ok 6801 - extract_top on empty heap dies ok 6802 - extract_top on empty heap dies ok 6803 - extract_min on empty heap dies ok 6804 - extract_min on empty heap dies ok 6805 - extract first on empty returns undef ok 6806 - extract first on empty returns no values ok 6807 - top on empty heap dies ok 6808 - top on empty heap dies ok 6809 - undefined first on empty heap ok 6810 - No first key in list context ok 6811 - Return infinity on empty ok 6812 - Return infinity on empty in list context ok 6813 - Return infinity on empty ok 6814 - Return infinity on empty in list context ok 6815 - undef first_key ok 6816 - Empty list from first_key ok 6817 - There are no values ok 6818 - There are no keys ok 6819 - There are no values ok 6820 - Scalar is simple ok 6821 - Scalars aren't wrapped ok 6822 - Scalars aren't wrapped ok 6823 ok 6824 ok 6825 ok 6826 ok 6827 - Use value itself as key ok 6828 - Use value itself as key ok 6829 - Is also the effective key ok 6830 - Is also the effective key ok 6831 - Is also the effective key ok 6832 - Is also the effective key ok 6833 - Is also the effective key ok 6834 - Is also the effective key ok 6835 - Is also the effective key ok 6836 ok 6837 ok 6838 ok 6839 ok 6840 ok 6841 ok 6842 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6843 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6844 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 6845 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 6846 - user_data survived everything ok 6847 - user_data in list context too ok 6848 - Combined get/set ok 6849 ok 6850 - The object isa Canary ok 6851 ok 6852 ok 6853 ok 6854 ok 6855 - infinity survived everything ok 6856 - infinity in list context too ok 6857 - Combined get/set ok 6858 ok 6859 - The object isa Canary ok 6860 ok 6861 ok 6862 ok 6863 ok 6864 ok 6865 ok 6866 - Default userdata is undef ok 6867 - Default userdata is undef ok 6868 - return set infinity ok 6869 - The object isa Canary ok 6870 - return set infinity, even in list context ok 6871 - The object isa Canary ok 6872 - top_key on empty heap returns set infinity ok 6873 - The object isa Canary ok 6874 - top_key on empty heap returns set infinity, even in list context ok 6875 - The object isa Canary ok 6876 - min_key on empty heap returns set infinity ok 6877 - The object isa Canary ok 6878 - min_key on empty heap returns set infinity, even in list context ok 6879 - The object isa Canary ok 6880 ok 6881 ok 6882 ok 6883 ok 6884 ok 6885 ok 6886 ok 6887 - proper error message: Self absorption at t/02_stress.t line 811. # ok 6888 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6889 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 6890 ok 6891 ok 6892 ok 6893 ok 6894 ok 6895 ok 6896 ok 6897 ok 6898 ok 6899 ok 6900 ok 6901 ok 6902 ok 6903 ok 6904 - order: gt, elements: Scalar, dirty: 0 ok 6905 ok 6906 ok 6907 ok 6908 - Start empty ok 6909 ok 6910 ok 6911 ok 6912 ok 6913 - There are no values ok 6914 - There are no keys ok 6915 - Expected order ok 6916 - Expected order ok 6917 - Expected element type ok 6918 - Expected element type ok 6919 ok 6920 ok 6921 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 6922 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 6923 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 6924 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 6925 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 6926 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 6927 - proper infinity ok 6928 - proper infinity ok 6929 - Count is number of inserts ok 6930 - There are 9 values ok 6931 - There are 9 keys ok 6932 - keys and values have compatible order ok 6933 ok 6934 - Count lowered by extracts ok 6935 - 2 values left ok 6936 - Empty after clear ok 6937 - Double clear works ok 6938 - Empty after extract_all ok 6939 - extract_top on empty heap dies ok 6940 - extract_top on empty heap dies ok 6941 - extract_min on empty heap dies ok 6942 - extract_min on empty heap dies ok 6943 - extract first on empty returns undef ok 6944 - extract first on empty returns no values ok 6945 - top on empty heap dies ok 6946 - top on empty heap dies ok 6947 - undefined first on empty heap ok 6948 - No first key in list context ok 6949 - Return infinity on empty ok 6950 - Return infinity on empty in list context ok 6951 - Return infinity on empty ok 6952 - Return infinity on empty in list context ok 6953 - undef first_key ok 6954 - Empty list from first_key ok 6955 - There are no values ok 6956 - There are no keys ok 6957 - There are no values ok 6958 - The object isa Canary ok 6959 ok 6960 - Arrays aren't wrapped ok 6961 - Arrays aren't wrapped ok 6962 ok 6963 ok 6964 ok 6965 ok 6966 - Use value itself as key ok 6967 - Use value itself as key ok 6968 - Is also the effective key ok 6969 - Is also the effective key ok 6970 - Is also the effective key ok 6971 - Is also the effective key ok 6972 - Is also the effective key ok 6973 - Is also the effective key ok 6974 - Is also the effective key ok 6975 ok 6976 ok 6977 ok 6978 ok 6979 ok 6980 ok 6981 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6982 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 6983 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 6984 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 6985 - user_data survived everything ok 6986 - user_data in list context too ok 6987 - Combined get/set ok 6988 ok 6989 - The object isa Canary ok 6990 ok 6991 ok 6992 ok 6993 ok 6994 - infinity survived everything ok 6995 - infinity in list context too ok 6996 - Combined get/set ok 6997 ok 6998 - The object isa Canary ok 6999 ok 7000 ok 7001 ok 7002 ok 7003 ok 7004 ok 7005 - Default userdata is undef ok 7006 - Default userdata is undef ok 7007 - return set infinity ok 7008 - The object isa Canary ok 7009 - return set infinity, even in list context ok 7010 - The object isa Canary ok 7011 - top_key on empty heap returns set infinity ok 7012 - The object isa Canary ok 7013 - top_key on empty heap returns set infinity, even in list context ok 7014 - The object isa Canary ok 7015 - min_key on empty heap returns set infinity ok 7016 - The object isa Canary ok 7017 - min_key on empty heap returns set infinity, even in list context ok 7018 - The object isa Canary ok 7019 ok 7020 ok 7021 ok 7022 ok 7023 ok 7024 ok 7025 ok 7026 - proper error message: Self absorption at t/02_stress.t line 811. # ok 7027 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7028 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 7029 ok 7030 ok 7031 ok 7032 ok 7033 ok 7034 ok 7035 ok 7036 ok 7037 ok 7038 ok 7039 ok 7040 ok 7041 ok 7042 ok 7043 - order: gt, elements: Array 1, dirty: 0 ok 7044 ok 7045 ok 7046 ok 7047 - Start empty ok 7048 ok 7049 ok 7050 ok 7051 ok 7052 - There are no values ok 7053 - There are no keys ok 7054 - Expected order ok 7055 - Expected order ok 7056 - Expected element type ok 7057 - Expected element type ok 7058 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 7059 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 7060 ok 7061 ok 7062 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 7063 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 7064 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 7065 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 7066 - proper infinity ok 7067 - proper infinity ok 7068 - Count is number of inserts ok 7069 - There are 9 values ok 7070 - There are 9 keys ok 7071 - keys and values have compatible order ok 7072 ok 7073 - Count lowered by extracts ok 7074 - 2 values left ok 7075 - Empty after clear ok 7076 - Double clear works ok 7077 - Empty after extract_all ok 7078 - extract_top on empty heap dies ok 7079 - extract_top on empty heap dies ok 7080 - extract_min on empty heap dies ok 7081 - extract_min on empty heap dies ok 7082 - extract first on empty returns undef ok 7083 - extract first on empty returns no values ok 7084 - top on empty heap dies ok 7085 - top on empty heap dies ok 7086 - undefined first on empty heap ok 7087 - No first key in list context ok 7088 - Return infinity on empty ok 7089 - Return infinity on empty in list context ok 7090 - Return infinity on empty ok 7091 - Return infinity on empty in list context ok 7092 - undef first_key ok 7093 - Empty list from first_key ok 7094 - There are no values ok 7095 - There are no keys ok 7096 - There are no values ok 7097 - The object isa Canary ok 7098 ok 7099 - Hashes aren't wrapped ok 7100 - Hashes aren't wrapped ok 7101 ok 7102 ok 7103 ok 7104 ok 7105 - Use value itself as key ok 7106 - Use value itself as key ok 7107 - Is also the effective key ok 7108 - Is also the effective key ok 7109 - Is also the effective key ok 7110 - Is also the effective key ok 7111 - Is also the effective key ok 7112 - Is also the effective key ok 7113 - Is also the effective key ok 7114 ok 7115 ok 7116 ok 7117 ok 7118 ok 7119 ok 7120 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7121 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7122 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 7123 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 7124 - user_data survived everything ok 7125 - user_data in list context too ok 7126 - Combined get/set ok 7127 ok 7128 - The object isa Canary ok 7129 ok 7130 ok 7131 ok 7132 ok 7133 - infinity survived everything ok 7134 - infinity in list context too ok 7135 - Combined get/set ok 7136 ok 7137 - The object isa Canary ok 7138 ok 7139 ok 7140 ok 7141 ok 7142 ok 7143 ok 7144 - Default userdata is undef ok 7145 - Default userdata is undef ok 7146 - return set infinity ok 7147 - The object isa Canary ok 7148 - return set infinity, even in list context ok 7149 - The object isa Canary ok 7150 - top_key on empty heap returns set infinity ok 7151 - The object isa Canary ok 7152 - top_key on empty heap returns set infinity, even in list context ok 7153 - The object isa Canary ok 7154 - min_key on empty heap returns set infinity ok 7155 - The object isa Canary ok 7156 - min_key on empty heap returns set infinity, even in list context ok 7157 - The object isa Canary ok 7158 ok 7159 ok 7160 ok 7161 ok 7162 ok 7163 ok 7164 ok 7165 - proper error message: Self absorption at t/02_stress.t line 811. # ok 7166 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7167 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 7168 ok 7169 ok 7170 ok 7171 ok 7172 ok 7173 ok 7174 ok 7175 ok 7176 ok 7177 ok 7178 ok 7179 ok 7180 ok 7181 ok 7182 - order: gt, elements: Hash foo, dirty: 0 ok 7183 ok 7184 ok 7185 ok 7186 - Start empty ok 7187 ok 7188 ok 7189 ok 7190 ok 7191 - There are no values ok 7192 - There are no keys ok 7193 - Expected order ok 7194 - Expected order ok 7195 - Expected element type ok 7196 - Expected element type ok 7197 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 7198 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 7199 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 7200 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 7201 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 7202 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 7203 ok 7204 ok 7205 - proper infinity ok 7206 - proper infinity ok 7207 - Count is number of inserts ok 7208 - There are 9 values ok 7209 - There are 9 keys ok 7210 - keys and values have compatible order ok 7211 ok 7212 - Count lowered by extracts ok 7213 - 2 values left ok 7214 - Empty after clear ok 7215 - Double clear works ok 7216 - Empty after extract_all ok 7217 - extract_top on empty heap dies ok 7218 - extract_top on empty heap dies ok 7219 - extract_min on empty heap dies ok 7220 - extract_min on empty heap dies ok 7221 - extract first on empty returns undef ok 7222 - extract first on empty returns no values ok 7223 - top on empty heap dies ok 7224 - top on empty heap dies ok 7225 - undefined first on empty heap ok 7226 - No first key in list context ok 7227 - Return infinity on empty ok 7228 - Return infinity on empty in list context ok 7229 - Return infinity on empty ok 7230 - Return infinity on empty in list context ok 7231 - undef first_key ok 7232 - Empty list from first_key ok 7233 - There are no values ok 7234 - There are no keys ok 7235 - There are no values ok 7236 - The object isa Canary ok 7237 ok 7238 - Functions/Methods aren't wrapped ok 7239 - Functions/Methods aren't wrapped ok 7240 ok 7241 ok 7242 ok 7243 ok 7244 - Use value itself as key ok 7245 - Use value itself as key ok 7246 - Is also the effective key ok 7247 - Is also the effective key ok 7248 - Is also the effective key ok 7249 - Is also the effective key ok 7250 - Is also the effective key ok 7251 - Is also the effective key ok 7252 - Is also the effective key ok 7253 ok 7254 ok 7255 ok 7256 ok 7257 ok 7258 ok 7259 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7260 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7261 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 7262 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 7263 - user_data survived everything ok 7264 - user_data in list context too ok 7265 - Combined get/set ok 7266 ok 7267 - The object isa Canary ok 7268 ok 7269 ok 7270 ok 7271 ok 7272 - infinity survived everything ok 7273 - infinity in list context too ok 7274 - Combined get/set ok 7275 ok 7276 - The object isa Canary ok 7277 ok 7278 ok 7279 ok 7280 ok 7281 ok 7282 ok 7283 - Default userdata is undef ok 7284 - Default userdata is undef ok 7285 - return set infinity ok 7286 - The object isa Canary ok 7287 - return set infinity, even in list context ok 7288 - The object isa Canary ok 7289 - top_key on empty heap returns set infinity ok 7290 - The object isa Canary ok 7291 - top_key on empty heap returns set infinity, even in list context ok 7292 - The object isa Canary ok 7293 - min_key on empty heap returns set infinity ok 7294 - The object isa Canary ok 7295 - min_key on empty heap returns set infinity, even in list context ok 7296 - The object isa Canary ok 7297 ok 7298 ok 7299 ok 7300 ok 7301 ok 7302 ok 7303 ok 7304 - proper error message: Self absorption at t/02_stress.t line 811. # ok 7305 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7306 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 7307 ok 7308 ok 7309 ok 7310 ok 7311 ok 7312 ok 7313 ok 7314 ok 7315 ok 7316 ok 7317 ok 7318 ok 7319 ok 7320 ok 7321 - order: gt, elements: Function CODE(0x2082494), dirty: 0 ok 7322 ok 7323 ok 7324 ok 7325 - Start empty ok 7326 ok 7327 ok 7328 ok 7329 ok 7330 - There are no values ok 7331 - There are no keys ok 7332 - Expected order ok 7333 - Expected order ok 7334 - Expected element type ok 7335 - Expected element type ok 7336 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 7337 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 7338 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 7339 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 7340 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 7341 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 7342 ok 7343 ok 7344 - proper infinity ok 7345 - proper infinity ok 7346 - Count is number of inserts ok 7347 - There are 9 values ok 7348 - There are 9 keys ok 7349 - keys and values have compatible order ok 7350 ok 7351 - Count lowered by extracts ok 7352 - 2 values left ok 7353 - Empty after clear ok 7354 - Double clear works ok 7355 - Empty after extract_all ok 7356 - extract_top on empty heap dies ok 7357 - extract_top on empty heap dies ok 7358 - extract_min on empty heap dies ok 7359 - extract_min on empty heap dies ok 7360 - extract first on empty returns undef ok 7361 - extract first on empty returns no values ok 7362 - top on empty heap dies ok 7363 - top on empty heap dies ok 7364 - undefined first on empty heap ok 7365 - No first key in list context ok 7366 - Return infinity on empty ok 7367 - Return infinity on empty in list context ok 7368 - Return infinity on empty ok 7369 - Return infinity on empty in list context ok 7370 - undef first_key ok 7371 - Empty list from first_key ok 7372 - There are no values ok 7373 - There are no keys ok 7374 - There are no values ok 7375 - The object isa Canary ok 7376 ok 7377 - Any/Objects aren't wrapped ok 7378 - Any/Objects aren't wrapped ok 7379 ok 7380 ok 7381 ok 7382 ok 7383 - Use value itself as key ok 7384 - Use value itself as key ok 7385 - Is also the effective key ok 7386 - Is also the effective key ok 7387 - Is also the effective key ok 7388 - Is also the effective key ok 7389 - Is also the effective key ok 7390 - Is also the effective key ok 7391 - Is also the effective key ok 7392 ok 7393 ok 7394 ok 7395 ok 7396 ok 7397 ok 7398 - Have all new values ok 7399 ok 7400 ok 7401 - Empty again ok 7402 ok 7403 - Have all new values ok 7404 ok 7405 ok 7406 - Empty again ok 7407 ok 7408 - Have all new values ok 7409 ok 7410 ok 7411 - Empty again ok 7412 ok 7413 - Have all new values ok 7414 ok 7415 ok 7416 - Empty again ok 7417 ok 7418 - user_data survived everything ok 7419 - user_data in list context too ok 7420 - Combined get/set ok 7421 ok 7422 - The object isa Canary ok 7423 ok 7424 ok 7425 ok 7426 ok 7427 - infinity survived everything ok 7428 - infinity in list context too ok 7429 - Combined get/set ok 7430 ok 7431 - The object isa Canary ok 7432 ok 7433 ok 7434 ok 7435 ok 7436 ok 7437 ok 7438 - Default userdata is undef ok 7439 - Default userdata is undef ok 7440 - return set infinity ok 7441 - The object isa Canary ok 7442 - return set infinity, even in list context ok 7443 - The object isa Canary ok 7444 - top_key on empty heap returns set infinity ok 7445 - The object isa Canary ok 7446 - top_key on empty heap returns set infinity, even in list context ok 7447 - The object isa Canary ok 7448 - min_key on empty heap returns set infinity ok 7449 - The object isa Canary ok 7450 - min_key on empty heap returns set infinity, even in list context ok 7451 - The object isa Canary ok 7452 ok 7453 ok 7454 ok 7455 ok 7456 ok 7457 ok 7458 ok 7459 - proper error message: Self absorption at t/02_stress.t line 811. # ok 7460 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7461 ok 7462 ok 7463 ok 7464 ok 7465 ok 7466 ok 7467 ok 7468 ok 7469 ok 7470 ok 7471 ok 7472 ok 7473 ok 7474 ok 7475 ok 7476 ok 7477 - order: gt, elements: Any CODE(0x206fa04), dirty: 0 ok 7478 ok 7479 ok 7480 ok 7481 - Start empty ok 7482 ok 7483 ok 7484 ok 7485 ok 7486 - There are no values ok 7487 - There are no keys ok 7488 - Expected order ok 7489 - Expected order ok 7490 - Expected element type ok 7491 - Expected element type ok 7492 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 7493 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 7494 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 7495 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 7496 ok 7497 ok 7498 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 7499 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 7500 - proper infinity ok 7501 - proper infinity ok 7502 - Count is number of inserts ok 7503 - There are 9 values ok 7504 - There are 9 keys ok 7505 - keys and values have compatible order ok 7506 ok 7507 - Count lowered by extracts ok 7508 - 2 values left ok 7509 - Empty after clear ok 7510 - Double clear works ok 7511 - Empty after extract_all ok 7512 - extract_top on empty heap dies ok 7513 - extract_top on empty heap dies ok 7514 - extract_min on empty heap dies ok 7515 - extract_min on empty heap dies ok 7516 - extract first on empty returns undef ok 7517 - extract first on empty returns no values ok 7518 - top on empty heap dies ok 7519 - top on empty heap dies ok 7520 - undefined first on empty heap ok 7521 - No first key in list context ok 7522 - Return infinity on empty ok 7523 - Return infinity on empty in list context ok 7524 - Return infinity on empty ok 7525 - Return infinity on empty in list context ok 7526 - undef first_key ok 7527 - Empty list from first_key ok 7528 - There are no values ok 7529 - There are no keys ok 7530 - There are no values ok 7531 - The object isa Canary ok 7532 ok 7533 - Functions/Methods aren't wrapped ok 7534 - Functions/Methods aren't wrapped ok 7535 ok 7536 ok 7537 ok 7538 ok 7539 - Use value itself as key ok 7540 - Use value itself as key ok 7541 - Is also the effective key ok 7542 - Is also the effective key ok 7543 - Is also the effective key ok 7544 - Is also the effective key ok 7545 - Is also the effective key ok 7546 - Is also the effective key ok 7547 - Is also the effective key ok 7548 ok 7549 ok 7550 ok 7551 ok 7552 ok 7553 ok 7554 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7555 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7556 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 7557 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 7558 - user_data survived everything ok 7559 - user_data in list context too ok 7560 - Combined get/set ok 7561 ok 7562 - The object isa Canary ok 7563 ok 7564 ok 7565 ok 7566 ok 7567 - infinity survived everything ok 7568 - infinity in list context too ok 7569 - Combined get/set ok 7570 ok 7571 - The object isa Canary ok 7572 ok 7573 ok 7574 ok 7575 ok 7576 ok 7577 ok 7578 - Default userdata is undef ok 7579 - Default userdata is undef ok 7580 - return set infinity ok 7581 - The object isa Canary ok 7582 - return set infinity, even in list context ok 7583 - The object isa Canary ok 7584 - top_key on empty heap returns set infinity ok 7585 - The object isa Canary ok 7586 - top_key on empty heap returns set infinity, even in list context ok 7587 - The object isa Canary ok 7588 - min_key on empty heap returns set infinity ok 7589 - The object isa Canary ok 7590 - min_key on empty heap returns set infinity, even in list context ok 7591 - The object isa Canary ok 7592 ok 7593 ok 7594 ok 7595 ok 7596 ok 7597 ok 7598 ok 7599 - proper error message: Self absorption at t/02_stress.t line 811. # ok 7600 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7601 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 7602 ok 7603 ok 7604 ok 7605 ok 7606 ok 7607 ok 7608 ok 7609 ok 7610 ok 7611 ok 7612 ok 7613 ok 7614 ok 7615 ok 7616 - order: gt, elements: Method meth, dirty: 0 ok 7617 ok 7618 ok 7619 ok 7620 - Start empty ok 7621 ok 7622 ok 7623 ok 7624 ok 7625 - There are no values ok 7626 - There are no keys ok 7627 - Expected order ok 7628 - Expected order ok 7629 - Expected element type ok 7630 - Expected element type ok 7631 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 7632 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 7633 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 7634 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 7635 ok 7636 ok 7637 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 7638 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 7639 - proper infinity ok 7640 - proper infinity ok 7641 - Count is number of inserts ok 7642 - There are 9 values ok 7643 - There are 9 keys ok 7644 - keys and values have compatible order ok 7645 ok 7646 - Count lowered by extracts ok 7647 - 2 values left ok 7648 - Empty after clear ok 7649 - Double clear works ok 7650 - Empty after extract_all ok 7651 - extract_top on empty heap dies ok 7652 - extract_top on empty heap dies ok 7653 - extract_min on empty heap dies ok 7654 - extract_min on empty heap dies ok 7655 - extract first on empty returns undef ok 7656 - extract first on empty returns no values ok 7657 - top on empty heap dies ok 7658 - top on empty heap dies ok 7659 - undefined first on empty heap ok 7660 - No first key in list context ok 7661 - Return infinity on empty ok 7662 - Return infinity on empty in list context ok 7663 - Return infinity on empty ok 7664 - Return infinity on empty in list context ok 7665 - undef first_key ok 7666 - Empty list from first_key ok 7667 - There are no values ok 7668 - There are no keys ok 7669 - There are no values ok 7670 - The object isa Canary ok 7671 ok 7672 - Functions/Methods aren't wrapped ok 7673 - Functions/Methods aren't wrapped ok 7674 ok 7675 ok 7676 ok 7677 ok 7678 - Use value itself as key ok 7679 - Use value itself as key ok 7680 - Is also the effective key ok 7681 - Is also the effective key ok 7682 - Is also the effective key ok 7683 - Is also the effective key ok 7684 - Is also the effective key ok 7685 - Is also the effective key ok 7686 - Is also the effective key ok 7687 ok 7688 ok 7689 ok 7690 ok 7691 ok 7692 ok 7693 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7694 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7695 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 7696 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 7697 - user_data survived everything ok 7698 - user_data in list context too ok 7699 - Combined get/set ok 7700 ok 7701 - The object isa Canary ok 7702 ok 7703 ok 7704 ok 7705 ok 7706 - infinity survived everything ok 7707 - infinity in list context too ok 7708 - Combined get/set ok 7709 ok 7710 - The object isa Canary ok 7711 ok 7712 ok 7713 ok 7714 ok 7715 ok 7716 ok 7717 - Default userdata is undef ok 7718 - Default userdata is undef ok 7719 - return set infinity ok 7720 - The object isa Canary ok 7721 - return set infinity, even in list context ok 7722 - The object isa Canary ok 7723 - top_key on empty heap returns set infinity ok 7724 - The object isa Canary ok 7725 - top_key on empty heap returns set infinity, even in list context ok 7726 - The object isa Canary ok 7727 - min_key on empty heap returns set infinity ok 7728 - The object isa Canary ok 7729 - min_key on empty heap returns set infinity, even in list context ok 7730 - The object isa Canary ok 7731 ok 7732 ok 7733 ok 7734 ok 7735 ok 7736 ok 7737 ok 7738 - proper error message: Self absorption at t/02_stress.t line 811. # ok 7739 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7740 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 7741 ok 7742 ok 7743 ok 7744 ok 7745 ok 7746 ok 7747 ok 7748 ok 7749 ok 7750 ok 7751 ok 7752 ok 7753 ok 7754 ok 7755 - order: gt, elements: Method -'$f\#, dirty: 0 ok 7756 ok 7757 ok 7758 ok 7759 - Start empty ok 7760 ok 7761 ok 7762 ok 7763 ok 7764 - There are no values ok 7765 - There are no keys ok 7766 - Expected order ok 7767 - Expected order ok 7768 - Expected element type ok 7769 - Expected element type ok 7770 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 7771 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 7772 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 7773 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 7774 ok 7775 ok 7776 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 7777 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 7778 - proper infinity ok 7779 - proper infinity ok 7780 - Count is number of inserts ok 7781 - There are 9 values ok 7782 - There are 9 keys ok 7783 - keys and values have compatible order ok 7784 ok 7785 - Count lowered by extracts ok 7786 - 2 values left ok 7787 - Empty after clear ok 7788 - Double clear works ok 7789 - Empty after extract_all ok 7790 - extract_top on empty heap dies ok 7791 - extract_top on empty heap dies ok 7792 - extract_min on empty heap dies ok 7793 - extract_min on empty heap dies ok 7794 - extract first on empty returns undef ok 7795 - extract first on empty returns no values ok 7796 - top on empty heap dies ok 7797 - top on empty heap dies ok 7798 - undefined first on empty heap ok 7799 - No first key in list context ok 7800 - Return infinity on empty ok 7801 - Return infinity on empty in list context ok 7802 - Return infinity on empty ok 7803 - Return infinity on empty in list context ok 7804 - undef first_key ok 7805 - Empty list from first_key ok 7806 - There are no values ok 7807 - There are no keys ok 7808 - There are no values ok 7809 - The object isa Canary ok 7810 ok 7811 - Any/Objects aren't wrapped ok 7812 - Any/Objects aren't wrapped ok 7813 ok 7814 ok 7815 ok 7816 ok 7817 - Use value itself as key ok 7818 - Use value itself as key ok 7819 - Is also the effective key ok 7820 - Is also the effective key ok 7821 - Is also the effective key ok 7822 - Is also the effective key ok 7823 - Is also the effective key ok 7824 - Is also the effective key ok 7825 - Is also the effective key ok 7826 ok 7827 ok 7828 ok 7829 ok 7830 ok 7831 ok 7832 - Have all new values ok 7833 ok 7834 ok 7835 - Empty again ok 7836 ok 7837 - Have all new values ok 7838 ok 7839 ok 7840 - Empty again ok 7841 ok 7842 - Have all new values ok 7843 ok 7844 ok 7845 - Empty again ok 7846 ok 7847 - Have all new values ok 7848 ok 7849 ok 7850 - Empty again ok 7851 ok 7852 - user_data survived everything ok 7853 - user_data in list context too ok 7854 - Combined get/set ok 7855 ok 7856 - The object isa Canary ok 7857 ok 7858 ok 7859 ok 7860 ok 7861 - infinity survived everything ok 7862 - infinity in list context too ok 7863 - Combined get/set ok 7864 ok 7865 - The object isa Canary ok 7866 ok 7867 ok 7868 ok 7869 ok 7870 ok 7871 ok 7872 - Default userdata is undef ok 7873 - Default userdata is undef ok 7874 - return set infinity ok 7875 - The object isa Canary ok 7876 - return set infinity, even in list context ok 7877 - The object isa Canary ok 7878 - top_key on empty heap returns set infinity ok 7879 - The object isa Canary ok 7880 - top_key on empty heap returns set infinity, even in list context ok 7881 - The object isa Canary ok 7882 - min_key on empty heap returns set infinity ok 7883 - The object isa Canary ok 7884 - min_key on empty heap returns set infinity, even in list context ok 7885 - The object isa Canary ok 7886 ok 7887 ok 7888 ok 7889 ok 7890 ok 7891 ok 7892 ok 7893 - proper error message: Self absorption at t/02_stress.t line 811. # ok 7894 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 7895 ok 7896 ok 7897 ok 7898 ok 7899 ok 7900 ok 7901 ok 7902 ok 7903 ok 7904 ok 7905 ok 7906 ok 7907 ok 7908 ok 7909 ok 7910 ok 7911 - order: gt, elements: Object meth, dirty: 0 ok 7912 ok 7913 ok 7914 ok 7915 - Start empty ok 7916 ok 7917 ok 7918 ok 7919 ok 7920 - There are no values ok 7921 - There are no keys ok 7922 - Expected order ok 7923 - Expected order ok 7924 - Expected element type ok 7925 - Expected element type ok 7926 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 7927 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 7928 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 7929 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 7930 ok 7931 ok 7932 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 7933 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 7934 - proper infinity ok 7935 - proper infinity ok 7936 - Count is number of inserts ok 7937 - There are 9 values ok 7938 - There are 9 keys ok 7939 - keys and values have compatible order ok 7940 ok 7941 - Count lowered by extracts ok 7942 - 2 values left ok 7943 - Empty after clear ok 7944 - Double clear works ok 7945 - Empty after extract_all ok 7946 - extract_top on empty heap dies ok 7947 - extract_top on empty heap dies ok 7948 - extract_min on empty heap dies ok 7949 - extract_min on empty heap dies ok 7950 - extract first on empty returns undef ok 7951 - extract first on empty returns no values ok 7952 - top on empty heap dies ok 7953 - top on empty heap dies ok 7954 - undefined first on empty heap ok 7955 - No first key in list context ok 7956 - Return infinity on empty ok 7957 - Return infinity on empty in list context ok 7958 - Return infinity on empty ok 7959 - Return infinity on empty in list context ok 7960 - undef first_key ok 7961 - Empty list from first_key ok 7962 - There are no values ok 7963 - There are no keys ok 7964 - There are no values ok 7965 - The object isa Canary ok 7966 ok 7967 - Any/Objects aren't wrapped ok 7968 - Any/Objects aren't wrapped ok 7969 ok 7970 ok 7971 ok 7972 ok 7973 - Use value itself as key ok 7974 - Use value itself as key ok 7975 - Is also the effective key ok 7976 - Is also the effective key ok 7977 - Is also the effective key ok 7978 - Is also the effective key ok 7979 - Is also the effective key ok 7980 - Is also the effective key ok 7981 - Is also the effective key ok 7982 ok 7983 ok 7984 ok 7985 ok 7986 ok 7987 ok 7988 - Have all new values ok 7989 ok 7990 ok 7991 - Empty again ok 7992 ok 7993 - Have all new values ok 7994 ok 7995 ok 7996 - Empty again ok 7997 ok 7998 - Have all new values ok 7999 ok 8000 ok 8001 - Empty again ok 8002 ok 8003 - Have all new values ok 8004 ok 8005 ok 8006 - Empty again ok 8007 ok 8008 - user_data survived everything ok 8009 - user_data in list context too ok 8010 - Combined get/set ok 8011 ok 8012 - The object isa Canary ok 8013 ok 8014 ok 8015 ok 8016 ok 8017 - infinity survived everything ok 8018 - infinity in list context too ok 8019 - Combined get/set ok 8020 ok 8021 - The object isa Canary ok 8022 ok 8023 ok 8024 ok 8025 ok 8026 ok 8027 ok 8028 - Default userdata is undef ok 8029 - Default userdata is undef ok 8030 - return set infinity ok 8031 - The object isa Canary ok 8032 - return set infinity, even in list context ok 8033 - The object isa Canary ok 8034 - top_key on empty heap returns set infinity ok 8035 - The object isa Canary ok 8036 - top_key on empty heap returns set infinity, even in list context ok 8037 - The object isa Canary ok 8038 - min_key on empty heap returns set infinity ok 8039 - The object isa Canary ok 8040 - min_key on empty heap returns set infinity, even in list context ok 8041 - The object isa Canary ok 8042 ok 8043 ok 8044 ok 8045 ok 8046 ok 8047 ok 8048 ok 8049 - proper error message: Self absorption at t/02_stress.t line 811. # ok 8050 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8051 ok 8052 ok 8053 ok 8054 ok 8055 ok 8056 ok 8057 ok 8058 ok 8059 ok 8060 ok 8061 ok 8062 ok 8063 ok 8064 ok 8065 ok 8066 ok 8067 - order: gt, elements: Object -'$f\#, dirty: 0 ok 8068 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 8069 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 8070 - Have all new values ok 8071 ok 8072 ok 8073 - Empty again ok 8074 ok 8075 - Have all new values ok 8076 ok 8077 ok 8078 - Empty again 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 ok 8094 ok 8095 ok 8096 ok 8097 ok 8098 ok 8099 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 8100 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 8101 - Have all new values ok 8102 ok 8103 ok 8104 - Empty again ok 8105 ok 8106 - Have all new values ok 8107 ok 8108 ok 8109 - Empty again 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 ok 8128 ok 8129 ok 8130 ok 8131 ok 8132 ok 8133 - Start empty ok 8134 ok 8135 ok 8136 ok 8137 ok 8138 - There are no values ok 8139 - There are no keys ok 8140 - Expected order ok 8141 - Expected order ok 8142 - Expected element type ok 8143 - Expected element type ok 8144 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 8145 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 8146 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 8147 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 8148 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 8149 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 8150 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 8151 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 8152 - proper infinity ok 8153 - proper infinity ok 8154 - Count is number of inserts ok 8155 - There are 9 values ok 8156 - There are 9 keys ok 8157 - keys and values have compatible order ok 8158 ok 8159 - Count lowered by extracts ok 8160 - 2 values left ok 8161 - Empty after clear ok 8162 - Double clear works ok 8163 - Empty after extract_all ok 8164 - extract_top on empty heap dies ok 8165 - extract_top on empty heap dies ok 8166 - extract_min on empty heap dies ok 8167 - extract_min on empty heap dies ok 8168 - extract first on empty returns undef ok 8169 - extract first on empty returns no values ok 8170 - top on empty heap dies ok 8171 - top on empty heap dies ok 8172 - undefined first on empty heap ok 8173 - No first key in list context ok 8174 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 8175 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 8176 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 8177 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 8178 - undef first_key ok 8179 - Empty list from first_key ok 8180 - There are no values ok 8181 - There are no keys ok 8182 - There are no values ok 8183 - Scalar is simple ok 8184 - Scalars aren't wrapped ok 8185 - Scalars aren't wrapped ok 8186 ok 8187 ok 8188 ok 8189 ok 8190 - Use value itself as key ok 8191 - Use value itself as key ok 8192 - Is also the effective key ok 8193 - Is also the effective key ok 8194 - Is also the effective key ok 8195 - Is also the effective key ok 8196 - Is also the effective key ok 8197 - Is also the effective key ok 8198 - Is also the effective key ok 8199 ok 8200 ok 8201 ok 8202 ok 8203 ok 8204 ok 8205 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8206 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8207 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8208 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8209 - user_data survived everything ok 8210 - user_data in list context too ok 8211 - Combined get/set ok 8212 ok 8213 - The object isa Canary ok 8214 ok 8215 ok 8216 ok 8217 ok 8218 - infinity survived everything ok 8219 - infinity in list context too ok 8220 - Combined get/set ok 8221 ok 8222 - The object isa Canary ok 8223 ok 8224 ok 8225 ok 8226 ok 8227 ok 8228 ok 8229 - Default userdata is undef ok 8230 - Default userdata is undef ok 8231 - return set infinity ok 8232 - The object isa Canary ok 8233 - return set infinity, even in list context ok 8234 - The object isa Canary ok 8235 - top_key on empty heap returns set infinity ok 8236 - The object isa Canary ok 8237 - top_key on empty heap returns set infinity, even in list context ok 8238 - The object isa Canary ok 8239 - min_key on empty heap returns set infinity ok 8240 - The object isa Canary ok 8241 - min_key on empty heap returns set infinity, even in list context ok 8242 - The object isa Canary ok 8243 ok 8244 ok 8245 ok 8246 ok 8247 ok 8248 ok 8249 ok 8250 - proper error message: Self absorption at t/02_stress.t line 811. # ok 8251 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8252 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 8253 ok 8254 ok 8255 ok 8256 ok 8257 ok 8258 ok 8259 ok 8260 ok 8261 ok 8262 ok 8263 ok 8264 ok 8265 ok 8266 ok 8267 - order: CODE(0x1b45ffc), elements: Scalar, dirty: 0 ok 8268 ok 8269 ok 8270 ok 8271 - Start empty ok 8272 ok 8273 ok 8274 ok 8275 ok 8276 - There are no values ok 8277 - There are no keys ok 8278 - Expected order ok 8279 - Expected order ok 8280 - Expected element type ok 8281 - Expected element type ok 8282 ok 8283 ok 8284 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 8285 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 8286 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 8287 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 8288 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 8289 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 8290 - proper infinity ok 8291 - proper infinity ok 8292 - Count is number of inserts ok 8293 - There are 9 values ok 8294 - There are 9 keys ok 8295 - keys and values have compatible order ok 8296 ok 8297 - Count lowered by extracts ok 8298 - 2 values left ok 8299 - Empty after clear ok 8300 - Double clear works ok 8301 - Empty after extract_all ok 8302 - extract_top on empty heap dies ok 8303 - extract_top on empty heap dies ok 8304 - extract_min on empty heap dies ok 8305 - extract_min on empty heap dies ok 8306 - extract first on empty returns undef ok 8307 - extract first on empty returns no values ok 8308 - top on empty heap dies ok 8309 - top on empty heap dies ok 8310 - undefined first on empty heap ok 8311 - No first key in list context ok 8312 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 8313 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 8314 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 8315 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 8316 - undef first_key ok 8317 - Empty list from first_key ok 8318 - There are no values ok 8319 - There are no keys ok 8320 - There are no values ok 8321 - The object isa Canary ok 8322 ok 8323 - Arrays aren't wrapped ok 8324 - Arrays aren't wrapped ok 8325 ok 8326 ok 8327 ok 8328 ok 8329 - Use value itself as key ok 8330 - Use value itself as key ok 8331 - Is also the effective key ok 8332 - Is also the effective key ok 8333 - Is also the effective key ok 8334 - Is also the effective key ok 8335 - Is also the effective key ok 8336 - Is also the effective key ok 8337 - Is also the effective key ok 8338 ok 8339 ok 8340 ok 8341 ok 8342 ok 8343 ok 8344 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8345 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8346 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8347 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8348 - user_data survived everything ok 8349 - user_data in list context too ok 8350 - Combined get/set ok 8351 ok 8352 - The object isa Canary ok 8353 ok 8354 ok 8355 ok 8356 ok 8357 - infinity survived everything ok 8358 - infinity in list context too ok 8359 - Combined get/set ok 8360 ok 8361 - The object isa Canary ok 8362 ok 8363 ok 8364 ok 8365 ok 8366 ok 8367 ok 8368 - Default userdata is undef ok 8369 - Default userdata is undef ok 8370 - return set infinity ok 8371 - The object isa Canary ok 8372 - return set infinity, even in list context ok 8373 - The object isa Canary ok 8374 - top_key on empty heap returns set infinity ok 8375 - The object isa Canary ok 8376 - top_key on empty heap returns set infinity, even in list context ok 8377 - The object isa Canary ok 8378 - min_key on empty heap returns set infinity ok 8379 - The object isa Canary ok 8380 - min_key on empty heap returns set infinity, even in list context ok 8381 - The object isa Canary ok 8382 ok 8383 ok 8384 ok 8385 ok 8386 ok 8387 ok 8388 ok 8389 - proper error message: Self absorption at t/02_stress.t line 811. # ok 8390 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8391 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 8392 ok 8393 ok 8394 ok 8395 ok 8396 ok 8397 ok 8398 ok 8399 ok 8400 ok 8401 ok 8402 ok 8403 ok 8404 ok 8405 ok 8406 - order: CODE(0x1b45ffc), elements: Array 1, dirty: 0 ok 8407 ok 8408 ok 8409 ok 8410 - Start empty ok 8411 ok 8412 ok 8413 ok 8414 ok 8415 - There are no values ok 8416 - There are no keys ok 8417 - Expected order ok 8418 - Expected order ok 8419 - Expected element type ok 8420 - Expected element type ok 8421 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 8422 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 8423 ok 8424 ok 8425 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 8426 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 8427 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 8428 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 8429 - proper infinity ok 8430 - proper infinity ok 8431 - Count is number of inserts ok 8432 - There are 9 values ok 8433 - There are 9 keys ok 8434 - keys and values have compatible order ok 8435 ok 8436 - Count lowered by extracts ok 8437 - 2 values left ok 8438 - Empty after clear ok 8439 - Double clear works ok 8440 - Empty after extract_all ok 8441 - extract_top on empty heap dies ok 8442 - extract_top on empty heap dies ok 8443 - extract_min on empty heap dies ok 8444 - extract_min on empty heap dies ok 8445 - extract first on empty returns undef ok 8446 - extract first on empty returns no values ok 8447 - top on empty heap dies ok 8448 - top on empty heap dies ok 8449 - undefined first on empty heap ok 8450 - No first key in list context ok 8451 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 8452 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 8453 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 8454 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 8455 - undef first_key ok 8456 - Empty list from first_key ok 8457 - There are no values ok 8458 - There are no keys ok 8459 - There are no values ok 8460 - The object isa Canary ok 8461 ok 8462 - Hashes aren't wrapped ok 8463 - Hashes aren't wrapped ok 8464 ok 8465 ok 8466 ok 8467 ok 8468 - Use value itself as key ok 8469 - Use value itself as key ok 8470 - Is also the effective key ok 8471 - Is also the effective key ok 8472 - Is also the effective key ok 8473 - Is also the effective key ok 8474 - Is also the effective key ok 8475 - Is also the effective key ok 8476 - Is also the effective key ok 8477 ok 8478 ok 8479 ok 8480 ok 8481 ok 8482 ok 8483 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8484 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8485 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8486 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8487 - user_data survived everything ok 8488 - user_data in list context too ok 8489 - Combined get/set ok 8490 ok 8491 - The object isa Canary ok 8492 ok 8493 ok 8494 ok 8495 ok 8496 - infinity survived everything ok 8497 - infinity in list context too ok 8498 - Combined get/set ok 8499 ok 8500 - The object isa Canary ok 8501 ok 8502 ok 8503 ok 8504 ok 8505 ok 8506 ok 8507 - Default userdata is undef ok 8508 - Default userdata is undef ok 8509 - return set infinity ok 8510 - The object isa Canary ok 8511 - return set infinity, even in list context ok 8512 - The object isa Canary ok 8513 - top_key on empty heap returns set infinity ok 8514 - The object isa Canary ok 8515 - top_key on empty heap returns set infinity, even in list context ok 8516 - The object isa Canary ok 8517 - min_key on empty heap returns set infinity ok 8518 - The object isa Canary ok 8519 - min_key on empty heap returns set infinity, even in list context ok 8520 - The object isa Canary ok 8521 ok 8522 ok 8523 ok 8524 ok 8525 ok 8526 ok 8527 ok 8528 - proper error message: Self absorption at t/02_stress.t line 811. # ok 8529 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8530 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 8531 ok 8532 ok 8533 ok 8534 ok 8535 ok 8536 ok 8537 ok 8538 ok 8539 ok 8540 ok 8541 ok 8542 ok 8543 ok 8544 ok 8545 - order: CODE(0x1b45ffc), elements: Hash foo, dirty: 0 ok 8546 ok 8547 ok 8548 ok 8549 - Start empty ok 8550 ok 8551 ok 8552 ok 8553 ok 8554 - There are no values ok 8555 - There are no keys ok 8556 - Expected order ok 8557 - Expected order ok 8558 - Expected element type ok 8559 - Expected element type ok 8560 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 8561 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 8562 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 8563 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 8564 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 8565 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 8566 ok 8567 ok 8568 - proper infinity ok 8569 - proper infinity ok 8570 - Count is number of inserts ok 8571 - There are 9 values ok 8572 - There are 9 keys ok 8573 - keys and values have compatible order ok 8574 ok 8575 - Count lowered by extracts ok 8576 - 2 values left ok 8577 - Empty after clear ok 8578 - Double clear works ok 8579 - Empty after extract_all ok 8580 - extract_top on empty heap dies ok 8581 - extract_top on empty heap dies ok 8582 - extract_min on empty heap dies ok 8583 - extract_min on empty heap dies ok 8584 - extract first on empty returns undef ok 8585 - extract first on empty returns no values ok 8586 - top on empty heap dies ok 8587 - top on empty heap dies ok 8588 - undefined first on empty heap ok 8589 - No first key in list context ok 8590 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 8591 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 8592 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 8593 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 8594 - undef first_key ok 8595 - Empty list from first_key ok 8596 - There are no values ok 8597 - There are no keys ok 8598 - There are no values ok 8599 - The object isa Canary ok 8600 ok 8601 - Functions/Methods aren't wrapped ok 8602 - Functions/Methods aren't wrapped ok 8603 ok 8604 ok 8605 ok 8606 ok 8607 - Use value itself as key ok 8608 - Use value itself as key ok 8609 - Is also the effective key ok 8610 - Is also the effective key ok 8611 - Is also the effective key ok 8612 - Is also the effective key ok 8613 - Is also the effective key ok 8614 - Is also the effective key ok 8615 - Is also the effective key ok 8616 ok 8617 ok 8618 ok 8619 ok 8620 ok 8621 ok 8622 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8623 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8624 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8625 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8626 - user_data survived everything ok 8627 - user_data in list context too ok 8628 - Combined get/set ok 8629 ok 8630 - The object isa Canary ok 8631 ok 8632 ok 8633 ok 8634 ok 8635 - infinity survived everything ok 8636 - infinity in list context too ok 8637 - Combined get/set ok 8638 ok 8639 - The object isa Canary ok 8640 ok 8641 ok 8642 ok 8643 ok 8644 ok 8645 ok 8646 - Default userdata is undef ok 8647 - Default userdata is undef ok 8648 - return set infinity ok 8649 - The object isa Canary ok 8650 - return set infinity, even in list context ok 8651 - The object isa Canary ok 8652 - top_key on empty heap returns set infinity ok 8653 - The object isa Canary ok 8654 - top_key on empty heap returns set infinity, even in list context ok 8655 - The object isa Canary ok 8656 - min_key on empty heap returns set infinity ok 8657 - The object isa Canary ok 8658 - min_key on empty heap returns set infinity, even in list context ok 8659 - The object isa Canary ok 8660 ok 8661 ok 8662 ok 8663 ok 8664 ok 8665 ok 8666 ok 8667 - proper error message: Self absorption at t/02_stress.t line 811. # ok 8668 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8669 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 8670 ok 8671 ok 8672 ok 8673 ok 8674 ok 8675 ok 8676 ok 8677 ok 8678 ok 8679 ok 8680 ok 8681 ok 8682 ok 8683 ok 8684 - order: CODE(0x1b45ffc), elements: Function CODE(0x20fc654), dirty: 0 ok 8685 ok 8686 ok 8687 ok 8688 - Start empty ok 8689 ok 8690 ok 8691 ok 8692 ok 8693 - There are no values ok 8694 - There are no keys ok 8695 - Expected order ok 8696 - Expected order ok 8697 - Expected element type ok 8698 - Expected element type ok 8699 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 8700 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 8701 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 8702 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 8703 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 8704 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 8705 ok 8706 ok 8707 - proper infinity ok 8708 - proper infinity ok 8709 - Count is number of inserts ok 8710 - There are 9 values ok 8711 - There are 9 keys ok 8712 - keys and values have compatible order ok 8713 ok 8714 - Count lowered by extracts ok 8715 - 2 values left ok 8716 - Empty after clear ok 8717 - Double clear works ok 8718 - Empty after extract_all ok 8719 - extract_top on empty heap dies ok 8720 - extract_top on empty heap dies ok 8721 - extract_min on empty heap dies ok 8722 - extract_min on empty heap dies ok 8723 - extract first on empty returns undef ok 8724 - extract first on empty returns no values ok 8725 - top on empty heap dies ok 8726 - top on empty heap dies ok 8727 - undefined first on empty heap ok 8728 - No first key in list context ok 8729 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 8730 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 8731 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 8732 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 8733 - undef first_key ok 8734 - Empty list from first_key ok 8735 - There are no values ok 8736 - There are no keys ok 8737 - There are no values ok 8738 - The object isa Canary ok 8739 ok 8740 - Any/Objects aren't wrapped ok 8741 - Any/Objects aren't wrapped ok 8742 ok 8743 ok 8744 ok 8745 ok 8746 - Use value itself as key ok 8747 - Use value itself as key ok 8748 - Is also the effective key ok 8749 - Is also the effective key ok 8750 - Is also the effective key ok 8751 - Is also the effective key ok 8752 - Is also the effective key ok 8753 - Is also the effective key ok 8754 - Is also the effective key ok 8755 ok 8756 ok 8757 ok 8758 ok 8759 ok 8760 ok 8761 - Have all new values ok 8762 ok 8763 ok 8764 - Empty again ok 8765 ok 8766 - Have all new values ok 8767 ok 8768 ok 8769 - Empty again ok 8770 ok 8771 - Have all new values ok 8772 ok 8773 ok 8774 - Empty again ok 8775 ok 8776 - Have all new values ok 8777 ok 8778 ok 8779 - Empty again ok 8780 ok 8781 - user_data survived everything ok 8782 - user_data in list context too ok 8783 - Combined get/set ok 8784 ok 8785 - The object isa Canary ok 8786 ok 8787 ok 8788 ok 8789 ok 8790 - infinity survived everything ok 8791 - infinity in list context too ok 8792 - Combined get/set ok 8793 ok 8794 - The object isa Canary ok 8795 ok 8796 ok 8797 ok 8798 ok 8799 ok 8800 ok 8801 - Default userdata is undef ok 8802 - Default userdata is undef ok 8803 - return set infinity ok 8804 - The object isa Canary ok 8805 - return set infinity, even in list context ok 8806 - The object isa Canary ok 8807 - top_key on empty heap returns set infinity ok 8808 - The object isa Canary ok 8809 - top_key on empty heap returns set infinity, even in list context ok 8810 - The object isa Canary ok 8811 - min_key on empty heap returns set infinity ok 8812 - The object isa Canary ok 8813 - min_key on empty heap returns set infinity, even in list context ok 8814 - The object isa Canary ok 8815 ok 8816 ok 8817 ok 8818 ok 8819 ok 8820 ok 8821 ok 8822 - proper error message: Self absorption at t/02_stress.t line 811. # ok 8823 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8824 ok 8825 ok 8826 ok 8827 ok 8828 ok 8829 ok 8830 ok 8831 ok 8832 ok 8833 ok 8834 ok 8835 ok 8836 ok 8837 ok 8838 ok 8839 ok 8840 - order: CODE(0x1b45ffc), elements: Any CODE(0x20fcad4), dirty: 0 ok 8841 ok 8842 ok 8843 ok 8844 - Start empty ok 8845 ok 8846 ok 8847 ok 8848 ok 8849 - There are no values ok 8850 - There are no keys ok 8851 - Expected order ok 8852 - Expected order ok 8853 - Expected element type ok 8854 - Expected element type ok 8855 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 8856 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 8857 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 8858 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 8859 ok 8860 ok 8861 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 8862 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 8863 - proper infinity ok 8864 - proper infinity ok 8865 - Count is number of inserts ok 8866 - There are 9 values ok 8867 - There are 9 keys ok 8868 - keys and values have compatible order ok 8869 ok 8870 - Count lowered by extracts ok 8871 - 2 values left ok 8872 - Empty after clear ok 8873 - Double clear works ok 8874 - Empty after extract_all ok 8875 - extract_top on empty heap dies ok 8876 - extract_top on empty heap dies ok 8877 - extract_min on empty heap dies ok 8878 - extract_min on empty heap dies ok 8879 - extract first on empty returns undef ok 8880 - extract first on empty returns no values ok 8881 - top on empty heap dies ok 8882 - top on empty heap dies ok 8883 - undefined first on empty heap ok 8884 - No first key in list context ok 8885 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 8886 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 8887 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 8888 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 8889 - undef first_key ok 8890 - Empty list from first_key ok 8891 - There are no values ok 8892 - There are no keys ok 8893 - There are no values ok 8894 - The object isa Canary ok 8895 ok 8896 - Functions/Methods aren't wrapped ok 8897 - Functions/Methods aren't wrapped ok 8898 ok 8899 ok 8900 ok 8901 ok 8902 - Use value itself as key ok 8903 - Use value itself as key ok 8904 - Is also the effective key ok 8905 - Is also the effective key ok 8906 - Is also the effective key ok 8907 - Is also the effective key ok 8908 - Is also the effective key ok 8909 - Is also the effective key ok 8910 - Is also the effective key ok 8911 ok 8912 ok 8913 ok 8914 ok 8915 ok 8916 ok 8917 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8918 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8919 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8920 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 8921 - user_data survived everything ok 8922 - user_data in list context too ok 8923 - Combined get/set ok 8924 ok 8925 - The object isa Canary ok 8926 ok 8927 ok 8928 ok 8929 ok 8930 - infinity survived everything ok 8931 - infinity in list context too ok 8932 - Combined get/set ok 8933 ok 8934 - The object isa Canary ok 8935 ok 8936 ok 8937 ok 8938 ok 8939 ok 8940 ok 8941 - Default userdata is undef ok 8942 - Default userdata is undef ok 8943 - return set infinity ok 8944 - The object isa Canary ok 8945 - return set infinity, even in list context ok 8946 - The object isa Canary ok 8947 - top_key on empty heap returns set infinity ok 8948 - The object isa Canary ok 8949 - top_key on empty heap returns set infinity, even in list context ok 8950 - The object isa Canary ok 8951 - min_key on empty heap returns set infinity ok 8952 - The object isa Canary ok 8953 - min_key on empty heap returns set infinity, even in list context ok 8954 - The object isa Canary ok 8955 ok 8956 ok 8957 ok 8958 ok 8959 ok 8960 ok 8961 ok 8962 - proper error message: Self absorption at t/02_stress.t line 811. # ok 8963 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 8964 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 8965 ok 8966 ok 8967 ok 8968 ok 8969 ok 8970 ok 8971 ok 8972 ok 8973 ok 8974 ok 8975 ok 8976 ok 8977 ok 8978 ok 8979 - order: CODE(0x1b45ffc), elements: Method meth, dirty: 0 ok 8980 ok 8981 ok 8982 ok 8983 - Start empty ok 8984 ok 8985 ok 8986 ok 8987 ok 8988 - There are no values ok 8989 - There are no keys ok 8990 - Expected order ok 8991 - Expected order ok 8992 - Expected element type ok 8993 - Expected element type ok 8994 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 8995 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 8996 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 8997 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 8998 ok 8999 ok 9000 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 9001 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 9002 - proper infinity ok 9003 - proper infinity ok 9004 - Count is number of inserts ok 9005 - There are 9 values ok 9006 - There are 9 keys ok 9007 - keys and values have compatible order ok 9008 ok 9009 - Count lowered by extracts ok 9010 - 2 values left ok 9011 - Empty after clear ok 9012 - Double clear works ok 9013 - Empty after extract_all ok 9014 - extract_top on empty heap dies ok 9015 - extract_top on empty heap dies ok 9016 - extract_min on empty heap dies ok 9017 - extract_min on empty heap dies ok 9018 - extract first on empty returns undef ok 9019 - extract first on empty returns no values ok 9020 - top on empty heap dies ok 9021 - top on empty heap dies ok 9022 - undefined first on empty heap ok 9023 - No first key in list context ok 9024 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 9025 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 9026 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 9027 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 9028 - undef first_key ok 9029 - Empty list from first_key ok 9030 - There are no values ok 9031 - There are no keys ok 9032 - There are no values ok 9033 - The object isa Canary ok 9034 ok 9035 - Functions/Methods aren't wrapped ok 9036 - Functions/Methods aren't wrapped ok 9037 ok 9038 ok 9039 ok 9040 ok 9041 - Use value itself as key ok 9042 - Use value itself as key ok 9043 - Is also the effective key ok 9044 - Is also the effective key ok 9045 - Is also the effective key ok 9046 - Is also the effective key ok 9047 - Is also the effective key ok 9048 - Is also the effective key ok 9049 - Is also the effective key ok 9050 ok 9051 ok 9052 ok 9053 ok 9054 ok 9055 ok 9056 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 9057 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 9058 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 9059 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 9060 - user_data survived everything ok 9061 - user_data in list context too ok 9062 - Combined get/set ok 9063 ok 9064 - The object isa Canary ok 9065 ok 9066 ok 9067 ok 9068 ok 9069 - infinity survived everything ok 9070 - infinity in list context too ok 9071 - Combined get/set ok 9072 ok 9073 - The object isa Canary ok 9074 ok 9075 ok 9076 ok 9077 ok 9078 ok 9079 ok 9080 - Default userdata is undef ok 9081 - Default userdata is undef ok 9082 - return set infinity ok 9083 - The object isa Canary ok 9084 - return set infinity, even in list context ok 9085 - The object isa Canary ok 9086 - top_key on empty heap returns set infinity ok 9087 - The object isa Canary ok 9088 - top_key on empty heap returns set infinity, even in list context ok 9089 - The object isa Canary ok 9090 - min_key on empty heap returns set infinity ok 9091 - The object isa Canary ok 9092 - min_key on empty heap returns set infinity, even in list context ok 9093 - The object isa Canary ok 9094 ok 9095 ok 9096 ok 9097 ok 9098 ok 9099 ok 9100 ok 9101 - proper error message: Self absorption at t/02_stress.t line 811. # ok 9102 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 9103 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 9104 ok 9105 ok 9106 ok 9107 ok 9108 ok 9109 ok 9110 ok 9111 ok 9112 ok 9113 ok 9114 ok 9115 ok 9116 ok 9117 ok 9118 - order: CODE(0x1b45ffc), elements: Method -'$f\#, dirty: 0 ok 9119 ok 9120 ok 9121 ok 9122 - Start empty ok 9123 ok 9124 ok 9125 ok 9126 ok 9127 - There are no values ok 9128 - There are no keys ok 9129 - Expected order ok 9130 - Expected order ok 9131 - Expected element type ok 9132 - Expected element type ok 9133 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 9134 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 9135 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 9136 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 9137 ok 9138 ok 9139 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 9140 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 9141 - proper infinity ok 9142 - proper infinity ok 9143 - Count is number of inserts ok 9144 - There are 9 values ok 9145 - There are 9 keys ok 9146 - keys and values have compatible order ok 9147 ok 9148 - Count lowered by extracts ok 9149 - 2 values left ok 9150 - Empty after clear ok 9151 - Double clear works ok 9152 - Empty after extract_all ok 9153 - extract_top on empty heap dies ok 9154 - extract_top on empty heap dies ok 9155 - extract_min on empty heap dies ok 9156 - extract_min on empty heap dies ok 9157 - extract first on empty returns undef ok 9158 - extract first on empty returns no values ok 9159 - top on empty heap dies ok 9160 - top on empty heap dies ok 9161 - undefined first on empty heap ok 9162 - No first key in list context ok 9163 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 9164 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 9165 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 9166 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 9167 - undef first_key ok 9168 - Empty list from first_key ok 9169 - There are no values ok 9170 - There are no keys ok 9171 - There are no values ok 9172 - The object isa Canary ok 9173 ok 9174 - Any/Objects aren't wrapped ok 9175 - Any/Objects aren't wrapped ok 9176 ok 9177 ok 9178 ok 9179 ok 9180 - Use value itself as key ok 9181 - Use value itself as key ok 9182 - Is also the effective key ok 9183 - Is also the effective key ok 9184 - Is also the effective key ok 9185 - Is also the effective key ok 9186 - Is also the effective key ok 9187 - Is also the effective key ok 9188 - Is also the effective key ok 9189 ok 9190 ok 9191 ok 9192 ok 9193 ok 9194 ok 9195 - Have all new values ok 9196 ok 9197 ok 9198 - Empty again ok 9199 ok 9200 - Have all new values ok 9201 ok 9202 ok 9203 - Empty again ok 9204 ok 9205 - Have all new values ok 9206 ok 9207 ok 9208 - Empty again ok 9209 ok 9210 - Have all new values ok 9211 ok 9212 ok 9213 - Empty again ok 9214 ok 9215 - user_data survived everything ok 9216 - user_data in list context too ok 9217 - Combined get/set ok 9218 ok 9219 - The object isa Canary ok 9220 ok 9221 ok 9222 ok 9223 ok 9224 - infinity survived everything ok 9225 - infinity in list context too ok 9226 - Combined get/set ok 9227 ok 9228 - The object isa Canary ok 9229 ok 9230 ok 9231 ok 9232 ok 9233 ok 9234 ok 9235 - Default userdata is undef ok 9236 - Default userdata is undef ok 9237 - return set infinity ok 9238 - The object isa Canary ok 9239 - return set infinity, even in list context ok 9240 - The object isa Canary ok 9241 - top_key on empty heap returns set infinity ok 9242 - The object isa Canary ok 9243 - top_key on empty heap returns set infinity, even in list context ok 9244 - The object isa Canary ok 9245 - min_key on empty heap returns set infinity ok 9246 - The object isa Canary ok 9247 - min_key on empty heap returns set infinity, even in list context ok 9248 - The object isa Canary ok 9249 ok 9250 ok 9251 ok 9252 ok 9253 ok 9254 ok 9255 ok 9256 - proper error message: Self absorption at t/02_stress.t line 811. # ok 9257 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 9258 ok 9259 ok 9260 ok 9261 ok 9262 ok 9263 ok 9264 ok 9265 ok 9266 ok 9267 ok 9268 ok 9269 ok 9270 ok 9271 ok 9272 ok 9273 ok 9274 - order: CODE(0x1b45ffc), elements: Object meth, dirty: 0 ok 9275 ok 9276 ok 9277 ok 9278 - Start empty ok 9279 ok 9280 ok 9281 ok 9282 ok 9283 - There are no values ok 9284 - There are no keys ok 9285 - Expected order ok 9286 - Expected order ok 9287 - Expected element type ok 9288 - Expected element type ok 9289 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 9290 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 9291 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 9292 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 9293 ok 9294 ok 9295 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 9296 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 9297 - proper infinity ok 9298 - proper infinity ok 9299 - Count is number of inserts ok 9300 - There are 9 values ok 9301 - There are 9 keys ok 9302 - keys and values have compatible order ok 9303 ok 9304 - Count lowered by extracts ok 9305 - 2 values left ok 9306 - Empty after clear ok 9307 - Double clear works ok 9308 - Empty after extract_all ok 9309 - extract_top on empty heap dies ok 9310 - extract_top on empty heap dies ok 9311 - extract_min on empty heap dies ok 9312 - extract_min on empty heap dies ok 9313 - extract first on empty returns undef ok 9314 - extract first on empty returns no values ok 9315 - top on empty heap dies ok 9316 - top on empty heap dies ok 9317 - undefined first on empty heap ok 9318 - No first key in list context ok 9319 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 9320 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 9321 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 9322 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 9323 - undef first_key ok 9324 - Empty list from first_key ok 9325 - There are no values ok 9326 - There are no keys ok 9327 - There are no values ok 9328 - The object isa Canary ok 9329 ok 9330 - Any/Objects aren't wrapped ok 9331 - Any/Objects aren't wrapped ok 9332 ok 9333 ok 9334 ok 9335 ok 9336 - Use value itself as key ok 9337 - Use value itself as key ok 9338 - Is also the effective key ok 9339 - Is also the effective key ok 9340 - Is also the effective key ok 9341 - Is also the effective key ok 9342 - Is also the effective key ok 9343 - Is also the effective key ok 9344 - Is also the effective key ok 9345 ok 9346 ok 9347 ok 9348 ok 9349 ok 9350 ok 9351 - Have all new values ok 9352 ok 9353 ok 9354 - Empty again ok 9355 ok 9356 - Have all new values ok 9357 ok 9358 ok 9359 - Empty again ok 9360 ok 9361 - Have all new values ok 9362 ok 9363 ok 9364 - Empty again ok 9365 ok 9366 - Have all new values ok 9367 ok 9368 ok 9369 - Empty again ok 9370 ok 9371 - user_data survived everything ok 9372 - user_data in list context too ok 9373 - Combined get/set ok 9374 ok 9375 - The object isa Canary ok 9376 ok 9377 ok 9378 ok 9379 ok 9380 - infinity survived everything ok 9381 - infinity in list context too ok 9382 - Combined get/set ok 9383 ok 9384 - The object isa Canary ok 9385 ok 9386 ok 9387 ok 9388 ok 9389 ok 9390 ok 9391 - Default userdata is undef ok 9392 - Default userdata is undef ok 9393 - return set infinity ok 9394 - The object isa Canary ok 9395 - return set infinity, even in list context ok 9396 - The object isa Canary ok 9397 - top_key on empty heap returns set infinity ok 9398 - The object isa Canary ok 9399 - top_key on empty heap returns set infinity, even in list context ok 9400 - The object isa Canary ok 9401 - min_key on empty heap returns set infinity ok 9402 - The object isa Canary ok 9403 - min_key on empty heap returns set infinity, even in list context ok 9404 - The object isa Canary ok 9405 ok 9406 ok 9407 ok 9408 ok 9409 ok 9410 ok 9411 ok 9412 - proper error message: Self absorption at t/02_stress.t line 811. # ok 9413 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 9414 ok 9415 ok 9416 ok 9417 ok 9418 ok 9419 ok 9420 ok 9421 ok 9422 ok 9423 ok 9424 ok 9425 ok 9426 ok 9427 ok 9428 ok 9429 ok 9430 - order: CODE(0x1b45ffc), elements: Object -'$f\#, dirty: 0 ok 9431 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 9432 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 9433 - Have all new values ok 9434 ok 9435 ok 9436 - Empty again ok 9437 ok 9438 - Have all new values ok 9439 ok 9440 ok 9441 - Empty again 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 ok 9457 ok 9458 ok 9459 ok 9460 ok 9461 ok 9462 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 9463 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 9464 - Have all new values ok 9465 ok 9466 ok 9467 - Empty again ok 9468 ok 9469 - Have all new values ok 9470 ok 9471 ok 9472 - Empty again 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 ok 9489 ok 9490 ok 9491 ok 9492 ok 9493 ok 9494 - Is a heap: 0 ok 9495 ok 9496 ok 9497 - Died properly: Wam at t/02_stress.t line 1043. # ok 9498 ok 9499 - Is a heap: -1 0 ok 9500 ok 9501 ok 9502 - Died properly: Wam at t/02_stress.t line 1043. # ok 9503 ok 9504 - Is a heap: -2 0 -1 ok 9505 ok 9506 ok 9507 - Died properly: Wam at t/02_stress.t line 1043. # ok 9508 ok 9509 - Is a heap: -2 0 -1 ok 9510 ok 9511 ok 9512 - Died properly: Wam at t/02_stress.t line 1043. # ok 9513 ok 9514 - Is a heap: -3 -2 -1 0 ok 9515 ok 9516 ok 9517 - Died properly: Wam at t/02_stress.t line 1043. # ok 9518 ok 9519 - Is a heap: -3 -2 -1 0 ok 9520 ok 9521 ok 9522 - Died properly: Wam at t/02_stress.t line 1043. # ok 9523 ok 9524 - Is a heap: -4 -3 -1 0 -2 ok 9525 ok 9526 ok 9527 - Died properly: Wam at t/02_stress.t line 1043. # ok 9528 ok 9529 - Is a heap: -4 -3 -1 0 -2 ok 9530 ok 9531 ok 9532 - Died properly: Wam at t/02_stress.t line 1043. # ok 9533 ok 9534 - Is a heap: -5 -3 -4 0 -2 -1 ok 9535 ok 9536 ok 9537 - Died properly: Wam at t/02_stress.t line 1043. # ok 9538 ok 9539 - Is a heap: -5 -3 -4 0 -2 -1 ok 9540 ok 9541 ok 9542 - Died properly: Wam at t/02_stress.t line 1043. # ok 9543 ok 9544 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9545 ok 9546 ok 9547 - Died properly: Wam at t/02_stress.t line 1043. # ok 9548 ok 9549 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9550 ok 9551 ok 9552 - Died properly: Wam at t/02_stress.t line 1043. # ok 9553 ok 9554 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9555 ok 9556 ok 9557 - Died properly: Wam at t/02_stress.t line 1043. # ok 9558 ok 9559 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9560 ok 9561 ok 9562 - Died properly: Wam at t/02_stress.t line 1043. # ok 9563 ok 9564 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9565 ok 9566 ok 9567 - Died properly: Wam at t/02_stress.t line 1043. # ok 9568 ok 9569 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9570 ok 9571 ok 9572 - Died properly: Wam at t/02_stress.t line 1043. # ok 9573 ok 9574 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 9575 ok 9576 ok 9577 - Died properly: Wam at t/02_stress.t line 1043. # ok 9578 ok 9579 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 9580 ok 9581 ok 9582 - Died properly: Wam at t/02_stress.t line 1043. # ok 9583 ok 9584 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 9585 ok 9586 ok 9587 - Died properly: Wam at t/02_stress.t line 1043. # ok 9588 ok 9589 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 9590 ok 9591 ok 9592 - Died properly: Wam at t/02_stress.t line 1043. # ok 9593 ok 9594 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 9595 ok 9596 ok 9597 - Died properly: Wam at t/02_stress.t line 1043. # ok 9598 ok 9599 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 9600 ok 9601 ok 9602 - Died properly: Wam at t/02_stress.t line 1043. # ok 9603 ok 9604 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 9605 ok 9606 ok 9607 - Died properly: Wam at t/02_stress.t line 1043. # ok 9608 ok 9609 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 9610 ok 9611 ok 9612 - Died properly: Wam at t/02_stress.t line 1043. # ok 9613 ok 9614 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 9615 ok 9616 ok 9617 - Died properly: Wam at t/02_stress.t line 1043. # ok 9618 ok 9619 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 9620 ok 9621 ok 9622 - Died properly: Wam at t/02_stress.t line 1043. # ok 9623 ok 9624 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 9625 ok 9626 ok 9627 - Died properly: Wam at t/02_stress.t line 1043. # ok 9628 ok 9629 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 9630 ok 9631 ok 9632 - Died properly: Wam at t/02_stress.t line 1043. # ok 9633 ok 9634 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 9635 ok 9636 ok 9637 - Died properly: Wam at t/02_stress.t line 1043. # ok 9638 ok 9639 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 9640 ok 9641 ok 9642 - Died properly: Wam at t/02_stress.t line 1043. # ok 9643 ok 9644 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 9645 ok 9646 ok 9647 - Died properly: Wam at t/02_stress.t line 1043. # ok 9648 ok 9649 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 9650 ok 9651 ok 9652 - Died properly: Wam at t/02_stress.t line 1043. # ok 9653 ok 9654 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 9655 ok 9656 ok 9657 - Died properly: Wam at t/02_stress.t line 1043. # ok 9658 ok 9659 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 9660 ok 9661 ok 9662 - Died properly: Wam at t/02_stress.t line 1043. # ok 9663 ok 9664 - Is a heap: -14 -9 -13 -6 -8 -10 -12 0 -3 -2 -7 -1 -5 -4 -11 ok 9665 ok 9666 ok 9667 ok 9668 - Is a heap: 0 ok 9669 ok 9670 ok 9671 - Died properly: Wam at t/02_stress.t line 1067. # ok 9672 ok 9673 - Is a heap: 0 ok 9674 ok 9675 ok 9676 - Died properly: Wam at t/02_stress.t line 1067. # ok 9677 ok 9678 - Is a heap: -1 0 ok 9679 ok 9680 ok 9681 - Died properly: Wam at t/02_stress.t line 1067. # ok 9682 ok 9683 - Is a heap: -1 0 ok 9684 ok 9685 ok 9686 - Died properly: Wam at t/02_stress.t line 1067. # ok 9687 ok 9688 - Is a heap: -2 0 -1 ok 9689 ok 9690 ok 9691 - Died properly: Wam at t/02_stress.t line 1067. # ok 9692 ok 9693 - Is a heap: -2 0 -1 ok 9694 ok 9695 ok 9696 - Died properly: Wam at t/02_stress.t line 1067. # ok 9697 ok 9698 - Is a heap: -2 0 -1 ok 9699 ok 9700 ok 9701 - Died properly: Wam at t/02_stress.t line 1067. # ok 9702 ok 9703 - Is a heap: -3 -2 -1 0 ok 9704 ok 9705 ok 9706 - Died properly: Wam at t/02_stress.t line 1067. # ok 9707 ok 9708 - Is a heap: -3 -2 -1 0 ok 9709 ok 9710 ok 9711 - Died properly: Wam at t/02_stress.t line 1067. # ok 9712 ok 9713 - Is a heap: -3 -2 -1 0 ok 9714 ok 9715 ok 9716 - Died properly: Wam at t/02_stress.t line 1067. # ok 9717 ok 9718 - Is a heap: -4 -3 -1 0 -2 ok 9719 ok 9720 ok 9721 - Died properly: Wam at t/02_stress.t line 1067. # ok 9722 ok 9723 - Is a heap: -4 -3 -1 0 -2 ok 9724 ok 9725 ok 9726 - Died properly: Wam at t/02_stress.t line 1067. # ok 9727 ok 9728 - Is a heap: -4 -3 -1 0 -2 ok 9729 ok 9730 ok 9731 - Died properly: Wam at t/02_stress.t line 1067. # ok 9732 ok 9733 - Is a heap: -5 -3 -4 0 -2 -1 ok 9734 ok 9735 ok 9736 - Died properly: Wam at t/02_stress.t line 1067. # ok 9737 ok 9738 - Is a heap: -5 -3 -4 0 -2 -1 ok 9739 ok 9740 ok 9741 - Died properly: Wam at t/02_stress.t line 1067. # ok 9742 ok 9743 - Is a heap: -5 -3 -4 0 -2 -1 ok 9744 ok 9745 ok 9746 - Died properly: Wam at t/02_stress.t line 1067. # ok 9747 ok 9748 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9749 ok 9750 ok 9751 - Died properly: Wam at t/02_stress.t line 1067. # ok 9752 ok 9753 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9754 ok 9755 ok 9756 - Died properly: Wam at t/02_stress.t line 1067. # ok 9757 ok 9758 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9759 ok 9760 ok 9761 - Died properly: Wam at t/02_stress.t line 1067. # ok 9762 ok 9763 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9764 ok 9765 ok 9766 - Died properly: Wam at t/02_stress.t line 1067. # ok 9767 ok 9768 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9769 ok 9770 ok 9771 - Died properly: Wam at t/02_stress.t line 1067. # ok 9772 ok 9773 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9774 ok 9775 ok 9776 - Died properly: Wam at t/02_stress.t line 1067. # ok 9777 ok 9778 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9779 ok 9780 ok 9781 - Died properly: Wam at t/02_stress.t line 1067. # ok 9782 ok 9783 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9784 ok 9785 ok 9786 - Died properly: Wam at t/02_stress.t line 1067. # ok 9787 ok 9788 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 9789 ok 9790 ok 9791 - Died properly: Wam at t/02_stress.t line 1067. # ok 9792 ok 9793 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 9794 ok 9795 ok 9796 - Died properly: Wam at t/02_stress.t line 1067. # ok 9797 ok 9798 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 9799 ok 9800 ok 9801 - Died properly: Wam at t/02_stress.t line 1067. # ok 9802 ok 9803 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 9804 ok 9805 ok 9806 - Died properly: Wam at t/02_stress.t line 1067. # ok 9807 ok 9808 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 9809 ok 9810 ok 9811 - Died properly: Wam at t/02_stress.t line 1067. # ok 9812 ok 9813 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 9814 ok 9815 ok 9816 - Died properly: Wam at t/02_stress.t line 1067. # ok 9817 ok 9818 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 9819 ok 9820 ok 9821 - Died properly: Wam at t/02_stress.t line 1067. # ok 9822 ok 9823 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 9824 ok 9825 ok 9826 - Died properly: Wam at t/02_stress.t line 1067. # ok 9827 ok 9828 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 9829 ok 9830 ok 9831 - Died properly: Wam at t/02_stress.t line 1067. # ok 9832 ok 9833 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 9834 ok 9835 ok 9836 - Died properly: Wam at t/02_stress.t line 1067. # ok 9837 ok 9838 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 9839 ok 9840 ok 9841 - Died properly: Wam at t/02_stress.t line 1067. # ok 9842 ok 9843 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 9844 ok 9845 ok 9846 - Died properly: Wam at t/02_stress.t line 1067. # ok 9847 ok 9848 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 9849 ok 9850 ok 9851 - Died properly: Wam at t/02_stress.t line 1067. # ok 9852 ok 9853 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 9854 ok 9855 ok 9856 - Died properly: Wam at t/02_stress.t line 1067. # ok 9857 ok 9858 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 9859 ok 9860 ok 9861 - Died properly: Wam at t/02_stress.t line 1067. # ok 9862 ok 9863 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 9864 ok 9865 ok 9866 - Died properly: Wam at t/02_stress.t line 1067. # ok 9867 ok 9868 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 9869 ok 9870 ok 9871 - Died properly: Wam at t/02_stress.t line 1067. # ok 9872 ok 9873 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 9874 ok 9875 ok 9876 - Died properly: Wam at t/02_stress.t line 1067. # ok 9877 ok 9878 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 9879 ok 9880 ok 9881 - Died properly: Wam at t/02_stress.t line 1067. # ok 9882 ok 9883 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 9884 ok 9885 ok 9886 - Died properly: Wam at t/02_stress.t line 1067. # ok 9887 ok 9888 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 9889 ok 9890 ok 9891 - Died properly: Wam at t/02_stress.t line 1067. # ok 9892 ok 9893 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 9894 ok 9895 ok 9896 - Died properly: Wam at t/02_stress.t line 1067. # ok 9897 ok 9898 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 9899 ok 9900 ok 9901 - Died properly: Wam at t/02_stress.t line 1067. # ok 9902 ok 9903 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 9904 ok 9905 ok 9906 - Died properly: Wam at t/02_stress.t line 1067. # ok 9907 ok 9908 - Is a heap: -14 -9 -13 -6 -8 -10 -12 0 -3 -2 -7 -1 -5 -4 -11 ok 9909 ok 9910 ok 9911 ok 9912 - Is a heap: 0 ok 9913 ok 9914 ok 9915 - Died properly: Wam at t/02_stress.t line 1089. # ok 9916 ok 9917 - Is a heap: -1 0 ok 9918 ok 9919 ok 9920 - Died properly: Wam at t/02_stress.t line 1089. # ok 9921 ok 9922 - Is a heap: -2 0 -1 ok 9923 ok 9924 ok 9925 - Died properly: Wam at t/02_stress.t line 1089. # ok 9926 ok 9927 - Is a heap: -2 0 -1 ok 9928 ok 9929 ok 9930 - Died properly: Wam at t/02_stress.t line 1089. # ok 9931 ok 9932 - Is a heap: -3 -2 -1 0 ok 9933 ok 9934 ok 9935 - Died properly: Wam at t/02_stress.t line 1089. # ok 9936 ok 9937 - Is a heap: -3 -2 -1 0 ok 9938 ok 9939 ok 9940 - Died properly: Wam at t/02_stress.t line 1089. # ok 9941 ok 9942 - Is a heap: -4 -3 -1 0 -2 ok 9943 ok 9944 ok 9945 - Died properly: Wam at t/02_stress.t line 1089. # ok 9946 ok 9947 - Is a heap: -4 -3 -1 0 -2 ok 9948 ok 9949 ok 9950 - Died properly: Wam at t/02_stress.t line 1089. # ok 9951 ok 9952 - Is a heap: -5 -3 -4 0 -2 -1 ok 9953 ok 9954 ok 9955 - Died properly: Wam at t/02_stress.t line 1089. # ok 9956 ok 9957 - Is a heap: -5 -3 -4 0 -2 -1 ok 9958 ok 9959 ok 9960 - Died properly: Wam at t/02_stress.t line 1089. # ok 9961 ok 9962 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9963 ok 9964 ok 9965 - Died properly: Wam at t/02_stress.t line 1089. # ok 9966 ok 9967 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9968 ok 9969 ok 9970 - Died properly: Wam at t/02_stress.t line 1089. # ok 9971 ok 9972 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 9973 ok 9974 ok 9975 - Died properly: Wam at t/02_stress.t line 1089. # ok 9976 ok 9977 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9978 ok 9979 ok 9980 - Died properly: Wam at t/02_stress.t line 1089. # ok 9981 ok 9982 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9983 ok 9984 ok 9985 - Died properly: Wam at t/02_stress.t line 1089. # ok 9986 ok 9987 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 9988 ok 9989 ok 9990 - Died properly: Wam at t/02_stress.t line 1089. # ok 9991 ok 9992 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 9993 ok 9994 ok 9995 - Died properly: Wam at t/02_stress.t line 1089. # ok 9996 ok 9997 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 9998 ok 9999 ok 10000 - Died properly: Wam at t/02_stress.t line 1089. # ok 10001 ok 10002 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 10003 ok 10004 ok 10005 - Died properly: Wam at t/02_stress.t line 1089. # ok 10006 ok 10007 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 10008 ok 10009 ok 10010 - Died properly: Wam at t/02_stress.t line 1089. # ok 10011 ok 10012 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 10013 ok 10014 ok 10015 - Died properly: Wam at t/02_stress.t line 1089. # ok 10016 ok 10017 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 10018 ok 10019 ok 10020 - Died properly: Wam at t/02_stress.t line 1089. # ok 10021 ok 10022 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 10023 ok 10024 ok 10025 - Died properly: Wam at t/02_stress.t line 1089. # ok 10026 ok 10027 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 10028 ok 10029 ok 10030 - Died properly: Wam at t/02_stress.t line 1089. # ok 10031 ok 10032 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 10033 ok 10034 ok 10035 - Died properly: Wam at t/02_stress.t line 1089. # ok 10036 ok 10037 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 10038 ok 10039 ok 10040 - Died properly: Wam at t/02_stress.t line 1089. # ok 10041 ok 10042 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 10043 ok 10044 ok 10045 - Died properly: Wam at t/02_stress.t line 1089. # ok 10046 ok 10047 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 10048 ok 10049 ok 10050 - Died properly: Wam at t/02_stress.t line 1089. # ok 10051 ok 10052 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 10053 ok 10054 ok 10055 - Died properly: Wam at t/02_stress.t line 1089. # ok 10056 ok 10057 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 10058 ok 10059 ok 10060 - Died properly: Wam at t/02_stress.t line 1089. # ok 10061 ok 10062 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 10063 ok 10064 ok 10065 - Died properly: Wam at t/02_stress.t line 1089. # ok 10066 ok 10067 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 10068 ok 10069 ok 10070 - Died properly: Wam at t/02_stress.t line 1089. # ok 10071 ok 10072 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 10073 ok 10074 ok 10075 - Died properly: Wam at t/02_stress.t line 1089. # ok 10076 ok 10077 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 10078 ok 10079 ok 10080 - Died properly: Wam at t/02_stress.t line 1089. # ok 10081 ok 10082 - Is a heap: -14 -9 -13 -6 -8 -10 -12 0 -3 -2 -7 -1 -5 -4 -11 ok 10083 ok 10084 ok 10085 ok 10086 - Is a heap: 0 ok 10087 ok 10088 ok 10089 - Died properly: Wam at t/02_stress.t line 1113. # ok 10090 ok 10091 - Is a heap: -1 0 ok 10092 ok 10093 ok 10094 - Died properly: Wam at t/02_stress.t line 1113. # ok 10095 ok 10096 - Is a heap: -2 0 -1 ok 10097 ok 10098 ok 10099 - Died properly: Wam at t/02_stress.t line 1113. # ok 10100 ok 10101 - Is a heap: -2 0 -1 ok 10102 ok 10103 ok 10104 - Died properly: Wam at t/02_stress.t line 1113. # ok 10105 ok 10106 - Is a heap: -3 -2 -1 0 ok 10107 ok 10108 ok 10109 - Died properly: Wam at t/02_stress.t line 1113. # ok 10110 ok 10111 - Is a heap: -3 -2 -1 0 ok 10112 ok 10113 ok 10114 - Died properly: Wam at t/02_stress.t line 1113. # ok 10115 ok 10116 - Is a heap: -4 -3 -1 0 -2 ok 10117 ok 10118 ok 10119 - Died properly: Wam at t/02_stress.t line 1113. # ok 10120 ok 10121 - Is a heap: -4 -3 -1 0 -2 ok 10122 ok 10123 ok 10124 - Died properly: Wam at t/02_stress.t line 1113. # ok 10125 ok 10126 - Is a heap: -5 -3 -4 0 -2 -1 ok 10127 ok 10128 ok 10129 - Died properly: Wam at t/02_stress.t line 1113. # ok 10130 ok 10131 - Is a heap: -5 -3 -4 0 -2 -1 ok 10132 ok 10133 ok 10134 - Died properly: Wam at t/02_stress.t line 1113. # ok 10135 ok 10136 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 10137 ok 10138 ok 10139 - Died properly: Wam at t/02_stress.t line 1113. # ok 10140 ok 10141 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 10142 ok 10143 ok 10144 - Died properly: Wam at t/02_stress.t line 1113. # ok 10145 ok 10146 - Is a heap: -6 -3 -5 0 -2 -1 -4 ok 10147 ok 10148 ok 10149 - Died properly: Wam at t/02_stress.t line 1113. # ok 10150 ok 10151 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 10152 ok 10153 ok 10154 - Died properly: Wam at t/02_stress.t line 1113. # ok 10155 ok 10156 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 10157 ok 10158 ok 10159 - Died properly: Wam at t/02_stress.t line 1113. # ok 10160 ok 10161 - Is a heap: -7 -6 -5 -3 -2 -1 -4 0 ok 10162 ok 10163 ok 10164 - Died properly: Wam at t/02_stress.t line 1113. # ok 10165 ok 10166 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 10167 ok 10168 ok 10169 - Died properly: Wam at t/02_stress.t line 1113. # ok 10170 ok 10171 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 10172 ok 10173 ok 10174 - Died properly: Wam at t/02_stress.t line 1113. # ok 10175 ok 10176 - Is a heap: -8 -7 -5 -6 -2 -1 -4 0 -3 ok 10177 ok 10178 ok 10179 - Died properly: Wam at t/02_stress.t line 1113. # ok 10180 ok 10181 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 10182 ok 10183 ok 10184 - Died properly: Wam at t/02_stress.t line 1113. # ok 10185 ok 10186 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 10187 ok 10188 ok 10189 - Died properly: Wam at t/02_stress.t line 1113. # ok 10190 ok 10191 - Is a heap: -9 -8 -5 -6 -7 -1 -4 0 -3 -2 ok 10192 ok 10193 ok 10194 - Died properly: Wam at t/02_stress.t line 1113. # ok 10195 ok 10196 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 10197 ok 10198 ok 10199 - Died properly: Wam at t/02_stress.t line 1113. # ok 10200 ok 10201 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 10202 ok 10203 ok 10204 - Died properly: Wam at t/02_stress.t line 1113. # ok 10205 ok 10206 - Is a heap: -10 -9 -5 -6 -8 -1 -4 0 -3 -2 -7 ok 10207 ok 10208 ok 10209 - Died properly: Wam at t/02_stress.t line 1113. # ok 10210 ok 10211 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 10212 ok 10213 ok 10214 - Died properly: Wam at t/02_stress.t line 1113. # ok 10215 ok 10216 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 10217 ok 10218 ok 10219 - Died properly: Wam at t/02_stress.t line 1113. # ok 10220 ok 10221 - Is a heap: -11 -9 -10 -6 -8 -5 -4 0 -3 -2 -7 -1 ok 10222 ok 10223 ok 10224 - Died properly: Wam at t/02_stress.t line 1113. # ok 10225 ok 10226 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 10227 ok 10228 ok 10229 - Died properly: Wam at t/02_stress.t line 1113. # ok 10230 ok 10231 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 10232 ok 10233 ok 10234 - Died properly: Wam at t/02_stress.t line 1113. # ok 10235 ok 10236 - Is a heap: -12 -9 -11 -6 -8 -10 -4 0 -3 -2 -7 -1 -5 ok 10237 ok 10238 ok 10239 - Died properly: Wam at t/02_stress.t line 1113. # ok 10240 ok 10241 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 10242 ok 10243 ok 10244 - Died properly: Wam at t/02_stress.t line 1113. # ok 10245 ok 10246 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 10247 ok 10248 ok 10249 - Died properly: Wam at t/02_stress.t line 1113. # ok 10250 ok 10251 - Is a heap: -13 -9 -12 -6 -8 -10 -11 0 -3 -2 -7 -1 -5 -4 ok 10252 ok 10253 ok 10254 - Died properly: Wam at t/02_stress.t line 1113. # ok 10255 ok 10256 - Is a heap: -14 -9 -13 -6 -8 -10 -12 0 -3 -2 -7 -1 -5 -4 -11 ok 10257 ok 10258 ok 10259 - Died properly: Wam at t/02_stress.t line 1158. # ok 10260 ok 10261 ok 10262 ok 10263 - Died properly: Wam at t/02_stress.t line 1158. # ok 10264 - Died properly: Wam at t/02_stress.t line 1158. # ok 10265 ok 10266 ok 10267 ok 10268 - Died properly: Wam at t/02_stress.t line 1158. # ok 10269 - Died properly: Wam at t/02_stress.t line 1158. # ok 10270 ok 10271 ok 10272 ok 10273 - Died properly: Wam at t/02_stress.t line 1158. # ok 10274 - Died properly: Wam at t/02_stress.t line 1158. # ok 10275 ok 10276 ok 10277 ok 10278 - Died properly: Wam at t/02_stress.t line 1158. # ok 10279 - Died properly: Wam at t/02_stress.t line 1158. # ok 10280 ok 10281 ok 10282 ok 10283 - Died properly: Wam at t/02_stress.t line 1158. # ok 10284 - Died properly: Wam at t/02_stress.t line 1158. # ok 10285 ok 10286 ok 10287 ok 10288 - Died properly: Wam at t/02_stress.t line 1158. # ok 10289 - Died properly: Wam at t/02_stress.t line 1188. # ok 10290 ok 10291 ok 10292 ok 10293 - Died properly: Wam at t/02_stress.t line 1188. # ok 10294 - Died properly: Wam at t/02_stress.t line 1188. # ok 10295 ok 10296 ok 10297 ok 10298 - Died properly: Wam at t/02_stress.t line 1188. # ok 10299 - Died properly: Wam at t/02_stress.t line 1188. # ok 10300 ok 10301 ok 10302 ok 10303 - Died properly: Wam at t/02_stress.t line 1188. # ok 10304 - Died properly: Wam at t/02_stress.t line 1188. # ok 10305 ok 10306 ok 10307 ok 10308 - Died properly: Wam at t/02_stress.t line 1188. # ok 10309 - Died properly: Wam at t/02_stress.t line 1188. # ok 10310 ok 10311 ok 10312 ok 10313 - Died properly: Wam at t/02_stress.t line 1188. # ok 10314 - Died properly: Wam at t/02_stress.t line 1188. # ok 10315 ok 10316 ok 10317 ok 10318 - Died properly: Wam at t/02_stress.t line 1188. # ok 10319 - Died properly: Wam at t/02_stress.t line 1188. # ok 10320 ok 10321 ok 10322 ok 10323 - Died properly: Wam at t/02_stress.t line 1188. # ok 10324 - Died properly: Wam at t/02_stress.t line 1215. # ok 10325 ok 10326 ok 10327 ok 10328 - Died properly: Wam at t/02_stress.t line 1215. # ok 10329 - Died properly: Wam at t/02_stress.t line 1215. # ok 10330 ok 10331 ok 10332 ok 10333 - Died properly: Wam at t/02_stress.t line 1215. # ok 10334 - Died properly: Wam at t/02_stress.t line 1215. # ok 10335 ok 10336 ok 10337 ok 10338 - Died properly: Wam at t/02_stress.t line 1215. # ok 10339 - Died properly: Wam at t/02_stress.t line 1215. # ok 10340 ok 10341 ok 10342 ok 10343 - Died properly: Wam at t/02_stress.t line 1215. # ok 10344 - Died properly: Wam at t/02_stress.t line 1215. # ok 10345 ok 10346 ok 10347 ok 10348 - Died properly: Wam at t/02_stress.t line 1215. # ok 10349 - Died properly: Wam at t/02_stress.t line 1215. # ok 10350 ok 10351 ok 10352 ok 10353 - Died properly: Wam at t/02_stress.t line 1215. # ok 10354 ok 10355 - Died properly: Wam at t/02_stress.t line 1247. # ok 10356 ok 10357 ok 10358 - Died properly: Wam at t/02_stress.t line 1247. # ok 10359 ok 10360 - Died properly: Wam at t/02_stress.t line 1247. # ok 10361 ok 10362 ok 10363 - Died properly: Wam at t/02_stress.t line 1247. # ok 10364 ok 10365 - Died properly: Wam at t/02_stress.t line 1247. # ok 10366 ok 10367 ok 10368 - Died properly: Wam at t/02_stress.t line 1247. # ok 10369 ok 10370 - Died properly: Wam at t/02_stress.t line 1247. # ok 10371 ok 10372 ok 10373 - Died properly: Wam at t/02_stress.t line 1247. # ok 10374 ok 10375 - Died properly: Wam at t/02_stress.t line 1247. # ok 10376 ok 10377 ok 10378 - Died properly: Wam at t/02_stress.t line 1247. # ok 10379 ok 10380 - Died properly: Wam at t/02_stress.t line 1247. # ok 10381 ok 10382 ok 10383 - Died properly: Wam at t/02_stress.t line 1247. # ok 10384 ok 10385 - Died properly: Wam at t/02_stress.t line 1247. # ok 10386 ok 10387 ok 10388 - Died properly: Wam at t/02_stress.t line 1247. # ok 10389 ok 10390 ok 10391 ok 10392 - Died properly: Wam at t/02_stress.t line 1280. # ok 10393 ok 10394 ok 10395 - Died properly: Wam at t/02_stress.t line 1280. # ok 10396 ok 10397 - Died properly: Wam at t/02_stress.t line 1280. # ok 10398 ok 10399 ok 10400 - Died properly: Wam at t/02_stress.t line 1280. # ok 10401 ok 10402 - Died properly: Wam at t/02_stress.t line 1280. # ok 10403 ok 10404 ok 10405 - Died properly: Wam at t/02_stress.t line 1280. # ok 10406 ok 10407 - Died properly: Wam at t/02_stress.t line 1280. # ok 10408 ok 10409 ok 10410 - Died properly: Wam at t/02_stress.t line 1280. # ok 10411 ok 10412 - Died properly: Wam at t/02_stress.t line 1280. # ok 10413 ok 10414 ok 10415 - Died properly: Wam at t/02_stress.t line 1280. # ok 10416 ok 10417 - Died properly: Wam at t/02_stress.t line 1280. # ok 10418 ok 10419 ok 10420 - Died properly: Wam at t/02_stress.t line 1280. # ok 10421 ok 10422 - Died properly: Wam at t/02_stress.t line 1280. # ok 10423 ok 10424 ok 10425 - Died properly: Wam at t/02_stress.t line 1280. # ok 10426 ok 10427 - Died properly: Wam at t/02_stress.t line 1280. # ok 10428 ok 10429 ok 10430 - Died properly: Wam at t/02_stress.t line 1280. # ok 10431 ok 10432 ok 10433 ok 10434 - Died properly: Wam at t/02_stress.t line 1310. # ok 10435 ok 10436 ok 10437 - Died properly: Wam at t/02_stress.t line 1310. # ok 10438 ok 10439 - Died properly: Wam at t/02_stress.t line 1310. # ok 10440 ok 10441 ok 10442 - Died properly: Wam at t/02_stress.t line 1310. # ok 10443 ok 10444 - Died properly: Wam at t/02_stress.t line 1310. # ok 10445 ok 10446 ok 10447 - Died properly: Wam at t/02_stress.t line 1310. # ok 10448 ok 10449 - Died properly: Wam at t/02_stress.t line 1310. # ok 10450 ok 10451 ok 10452 - Died properly: Wam at t/02_stress.t line 1310. # ok 10453 ok 10454 - Died properly: Wam at t/02_stress.t line 1310. # ok 10455 ok 10456 ok 10457 - Died properly: Wam at t/02_stress.t line 1310. # ok 10458 ok 10459 - Died properly: Wam at t/02_stress.t line 1310. # ok 10460 ok 10461 ok 10462 - Died properly: Wam at t/02_stress.t line 1310. # ok 10463 ok 10464 - Died properly: Wam at t/02_stress.t line 1310. # ok 10465 ok 10466 ok 10467 - Died properly: Wam at t/02_stress.t line 1310. # ok 10468 ok 10469 ok 10470 ok 10471 - Died properly: Wam at t/02_stress.t line 1342. # ok 10472 ok 10473 ok 10474 - Died properly: Wam at t/02_stress.t line 1342. # ok 10475 ok 10476 - Died properly: Wam at t/02_stress.t line 1342. # ok 10477 ok 10478 ok 10479 - Died properly: Wam at t/02_stress.t line 1342. # ok 10480 ok 10481 - Died properly: Wam at t/02_stress.t line 1342. # ok 10482 ok 10483 ok 10484 - Died properly: Wam at t/02_stress.t line 1342. # ok 10485 ok 10486 - Died properly: Wam at t/02_stress.t line 1342. # ok 10487 ok 10488 ok 10489 - Died properly: Wam at t/02_stress.t line 1342. # ok 10490 ok 10491 - Died properly: Wam at t/02_stress.t line 1342. # ok 10492 ok 10493 ok 10494 - Died properly: Wam at t/02_stress.t line 1342. # ok 10495 ok 10496 - Died properly: Wam at t/02_stress.t line 1342. # ok 10497 ok 10498 ok 10499 - Died properly: Wam at t/02_stress.t line 1342. # ok 10500 ok 10501 - Died properly: Wam at t/02_stress.t line 1342. # ok 10502 ok 10503 ok 10504 - Died properly: Wam at t/02_stress.t line 1342. # ok 10505 ok 10506 ok 10507 - Died properly: Wam at t/02_stress.t line 1158. # ok 10508 ok 10509 ok 10510 ok 10511 - Died properly: Wam at t/02_stress.t line 1158. # ok 10512 - Died properly: Wam at t/02_stress.t line 1158. # ok 10513 ok 10514 ok 10515 ok 10516 - Died properly: Wam at t/02_stress.t line 1158. # ok 10517 - Died properly: Wam at t/02_stress.t line 1158. # ok 10518 ok 10519 ok 10520 ok 10521 - Died properly: Wam at t/02_stress.t line 1158. # ok 10522 - Died properly: Wam at t/02_stress.t line 1158. # ok 10523 ok 10524 ok 10525 ok 10526 - Died properly: Wam at t/02_stress.t line 1158. # ok 10527 - Died properly: Wam at t/02_stress.t line 1158. # ok 10528 ok 10529 ok 10530 ok 10531 - Died properly: Wam at t/02_stress.t line 1158. # ok 10532 - Died properly: Wam at t/02_stress.t line 1158. # ok 10533 ok 10534 ok 10535 ok 10536 - Died properly: Wam at t/02_stress.t line 1158. # ok 10537 - Died properly: Wam at t/02_stress.t line 1188. # ok 10538 ok 10539 ok 10540 ok 10541 - Died properly: Wam at t/02_stress.t line 1188. # ok 10542 - Died properly: Wam at t/02_stress.t line 1188. # ok 10543 ok 10544 ok 10545 ok 10546 - Died properly: Wam at t/02_stress.t line 1188. # ok 10547 - Died properly: Wam at t/02_stress.t line 1188. # ok 10548 ok 10549 ok 10550 ok 10551 - Died properly: Wam at t/02_stress.t line 1188. # ok 10552 - Died properly: Wam at t/02_stress.t line 1188. # ok 10553 ok 10554 ok 10555 ok 10556 - Died properly: Wam at t/02_stress.t line 1188. # ok 10557 - Died properly: Wam at t/02_stress.t line 1188. # ok 10558 ok 10559 ok 10560 ok 10561 - Died properly: Wam at t/02_stress.t line 1188. # ok 10562 - Died properly: Wam at t/02_stress.t line 1188. # ok 10563 ok 10564 ok 10565 ok 10566 - Died properly: Wam at t/02_stress.t line 1188. # ok 10567 - Died properly: Wam at t/02_stress.t line 1188. # ok 10568 ok 10569 ok 10570 ok 10571 - Died properly: Wam at t/02_stress.t line 1188. # ok 10572 - Died properly: Wam at t/02_stress.t line 1215. # ok 10573 ok 10574 ok 10575 ok 10576 - Died properly: Wam at t/02_stress.t line 1215. # ok 10577 - Died properly: Wam at t/02_stress.t line 1215. # ok 10578 ok 10579 ok 10580 ok 10581 - Died properly: Wam at t/02_stress.t line 1215. # ok 10582 - Died properly: Wam at t/02_stress.t line 1215. # ok 10583 ok 10584 ok 10585 ok 10586 - Died properly: Wam at t/02_stress.t line 1215. # ok 10587 - Died properly: Wam at t/02_stress.t line 1215. # ok 10588 ok 10589 ok 10590 ok 10591 - Died properly: Wam at t/02_stress.t line 1215. # ok 10592 - Died properly: Wam at t/02_stress.t line 1215. # ok 10593 ok 10594 ok 10595 ok 10596 - Died properly: Wam at t/02_stress.t line 1215. # ok 10597 - Died properly: Wam at t/02_stress.t line 1215. # ok 10598 ok 10599 ok 10600 ok 10601 - Died properly: Wam at t/02_stress.t line 1215. # ok 10602 ok 10603 - Died properly: Wam at t/02_stress.t line 1247. # ok 10604 ok 10605 ok 10606 - Died properly: Wam at t/02_stress.t line 1247. # ok 10607 ok 10608 - Died properly: Wam at t/02_stress.t line 1247. # ok 10609 ok 10610 ok 10611 - Died properly: Wam at t/02_stress.t line 1247. # ok 10612 ok 10613 - Died properly: Wam at t/02_stress.t line 1247. # ok 10614 ok 10615 ok 10616 - Died properly: Wam at t/02_stress.t line 1247. # ok 10617 ok 10618 - Died properly: Wam at t/02_stress.t line 1247. # ok 10619 ok 10620 ok 10621 - Died properly: Wam at t/02_stress.t line 1247. # ok 10622 ok 10623 - Died properly: Wam at t/02_stress.t line 1247. # ok 10624 ok 10625 ok 10626 - Died properly: Wam at t/02_stress.t line 1247. # ok 10627 ok 10628 - Died properly: Wam at t/02_stress.t line 1247. # ok 10629 ok 10630 ok 10631 - Died properly: Wam at t/02_stress.t line 1247. # ok 10632 ok 10633 - Died properly: Wam at t/02_stress.t line 1247. # ok 10634 ok 10635 ok 10636 - Died properly: Wam at t/02_stress.t line 1247. # ok 10637 ok 10638 ok 10639 ok 10640 - Died properly: Wam at t/02_stress.t line 1280. # ok 10641 ok 10642 ok 10643 - Died properly: Wam at t/02_stress.t line 1280. # ok 10644 ok 10645 - Died properly: Wam at t/02_stress.t line 1280. # ok 10646 ok 10647 ok 10648 - Died properly: Wam at t/02_stress.t line 1280. # ok 10649 ok 10650 - Died properly: Wam at t/02_stress.t line 1280. # ok 10651 ok 10652 ok 10653 - Died properly: Wam at t/02_stress.t line 1280. # ok 10654 ok 10655 - Died properly: Wam at t/02_stress.t line 1280. # ok 10656 ok 10657 ok 10658 - Died properly: Wam at t/02_stress.t line 1280. # ok 10659 ok 10660 - Died properly: Wam at t/02_stress.t line 1280. # ok 10661 ok 10662 ok 10663 - Died properly: Wam at t/02_stress.t line 1280. # ok 10664 ok 10665 - Died properly: Wam at t/02_stress.t line 1280. # ok 10666 ok 10667 ok 10668 - Died properly: Wam at t/02_stress.t line 1280. # ok 10669 ok 10670 - Died properly: Wam at t/02_stress.t line 1280. # ok 10671 ok 10672 ok 10673 - Died properly: Wam at t/02_stress.t line 1280. # ok 10674 ok 10675 - Died properly: Wam at t/02_stress.t line 1280. # ok 10676 ok 10677 ok 10678 - Died properly: Wam at t/02_stress.t line 1280. # ok 10679 ok 10680 ok 10681 ok 10682 - Died properly: Wam at t/02_stress.t line 1310. # ok 10683 ok 10684 ok 10685 - Died properly: Wam at t/02_stress.t line 1310. # ok 10686 ok 10687 - Died properly: Wam at t/02_stress.t line 1310. # ok 10688 ok 10689 ok 10690 - Died properly: Wam at t/02_stress.t line 1310. # ok 10691 ok 10692 - Died properly: Wam at t/02_stress.t line 1310. # ok 10693 ok 10694 ok 10695 - Died properly: Wam at t/02_stress.t line 1310. # ok 10696 ok 10697 - Died properly: Wam at t/02_stress.t line 1310. # ok 10698 ok 10699 ok 10700 - Died properly: Wam at t/02_stress.t line 1310. # ok 10701 ok 10702 - Died properly: Wam at t/02_stress.t line 1310. # ok 10703 ok 10704 ok 10705 - Died properly: Wam at t/02_stress.t line 1310. # ok 10706 ok 10707 - Died properly: Wam at t/02_stress.t line 1310. # ok 10708 ok 10709 ok 10710 - Died properly: Wam at t/02_stress.t line 1310. # ok 10711 ok 10712 - Died properly: Wam at t/02_stress.t line 1310. # ok 10713 ok 10714 ok 10715 - Died properly: Wam at t/02_stress.t line 1310. # ok 10716 ok 10717 ok 10718 ok 10719 - Died properly: Wam at t/02_stress.t line 1342. # ok 10720 ok 10721 ok 10722 - Died properly: Wam at t/02_stress.t line 1342. # ok 10723 ok 10724 - Died properly: Wam at t/02_stress.t line 1342. # ok 10725 ok 10726 ok 10727 - Died properly: Wam at t/02_stress.t line 1342. # ok 10728 ok 10729 - Died properly: Wam at t/02_stress.t line 1342. # ok 10730 ok 10731 ok 10732 - Died properly: Wam at t/02_stress.t line 1342. # ok 10733 ok 10734 - Died properly: Wam at t/02_stress.t line 1342. # ok 10735 ok 10736 ok 10737 - Died properly: Wam at t/02_stress.t line 1342. # ok 10738 ok 10739 - Died properly: Wam at t/02_stress.t line 1342. # ok 10740 ok 10741 ok 10742 - Died properly: Wam at t/02_stress.t line 1342. # ok 10743 ok 10744 - Died properly: Wam at t/02_stress.t line 1342. # ok 10745 ok 10746 ok 10747 - Died properly: Wam at t/02_stress.t line 1342. # ok 10748 ok 10749 - Died properly: Wam at t/02_stress.t line 1342. # ok 10750 ok 10751 ok 10752 - Died properly: Wam at t/02_stress.t line 1342. # ok 10753 ok 10754 ok 10755 - Died properly: Wam at t/02_stress.t line 1158. # ok 10756 ok 10757 ok 10758 ok 10759 - Died properly: Wam at t/02_stress.t line 1158. # ok 10760 - Died properly: Wam at t/02_stress.t line 1158. # ok 10761 ok 10762 ok 10763 ok 10764 - Died properly: Wam at t/02_stress.t line 1158. # ok 10765 - Died properly: Wam at t/02_stress.t line 1158. # ok 10766 ok 10767 ok 10768 ok 10769 - Died properly: Wam at t/02_stress.t line 1158. # ok 10770 - Died properly: Wam at t/02_stress.t line 1158. # ok 10771 ok 10772 ok 10773 ok 10774 - Died properly: Wam at t/02_stress.t line 1158. # ok 10775 - Died properly: Wam at t/02_stress.t line 1158. # ok 10776 ok 10777 ok 10778 ok 10779 - Died properly: Wam at t/02_stress.t line 1158. # ok 10780 - Died properly: Wam at t/02_stress.t line 1158. # ok 10781 ok 10782 ok 10783 ok 10784 - Died properly: Wam at t/02_stress.t line 1158. # ok 10785 - Died properly: Wam at t/02_stress.t line 1188. # ok 10786 ok 10787 ok 10788 ok 10789 - Died properly: Wam at t/02_stress.t line 1188. # ok 10790 - Died properly: Wam at t/02_stress.t line 1188. # ok 10791 ok 10792 ok 10793 ok 10794 - Died properly: Wam at t/02_stress.t line 1188. # ok 10795 - Died properly: Wam at t/02_stress.t line 1188. # ok 10796 ok 10797 ok 10798 ok 10799 - Died properly: Wam at t/02_stress.t line 1188. # ok 10800 - Died properly: Wam at t/02_stress.t line 1188. # ok 10801 ok 10802 ok 10803 ok 10804 - Died properly: Wam at t/02_stress.t line 1188. # ok 10805 - Died properly: Wam at t/02_stress.t line 1188. # ok 10806 ok 10807 ok 10808 ok 10809 - Died properly: Wam at t/02_stress.t line 1188. # ok 10810 - Died properly: Wam at t/02_stress.t line 1188. # ok 10811 ok 10812 ok 10813 ok 10814 - Died properly: Wam at t/02_stress.t line 1188. # ok 10815 - Died properly: Wam at t/02_stress.t line 1188. # ok 10816 ok 10817 ok 10818 ok 10819 - Died properly: Wam at t/02_stress.t line 1188. # ok 10820 - Died properly: Wam at t/02_stress.t line 1215. # ok 10821 ok 10822 ok 10823 ok 10824 - Died properly: Wam at t/02_stress.t line 1215. # ok 10825 - Died properly: Wam at t/02_stress.t line 1215. # ok 10826 ok 10827 ok 10828 ok 10829 - Died properly: Wam at t/02_stress.t line 1215. # ok 10830 - Died properly: Wam at t/02_stress.t line 1215. # ok 10831 ok 10832 ok 10833 ok 10834 - Died properly: Wam at t/02_stress.t line 1215. # ok 10835 - Died properly: Wam at t/02_stress.t line 1215. # ok 10836 ok 10837 ok 10838 ok 10839 - Died properly: Wam at t/02_stress.t line 1215. # ok 10840 - Died properly: Wam at t/02_stress.t line 1215. # ok 10841 ok 10842 ok 10843 ok 10844 - Died properly: Wam at t/02_stress.t line 1215. # ok 10845 - Died properly: Wam at t/02_stress.t line 1215. # ok 10846 ok 10847 ok 10848 ok 10849 - Died properly: Wam at t/02_stress.t line 1215. # ok 10850 ok 10851 - Died properly: Wam at t/02_stress.t line 1247. # ok 10852 ok 10853 ok 10854 - Died properly: Wam at t/02_stress.t line 1247. # ok 10855 ok 10856 - Died properly: Wam at t/02_stress.t line 1247. # ok 10857 ok 10858 ok 10859 - Died properly: Wam at t/02_stress.t line 1247. # ok 10860 ok 10861 - Died properly: Wam at t/02_stress.t line 1247. # ok 10862 ok 10863 ok 10864 - Died properly: Wam at t/02_stress.t line 1247. # ok 10865 ok 10866 - Died properly: Wam at t/02_stress.t line 1247. # ok 10867 ok 10868 ok 10869 - Died properly: Wam at t/02_stress.t line 1247. # ok 10870 ok 10871 - Died properly: Wam at t/02_stress.t line 1247. # ok 10872 ok 10873 ok 10874 - Died properly: Wam at t/02_stress.t line 1247. # ok 10875 ok 10876 - Died properly: Wam at t/02_stress.t line 1247. # ok 10877 ok 10878 ok 10879 - Died properly: Wam at t/02_stress.t line 1247. # ok 10880 ok 10881 - Died properly: Wam at t/02_stress.t line 1247. # ok 10882 ok 10883 ok 10884 - Died properly: Wam at t/02_stress.t line 1247. # ok 10885 ok 10886 ok 10887 ok 10888 - Died properly: Wam at t/02_stress.t line 1280. # ok 10889 ok 10890 ok 10891 - Died properly: Wam at t/02_stress.t line 1280. # ok 10892 ok 10893 - Died properly: Wam at t/02_stress.t line 1280. # ok 10894 ok 10895 ok 10896 - Died properly: Wam at t/02_stress.t line 1280. # ok 10897 ok 10898 - Died properly: Wam at t/02_stress.t line 1280. # ok 10899 ok 10900 ok 10901 - Died properly: Wam at t/02_stress.t line 1280. # ok 10902 ok 10903 - Died properly: Wam at t/02_stress.t line 1280. # ok 10904 ok 10905 ok 10906 - Died properly: Wam at t/02_stress.t line 1280. # ok 10907 ok 10908 - Died properly: Wam at t/02_stress.t line 1280. # ok 10909 ok 10910 ok 10911 - Died properly: Wam at t/02_stress.t line 1280. # ok 10912 ok 10913 - Died properly: Wam at t/02_stress.t line 1280. # ok 10914 ok 10915 ok 10916 - Died properly: Wam at t/02_stress.t line 1280. # ok 10917 ok 10918 - Died properly: Wam at t/02_stress.t line 1280. # ok 10919 ok 10920 ok 10921 - Died properly: Wam at t/02_stress.t line 1280. # ok 10922 ok 10923 - Died properly: Wam at t/02_stress.t line 1280. # ok 10924 ok 10925 ok 10926 - Died properly: Wam at t/02_stress.t line 1280. # ok 10927 ok 10928 ok 10929 ok 10930 - Died properly: Wam at t/02_stress.t line 1310. # ok 10931 ok 10932 ok 10933 - Died properly: Wam at t/02_stress.t line 1310. # ok 10934 ok 10935 - Died properly: Wam at t/02_stress.t line 1310. # ok 10936 ok 10937 ok 10938 - Died properly: Wam at t/02_stress.t line 1310. # ok 10939 ok 10940 - Died properly: Wam at t/02_stress.t line 1310. # ok 10941 ok 10942 ok 10943 - Died properly: Wam at t/02_stress.t line 1310. # ok 10944 ok 10945 - Died properly: Wam at t/02_stress.t line 1310. # ok 10946 ok 10947 ok 10948 - Died properly: Wam at t/02_stress.t line 1310. # ok 10949 ok 10950 - Died properly: Wam at t/02_stress.t line 1310. # ok 10951 ok 10952 ok 10953 - Died properly: Wam at t/02_stress.t line 1310. # ok 10954 ok 10955 - Died properly: Wam at t/02_stress.t line 1310. # ok 10956 ok 10957 ok 10958 - Died properly: Wam at t/02_stress.t line 1310. # ok 10959 ok 10960 - Died properly: Wam at t/02_stress.t line 1310. # ok 10961 ok 10962 ok 10963 - Died properly: Wam at t/02_stress.t line 1310. # ok 10964 ok 10965 ok 10966 ok 10967 - Died properly: Wam at t/02_stress.t line 1342. # ok 10968 ok 10969 ok 10970 - Died properly: Wam at t/02_stress.t line 1342. # ok 10971 ok 10972 - Died properly: Wam at t/02_stress.t line 1342. # ok 10973 ok 10974 ok 10975 - Died properly: Wam at t/02_stress.t line 1342. # ok 10976 ok 10977 - Died properly: Wam at t/02_stress.t line 1342. # ok 10978 ok 10979 ok 10980 - Died properly: Wam at t/02_stress.t line 1342. # ok 10981 ok 10982 - Died properly: Wam at t/02_stress.t line 1342. # ok 10983 ok 10984 ok 10985 - Died properly: Wam at t/02_stress.t line 1342. # ok 10986 ok 10987 - Died properly: Wam at t/02_stress.t line 1342. # ok 10988 ok 10989 ok 10990 - Died properly: Wam at t/02_stress.t line 1342. # ok 10991 ok 10992 - Died properly: Wam at t/02_stress.t line 1342. # ok 10993 ok 10994 ok 10995 - Died properly: Wam at t/02_stress.t line 1342. # ok 10996 ok 10997 - Died properly: Wam at t/02_stress.t line 1342. # ok 10998 ok 10999 ok 11000 - Died properly: Wam at t/02_stress.t line 1342. # ok 11001 ok 11002 ok 11003 - Died properly: Wam at t/02_stress.t line 1158. # ok 11004 ok 11005 ok 11006 ok 11007 - Died properly: Wam at t/02_stress.t line 1158. # ok 11008 - Died properly: Wam at t/02_stress.t line 1158. # ok 11009 ok 11010 ok 11011 ok 11012 - Died properly: Wam at t/02_stress.t line 1158. # ok 11013 - Died properly: Wam at t/02_stress.t line 1158. # ok 11014 ok 11015 ok 11016 ok 11017 - Died properly: Wam at t/02_stress.t line 1158. # ok 11018 - Died properly: Wam at t/02_stress.t line 1158. # ok 11019 ok 11020 ok 11021 ok 11022 - Died properly: Wam at t/02_stress.t line 1158. # ok 11023 - Died properly: Wam at t/02_stress.t line 1158. # ok 11024 ok 11025 ok 11026 ok 11027 - Died properly: Wam at t/02_stress.t line 1158. # ok 11028 - Died properly: Wam at t/02_stress.t line 1158. # ok 11029 ok 11030 ok 11031 ok 11032 - Died properly: Wam at t/02_stress.t line 1158. # ok 11033 - Died properly: Wam at t/02_stress.t line 1188. # ok 11034 ok 11035 ok 11036 ok 11037 - Died properly: Wam at t/02_stress.t line 1188. # ok 11038 - Died properly: Wam at t/02_stress.t line 1188. # ok 11039 ok 11040 ok 11041 ok 11042 - Died properly: Wam at t/02_stress.t line 1188. # ok 11043 - Died properly: Wam at t/02_stress.t line 1188. # ok 11044 ok 11045 ok 11046 ok 11047 - Died properly: Wam at t/02_stress.t line 1188. # ok 11048 - Died properly: Wam at t/02_stress.t line 1188. # ok 11049 ok 11050 ok 11051 ok 11052 - Died properly: Wam at t/02_stress.t line 1188. # ok 11053 - Died properly: Wam at t/02_stress.t line 1188. # ok 11054 ok 11055 ok 11056 ok 11057 - Died properly: Wam at t/02_stress.t line 1188. # ok 11058 - Died properly: Wam at t/02_stress.t line 1188. # ok 11059 ok 11060 ok 11061 ok 11062 - Died properly: Wam at t/02_stress.t line 1188. # ok 11063 - Died properly: Wam at t/02_stress.t line 1188. # ok 11064 ok 11065 ok 11066 ok 11067 - Died properly: Wam at t/02_stress.t line 1188. # ok 11068 - Died properly: Wam at t/02_stress.t line 1215. # ok 11069 ok 11070 ok 11071 ok 11072 - Died properly: Wam at t/02_stress.t line 1215. # ok 11073 - Died properly: Wam at t/02_stress.t line 1215. # ok 11074 ok 11075 ok 11076 ok 11077 - Died properly: Wam at t/02_stress.t line 1215. # ok 11078 - Died properly: Wam at t/02_stress.t line 1215. # ok 11079 ok 11080 ok 11081 ok 11082 - Died properly: Wam at t/02_stress.t line 1215. # ok 11083 - Died properly: Wam at t/02_stress.t line 1215. # ok 11084 ok 11085 ok 11086 ok 11087 - Died properly: Wam at t/02_stress.t line 1215. # ok 11088 - Died properly: Wam at t/02_stress.t line 1215. # ok 11089 ok 11090 ok 11091 ok 11092 - Died properly: Wam at t/02_stress.t line 1215. # ok 11093 - Died properly: Wam at t/02_stress.t line 1215. # ok 11094 ok 11095 ok 11096 ok 11097 - Died properly: Wam at t/02_stress.t line 1215. # ok 11098 ok 11099 - Died properly: Wam at t/02_stress.t line 1247. # ok 11100 ok 11101 ok 11102 - Died properly: Wam at t/02_stress.t line 1247. # ok 11103 ok 11104 - Died properly: Wam at t/02_stress.t line 1247. # ok 11105 ok 11106 ok 11107 - Died properly: Wam at t/02_stress.t line 1247. # ok 11108 ok 11109 - Died properly: Wam at t/02_stress.t line 1247. # ok 11110 ok 11111 ok 11112 - Died properly: Wam at t/02_stress.t line 1247. # ok 11113 ok 11114 - Died properly: Wam at t/02_stress.t line 1247. # ok 11115 ok 11116 ok 11117 - Died properly: Wam at t/02_stress.t line 1247. # ok 11118 ok 11119 - Died properly: Wam at t/02_stress.t line 1247. # ok 11120 ok 11121 ok 11122 - Died properly: Wam at t/02_stress.t line 1247. # ok 11123 ok 11124 - Died properly: Wam at t/02_stress.t line 1247. # ok 11125 ok 11126 ok 11127 - Died properly: Wam at t/02_stress.t line 1247. # ok 11128 ok 11129 - Died properly: Wam at t/02_stress.t line 1247. # ok 11130 ok 11131 ok 11132 - Died properly: Wam at t/02_stress.t line 1247. # ok 11133 ok 11134 ok 11135 ok 11136 - Died properly: Wam at t/02_stress.t line 1280. # ok 11137 ok 11138 ok 11139 - Died properly: Wam at t/02_stress.t line 1280. # ok 11140 ok 11141 - Died properly: Wam at t/02_stress.t line 1280. # ok 11142 ok 11143 ok 11144 - Died properly: Wam at t/02_stress.t line 1280. # ok 11145 ok 11146 - Died properly: Wam at t/02_stress.t line 1280. # ok 11147 ok 11148 ok 11149 - Died properly: Wam at t/02_stress.t line 1280. # ok 11150 ok 11151 - Died properly: Wam at t/02_stress.t line 1280. # ok 11152 ok 11153 ok 11154 - Died properly: Wam at t/02_stress.t line 1280. # ok 11155 ok 11156 - Died properly: Wam at t/02_stress.t line 1280. # ok 11157 ok 11158 ok 11159 - Died properly: Wam at t/02_stress.t line 1280. # ok 11160 ok 11161 - Died properly: Wam at t/02_stress.t line 1280. # ok 11162 ok 11163 ok 11164 - Died properly: Wam at t/02_stress.t line 1280. # ok 11165 ok 11166 - Died properly: Wam at t/02_stress.t line 1280. # ok 11167 ok 11168 ok 11169 - Died properly: Wam at t/02_stress.t line 1280. # ok 11170 ok 11171 - Died properly: Wam at t/02_stress.t line 1280. # ok 11172 ok 11173 ok 11174 - Died properly: Wam at t/02_stress.t line 1280. # ok 11175 ok 11176 ok 11177 ok 11178 - Died properly: Wam at t/02_stress.t line 1310. # ok 11179 ok 11180 ok 11181 - Died properly: Wam at t/02_stress.t line 1310. # ok 11182 ok 11183 - Died properly: Wam at t/02_stress.t line 1310. # ok 11184 ok 11185 ok 11186 - Died properly: Wam at t/02_stress.t line 1310. # ok 11187 ok 11188 - Died properly: Wam at t/02_stress.t line 1310. # ok 11189 ok 11190 ok 11191 - Died properly: Wam at t/02_stress.t line 1310. # ok 11192 ok 11193 - Died properly: Wam at t/02_stress.t line 1310. # ok 11194 ok 11195 ok 11196 - Died properly: Wam at t/02_stress.t line 1310. # ok 11197 ok 11198 - Died properly: Wam at t/02_stress.t line 1310. # ok 11199 ok 11200 ok 11201 - Died properly: Wam at t/02_stress.t line 1310. # ok 11202 ok 11203 - Died properly: Wam at t/02_stress.t line 1310. # ok 11204 ok 11205 ok 11206 - Died properly: Wam at t/02_stress.t line 1310. # ok 11207 ok 11208 - Died properly: Wam at t/02_stress.t line 1310. # ok 11209 ok 11210 ok 11211 - Died properly: Wam at t/02_stress.t line 1310. # ok 11212 ok 11213 ok 11214 ok 11215 - Died properly: Wam at t/02_stress.t line 1342. # ok 11216 ok 11217 ok 11218 - Died properly: Wam at t/02_stress.t line 1342. # ok 11219 ok 11220 - Died properly: Wam at t/02_stress.t line 1342. # ok 11221 ok 11222 ok 11223 - Died properly: Wam at t/02_stress.t line 1342. # ok 11224 ok 11225 - Died properly: Wam at t/02_stress.t line 1342. # ok 11226 ok 11227 ok 11228 - Died properly: Wam at t/02_stress.t line 1342. # ok 11229 ok 11230 - Died properly: Wam at t/02_stress.t line 1342. # ok 11231 ok 11232 ok 11233 - Died properly: Wam at t/02_stress.t line 1342. # ok 11234 ok 11235 - Died properly: Wam at t/02_stress.t line 1342. # ok 11236 ok 11237 ok 11238 - Died properly: Wam at t/02_stress.t line 1342. # ok 11239 ok 11240 - Died properly: Wam at t/02_stress.t line 1342. # ok 11241 ok 11242 ok 11243 - Died properly: Wam at t/02_stress.t line 1342. # ok 11244 ok 11245 - Died properly: Wam at t/02_stress.t line 1342. # ok 11246 ok 11247 ok 11248 - Died properly: Wam at t/02_stress.t line 1342. # ok 11249 ok 11250 ok 11251 - Died properly: Wam at t/02_stress.t line 1158. # ok 11252 ok 11253 ok 11254 ok 11255 - Died properly: Wam at t/02_stress.t line 1158. # ok 11256 - Died properly: Wam at t/02_stress.t line 1158. # ok 11257 ok 11258 ok 11259 ok 11260 - Died properly: Wam at t/02_stress.t line 1158. # ok 11261 - Died properly: Wam at t/02_stress.t line 1158. # ok 11262 ok 11263 ok 11264 ok 11265 - Died properly: Wam at t/02_stress.t line 1158. # ok 11266 - Died properly: Wam at t/02_stress.t line 1158. # ok 11267 ok 11268 ok 11269 ok 11270 - Died properly: Wam at t/02_stress.t line 1158. # ok 11271 - Died properly: Wam at t/02_stress.t line 1158. # ok 11272 ok 11273 ok 11274 ok 11275 - Died properly: Wam at t/02_stress.t line 1158. # ok 11276 - Died properly: Wam at t/02_stress.t line 1158. # ok 11277 ok 11278 ok 11279 ok 11280 - Died properly: Wam at t/02_stress.t line 1158. # ok 11281 - Died properly: Wam at t/02_stress.t line 1188. # ok 11282 ok 11283 ok 11284 ok 11285 - Died properly: Wam at t/02_stress.t line 1188. # ok 11286 - Died properly: Wam at t/02_stress.t line 1188. # ok 11287 ok 11288 ok 11289 ok 11290 - Died properly: Wam at t/02_stress.t line 1188. # ok 11291 - Died properly: Wam at t/02_stress.t line 1188. # ok 11292 ok 11293 ok 11294 ok 11295 - Died properly: Wam at t/02_stress.t line 1188. # ok 11296 - Died properly: Wam at t/02_stress.t line 1188. # ok 11297 ok 11298 ok 11299 ok 11300 - Died properly: Wam at t/02_stress.t line 1188. # ok 11301 - Died properly: Wam at t/02_stress.t line 1188. # ok 11302 ok 11303 ok 11304 ok 11305 - Died properly: Wam at t/02_stress.t line 1188. # ok 11306 - Died properly: Wam at t/02_stress.t line 1188. # ok 11307 ok 11308 ok 11309 ok 11310 - Died properly: Wam at t/02_stress.t line 1188. # ok 11311 - Died properly: Wam at t/02_stress.t line 1188. # ok 11312 ok 11313 ok 11314 ok 11315 - Died properly: Wam at t/02_stress.t line 1188. # ok 11316 - Died properly: Wam at t/02_stress.t line 1215. # ok 11317 ok 11318 ok 11319 ok 11320 - Died properly: Wam at t/02_stress.t line 1215. # ok 11321 - Died properly: Wam at t/02_stress.t line 1215. # ok 11322 ok 11323 ok 11324 ok 11325 - Died properly: Wam at t/02_stress.t line 1215. # ok 11326 - Died properly: Wam at t/02_stress.t line 1215. # ok 11327 ok 11328 ok 11329 ok 11330 - Died properly: Wam at t/02_stress.t line 1215. # ok 11331 - Died properly: Wam at t/02_stress.t line 1215. # ok 11332 ok 11333 ok 11334 ok 11335 - Died properly: Wam at t/02_stress.t line 1215. # ok 11336 - Died properly: Wam at t/02_stress.t line 1215. # ok 11337 ok 11338 ok 11339 ok 11340 - Died properly: Wam at t/02_stress.t line 1215. # ok 11341 - Died properly: Wam at t/02_stress.t line 1215. # ok 11342 ok 11343 ok 11344 ok 11345 - Died properly: Wam at t/02_stress.t line 1215. # ok 11346 ok 11347 - Died properly: Wam at t/02_stress.t line 1247. # ok 11348 ok 11349 ok 11350 - Died properly: Wam at t/02_stress.t line 1247. # ok 11351 ok 11352 - Died properly: Wam at t/02_stress.t line 1247. # ok 11353 ok 11354 ok 11355 - Died properly: Wam at t/02_stress.t line 1247. # ok 11356 ok 11357 - Died properly: Wam at t/02_stress.t line 1247. # ok 11358 ok 11359 ok 11360 - Died properly: Wam at t/02_stress.t line 1247. # ok 11361 ok 11362 - Died properly: Wam at t/02_stress.t line 1247. # ok 11363 ok 11364 ok 11365 - Died properly: Wam at t/02_stress.t line 1247. # ok 11366 ok 11367 - Died properly: Wam at t/02_stress.t line 1247. # ok 11368 ok 11369 ok 11370 - Died properly: Wam at t/02_stress.t line 1247. # ok 11371 ok 11372 - Died properly: Wam at t/02_stress.t line 1247. # ok 11373 ok 11374 ok 11375 - Died properly: Wam at t/02_stress.t line 1247. # ok 11376 ok 11377 - Died properly: Wam at t/02_stress.t line 1247. # ok 11378 ok 11379 ok 11380 - Died properly: Wam at t/02_stress.t line 1247. # ok 11381 ok 11382 ok 11383 ok 11384 - Died properly: Wam at t/02_stress.t line 1280. # ok 11385 ok 11386 ok 11387 - Died properly: Wam at t/02_stress.t line 1280. # ok 11388 ok 11389 - Died properly: Wam at t/02_stress.t line 1280. # ok 11390 ok 11391 ok 11392 - Died properly: Wam at t/02_stress.t line 1280. # ok 11393 ok 11394 - Died properly: Wam at t/02_stress.t line 1280. # ok 11395 ok 11396 ok 11397 - Died properly: Wam at t/02_stress.t line 1280. # ok 11398 ok 11399 - Died properly: Wam at t/02_stress.t line 1280. # ok 11400 ok 11401 ok 11402 - Died properly: Wam at t/02_stress.t line 1280. # ok 11403 ok 11404 - Died properly: Wam at t/02_stress.t line 1280. # ok 11405 ok 11406 ok 11407 - Died properly: Wam at t/02_stress.t line 1280. # ok 11408 ok 11409 - Died properly: Wam at t/02_stress.t line 1280. # ok 11410 ok 11411 ok 11412 - Died properly: Wam at t/02_stress.t line 1280. # ok 11413 ok 11414 - Died properly: Wam at t/02_stress.t line 1280. # ok 11415 ok 11416 ok 11417 - Died properly: Wam at t/02_stress.t line 1280. # ok 11418 ok 11419 - Died properly: Wam at t/02_stress.t line 1280. # ok 11420 ok 11421 ok 11422 - Died properly: Wam at t/02_stress.t line 1280. # ok 11423 ok 11424 ok 11425 ok 11426 - Died properly: Wam at t/02_stress.t line 1310. # ok 11427 ok 11428 ok 11429 - Died properly: Wam at t/02_stress.t line 1310. # ok 11430 ok 11431 - Died properly: Wam at t/02_stress.t line 1310. # ok 11432 ok 11433 ok 11434 - Died properly: Wam at t/02_stress.t line 1310. # ok 11435 ok 11436 - Died properly: Wam at t/02_stress.t line 1310. # ok 11437 ok 11438 ok 11439 - Died properly: Wam at t/02_stress.t line 1310. # ok 11440 ok 11441 - Died properly: Wam at t/02_stress.t line 1310. # ok 11442 ok 11443 ok 11444 - Died properly: Wam at t/02_stress.t line 1310. # ok 11445 ok 11446 - Died properly: Wam at t/02_stress.t line 1310. # ok 11447 ok 11448 ok 11449 - Died properly: Wam at t/02_stress.t line 1310. # ok 11450 ok 11451 - Died properly: Wam at t/02_stress.t line 1310. # ok 11452 ok 11453 ok 11454 - Died properly: Wam at t/02_stress.t line 1310. # ok 11455 ok 11456 - Died properly: Wam at t/02_stress.t line 1310. # ok 11457 ok 11458 ok 11459 - Died properly: Wam at t/02_stress.t line 1310. # ok 11460 ok 11461 ok 11462 ok 11463 - Died properly: Wam at t/02_stress.t line 1342. # ok 11464 ok 11465 ok 11466 - Died properly: Wam at t/02_stress.t line 1342. # ok 11467 ok 11468 - Died properly: Wam at t/02_stress.t line 1342. # ok 11469 ok 11470 ok 11471 - Died properly: Wam at t/02_stress.t line 1342. # ok 11472 ok 11473 - Died properly: Wam at t/02_stress.t line 1342. # ok 11474 ok 11475 ok 11476 - Died properly: Wam at t/02_stress.t line 1342. # ok 11477 ok 11478 - Died properly: Wam at t/02_stress.t line 1342. # ok 11479 ok 11480 ok 11481 - Died properly: Wam at t/02_stress.t line 1342. # ok 11482 ok 11483 - Died properly: Wam at t/02_stress.t line 1342. # ok 11484 ok 11485 ok 11486 - Died properly: Wam at t/02_stress.t line 1342. # ok 11487 ok 11488 - Died properly: Wam at t/02_stress.t line 1342. # ok 11489 ok 11490 ok 11491 - Died properly: Wam at t/02_stress.t line 1342. # ok 11492 ok 11493 - Died properly: Wam at t/02_stress.t line 1342. # ok 11494 ok 11495 ok 11496 - Died properly: Wam at t/02_stress.t line 1342. # ok 11497 ok 11498 ok 11499 - Died properly: Wam at t/02_stress.t line 1158. # ok 11500 ok 11501 ok 11502 ok 11503 - Died properly: Wam at t/02_stress.t line 1158. # ok 11504 - Died properly: Wam at t/02_stress.t line 1158. # ok 11505 ok 11506 ok 11507 ok 11508 - Died properly: Wam at t/02_stress.t line 1158. # ok 11509 - Died properly: Wam at t/02_stress.t line 1158. # ok 11510 ok 11511 ok 11512 ok 11513 - Died properly: Wam at t/02_stress.t line 1158. # ok 11514 - Died properly: Wam at t/02_stress.t line 1158. # ok 11515 ok 11516 ok 11517 ok 11518 - Died properly: Wam at t/02_stress.t line 1158. # ok 11519 - Died properly: Wam at t/02_stress.t line 1158. # ok 11520 ok 11521 ok 11522 ok 11523 - Died properly: Wam at t/02_stress.t line 1158. # ok 11524 - Died properly: Wam at t/02_stress.t line 1158. # ok 11525 ok 11526 ok 11527 ok 11528 - Died properly: Wam at t/02_stress.t line 1158. # ok 11529 - Died properly: Wam at t/02_stress.t line 1188. # ok 11530 ok 11531 ok 11532 ok 11533 - Died properly: Wam at t/02_stress.t line 1188. # ok 11534 - Died properly: Wam at t/02_stress.t line 1188. # ok 11535 ok 11536 ok 11537 ok 11538 - Died properly: Wam at t/02_stress.t line 1188. # ok 11539 - Died properly: Wam at t/02_stress.t line 1188. # ok 11540 ok 11541 ok 11542 ok 11543 - Died properly: Wam at t/02_stress.t line 1188. # ok 11544 - Died properly: Wam at t/02_stress.t line 1188. # ok 11545 ok 11546 ok 11547 ok 11548 - Died properly: Wam at t/02_stress.t line 1188. # ok 11549 - Died properly: Wam at t/02_stress.t line 1188. # ok 11550 ok 11551 ok 11552 ok 11553 - Died properly: Wam at t/02_stress.t line 1188. # ok 11554 - Died properly: Wam at t/02_stress.t line 1188. # ok 11555 ok 11556 ok 11557 ok 11558 - Died properly: Wam at t/02_stress.t line 1188. # ok 11559 - Died properly: Wam at t/02_stress.t line 1188. # ok 11560 ok 11561 ok 11562 ok 11563 - Died properly: Wam at t/02_stress.t line 1188. # ok 11564 - Died properly: Wam at t/02_stress.t line 1215. # ok 11565 ok 11566 ok 11567 ok 11568 - Died properly: Wam at t/02_stress.t line 1215. # ok 11569 - Died properly: Wam at t/02_stress.t line 1215. # ok 11570 ok 11571 ok 11572 ok 11573 - Died properly: Wam at t/02_stress.t line 1215. # ok 11574 - Died properly: Wam at t/02_stress.t line 1215. # ok 11575 ok 11576 ok 11577 ok 11578 - Died properly: Wam at t/02_stress.t line 1215. # ok 11579 - Died properly: Wam at t/02_stress.t line 1215. # ok 11580 ok 11581 ok 11582 ok 11583 - Died properly: Wam at t/02_stress.t line 1215. # ok 11584 - Died properly: Wam at t/02_stress.t line 1215. # ok 11585 ok 11586 ok 11587 ok 11588 - Died properly: Wam at t/02_stress.t line 1215. # ok 11589 - Died properly: Wam at t/02_stress.t line 1215. # ok 11590 ok 11591 ok 11592 ok 11593 - Died properly: Wam at t/02_stress.t line 1215. # ok 11594 ok 11595 - Died properly: Wam at t/02_stress.t line 1247. # ok 11596 ok 11597 ok 11598 - Died properly: Wam at t/02_stress.t line 1247. # ok 11599 ok 11600 - Died properly: Wam at t/02_stress.t line 1247. # ok 11601 ok 11602 ok 11603 - Died properly: Wam at t/02_stress.t line 1247. # ok 11604 ok 11605 - Died properly: Wam at t/02_stress.t line 1247. # ok 11606 ok 11607 ok 11608 - Died properly: Wam at t/02_stress.t line 1247. # ok 11609 ok 11610 - Died properly: Wam at t/02_stress.t line 1247. # ok 11611 ok 11612 ok 11613 - Died properly: Wam at t/02_stress.t line 1247. # ok 11614 ok 11615 - Died properly: Wam at t/02_stress.t line 1247. # ok 11616 ok 11617 ok 11618 - Died properly: Wam at t/02_stress.t line 1247. # ok 11619 ok 11620 - Died properly: Wam at t/02_stress.t line 1247. # ok 11621 ok 11622 ok 11623 - Died properly: Wam at t/02_stress.t line 1247. # ok 11624 ok 11625 - Died properly: Wam at t/02_stress.t line 1247. # ok 11626 ok 11627 ok 11628 - Died properly: Wam at t/02_stress.t line 1247. # ok 11629 ok 11630 ok 11631 ok 11632 - Died properly: Wam at t/02_stress.t line 1280. # ok 11633 ok 11634 ok 11635 - Died properly: Wam at t/02_stress.t line 1280. # ok 11636 ok 11637 - Died properly: Wam at t/02_stress.t line 1280. # ok 11638 ok 11639 ok 11640 - Died properly: Wam at t/02_stress.t line 1280. # ok 11641 ok 11642 - Died properly: Wam at t/02_stress.t line 1280. # ok 11643 ok 11644 ok 11645 - Died properly: Wam at t/02_stress.t line 1280. # ok 11646 ok 11647 - Died properly: Wam at t/02_stress.t line 1280. # ok 11648 ok 11649 ok 11650 - Died properly: Wam at t/02_stress.t line 1280. # ok 11651 ok 11652 - Died properly: Wam at t/02_stress.t line 1280. # ok 11653 ok 11654 ok 11655 - Died properly: Wam at t/02_stress.t line 1280. # ok 11656 ok 11657 - Died properly: Wam at t/02_stress.t line 1280. # ok 11658 ok 11659 ok 11660 - Died properly: Wam at t/02_stress.t line 1280. # ok 11661 ok 11662 - Died properly: Wam at t/02_stress.t line 1280. # ok 11663 ok 11664 ok 11665 - Died properly: Wam at t/02_stress.t line 1280. # ok 11666 ok 11667 - Died properly: Wam at t/02_stress.t line 1280. # ok 11668 ok 11669 ok 11670 - Died properly: Wam at t/02_stress.t line 1280. # ok 11671 ok 11672 ok 11673 ok 11674 - Died properly: Wam at t/02_stress.t line 1310. # ok 11675 ok 11676 ok 11677 - Died properly: Wam at t/02_stress.t line 1310. # ok 11678 ok 11679 - Died properly: Wam at t/02_stress.t line 1310. # ok 11680 ok 11681 ok 11682 - Died properly: Wam at t/02_stress.t line 1310. # ok 11683 ok 11684 - Died properly: Wam at t/02_stress.t line 1310. # ok 11685 ok 11686 ok 11687 - Died properly: Wam at t/02_stress.t line 1310. # ok 11688 ok 11689 - Died properly: Wam at t/02_stress.t line 1310. # ok 11690 ok 11691 ok 11692 - Died properly: Wam at t/02_stress.t line 1310. # ok 11693 ok 11694 - Died properly: Wam at t/02_stress.t line 1310. # ok 11695 ok 11696 ok 11697 - Died properly: Wam at t/02_stress.t line 1310. # ok 11698 ok 11699 - Died properly: Wam at t/02_stress.t line 1310. # ok 11700 ok 11701 ok 11702 - Died properly: Wam at t/02_stress.t line 1310. # ok 11703 ok 11704 - Died properly: Wam at t/02_stress.t line 1310. # ok 11705 ok 11706 ok 11707 - Died properly: Wam at t/02_stress.t line 1310. # ok 11708 ok 11709 ok 11710 ok 11711 - Died properly: Wam at t/02_stress.t line 1342. # ok 11712 ok 11713 ok 11714 - Died properly: Wam at t/02_stress.t line 1342. # ok 11715 ok 11716 - Died properly: Wam at t/02_stress.t line 1342. # ok 11717 ok 11718 ok 11719 - Died properly: Wam at t/02_stress.t line 1342. # ok 11720 ok 11721 - Died properly: Wam at t/02_stress.t line 1342. # ok 11722 ok 11723 ok 11724 - Died properly: Wam at t/02_stress.t line 1342. # ok 11725 ok 11726 - Died properly: Wam at t/02_stress.t line 1342. # ok 11727 ok 11728 ok 11729 - Died properly: Wam at t/02_stress.t line 1342. # ok 11730 ok 11731 - Died properly: Wam at t/02_stress.t line 1342. # ok 11732 ok 11733 ok 11734 - Died properly: Wam at t/02_stress.t line 1342. # ok 11735 ok 11736 - Died properly: Wam at t/02_stress.t line 1342. # ok 11737 ok 11738 ok 11739 - Died properly: Wam at t/02_stress.t line 1342. # ok 11740 ok 11741 - Died properly: Wam at t/02_stress.t line 1342. # ok 11742 ok 11743 ok 11744 - Died properly: Wam at t/02_stress.t line 1342. # ok 11745 ok 11746 ok 11747 - Died properly: Wam at t/02_stress.t line 1158. # ok 11748 ok 11749 ok 11750 ok 11751 - Died properly: Wam at t/02_stress.t line 1158. # ok 11752 - Died properly: Wam at t/02_stress.t line 1158. # ok 11753 ok 11754 ok 11755 ok 11756 - Died properly: Wam at t/02_stress.t line 1158. # ok 11757 - Died properly: Wam at t/02_stress.t line 1158. # ok 11758 ok 11759 ok 11760 ok 11761 - Died properly: Wam at t/02_stress.t line 1158. # ok 11762 - Died properly: Wam at t/02_stress.t line 1158. # ok 11763 ok 11764 ok 11765 ok 11766 - Died properly: Wam at t/02_stress.t line 1158. # ok 11767 - Died properly: Wam at t/02_stress.t line 1158. # ok 11768 ok 11769 ok 11770 ok 11771 - Died properly: Wam at t/02_stress.t line 1158. # ok 11772 - Died properly: Wam at t/02_stress.t line 1188. # ok 11773 ok 11774 ok 11775 ok 11776 - Died properly: Wam at t/02_stress.t line 1188. # ok 11777 - Died properly: Wam at t/02_stress.t line 1188. # ok 11778 ok 11779 ok 11780 ok 11781 - Died properly: Wam at t/02_stress.t line 1188. # ok 11782 - Died properly: Wam at t/02_stress.t line 1188. # ok 11783 ok 11784 ok 11785 ok 11786 - Died properly: Wam at t/02_stress.t line 1188. # ok 11787 - Died properly: Wam at t/02_stress.t line 1188. # ok 11788 ok 11789 ok 11790 ok 11791 - Died properly: Wam at t/02_stress.t line 1188. # ok 11792 - Died properly: Wam at t/02_stress.t line 1188. # ok 11793 ok 11794 ok 11795 ok 11796 - Died properly: Wam at t/02_stress.t line 1188. # ok 11797 - Died properly: Wam at t/02_stress.t line 1188. # ok 11798 ok 11799 ok 11800 ok 11801 - Died properly: Wam at t/02_stress.t line 1188. # ok 11802 - Died properly: Wam at t/02_stress.t line 1215. # ok 11803 ok 11804 ok 11805 ok 11806 - Died properly: Wam at t/02_stress.t line 1215. # ok 11807 - Died properly: Wam at t/02_stress.t line 1215. # ok 11808 ok 11809 ok 11810 ok 11811 - Died properly: Wam at t/02_stress.t line 1215. # ok 11812 - Died properly: Wam at t/02_stress.t line 1215. # ok 11813 ok 11814 ok 11815 ok 11816 - Died properly: Wam at t/02_stress.t line 1215. # ok 11817 - Died properly: Wam at t/02_stress.t line 1215. # ok 11818 ok 11819 ok 11820 ok 11821 - Died properly: Wam at t/02_stress.t line 1215. # ok 11822 - Died properly: Wam at t/02_stress.t line 1215. # ok 11823 ok 11824 ok 11825 ok 11826 - Died properly: Wam at t/02_stress.t line 1215. # ok 11827 ok 11828 - Died properly: Wam at t/02_stress.t line 1247. # ok 11829 ok 11830 ok 11831 - Died properly: Wam at t/02_stress.t line 1247. # ok 11832 ok 11833 - Died properly: Wam at t/02_stress.t line 1247. # ok 11834 ok 11835 ok 11836 - Died properly: Wam at t/02_stress.t line 1247. # ok 11837 ok 11838 - Died properly: Wam at t/02_stress.t line 1247. # ok 11839 ok 11840 ok 11841 - Died properly: Wam at t/02_stress.t line 1247. # ok 11842 ok 11843 - Died properly: Wam at t/02_stress.t line 1247. # ok 11844 ok 11845 ok 11846 - Died properly: Wam at t/02_stress.t line 1247. # ok 11847 ok 11848 - Died properly: Wam at t/02_stress.t line 1247. # ok 11849 ok 11850 ok 11851 - Died properly: Wam at t/02_stress.t line 1247. # ok 11852 ok 11853 - Died properly: Wam at t/02_stress.t line 1247. # ok 11854 ok 11855 ok 11856 - Died properly: Wam at t/02_stress.t line 1247. # ok 11857 ok 11858 ok 11859 ok 11860 - Died properly: Wam at t/02_stress.t line 1280. # ok 11861 ok 11862 ok 11863 - Died properly: Wam at t/02_stress.t line 1280. # ok 11864 ok 11865 - Died properly: Wam at t/02_stress.t line 1280. # ok 11866 ok 11867 ok 11868 - Died properly: Wam at t/02_stress.t line 1280. # ok 11869 ok 11870 - Died properly: Wam at t/02_stress.t line 1280. # ok 11871 ok 11872 ok 11873 - Died properly: Wam at t/02_stress.t line 1280. # ok 11874 ok 11875 - Died properly: Wam at t/02_stress.t line 1280. # ok 11876 ok 11877 ok 11878 - Died properly: Wam at t/02_stress.t line 1280. # ok 11879 ok 11880 - Died properly: Wam at t/02_stress.t line 1280. # ok 11881 ok 11882 ok 11883 - Died properly: Wam at t/02_stress.t line 1280. # ok 11884 ok 11885 - Died properly: Wam at t/02_stress.t line 1280. # ok 11886 ok 11887 ok 11888 - Died properly: Wam at t/02_stress.t line 1280. # ok 11889 ok 11890 - Died properly: Wam at t/02_stress.t line 1280. # ok 11891 ok 11892 ok 11893 - Died properly: Wam at t/02_stress.t line 1280. # ok 11894 ok 11895 ok 11896 ok 11897 - Died properly: Wam at t/02_stress.t line 1310. # ok 11898 ok 11899 ok 11900 - Died properly: Wam at t/02_stress.t line 1310. # ok 11901 ok 11902 - Died properly: Wam at t/02_stress.t line 1310. # ok 11903 ok 11904 ok 11905 - Died properly: Wam at t/02_stress.t line 1310. # ok 11906 ok 11907 - Died properly: Wam at t/02_stress.t line 1310. # ok 11908 ok 11909 ok 11910 - Died properly: Wam at t/02_stress.t line 1310. # ok 11911 ok 11912 - Died properly: Wam at t/02_stress.t line 1310. # ok 11913 ok 11914 ok 11915 - Died properly: Wam at t/02_stress.t line 1310. # ok 11916 ok 11917 - Died properly: Wam at t/02_stress.t line 1310. # ok 11918 ok 11919 ok 11920 - Died properly: Wam at t/02_stress.t line 1310. # ok 11921 ok 11922 - Died properly: Wam at t/02_stress.t line 1310. # ok 11923 ok 11924 ok 11925 - Died properly: Wam at t/02_stress.t line 1310. # ok 11926 ok 11927 ok 11928 ok 11929 - Died properly: Wam at t/02_stress.t line 1342. # ok 11930 ok 11931 ok 11932 - Died properly: Wam at t/02_stress.t line 1342. # ok 11933 ok 11934 - Died properly: Wam at t/02_stress.t line 1342. # ok 11935 ok 11936 ok 11937 - Died properly: Wam at t/02_stress.t line 1342. # ok 11938 ok 11939 - Died properly: Wam at t/02_stress.t line 1342. # ok 11940 ok 11941 ok 11942 - Died properly: Wam at t/02_stress.t line 1342. # ok 11943 ok 11944 - Died properly: Wam at t/02_stress.t line 1342. # ok 11945 ok 11946 ok 11947 - Died properly: Wam at t/02_stress.t line 1342. # ok 11948 ok 11949 - Died properly: Wam at t/02_stress.t line 1342. # ok 11950 ok 11951 ok 11952 - Died properly: Wam at t/02_stress.t line 1342. # ok 11953 ok 11954 - Died properly: Wam at t/02_stress.t line 1342. # ok 11955 ok 11956 ok 11957 - Died properly: Wam at t/02_stress.t line 1342. # ok 11958 ok 11959 ok 11960 - Died properly: Wam at t/02_stress.t line 1158. # ok 11961 ok 11962 ok 11963 ok 11964 - Died properly: Wam at t/02_stress.t line 1158. # ok 11965 - Died properly: Wam at t/02_stress.t line 1158. # ok 11966 ok 11967 ok 11968 ok 11969 - Died properly: Wam at t/02_stress.t line 1158. # ok 11970 - Died properly: Wam at t/02_stress.t line 1158. # ok 11971 ok 11972 ok 11973 ok 11974 - Died properly: Wam at t/02_stress.t line 1158. # ok 11975 - Died properly: Wam at t/02_stress.t line 1158. # ok 11976 ok 11977 ok 11978 ok 11979 - Died properly: Wam at t/02_stress.t line 1158. # ok 11980 - Died properly: Wam at t/02_stress.t line 1158. # ok 11981 ok 11982 ok 11983 ok 11984 - Died properly: Wam at t/02_stress.t line 1158. # ok 11985 - Died properly: Wam at t/02_stress.t line 1188. # ok 11986 ok 11987 ok 11988 ok 11989 - Died properly: Wam at t/02_stress.t line 1188. # ok 11990 - Died properly: Wam at t/02_stress.t line 1188. # ok 11991 ok 11992 ok 11993 ok 11994 - Died properly: Wam at t/02_stress.t line 1188. # ok 11995 - Died properly: Wam at t/02_stress.t line 1188. # ok 11996 ok 11997 ok 11998 ok 11999 - Died properly: Wam at t/02_stress.t line 1188. # ok 12000 - Died properly: Wam at t/02_stress.t line 1188. # ok 12001 ok 12002 ok 12003 ok 12004 - Died properly: Wam at t/02_stress.t line 1188. # ok 12005 - Died properly: Wam at t/02_stress.t line 1188. # ok 12006 ok 12007 ok 12008 ok 12009 - Died properly: Wam at t/02_stress.t line 1188. # ok 12010 - Died properly: Wam at t/02_stress.t line 1188. # ok 12011 ok 12012 ok 12013 ok 12014 - Died properly: Wam at t/02_stress.t line 1188. # ok 12015 - Died properly: Wam at t/02_stress.t line 1215. # ok 12016 ok 12017 ok 12018 ok 12019 - Died properly: Wam at t/02_stress.t line 1215. # ok 12020 - Died properly: Wam at t/02_stress.t line 1215. # ok 12021 ok 12022 ok 12023 ok 12024 - Died properly: Wam at t/02_stress.t line 1215. # ok 12025 - Died properly: Wam at t/02_stress.t line 1215. # ok 12026 ok 12027 ok 12028 ok 12029 - Died properly: Wam at t/02_stress.t line 1215. # ok 12030 - Died properly: Wam at t/02_stress.t line 1215. # ok 12031 ok 12032 ok 12033 ok 12034 - Died properly: Wam at t/02_stress.t line 1215. # ok 12035 - Died properly: Wam at t/02_stress.t line 1215. # ok 12036 ok 12037 ok 12038 ok 12039 - Died properly: Wam at t/02_stress.t line 1215. # ok 12040 - Proper error message Waf1 at t/02_stress.t line 1375. # ok 12041 ok 12042 ok 12043 ok 12044 ok 12045 ok 12046 - Start empty ok 12047 ok 12048 ok 12049 ok 12050 ok 12051 - There are no values ok 12052 - There are no keys ok 12053 - Expected order ok 12054 - Expected order ok 12055 - Expected element type ok 12056 - Expected element type ok 12057 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 12058 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 12059 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 12060 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 12061 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 12062 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 12063 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 12064 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 12065 - proper infinity ok 12066 - proper infinity ok 12067 - Count is number of inserts ok 12068 - There are 9 values ok 12069 - There are 9 keys ok 12070 - keys and values have compatible order ok 12071 ok 12072 - Count lowered by extracts ok 12073 - 2 values left ok 12074 - Empty after clear ok 12075 - Double clear works ok 12076 - Empty after extract_all ok 12077 - extract_top on empty heap dies ok 12078 - extract_top on empty heap dies ok 12079 - extract_min on empty heap dies ok 12080 - extract_min on empty heap dies ok 12081 - extract first on empty returns undef ok 12082 - extract first on empty returns no values ok 12083 - top on empty heap dies ok 12084 - top on empty heap dies ok 12085 - undefined first on empty heap ok 12086 - No first key in list context ok 12087 - Return infinity on empty ok 12088 - Return infinity on empty in list context ok 12089 - Return infinity on empty ok 12090 - Return infinity on empty in list context ok 12091 - undef first_key ok 12092 - Empty list from first_key ok 12093 - There are no values ok 12094 - There are no keys ok 12095 - There are no values ok 12096 - Scalar is simple ok 12097 - Scalars aren't wrapped ok 12098 - Scalars aren't wrapped ok 12099 ok 12100 ok 12101 ok 12102 ok 12103 - Use value itself as key ok 12104 - Use value itself as key ok 12105 - Is also the effective key ok 12106 - Is also the effective key ok 12107 - Is also the effective key ok 12108 - Is also the effective key ok 12109 - Is also the effective key ok 12110 - Is also the effective key ok 12111 - Is also the effective key ok 12112 ok 12113 ok 12114 ok 12115 ok 12116 ok 12117 ok 12118 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 12119 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 12120 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 12121 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 12122 - user_data survived everything ok 12123 - user_data in list context too ok 12124 - Combined get/set ok 12125 ok 12126 - The object isa Canary ok 12127 ok 12128 ok 12129 ok 12130 ok 12131 - infinity survived everything ok 12132 - infinity in list context too ok 12133 - Combined get/set ok 12134 ok 12135 - The object isa Canary ok 12136 ok 12137 ok 12138 ok 12139 ok 12140 ok 12141 ok 12142 - Default userdata is undef ok 12143 - Default userdata is undef ok 12144 - return set infinity ok 12145 - The object isa Canary ok 12146 - return set infinity, even in list context ok 12147 - The object isa Canary ok 12148 - top_key on empty heap returns set infinity ok 12149 - The object isa Canary ok 12150 - top_key on empty heap returns set infinity, even in list context ok 12151 - The object isa Canary ok 12152 - min_key on empty heap returns set infinity ok 12153 - The object isa Canary ok 12154 - min_key on empty heap returns set infinity, even in list context ok 12155 - The object isa Canary ok 12156 ok 12157 ok 12158 ok 12159 ok 12160 ok 12161 ok 12162 ok 12163 - proper error message: Self absorption at t/02_stress.t line 811. # ok 12164 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 12165 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 12166 ok 12167 ok 12168 ok 12169 ok 12170 ok 12171 ok 12172 ok 12173 ok 12174 ok 12175 ok 12176 ok 12177 ok 12178 ok 12179 ok 12180 - order: <, elements: Scalar, dirty: 8 ok 12181 ok 12182 ok 12183 ok 12184 - Start empty ok 12185 ok 12186 ok 12187 ok 12188 ok 12189 - There are no values ok 12190 - There are no keys ok 12191 - Expected order ok 12192 - Expected order ok 12193 - Expected element type ok 12194 - Expected element type ok 12195 ok 12196 ok 12197 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 12198 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 12199 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 12200 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 12201 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 12202 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 12203 - proper infinity ok 12204 - proper infinity ok 12205 - Count is number of inserts ok 12206 - There are 9 values ok 12207 - There are 9 keys ok 12208 - keys and values have compatible order ok 12209 ok 12210 - Count lowered by extracts ok 12211 - 2 values left ok 12212 - Empty after clear ok 12213 - Double clear works ok 12214 - Empty after extract_all ok 12215 - extract_top on empty heap dies ok 12216 - extract_top on empty heap dies ok 12217 - extract_min on empty heap dies ok 12218 - extract_min on empty heap dies ok 12219 - extract first on empty returns undef ok 12220 - extract first on empty returns no values ok 12221 - top on empty heap dies ok 12222 - top on empty heap dies ok 12223 - undefined first on empty heap ok 12224 - No first key in list context ok 12225 - Return infinity on empty ok 12226 - Return infinity on empty in list context ok 12227 - Return infinity on empty ok 12228 - Return infinity on empty in list context ok 12229 - undef first_key ok 12230 - Empty list from first_key ok 12231 - There are no values ok 12232 - There are no keys ok 12233 - There are no values ok 12234 - The object isa Canary ok 12235 ok 12236 - dirty Arrays can be wrapped ok 12237 - dirty Arrays can be wrapped ok 12238 ok 12239 ok 12240 ok 12241 ok 12242 - Use value itself as key ok 12243 - Use value itself as key ok 12244 - Is also the effective key ok 12245 - Is also the effective key ok 12246 - Is also the effective key ok 12247 - Is also the effective key ok 12248 - Is also the effective key ok 12249 - Is also the effective key ok 12250 - Is also the effective key ok 12251 ok 12252 ok 12253 ok 12254 ok 12255 ok 12256 ok 12257 - Have all new values ok 12258 ok 12259 ok 12260 - Empty again ok 12261 ok 12262 - Have all new values ok 12263 ok 12264 ok 12265 - Empty again ok 12266 ok 12267 - Have all new values ok 12268 ok 12269 ok 12270 - Empty again ok 12271 ok 12272 - Have all new values ok 12273 ok 12274 ok 12275 - Empty again ok 12276 ok 12277 - user_data survived everything ok 12278 - user_data in list context too ok 12279 - Combined get/set ok 12280 ok 12281 - The object isa Canary ok 12282 ok 12283 ok 12284 ok 12285 ok 12286 - infinity survived everything ok 12287 - infinity in list context too ok 12288 - Combined get/set ok 12289 ok 12290 - The object isa Canary ok 12291 ok 12292 ok 12293 ok 12294 ok 12295 ok 12296 ok 12297 - Default userdata is undef ok 12298 - Default userdata is undef ok 12299 - return set infinity ok 12300 - The object isa Canary ok 12301 - return set infinity, even in list context ok 12302 - The object isa Canary ok 12303 - top_key on empty heap returns set infinity ok 12304 - The object isa Canary ok 12305 - top_key on empty heap returns set infinity, even in list context ok 12306 - The object isa Canary ok 12307 - min_key on empty heap returns set infinity ok 12308 - The object isa Canary ok 12309 - min_key on empty heap returns set infinity, even in list context ok 12310 - The object isa Canary ok 12311 ok 12312 ok 12313 ok 12314 ok 12315 ok 12316 ok 12317 ok 12318 - proper error message: Self absorption at t/02_stress.t line 811. # ok 12319 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 12320 ok 12321 ok 12322 ok 12323 ok 12324 ok 12325 ok 12326 ok 12327 ok 12328 ok 12329 ok 12330 ok 12331 ok 12332 ok 12333 ok 12334 ok 12335 ok 12336 - order: <, elements: Array 1, dirty: 8 ok 12337 ok 12338 ok 12339 ok 12340 - Start empty ok 12341 ok 12342 ok 12343 ok 12344 ok 12345 - There are no values ok 12346 - There are no keys ok 12347 - Expected order ok 12348 - Expected order ok 12349 - Expected element type ok 12350 - Expected element type ok 12351 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 12352 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 12353 ok 12354 ok 12355 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 12356 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 12357 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 12358 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 12359 - proper infinity ok 12360 - proper infinity ok 12361 - Count is number of inserts ok 12362 - There are 9 values ok 12363 - There are 9 keys ok 12364 - keys and values have compatible order ok 12365 ok 12366 - Count lowered by extracts ok 12367 - 2 values left ok 12368 - Empty after clear ok 12369 - Double clear works ok 12370 - Empty after extract_all ok 12371 - extract_top on empty heap dies ok 12372 - extract_top on empty heap dies ok 12373 - extract_min on empty heap dies ok 12374 - extract_min on empty heap dies ok 12375 - extract first on empty returns undef ok 12376 - extract first on empty returns no values ok 12377 - top on empty heap dies ok 12378 - top on empty heap dies ok 12379 - undefined first on empty heap ok 12380 - No first key in list context ok 12381 - Return infinity on empty ok 12382 - Return infinity on empty in list context ok 12383 - Return infinity on empty ok 12384 - Return infinity on empty in list context ok 12385 - undef first_key ok 12386 - Empty list from first_key ok 12387 - There are no values ok 12388 - There are no keys ok 12389 - There are no values ok 12390 - The object isa Canary ok 12391 ok 12392 - dirty Hashes can be wrapped ok 12393 - dirty Hashes can be wrapped ok 12394 ok 12395 ok 12396 ok 12397 ok 12398 - Use value itself as key ok 12399 - Use value itself as key ok 12400 - Is also the effective key ok 12401 - Is also the effective key ok 12402 - Is also the effective key ok 12403 - Is also the effective key ok 12404 - Is also the effective key ok 12405 - Is also the effective key ok 12406 - Is also the effective key ok 12407 ok 12408 ok 12409 ok 12410 ok 12411 ok 12412 ok 12413 - Have all new values ok 12414 ok 12415 ok 12416 - Empty again ok 12417 ok 12418 - Have all new values ok 12419 ok 12420 ok 12421 - Empty again ok 12422 ok 12423 - Have all new values ok 12424 ok 12425 ok 12426 - Empty again ok 12427 ok 12428 - Have all new values ok 12429 ok 12430 ok 12431 - Empty again ok 12432 ok 12433 - user_data survived everything ok 12434 - user_data in list context too ok 12435 - Combined get/set ok 12436 ok 12437 - The object isa Canary ok 12438 ok 12439 ok 12440 ok 12441 ok 12442 - infinity survived everything ok 12443 - infinity in list context too ok 12444 - Combined get/set ok 12445 ok 12446 - The object isa Canary ok 12447 ok 12448 ok 12449 ok 12450 ok 12451 ok 12452 ok 12453 - Default userdata is undef ok 12454 - Default userdata is undef ok 12455 - return set infinity ok 12456 - The object isa Canary ok 12457 - return set infinity, even in list context ok 12458 - The object isa Canary ok 12459 - top_key on empty heap returns set infinity ok 12460 - The object isa Canary ok 12461 - top_key on empty heap returns set infinity, even in list context ok 12462 - The object isa Canary ok 12463 - min_key on empty heap returns set infinity ok 12464 - The object isa Canary ok 12465 - min_key on empty heap returns set infinity, even in list context ok 12466 - The object isa Canary ok 12467 ok 12468 ok 12469 ok 12470 ok 12471 ok 12472 ok 12473 ok 12474 - proper error message: Self absorption at t/02_stress.t line 811. # ok 12475 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 12476 ok 12477 ok 12478 ok 12479 ok 12480 ok 12481 ok 12482 ok 12483 ok 12484 ok 12485 ok 12486 ok 12487 ok 12488 ok 12489 ok 12490 ok 12491 ok 12492 - order: <, elements: Hash foo, dirty: 8 ok 12493 ok 12494 ok 12495 ok 12496 - Start empty ok 12497 ok 12498 ok 12499 ok 12500 ok 12501 - There are no values ok 12502 - There are no keys ok 12503 - Expected order ok 12504 - Expected order ok 12505 - Expected element type ok 12506 - Expected element type ok 12507 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 12508 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 12509 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 12510 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 12511 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 12512 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 12513 ok 12514 ok 12515 - proper infinity ok 12516 - proper infinity ok 12517 - Count is number of inserts ok 12518 - There are 9 values ok 12519 - There are 9 keys ok 12520 - keys and values have compatible order ok 12521 ok 12522 - Count lowered by extracts ok 12523 - 2 values left ok 12524 - Empty after clear ok 12525 - Double clear works ok 12526 - Empty after extract_all ok 12527 - extract_top on empty heap dies ok 12528 - extract_top on empty heap dies ok 12529 - extract_min on empty heap dies ok 12530 - extract_min on empty heap dies ok 12531 - extract first on empty returns undef ok 12532 - extract first on empty returns no values ok 12533 - top on empty heap dies ok 12534 - top on empty heap dies ok 12535 - undefined first on empty heap ok 12536 - No first key in list context ok 12537 - Return infinity on empty ok 12538 - Return infinity on empty in list context ok 12539 - Return infinity on empty ok 12540 - Return infinity on empty in list context ok 12541 - undef first_key ok 12542 - Empty list from first_key ok 12543 - There are no values ok 12544 - There are no keys ok 12545 - There are no values ok 12546 - The object isa Canary ok 12547 ok 12548 - Functions/Methods aren't wrapped ok 12549 - Functions/Methods aren't wrapped ok 12550 ok 12551 ok 12552 ok 12553 ok 12554 - Use value itself as key ok 12555 - Use value itself as key ok 12556 - Is also the effective key ok 12557 - Is also the effective key ok 12558 - Is also the effective key ok 12559 - Is also the effective key ok 12560 - Is also the effective key ok 12561 - Is also the effective key ok 12562 - Is also the effective key ok 12563 ok 12564 ok 12565 ok 12566 ok 12567 ok 12568 ok 12569 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 12570 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 12571 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 12572 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 12573 - user_data survived everything ok 12574 - user_data in list context too ok 12575 - Combined get/set ok 12576 ok 12577 - The object isa Canary ok 12578 ok 12579 ok 12580 ok 12581 ok 12582 - infinity survived everything ok 12583 - infinity in list context too ok 12584 - Combined get/set ok 12585 ok 12586 - The object isa Canary ok 12587 ok 12588 ok 12589 ok 12590 ok 12591 ok 12592 ok 12593 - Default userdata is undef ok 12594 - Default userdata is undef ok 12595 - return set infinity ok 12596 - The object isa Canary ok 12597 - return set infinity, even in list context ok 12598 - The object isa Canary ok 12599 - top_key on empty heap returns set infinity ok 12600 - The object isa Canary ok 12601 - top_key on empty heap returns set infinity, even in list context ok 12602 - The object isa Canary ok 12603 - min_key on empty heap returns set infinity ok 12604 - The object isa Canary ok 12605 - min_key on empty heap returns set infinity, even in list context ok 12606 - The object isa Canary ok 12607 ok 12608 ok 12609 ok 12610 ok 12611 ok 12612 ok 12613 ok 12614 - proper error message: Self absorption at t/02_stress.t line 811. # ok 12615 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 12616 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 12617 ok 12618 ok 12619 ok 12620 ok 12621 ok 12622 ok 12623 ok 12624 ok 12625 ok 12626 ok 12627 ok 12628 ok 12629 ok 12630 ok 12631 - order: <, elements: Function CODE(0x229620c), dirty: 8 ok 12632 ok 12633 ok 12634 ok 12635 - Start empty ok 12636 ok 12637 ok 12638 ok 12639 ok 12640 - There are no values ok 12641 - There are no keys ok 12642 - Expected order ok 12643 - Expected order ok 12644 - Expected element type ok 12645 - Expected element type ok 12646 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 12647 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 12648 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 12649 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 12650 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 12651 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 12652 ok 12653 ok 12654 - proper infinity ok 12655 - proper infinity ok 12656 - Count is number of inserts ok 12657 - There are 9 values ok 12658 - There are 9 keys ok 12659 - keys and values have compatible order ok 12660 ok 12661 - Count lowered by extracts ok 12662 - 2 values left ok 12663 - Empty after clear ok 12664 - Double clear works ok 12665 - Empty after extract_all ok 12666 - extract_top on empty heap dies ok 12667 - extract_top on empty heap dies ok 12668 - extract_min on empty heap dies ok 12669 - extract_min on empty heap dies ok 12670 - extract first on empty returns undef ok 12671 - extract first on empty returns no values ok 12672 - top on empty heap dies ok 12673 - top on empty heap dies ok 12674 - undefined first on empty heap ok 12675 - No first key in list context ok 12676 - Return infinity on empty ok 12677 - Return infinity on empty in list context ok 12678 - Return infinity on empty ok 12679 - Return infinity on empty in list context ok 12680 - undef first_key ok 12681 - Empty list from first_key ok 12682 - There are no values ok 12683 - There are no keys ok 12684 - There are no values ok 12685 - The object isa Canary ok 12686 ok 12687 - Any/Objects aren't wrapped ok 12688 - Any/Objects aren't wrapped ok 12689 ok 12690 ok 12691 ok 12692 ok 12693 - Use value itself as key ok 12694 - Use value itself as key ok 12695 - Is also the effective key ok 12696 - Is also the effective key ok 12697 - Is also the effective key ok 12698 - Is also the effective key ok 12699 - Is also the effective key ok 12700 - Is also the effective key ok 12701 - Is also the effective key ok 12702 ok 12703 ok 12704 ok 12705 ok 12706 ok 12707 ok 12708 - Have all new values ok 12709 ok 12710 ok 12711 - Empty again ok 12712 ok 12713 - Have all new values ok 12714 ok 12715 ok 12716 - Empty again ok 12717 ok 12718 - Have all new values ok 12719 ok 12720 ok 12721 - Empty again ok 12722 ok 12723 - Have all new values ok 12724 ok 12725 ok 12726 - Empty again ok 12727 ok 12728 - user_data survived everything ok 12729 - user_data in list context too ok 12730 - Combined get/set ok 12731 ok 12732 - The object isa Canary ok 12733 ok 12734 ok 12735 ok 12736 ok 12737 - infinity survived everything ok 12738 - infinity in list context too ok 12739 - Combined get/set ok 12740 ok 12741 - The object isa Canary ok 12742 ok 12743 ok 12744 ok 12745 ok 12746 ok 12747 ok 12748 - Default userdata is undef ok 12749 - Default userdata is undef ok 12750 - return set infinity ok 12751 - The object isa Canary ok 12752 - return set infinity, even in list context ok 12753 - The object isa Canary ok 12754 - top_key on empty heap returns set infinity ok 12755 - The object isa Canary ok 12756 - top_key on empty heap returns set infinity, even in list context ok 12757 - The object isa Canary ok 12758 - min_key on empty heap returns set infinity ok 12759 - The object isa Canary ok 12760 - min_key on empty heap returns set infinity, even in list context ok 12761 - The object isa Canary ok 12762 ok 12763 ok 12764 ok 12765 ok 12766 ok 12767 ok 12768 ok 12769 - proper error message: Self absorption at t/02_stress.t line 811. # ok 12770 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 12771 ok 12772 ok 12773 ok 12774 ok 12775 ok 12776 ok 12777 ok 12778 ok 12779 ok 12780 ok 12781 ok 12782 ok 12783 ok 12784 ok 12785 ok 12786 ok 12787 - order: <, elements: Any CODE(0x2253604), dirty: 8 ok 12788 ok 12789 ok 12790 ok 12791 - Start empty ok 12792 ok 12793 ok 12794 ok 12795 ok 12796 - There are no values ok 12797 - There are no keys ok 12798 - Expected order ok 12799 - Expected order ok 12800 - Expected element type ok 12801 - Expected element type ok 12802 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 12803 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 12804 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 12805 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 12806 ok 12807 ok 12808 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 12809 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 12810 - proper infinity ok 12811 - proper infinity ok 12812 - Count is number of inserts ok 12813 - There are 9 values ok 12814 - There are 9 keys ok 12815 - keys and values have compatible order ok 12816 ok 12817 - Count lowered by extracts ok 12818 - 2 values left ok 12819 - Empty after clear ok 12820 - Double clear works ok 12821 - Empty after extract_all ok 12822 - extract_top on empty heap dies ok 12823 - extract_top on empty heap dies ok 12824 - extract_min on empty heap dies ok 12825 - extract_min on empty heap dies ok 12826 - extract first on empty returns undef ok 12827 - extract first on empty returns no values ok 12828 - top on empty heap dies ok 12829 - top on empty heap dies ok 12830 - undefined first on empty heap ok 12831 - No first key in list context ok 12832 - Return infinity on empty ok 12833 - Return infinity on empty in list context ok 12834 - Return infinity on empty ok 12835 - Return infinity on empty in list context ok 12836 - undef first_key ok 12837 - Empty list from first_key ok 12838 - There are no values ok 12839 - There are no keys ok 12840 - There are no values ok 12841 - The object isa Canary ok 12842 ok 12843 - Functions/Methods aren't wrapped ok 12844 - Functions/Methods aren't wrapped ok 12845 ok 12846 ok 12847 ok 12848 ok 12849 - Use value itself as key ok 12850 - Use value itself as key ok 12851 - Is also the effective key ok 12852 - Is also the effective key ok 12853 - Is also the effective key ok 12854 - Is also the effective key ok 12855 - Is also the effective key ok 12856 - Is also the effective key ok 12857 - Is also the effective key ok 12858 ok 12859 ok 12860 ok 12861 ok 12862 ok 12863 ok 12864 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 12865 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 12866 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 12867 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 12868 - user_data survived everything ok 12869 - user_data in list context too ok 12870 - Combined get/set ok 12871 ok 12872 - The object isa Canary ok 12873 ok 12874 ok 12875 ok 12876 ok 12877 - infinity survived everything ok 12878 - infinity in list context too ok 12879 - Combined get/set ok 12880 ok 12881 - The object isa Canary ok 12882 ok 12883 ok 12884 ok 12885 ok 12886 ok 12887 ok 12888 - Default userdata is undef ok 12889 - Default userdata is undef ok 12890 - return set infinity ok 12891 - The object isa Canary ok 12892 - return set infinity, even in list context ok 12893 - The object isa Canary ok 12894 - top_key on empty heap returns set infinity ok 12895 - The object isa Canary ok 12896 - top_key on empty heap returns set infinity, even in list context ok 12897 - The object isa Canary ok 12898 - min_key on empty heap returns set infinity ok 12899 - The object isa Canary ok 12900 - min_key on empty heap returns set infinity, even in list context ok 12901 - The object isa Canary ok 12902 ok 12903 ok 12904 ok 12905 ok 12906 ok 12907 ok 12908 ok 12909 - proper error message: Self absorption at t/02_stress.t line 811. # ok 12910 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 12911 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 12912 ok 12913 ok 12914 ok 12915 ok 12916 ok 12917 ok 12918 ok 12919 ok 12920 ok 12921 ok 12922 ok 12923 ok 12924 ok 12925 ok 12926 - order: <, elements: Method meth, dirty: 8 ok 12927 ok 12928 ok 12929 ok 12930 - Start empty ok 12931 ok 12932 ok 12933 ok 12934 ok 12935 - There are no values ok 12936 - There are no keys ok 12937 - Expected order ok 12938 - Expected order ok 12939 - Expected element type ok 12940 - Expected element type ok 12941 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 12942 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 12943 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 12944 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 12945 ok 12946 ok 12947 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 12948 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 12949 - proper infinity ok 12950 - proper infinity ok 12951 - Count is number of inserts ok 12952 - There are 9 values ok 12953 - There are 9 keys ok 12954 - keys and values have compatible order ok 12955 ok 12956 - Count lowered by extracts ok 12957 - 2 values left ok 12958 - Empty after clear ok 12959 - Double clear works ok 12960 - Empty after extract_all ok 12961 - extract_top on empty heap dies ok 12962 - extract_top on empty heap dies ok 12963 - extract_min on empty heap dies ok 12964 - extract_min on empty heap dies ok 12965 - extract first on empty returns undef ok 12966 - extract first on empty returns no values ok 12967 - top on empty heap dies ok 12968 - top on empty heap dies ok 12969 - undefined first on empty heap ok 12970 - No first key in list context ok 12971 - Return infinity on empty ok 12972 - Return infinity on empty in list context ok 12973 - Return infinity on empty ok 12974 - Return infinity on empty in list context ok 12975 - undef first_key ok 12976 - Empty list from first_key ok 12977 - There are no values ok 12978 - There are no keys ok 12979 - There are no values ok 12980 - The object isa Canary ok 12981 ok 12982 - Functions/Methods aren't wrapped ok 12983 - Functions/Methods aren't wrapped ok 12984 ok 12985 ok 12986 ok 12987 ok 12988 - Use value itself as key ok 12989 - Use value itself as key ok 12990 - Is also the effective key ok 12991 - Is also the effective key ok 12992 - Is also the effective key ok 12993 - Is also the effective key ok 12994 - Is also the effective key ok 12995 - Is also the effective key ok 12996 - Is also the effective key ok 12997 ok 12998 ok 12999 ok 13000 ok 13001 ok 13002 ok 13003 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 13004 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 13005 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 13006 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 13007 - user_data survived everything ok 13008 - user_data in list context too ok 13009 - Combined get/set ok 13010 ok 13011 - The object isa Canary ok 13012 ok 13013 ok 13014 ok 13015 ok 13016 - infinity survived everything ok 13017 - infinity in list context too ok 13018 - Combined get/set ok 13019 ok 13020 - The object isa Canary ok 13021 ok 13022 ok 13023 ok 13024 ok 13025 ok 13026 ok 13027 - Default userdata is undef ok 13028 - Default userdata is undef ok 13029 - return set infinity ok 13030 - The object isa Canary ok 13031 - return set infinity, even in list context ok 13032 - The object isa Canary ok 13033 - top_key on empty heap returns set infinity ok 13034 - The object isa Canary ok 13035 - top_key on empty heap returns set infinity, even in list context ok 13036 - The object isa Canary ok 13037 - min_key on empty heap returns set infinity ok 13038 - The object isa Canary ok 13039 - min_key on empty heap returns set infinity, even in list context ok 13040 - The object isa Canary ok 13041 ok 13042 ok 13043 ok 13044 ok 13045 ok 13046 ok 13047 ok 13048 - proper error message: Self absorption at t/02_stress.t line 811. # ok 13049 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 13050 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 13051 ok 13052 ok 13053 ok 13054 ok 13055 ok 13056 ok 13057 ok 13058 ok 13059 ok 13060 ok 13061 ok 13062 ok 13063 ok 13064 ok 13065 - order: <, elements: Method -'$f\#, dirty: 8 ok 13066 ok 13067 ok 13068 ok 13069 - Start empty ok 13070 ok 13071 ok 13072 ok 13073 ok 13074 - There are no values ok 13075 - There are no keys ok 13076 - Expected order ok 13077 - Expected order ok 13078 - Expected element type ok 13079 - Expected element type ok 13080 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 13081 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 13082 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 13083 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 13084 ok 13085 ok 13086 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 13087 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 13088 - proper infinity ok 13089 - proper infinity ok 13090 - Count is number of inserts ok 13091 - There are 9 values ok 13092 - There are 9 keys ok 13093 - keys and values have compatible order ok 13094 ok 13095 - Count lowered by extracts ok 13096 - 2 values left ok 13097 - Empty after clear ok 13098 - Double clear works ok 13099 - Empty after extract_all ok 13100 - extract_top on empty heap dies ok 13101 - extract_top on empty heap dies ok 13102 - extract_min on empty heap dies ok 13103 - extract_min on empty heap dies ok 13104 - extract first on empty returns undef ok 13105 - extract first on empty returns no values ok 13106 - top on empty heap dies ok 13107 - top on empty heap dies ok 13108 - undefined first on empty heap ok 13109 - No first key in list context ok 13110 - Return infinity on empty ok 13111 - Return infinity on empty in list context ok 13112 - Return infinity on empty ok 13113 - Return infinity on empty in list context ok 13114 - undef first_key ok 13115 - Empty list from first_key ok 13116 - There are no values ok 13117 - There are no keys ok 13118 - There are no values ok 13119 - The object isa Canary ok 13120 ok 13121 - Any/Objects aren't wrapped ok 13122 - Any/Objects aren't wrapped ok 13123 ok 13124 ok 13125 ok 13126 ok 13127 - Use value itself as key ok 13128 - Use value itself as key ok 13129 - Is also the effective key ok 13130 - Is also the effective key ok 13131 - Is also the effective key ok 13132 - Is also the effective key ok 13133 - Is also the effective key ok 13134 - Is also the effective key ok 13135 - Is also the effective key ok 13136 ok 13137 ok 13138 ok 13139 ok 13140 ok 13141 ok 13142 - Have all new values ok 13143 ok 13144 ok 13145 - Empty again ok 13146 ok 13147 - Have all new values ok 13148 ok 13149 ok 13150 - Empty again ok 13151 ok 13152 - Have all new values ok 13153 ok 13154 ok 13155 - Empty again ok 13156 ok 13157 - Have all new values ok 13158 ok 13159 ok 13160 - Empty again ok 13161 ok 13162 - user_data survived everything ok 13163 - user_data in list context too ok 13164 - Combined get/set ok 13165 ok 13166 - The object isa Canary ok 13167 ok 13168 ok 13169 ok 13170 ok 13171 - infinity survived everything ok 13172 - infinity in list context too ok 13173 - Combined get/set ok 13174 ok 13175 - The object isa Canary ok 13176 ok 13177 ok 13178 ok 13179 ok 13180 ok 13181 ok 13182 - Default userdata is undef ok 13183 - Default userdata is undef ok 13184 - return set infinity ok 13185 - The object isa Canary ok 13186 - return set infinity, even in list context ok 13187 - The object isa Canary ok 13188 - top_key on empty heap returns set infinity ok 13189 - The object isa Canary ok 13190 - top_key on empty heap returns set infinity, even in list context ok 13191 - The object isa Canary ok 13192 - min_key on empty heap returns set infinity ok 13193 - The object isa Canary ok 13194 - min_key on empty heap returns set infinity, even in list context ok 13195 - The object isa Canary ok 13196 ok 13197 ok 13198 ok 13199 ok 13200 ok 13201 ok 13202 ok 13203 - proper error message: Self absorption at t/02_stress.t line 811. # ok 13204 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 13205 ok 13206 ok 13207 ok 13208 ok 13209 ok 13210 ok 13211 ok 13212 ok 13213 ok 13214 ok 13215 ok 13216 ok 13217 ok 13218 ok 13219 ok 13220 ok 13221 - order: <, elements: Object meth, dirty: 8 ok 13222 ok 13223 ok 13224 ok 13225 - Start empty ok 13226 ok 13227 ok 13228 ok 13229 ok 13230 - There are no values ok 13231 - There are no keys ok 13232 - Expected order ok 13233 - Expected order ok 13234 - Expected element type ok 13235 - Expected element type ok 13236 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 13237 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 13238 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 13239 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 13240 ok 13241 ok 13242 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 13243 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 13244 - proper infinity ok 13245 - proper infinity ok 13246 - Count is number of inserts ok 13247 - There are 9 values ok 13248 - There are 9 keys ok 13249 - keys and values have compatible order ok 13250 ok 13251 - Count lowered by extracts ok 13252 - 2 values left ok 13253 - Empty after clear ok 13254 - Double clear works ok 13255 - Empty after extract_all ok 13256 - extract_top on empty heap dies ok 13257 - extract_top on empty heap dies ok 13258 - extract_min on empty heap dies ok 13259 - extract_min on empty heap dies ok 13260 - extract first on empty returns undef ok 13261 - extract first on empty returns no values ok 13262 - top on empty heap dies ok 13263 - top on empty heap dies ok 13264 - undefined first on empty heap ok 13265 - No first key in list context ok 13266 - Return infinity on empty ok 13267 - Return infinity on empty in list context ok 13268 - Return infinity on empty ok 13269 - Return infinity on empty in list context ok 13270 - undef first_key ok 13271 - Empty list from first_key ok 13272 - There are no values ok 13273 - There are no keys ok 13274 - There are no values ok 13275 - The object isa Canary ok 13276 ok 13277 - Any/Objects aren't wrapped ok 13278 - Any/Objects aren't wrapped ok 13279 ok 13280 ok 13281 ok 13282 ok 13283 - Use value itself as key ok 13284 - Use value itself as key ok 13285 - Is also the effective key ok 13286 - Is also the effective key ok 13287 - Is also the effective key ok 13288 - Is also the effective key ok 13289 - Is also the effective key ok 13290 - Is also the effective key ok 13291 - Is also the effective key ok 13292 ok 13293 ok 13294 ok 13295 ok 13296 ok 13297 ok 13298 - Have all new values ok 13299 ok 13300 ok 13301 - Empty again ok 13302 ok 13303 - Have all new values ok 13304 ok 13305 ok 13306 - Empty again ok 13307 ok 13308 - Have all new values ok 13309 ok 13310 ok 13311 - Empty again ok 13312 ok 13313 - Have all new values ok 13314 ok 13315 ok 13316 - Empty again ok 13317 ok 13318 - user_data survived everything ok 13319 - user_data in list context too ok 13320 - Combined get/set ok 13321 ok 13322 - The object isa Canary ok 13323 ok 13324 ok 13325 ok 13326 ok 13327 - infinity survived everything ok 13328 - infinity in list context too ok 13329 - Combined get/set ok 13330 ok 13331 - The object isa Canary ok 13332 ok 13333 ok 13334 ok 13335 ok 13336 ok 13337 ok 13338 - Default userdata is undef ok 13339 - Default userdata is undef ok 13340 - return set infinity ok 13341 - The object isa Canary ok 13342 - return set infinity, even in list context ok 13343 - The object isa Canary ok 13344 - top_key on empty heap returns set infinity ok 13345 - The object isa Canary ok 13346 - top_key on empty heap returns set infinity, even in list context ok 13347 - The object isa Canary ok 13348 - min_key on empty heap returns set infinity ok 13349 - The object isa Canary ok 13350 - min_key on empty heap returns set infinity, even in list context ok 13351 - The object isa Canary ok 13352 ok 13353 ok 13354 ok 13355 ok 13356 ok 13357 ok 13358 ok 13359 - proper error message: Self absorption at t/02_stress.t line 811. # ok 13360 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 13361 ok 13362 ok 13363 ok 13364 ok 13365 ok 13366 ok 13367 ok 13368 ok 13369 ok 13370 ok 13371 ok 13372 ok 13373 ok 13374 ok 13375 ok 13376 ok 13377 - order: <, elements: Object -'$f\#, dirty: 8 ok 13378 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 13379 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 13380 - Have all new values ok 13381 ok 13382 ok 13383 - Empty again ok 13384 ok 13385 - Have all new values ok 13386 ok 13387 ok 13388 - Empty again ok 13389 ok 13390 ok 13391 ok 13392 ok 13393 ok 13394 ok 13395 ok 13396 ok 13397 ok 13398 ok 13399 ok 13400 ok 13401 ok 13402 ok 13403 ok 13404 ok 13405 ok 13406 ok 13407 ok 13408 ok 13409 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 13410 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 13411 - Have all new values ok 13412 ok 13413 ok 13414 - Empty again ok 13415 ok 13416 - Have all new values ok 13417 ok 13418 ok 13419 - Empty again ok 13420 ok 13421 ok 13422 ok 13423 ok 13424 ok 13425 ok 13426 ok 13427 ok 13428 ok 13429 ok 13430 ok 13431 ok 13432 ok 13433 ok 13434 ok 13435 ok 13436 ok 13437 ok 13438 ok 13439 ok 13440 ok 13441 ok 13442 ok 13443 - Start empty ok 13444 ok 13445 ok 13446 ok 13447 ok 13448 - There are no values ok 13449 - There are no keys ok 13450 - Expected order ok 13451 - Expected order ok 13452 - Expected element type ok 13453 - Expected element type ok 13454 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 13455 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 13456 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 13457 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 13458 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 13459 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 13460 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 13461 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 13462 - proper infinity ok 13463 - proper infinity ok 13464 - Count is number of inserts ok 13465 - There are 9 values ok 13466 - There are 9 keys ok 13467 - keys and values have compatible order ok 13468 ok 13469 - Count lowered by extracts ok 13470 - 2 values left ok 13471 - Empty after clear ok 13472 - Double clear works ok 13473 - Empty after extract_all ok 13474 - extract_top on empty heap dies ok 13475 - extract_top on empty heap dies ok 13476 - extract_min on empty heap dies ok 13477 - extract_min on empty heap dies ok 13478 - extract first on empty returns undef ok 13479 - extract first on empty returns no values ok 13480 - top on empty heap dies ok 13481 - top on empty heap dies ok 13482 - undefined first on empty heap ok 13483 - No first key in list context ok 13484 - Return infinity on empty ok 13485 - Return infinity on empty in list context ok 13486 - Return infinity on empty ok 13487 - Return infinity on empty in list context ok 13488 - undef first_key ok 13489 - Empty list from first_key ok 13490 - There are no values ok 13491 - There are no keys ok 13492 - There are no values ok 13493 - Scalar is simple ok 13494 - Scalars aren't wrapped ok 13495 - Scalars aren't wrapped ok 13496 ok 13497 ok 13498 ok 13499 ok 13500 - Use value itself as key ok 13501 - Use value itself as key ok 13502 - Is also the effective key ok 13503 - Is also the effective key ok 13504 - Is also the effective key ok 13505 - Is also the effective key ok 13506 - Is also the effective key ok 13507 - Is also the effective key ok 13508 - Is also the effective key ok 13509 ok 13510 ok 13511 ok 13512 ok 13513 ok 13514 ok 13515 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 13516 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 13517 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 13518 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 13519 - user_data survived everything ok 13520 - user_data in list context too ok 13521 - Combined get/set ok 13522 ok 13523 - The object isa Canary ok 13524 ok 13525 ok 13526 ok 13527 ok 13528 - infinity survived everything ok 13529 - infinity in list context too ok 13530 - Combined get/set ok 13531 ok 13532 - The object isa Canary ok 13533 ok 13534 ok 13535 ok 13536 ok 13537 ok 13538 ok 13539 - Default userdata is undef ok 13540 - Default userdata is undef ok 13541 - return set infinity ok 13542 - The object isa Canary ok 13543 - return set infinity, even in list context ok 13544 - The object isa Canary ok 13545 - top_key on empty heap returns set infinity ok 13546 - The object isa Canary ok 13547 - top_key on empty heap returns set infinity, even in list context ok 13548 - The object isa Canary ok 13549 - min_key on empty heap returns set infinity ok 13550 - The object isa Canary ok 13551 - min_key on empty heap returns set infinity, even in list context ok 13552 - The object isa Canary ok 13553 ok 13554 ok 13555 ok 13556 ok 13557 ok 13558 ok 13559 ok 13560 - proper error message: Self absorption at t/02_stress.t line 811. # ok 13561 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 13562 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 13563 ok 13564 ok 13565 ok 13566 ok 13567 ok 13568 ok 13569 ok 13570 ok 13571 ok 13572 ok 13573 ok 13574 ok 13575 ok 13576 ok 13577 - order: >, elements: Scalar, dirty: 8 ok 13578 ok 13579 ok 13580 ok 13581 - Start empty ok 13582 ok 13583 ok 13584 ok 13585 ok 13586 - There are no values ok 13587 - There are no keys ok 13588 - Expected order ok 13589 - Expected order ok 13590 - Expected element type ok 13591 - Expected element type ok 13592 ok 13593 ok 13594 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 13595 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 13596 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 13597 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 13598 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 13599 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 13600 - proper infinity ok 13601 - proper infinity ok 13602 - Count is number of inserts ok 13603 - There are 9 values ok 13604 - There are 9 keys ok 13605 - keys and values have compatible order ok 13606 ok 13607 - Count lowered by extracts ok 13608 - 2 values left ok 13609 - Empty after clear ok 13610 - Double clear works ok 13611 - Empty after extract_all ok 13612 - extract_top on empty heap dies ok 13613 - extract_top on empty heap dies ok 13614 - extract_min on empty heap dies ok 13615 - extract_min on empty heap dies ok 13616 - extract first on empty returns undef ok 13617 - extract first on empty returns no values ok 13618 - top on empty heap dies ok 13619 - top on empty heap dies ok 13620 - undefined first on empty heap ok 13621 - No first key in list context ok 13622 - Return infinity on empty ok 13623 - Return infinity on empty in list context ok 13624 - Return infinity on empty ok 13625 - Return infinity on empty in list context ok 13626 - undef first_key ok 13627 - Empty list from first_key ok 13628 - There are no values ok 13629 - There are no keys ok 13630 - There are no values ok 13631 - The object isa Canary ok 13632 ok 13633 - dirty Arrays can be wrapped ok 13634 - dirty Arrays can be wrapped ok 13635 ok 13636 ok 13637 ok 13638 ok 13639 - Use value itself as key ok 13640 - Use value itself as key ok 13641 - Is also the effective key ok 13642 - Is also the effective key ok 13643 - Is also the effective key ok 13644 - Is also the effective key ok 13645 - Is also the effective key ok 13646 - Is also the effective key ok 13647 - Is also the effective key ok 13648 ok 13649 ok 13650 ok 13651 ok 13652 ok 13653 ok 13654 - Have all new values ok 13655 ok 13656 ok 13657 - Empty again ok 13658 ok 13659 - Have all new values ok 13660 ok 13661 ok 13662 - Empty again ok 13663 ok 13664 - Have all new values ok 13665 ok 13666 ok 13667 - Empty again ok 13668 ok 13669 - Have all new values ok 13670 ok 13671 ok 13672 - Empty again ok 13673 ok 13674 - user_data survived everything ok 13675 - user_data in list context too ok 13676 - Combined get/set ok 13677 ok 13678 - The object isa Canary ok 13679 ok 13680 ok 13681 ok 13682 ok 13683 - infinity survived everything ok 13684 - infinity in list context too ok 13685 - Combined get/set ok 13686 ok 13687 - The object isa Canary ok 13688 ok 13689 ok 13690 ok 13691 ok 13692 ok 13693 ok 13694 - Default userdata is undef ok 13695 - Default userdata is undef ok 13696 - return set infinity ok 13697 - The object isa Canary ok 13698 - return set infinity, even in list context ok 13699 - The object isa Canary ok 13700 - top_key on empty heap returns set infinity ok 13701 - The object isa Canary ok 13702 - top_key on empty heap returns set infinity, even in list context ok 13703 - The object isa Canary ok 13704 - min_key on empty heap returns set infinity ok 13705 - The object isa Canary ok 13706 - min_key on empty heap returns set infinity, even in list context ok 13707 - The object isa Canary ok 13708 ok 13709 ok 13710 ok 13711 ok 13712 ok 13713 ok 13714 ok 13715 - proper error message: Self absorption at t/02_stress.t line 811. # ok 13716 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 13717 ok 13718 ok 13719 ok 13720 ok 13721 ok 13722 ok 13723 ok 13724 ok 13725 ok 13726 ok 13727 ok 13728 ok 13729 ok 13730 ok 13731 ok 13732 ok 13733 - order: >, elements: Array 1, dirty: 8 ok 13734 ok 13735 ok 13736 ok 13737 - Start empty ok 13738 ok 13739 ok 13740 ok 13741 ok 13742 - There are no values ok 13743 - There are no keys ok 13744 - Expected order ok 13745 - Expected order ok 13746 - Expected element type ok 13747 - Expected element type ok 13748 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 13749 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 13750 ok 13751 ok 13752 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 13753 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 13754 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 13755 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 13756 - proper infinity ok 13757 - proper infinity ok 13758 - Count is number of inserts ok 13759 - There are 9 values ok 13760 - There are 9 keys ok 13761 - keys and values have compatible order ok 13762 ok 13763 - Count lowered by extracts ok 13764 - 2 values left ok 13765 - Empty after clear ok 13766 - Double clear works ok 13767 - Empty after extract_all ok 13768 - extract_top on empty heap dies ok 13769 - extract_top on empty heap dies ok 13770 - extract_min on empty heap dies ok 13771 - extract_min on empty heap dies ok 13772 - extract first on empty returns undef ok 13773 - extract first on empty returns no values ok 13774 - top on empty heap dies ok 13775 - top on empty heap dies ok 13776 - undefined first on empty heap ok 13777 - No first key in list context ok 13778 - Return infinity on empty ok 13779 - Return infinity on empty in list context ok 13780 - Return infinity on empty ok 13781 - Return infinity on empty in list context ok 13782 - undef first_key ok 13783 - Empty list from first_key ok 13784 - There are no values ok 13785 - There are no keys ok 13786 - There are no values ok 13787 - The object isa Canary ok 13788 ok 13789 - dirty Hashes can be wrapped ok 13790 - dirty Hashes can be wrapped ok 13791 ok 13792 ok 13793 ok 13794 ok 13795 - Use value itself as key ok 13796 - Use value itself as key ok 13797 - Is also the effective key ok 13798 - Is also the effective key ok 13799 - Is also the effective key ok 13800 - Is also the effective key ok 13801 - Is also the effective key ok 13802 - Is also the effective key ok 13803 - Is also the effective key ok 13804 ok 13805 ok 13806 ok 13807 ok 13808 ok 13809 ok 13810 - Have all new values ok 13811 ok 13812 ok 13813 - Empty again ok 13814 ok 13815 - Have all new values ok 13816 ok 13817 ok 13818 - Empty again ok 13819 ok 13820 - Have all new values ok 13821 ok 13822 ok 13823 - Empty again ok 13824 ok 13825 - Have all new values ok 13826 ok 13827 ok 13828 - Empty again ok 13829 ok 13830 - user_data survived everything ok 13831 - user_data in list context too ok 13832 - Combined get/set ok 13833 ok 13834 - The object isa Canary ok 13835 ok 13836 ok 13837 ok 13838 ok 13839 - infinity survived everything ok 13840 - infinity in list context too ok 13841 - Combined get/set ok 13842 ok 13843 - The object isa Canary ok 13844 ok 13845 ok 13846 ok 13847 ok 13848 ok 13849 ok 13850 - Default userdata is undef ok 13851 - Default userdata is undef ok 13852 - return set infinity ok 13853 - The object isa Canary ok 13854 - return set infinity, even in list context ok 13855 - The object isa Canary ok 13856 - top_key on empty heap returns set infinity ok 13857 - The object isa Canary ok 13858 - top_key on empty heap returns set infinity, even in list context ok 13859 - The object isa Canary ok 13860 - min_key on empty heap returns set infinity ok 13861 - The object isa Canary ok 13862 - min_key on empty heap returns set infinity, even in list context ok 13863 - The object isa Canary ok 13864 ok 13865 ok 13866 ok 13867 ok 13868 ok 13869 ok 13870 ok 13871 - proper error message: Self absorption at t/02_stress.t line 811. # ok 13872 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 13873 ok 13874 ok 13875 ok 13876 ok 13877 ok 13878 ok 13879 ok 13880 ok 13881 ok 13882 ok 13883 ok 13884 ok 13885 ok 13886 ok 13887 ok 13888 ok 13889 - order: >, elements: Hash foo, dirty: 8 ok 13890 ok 13891 ok 13892 ok 13893 - Start empty ok 13894 ok 13895 ok 13896 ok 13897 ok 13898 - There are no values ok 13899 - There are no keys ok 13900 - Expected order ok 13901 - Expected order ok 13902 - Expected element type ok 13903 - Expected element type ok 13904 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 13905 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 13906 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 13907 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 13908 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 13909 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 13910 ok 13911 ok 13912 - proper infinity ok 13913 - proper infinity ok 13914 - Count is number of inserts ok 13915 - There are 9 values ok 13916 - There are 9 keys ok 13917 - keys and values have compatible order ok 13918 ok 13919 - Count lowered by extracts ok 13920 - 2 values left ok 13921 - Empty after clear ok 13922 - Double clear works ok 13923 - Empty after extract_all ok 13924 - extract_top on empty heap dies ok 13925 - extract_top on empty heap dies ok 13926 - extract_min on empty heap dies ok 13927 - extract_min on empty heap dies ok 13928 - extract first on empty returns undef ok 13929 - extract first on empty returns no values ok 13930 - top on empty heap dies ok 13931 - top on empty heap dies ok 13932 - undefined first on empty heap ok 13933 - No first key in list context ok 13934 - Return infinity on empty ok 13935 - Return infinity on empty in list context ok 13936 - Return infinity on empty ok 13937 - Return infinity on empty in list context ok 13938 - undef first_key ok 13939 - Empty list from first_key ok 13940 - There are no values ok 13941 - There are no keys ok 13942 - There are no values ok 13943 - The object isa Canary ok 13944 ok 13945 - Functions/Methods aren't wrapped ok 13946 - Functions/Methods aren't wrapped ok 13947 ok 13948 ok 13949 ok 13950 ok 13951 - Use value itself as key ok 13952 - Use value itself as key ok 13953 - Is also the effective key ok 13954 - Is also the effective key ok 13955 - Is also the effective key ok 13956 - Is also the effective key ok 13957 - Is also the effective key ok 13958 - Is also the effective key ok 13959 - Is also the effective key ok 13960 ok 13961 ok 13962 ok 13963 ok 13964 ok 13965 ok 13966 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 13967 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 13968 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 13969 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 13970 - user_data survived everything ok 13971 - user_data in list context too ok 13972 - Combined get/set ok 13973 ok 13974 - The object isa Canary ok 13975 ok 13976 ok 13977 ok 13978 ok 13979 - infinity survived everything ok 13980 - infinity in list context too ok 13981 - Combined get/set ok 13982 ok 13983 - The object isa Canary ok 13984 ok 13985 ok 13986 ok 13987 ok 13988 ok 13989 ok 13990 - Default userdata is undef ok 13991 - Default userdata is undef ok 13992 - return set infinity ok 13993 - The object isa Canary ok 13994 - return set infinity, even in list context ok 13995 - The object isa Canary ok 13996 - top_key on empty heap returns set infinity ok 13997 - The object isa Canary ok 13998 - top_key on empty heap returns set infinity, even in list context ok 13999 - The object isa Canary ok 14000 - min_key on empty heap returns set infinity ok 14001 - The object isa Canary ok 14002 - min_key on empty heap returns set infinity, even in list context ok 14003 - The object isa Canary ok 14004 ok 14005 ok 14006 ok 14007 ok 14008 ok 14009 ok 14010 ok 14011 - proper error message: Self absorption at t/02_stress.t line 811. # ok 14012 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 14013 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 14014 ok 14015 ok 14016 ok 14017 ok 14018 ok 14019 ok 14020 ok 14021 ok 14022 ok 14023 ok 14024 ok 14025 ok 14026 ok 14027 ok 14028 - order: >, elements: Function CODE(0x230f9fc), dirty: 8 ok 14029 ok 14030 ok 14031 ok 14032 - Start empty ok 14033 ok 14034 ok 14035 ok 14036 ok 14037 - There are no values ok 14038 - There are no keys ok 14039 - Expected order ok 14040 - Expected order ok 14041 - Expected element type ok 14042 - Expected element type ok 14043 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 14044 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 14045 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 14046 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 14047 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 14048 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 14049 ok 14050 ok 14051 - proper infinity ok 14052 - proper infinity ok 14053 - Count is number of inserts ok 14054 - There are 9 values ok 14055 - There are 9 keys ok 14056 - keys and values have compatible order ok 14057 ok 14058 - Count lowered by extracts ok 14059 - 2 values left ok 14060 - Empty after clear ok 14061 - Double clear works ok 14062 - Empty after extract_all ok 14063 - extract_top on empty heap dies ok 14064 - extract_top on empty heap dies ok 14065 - extract_min on empty heap dies ok 14066 - extract_min on empty heap dies ok 14067 - extract first on empty returns undef ok 14068 - extract first on empty returns no values ok 14069 - top on empty heap dies ok 14070 - top on empty heap dies ok 14071 - undefined first on empty heap ok 14072 - No first key in list context ok 14073 - Return infinity on empty ok 14074 - Return infinity on empty in list context ok 14075 - Return infinity on empty ok 14076 - Return infinity on empty in list context ok 14077 - undef first_key ok 14078 - Empty list from first_key ok 14079 - There are no values ok 14080 - There are no keys ok 14081 - There are no values ok 14082 - The object isa Canary ok 14083 ok 14084 - Any/Objects aren't wrapped ok 14085 - Any/Objects aren't wrapped ok 14086 ok 14087 ok 14088 ok 14089 ok 14090 - Use value itself as key ok 14091 - Use value itself as key ok 14092 - Is also the effective key ok 14093 - Is also the effective key ok 14094 - Is also the effective key ok 14095 - Is also the effective key ok 14096 - Is also the effective key ok 14097 - Is also the effective key ok 14098 - Is also the effective key ok 14099 ok 14100 ok 14101 ok 14102 ok 14103 ok 14104 ok 14105 - Have all new values ok 14106 ok 14107 ok 14108 - Empty again ok 14109 ok 14110 - Have all new values ok 14111 ok 14112 ok 14113 - Empty again ok 14114 ok 14115 - Have all new values ok 14116 ok 14117 ok 14118 - Empty again ok 14119 ok 14120 - Have all new values ok 14121 ok 14122 ok 14123 - Empty again ok 14124 ok 14125 - user_data survived everything ok 14126 - user_data in list context too ok 14127 - Combined get/set ok 14128 ok 14129 - The object isa Canary ok 14130 ok 14131 ok 14132 ok 14133 ok 14134 - infinity survived everything ok 14135 - infinity in list context too ok 14136 - Combined get/set ok 14137 ok 14138 - The object isa Canary ok 14139 ok 14140 ok 14141 ok 14142 ok 14143 ok 14144 ok 14145 - Default userdata is undef ok 14146 - Default userdata is undef ok 14147 - return set infinity ok 14148 - The object isa Canary ok 14149 - return set infinity, even in list context ok 14150 - The object isa Canary ok 14151 - top_key on empty heap returns set infinity ok 14152 - The object isa Canary ok 14153 - top_key on empty heap returns set infinity, even in list context ok 14154 - The object isa Canary ok 14155 - min_key on empty heap returns set infinity ok 14156 - The object isa Canary ok 14157 - min_key on empty heap returns set infinity, even in list context ok 14158 - The object isa Canary ok 14159 ok 14160 ok 14161 ok 14162 ok 14163 ok 14164 ok 14165 ok 14166 - proper error message: Self absorption at t/02_stress.t line 811. # ok 14167 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 14168 ok 14169 ok 14170 ok 14171 ok 14172 ok 14173 ok 14174 ok 14175 ok 14176 ok 14177 ok 14178 ok 14179 ok 14180 ok 14181 ok 14182 ok 14183 ok 14184 - order: >, elements: Any CODE(0x2321b44), dirty: 8 ok 14185 ok 14186 ok 14187 ok 14188 - Start empty ok 14189 ok 14190 ok 14191 ok 14192 ok 14193 - There are no values ok 14194 - There are no keys ok 14195 - Expected order ok 14196 - Expected order ok 14197 - Expected element type ok 14198 - Expected element type ok 14199 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 14200 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 14201 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 14202 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 14203 ok 14204 ok 14205 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 14206 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 14207 - proper infinity ok 14208 - proper infinity ok 14209 - Count is number of inserts ok 14210 - There are 9 values ok 14211 - There are 9 keys ok 14212 - keys and values have compatible order ok 14213 ok 14214 - Count lowered by extracts ok 14215 - 2 values left ok 14216 - Empty after clear ok 14217 - Double clear works ok 14218 - Empty after extract_all ok 14219 - extract_top on empty heap dies ok 14220 - extract_top on empty heap dies ok 14221 - extract_min on empty heap dies ok 14222 - extract_min on empty heap dies ok 14223 - extract first on empty returns undef ok 14224 - extract first on empty returns no values ok 14225 - top on empty heap dies ok 14226 - top on empty heap dies ok 14227 - undefined first on empty heap ok 14228 - No first key in list context ok 14229 - Return infinity on empty ok 14230 - Return infinity on empty in list context ok 14231 - Return infinity on empty ok 14232 - Return infinity on empty in list context ok 14233 - undef first_key ok 14234 - Empty list from first_key ok 14235 - There are no values ok 14236 - There are no keys ok 14237 - There are no values ok 14238 - The object isa Canary ok 14239 ok 14240 - Functions/Methods aren't wrapped ok 14241 - Functions/Methods aren't wrapped ok 14242 ok 14243 ok 14244 ok 14245 ok 14246 - Use value itself as key ok 14247 - Use value itself as key ok 14248 - Is also the effective key ok 14249 - Is also the effective key ok 14250 - Is also the effective key ok 14251 - Is also the effective key ok 14252 - Is also the effective key ok 14253 - Is also the effective key ok 14254 - Is also the effective key ok 14255 ok 14256 ok 14257 ok 14258 ok 14259 ok 14260 ok 14261 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 14262 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 14263 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 14264 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 14265 - user_data survived everything ok 14266 - user_data in list context too ok 14267 - Combined get/set ok 14268 ok 14269 - The object isa Canary ok 14270 ok 14271 ok 14272 ok 14273 ok 14274 - infinity survived everything ok 14275 - infinity in list context too ok 14276 - Combined get/set ok 14277 ok 14278 - The object isa Canary ok 14279 ok 14280 ok 14281 ok 14282 ok 14283 ok 14284 ok 14285 - Default userdata is undef ok 14286 - Default userdata is undef ok 14287 - return set infinity ok 14288 - The object isa Canary ok 14289 - return set infinity, even in list context ok 14290 - The object isa Canary ok 14291 - top_key on empty heap returns set infinity ok 14292 - The object isa Canary ok 14293 - top_key on empty heap returns set infinity, even in list context ok 14294 - The object isa Canary ok 14295 - min_key on empty heap returns set infinity ok 14296 - The object isa Canary ok 14297 - min_key on empty heap returns set infinity, even in list context ok 14298 - The object isa Canary ok 14299 ok 14300 ok 14301 ok 14302 ok 14303 ok 14304 ok 14305 ok 14306 - proper error message: Self absorption at t/02_stress.t line 811. # ok 14307 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 14308 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 14309 ok 14310 ok 14311 ok 14312 ok 14313 ok 14314 ok 14315 ok 14316 ok 14317 ok 14318 ok 14319 ok 14320 ok 14321 ok 14322 ok 14323 - order: >, elements: Method meth, dirty: 8 ok 14324 ok 14325 ok 14326 ok 14327 - Start empty ok 14328 ok 14329 ok 14330 ok 14331 ok 14332 - There are no values ok 14333 - There are no keys ok 14334 - Expected order ok 14335 - Expected order ok 14336 - Expected element type ok 14337 - Expected element type ok 14338 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 14339 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 14340 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 14341 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 14342 ok 14343 ok 14344 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 14345 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 14346 - proper infinity ok 14347 - proper infinity ok 14348 - Count is number of inserts ok 14349 - There are 9 values ok 14350 - There are 9 keys ok 14351 - keys and values have compatible order ok 14352 ok 14353 - Count lowered by extracts ok 14354 - 2 values left ok 14355 - Empty after clear ok 14356 - Double clear works ok 14357 - Empty after extract_all ok 14358 - extract_top on empty heap dies ok 14359 - extract_top on empty heap dies ok 14360 - extract_min on empty heap dies ok 14361 - extract_min on empty heap dies ok 14362 - extract first on empty returns undef ok 14363 - extract first on empty returns no values ok 14364 - top on empty heap dies ok 14365 - top on empty heap dies ok 14366 - undefined first on empty heap ok 14367 - No first key in list context ok 14368 - Return infinity on empty ok 14369 - Return infinity on empty in list context ok 14370 - Return infinity on empty ok 14371 - Return infinity on empty in list context ok 14372 - undef first_key ok 14373 - Empty list from first_key ok 14374 - There are no values ok 14375 - There are no keys ok 14376 - There are no values ok 14377 - The object isa Canary ok 14378 ok 14379 - Functions/Methods aren't wrapped ok 14380 - Functions/Methods aren't wrapped ok 14381 ok 14382 ok 14383 ok 14384 ok 14385 - Use value itself as key ok 14386 - Use value itself as key ok 14387 - Is also the effective key ok 14388 - Is also the effective key ok 14389 - Is also the effective key ok 14390 - Is also the effective key ok 14391 - Is also the effective key ok 14392 - Is also the effective key ok 14393 - Is also the effective key ok 14394 ok 14395 ok 14396 ok 14397 ok 14398 ok 14399 ok 14400 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 14401 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 14402 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 14403 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 14404 - user_data survived everything ok 14405 - user_data in list context too ok 14406 - Combined get/set ok 14407 ok 14408 - The object isa Canary ok 14409 ok 14410 ok 14411 ok 14412 ok 14413 - infinity survived everything ok 14414 - infinity in list context too ok 14415 - Combined get/set ok 14416 ok 14417 - The object isa Canary ok 14418 ok 14419 ok 14420 ok 14421 ok 14422 ok 14423 ok 14424 - Default userdata is undef ok 14425 - Default userdata is undef ok 14426 - return set infinity ok 14427 - The object isa Canary ok 14428 - return set infinity, even in list context ok 14429 - The object isa Canary ok 14430 - top_key on empty heap returns set infinity ok 14431 - The object isa Canary ok 14432 - top_key on empty heap returns set infinity, even in list context ok 14433 - The object isa Canary ok 14434 - min_key on empty heap returns set infinity ok 14435 - The object isa Canary ok 14436 - min_key on empty heap returns set infinity, even in list context ok 14437 - The object isa Canary ok 14438 ok 14439 ok 14440 ok 14441 ok 14442 ok 14443 ok 14444 ok 14445 - proper error message: Self absorption at t/02_stress.t line 811. # ok 14446 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 14447 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 14448 ok 14449 ok 14450 ok 14451 ok 14452 ok 14453 ok 14454 ok 14455 ok 14456 ok 14457 ok 14458 ok 14459 ok 14460 ok 14461 ok 14462 - order: >, elements: Method -'$f\#, dirty: 8 ok 14463 ok 14464 ok 14465 ok 14466 - Start empty ok 14467 ok 14468 ok 14469 ok 14470 ok 14471 - There are no values ok 14472 - There are no keys ok 14473 - Expected order ok 14474 - Expected order ok 14475 - Expected element type ok 14476 - Expected element type ok 14477 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 14478 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 14479 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 14480 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 14481 ok 14482 ok 14483 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 14484 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 14485 - proper infinity ok 14486 - proper infinity ok 14487 - Count is number of inserts ok 14488 - There are 9 values ok 14489 - There are 9 keys ok 14490 - keys and values have compatible order ok 14491 ok 14492 - Count lowered by extracts ok 14493 - 2 values left ok 14494 - Empty after clear ok 14495 - Double clear works ok 14496 - Empty after extract_all ok 14497 - extract_top on empty heap dies ok 14498 - extract_top on empty heap dies ok 14499 - extract_min on empty heap dies ok 14500 - extract_min on empty heap dies ok 14501 - extract first on empty returns undef ok 14502 - extract first on empty returns no values ok 14503 - top on empty heap dies ok 14504 - top on empty heap dies ok 14505 - undefined first on empty heap ok 14506 - No first key in list context ok 14507 - Return infinity on empty ok 14508 - Return infinity on empty in list context ok 14509 - Return infinity on empty ok 14510 - Return infinity on empty in list context ok 14511 - undef first_key ok 14512 - Empty list from first_key ok 14513 - There are no values ok 14514 - There are no keys ok 14515 - There are no values ok 14516 - The object isa Canary ok 14517 ok 14518 - Any/Objects aren't wrapped ok 14519 - Any/Objects aren't wrapped ok 14520 ok 14521 ok 14522 ok 14523 ok 14524 - Use value itself as key ok 14525 - Use value itself as key ok 14526 - Is also the effective key ok 14527 - Is also the effective key ok 14528 - Is also the effective key ok 14529 - Is also the effective key ok 14530 - Is also the effective key ok 14531 - Is also the effective key ok 14532 - Is also the effective key ok 14533 ok 14534 ok 14535 ok 14536 ok 14537 ok 14538 ok 14539 - Have all new values ok 14540 ok 14541 ok 14542 - Empty again ok 14543 ok 14544 - Have all new values ok 14545 ok 14546 ok 14547 - Empty again ok 14548 ok 14549 - Have all new values ok 14550 ok 14551 ok 14552 - Empty again ok 14553 ok 14554 - Have all new values ok 14555 ok 14556 ok 14557 - Empty again ok 14558 ok 14559 - user_data survived everything ok 14560 - user_data in list context too ok 14561 - Combined get/set ok 14562 ok 14563 - The object isa Canary ok 14564 ok 14565 ok 14566 ok 14567 ok 14568 - infinity survived everything ok 14569 - infinity in list context too ok 14570 - Combined get/set ok 14571 ok 14572 - The object isa Canary ok 14573 ok 14574 ok 14575 ok 14576 ok 14577 ok 14578 ok 14579 - Default userdata is undef ok 14580 - Default userdata is undef ok 14581 - return set infinity ok 14582 - The object isa Canary ok 14583 - return set infinity, even in list context ok 14584 - The object isa Canary ok 14585 - top_key on empty heap returns set infinity ok 14586 - The object isa Canary ok 14587 - top_key on empty heap returns set infinity, even in list context ok 14588 - The object isa Canary ok 14589 - min_key on empty heap returns set infinity ok 14590 - The object isa Canary ok 14591 - min_key on empty heap returns set infinity, even in list context ok 14592 - The object isa Canary ok 14593 ok 14594 ok 14595 ok 14596 ok 14597 ok 14598 ok 14599 ok 14600 - proper error message: Self absorption at t/02_stress.t line 811. # ok 14601 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 14602 ok 14603 ok 14604 ok 14605 ok 14606 ok 14607 ok 14608 ok 14609 ok 14610 ok 14611 ok 14612 ok 14613 ok 14614 ok 14615 ok 14616 ok 14617 ok 14618 - order: >, elements: Object meth, dirty: 8 ok 14619 ok 14620 ok 14621 ok 14622 - Start empty ok 14623 ok 14624 ok 14625 ok 14626 ok 14627 - There are no values ok 14628 - There are no keys ok 14629 - Expected order ok 14630 - Expected order ok 14631 - Expected element type ok 14632 - Expected element type ok 14633 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 14634 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 14635 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 14636 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 14637 ok 14638 ok 14639 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 14640 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 14641 - proper infinity ok 14642 - proper infinity ok 14643 - Count is number of inserts ok 14644 - There are 9 values ok 14645 - There are 9 keys ok 14646 - keys and values have compatible order ok 14647 ok 14648 - Count lowered by extracts ok 14649 - 2 values left ok 14650 - Empty after clear ok 14651 - Double clear works ok 14652 - Empty after extract_all ok 14653 - extract_top on empty heap dies ok 14654 - extract_top on empty heap dies ok 14655 - extract_min on empty heap dies ok 14656 - extract_min on empty heap dies ok 14657 - extract first on empty returns undef ok 14658 - extract first on empty returns no values ok 14659 - top on empty heap dies ok 14660 - top on empty heap dies ok 14661 - undefined first on empty heap ok 14662 - No first key in list context ok 14663 - Return infinity on empty ok 14664 - Return infinity on empty in list context ok 14665 - Return infinity on empty ok 14666 - Return infinity on empty in list context ok 14667 - undef first_key ok 14668 - Empty list from first_key ok 14669 - There are no values ok 14670 - There are no keys ok 14671 - There are no values ok 14672 - The object isa Canary ok 14673 ok 14674 - Any/Objects aren't wrapped ok 14675 - Any/Objects aren't wrapped ok 14676 ok 14677 ok 14678 ok 14679 ok 14680 - Use value itself as key ok 14681 - Use value itself as key ok 14682 - Is also the effective key ok 14683 - Is also the effective key ok 14684 - Is also the effective key ok 14685 - Is also the effective key ok 14686 - Is also the effective key ok 14687 - Is also the effective key ok 14688 - Is also the effective key ok 14689 ok 14690 ok 14691 ok 14692 ok 14693 ok 14694 ok 14695 - Have all new values ok 14696 ok 14697 ok 14698 - Empty again ok 14699 ok 14700 - Have all new values ok 14701 ok 14702 ok 14703 - Empty again ok 14704 ok 14705 - Have all new values ok 14706 ok 14707 ok 14708 - Empty again ok 14709 ok 14710 - Have all new values ok 14711 ok 14712 ok 14713 - Empty again ok 14714 ok 14715 - user_data survived everything ok 14716 - user_data in list context too ok 14717 - Combined get/set ok 14718 ok 14719 - The object isa Canary ok 14720 ok 14721 ok 14722 ok 14723 ok 14724 - infinity survived everything ok 14725 - infinity in list context too ok 14726 - Combined get/set ok 14727 ok 14728 - The object isa Canary ok 14729 ok 14730 ok 14731 ok 14732 ok 14733 ok 14734 ok 14735 - Default userdata is undef ok 14736 - Default userdata is undef ok 14737 - return set infinity ok 14738 - The object isa Canary ok 14739 - return set infinity, even in list context ok 14740 - The object isa Canary ok 14741 - top_key on empty heap returns set infinity ok 14742 - The object isa Canary ok 14743 - top_key on empty heap returns set infinity, even in list context ok 14744 - The object isa Canary ok 14745 - min_key on empty heap returns set infinity ok 14746 - The object isa Canary ok 14747 - min_key on empty heap returns set infinity, even in list context ok 14748 - The object isa Canary ok 14749 ok 14750 ok 14751 ok 14752 ok 14753 ok 14754 ok 14755 ok 14756 - proper error message: Self absorption at t/02_stress.t line 811. # ok 14757 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 14758 ok 14759 ok 14760 ok 14761 ok 14762 ok 14763 ok 14764 ok 14765 ok 14766 ok 14767 ok 14768 ok 14769 ok 14770 ok 14771 ok 14772 ok 14773 ok 14774 - order: >, elements: Object -'$f\#, dirty: 8 ok 14775 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 14776 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 14777 - Have all new values ok 14778 ok 14779 ok 14780 - Empty again ok 14781 ok 14782 - Have all new values ok 14783 ok 14784 ok 14785 - Empty again ok 14786 ok 14787 ok 14788 ok 14789 ok 14790 ok 14791 ok 14792 ok 14793 ok 14794 ok 14795 ok 14796 ok 14797 ok 14798 ok 14799 ok 14800 ok 14801 ok 14802 ok 14803 ok 14804 ok 14805 ok 14806 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 14807 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 14808 - Have all new values ok 14809 ok 14810 ok 14811 - Empty again ok 14812 ok 14813 - Have all new values ok 14814 ok 14815 ok 14816 - Empty again ok 14817 ok 14818 ok 14819 ok 14820 ok 14821 ok 14822 ok 14823 ok 14824 ok 14825 ok 14826 ok 14827 ok 14828 ok 14829 ok 14830 ok 14831 ok 14832 ok 14833 ok 14834 ok 14835 ok 14836 ok 14837 ok 14838 ok 14839 ok 14840 - Start empty ok 14841 ok 14842 ok 14843 ok 14844 ok 14845 - There are no values ok 14846 - There are no keys ok 14847 - Expected order ok 14848 - Expected order ok 14849 - Expected element type ok 14850 - Expected element type ok 14851 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 14852 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 14853 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 14854 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 14855 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 14856 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 14857 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 14858 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 14859 - proper infinity ok 14860 - proper infinity ok 14861 - Count is number of inserts ok 14862 - There are 9 values ok 14863 - There are 9 keys ok 14864 - keys and values have compatible order ok 14865 ok 14866 - Count lowered by extracts ok 14867 - 2 values left ok 14868 - Empty after clear ok 14869 - Double clear works ok 14870 - Empty after extract_all ok 14871 - extract_top on empty heap dies ok 14872 - extract_top on empty heap dies ok 14873 - extract_min on empty heap dies ok 14874 - extract_min on empty heap dies ok 14875 - extract first on empty returns undef ok 14876 - extract first on empty returns no values ok 14877 - top on empty heap dies ok 14878 - top on empty heap dies ok 14879 - undefined first on empty heap ok 14880 - No first key in list context ok 14881 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 14882 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 14883 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 14884 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 14885 - undef first_key ok 14886 - Empty list from first_key ok 14887 - There are no values ok 14888 - There are no keys ok 14889 - There are no values ok 14890 - Scalar is simple ok 14891 - Scalars aren't wrapped ok 14892 - Scalars aren't wrapped ok 14893 ok 14894 ok 14895 ok 14896 ok 14897 - Use value itself as key ok 14898 - Use value itself as key ok 14899 - Is also the effective key ok 14900 - Is also the effective key ok 14901 - Is also the effective key ok 14902 - Is also the effective key ok 14903 - Is also the effective key ok 14904 - Is also the effective key ok 14905 - Is also the effective key ok 14906 ok 14907 ok 14908 ok 14909 ok 14910 ok 14911 ok 14912 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 14913 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 14914 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 14915 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 14916 - user_data survived everything ok 14917 - user_data in list context too ok 14918 - Combined get/set ok 14919 ok 14920 - The object isa Canary ok 14921 ok 14922 ok 14923 ok 14924 ok 14925 - infinity survived everything ok 14926 - infinity in list context too ok 14927 - Combined get/set ok 14928 ok 14929 - The object isa Canary ok 14930 ok 14931 ok 14932 ok 14933 ok 14934 ok 14935 ok 14936 - Default userdata is undef ok 14937 - Default userdata is undef ok 14938 - return set infinity ok 14939 - The object isa Canary ok 14940 - return set infinity, even in list context ok 14941 - The object isa Canary ok 14942 - top_key on empty heap returns set infinity ok 14943 - The object isa Canary ok 14944 - top_key on empty heap returns set infinity, even in list context ok 14945 - The object isa Canary ok 14946 - min_key on empty heap returns set infinity ok 14947 - The object isa Canary ok 14948 - min_key on empty heap returns set infinity, even in list context ok 14949 - The object isa Canary ok 14950 ok 14951 ok 14952 ok 14953 ok 14954 ok 14955 ok 14956 ok 14957 - proper error message: Self absorption at t/02_stress.t line 811. # ok 14958 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 14959 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 14960 ok 14961 ok 14962 ok 14963 ok 14964 ok 14965 ok 14966 ok 14967 ok 14968 ok 14969 ok 14970 ok 14971 ok 14972 ok 14973 ok 14974 - order: lt, elements: Scalar, dirty: 8 ok 14975 ok 14976 ok 14977 ok 14978 - Start empty ok 14979 ok 14980 ok 14981 ok 14982 ok 14983 - There are no values ok 14984 - There are no keys ok 14985 - Expected order ok 14986 - Expected order ok 14987 - Expected element type ok 14988 - Expected element type ok 14989 ok 14990 ok 14991 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 14992 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 14993 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 14994 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 14995 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 14996 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 14997 - proper infinity ok 14998 - proper infinity ok 14999 - Count is number of inserts ok 15000 - There are 9 values ok 15001 - There are 9 keys ok 15002 - keys and values have compatible order ok 15003 ok 15004 - Count lowered by extracts ok 15005 - 2 values left ok 15006 - Empty after clear ok 15007 - Double clear works ok 15008 - Empty after extract_all ok 15009 - extract_top on empty heap dies ok 15010 - extract_top on empty heap dies ok 15011 - extract_min on empty heap dies ok 15012 - extract_min on empty heap dies ok 15013 - extract first on empty returns undef ok 15014 - extract first on empty returns no values ok 15015 - top on empty heap dies ok 15016 - top on empty heap dies ok 15017 - undefined first on empty heap ok 15018 - No first key in list context ok 15019 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 15020 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 15021 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 15022 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 15023 - undef first_key ok 15024 - Empty list from first_key ok 15025 - There are no values ok 15026 - There are no keys ok 15027 - There are no values ok 15028 - The object isa Canary ok 15029 ok 15030 - Arrays aren't wrapped ok 15031 - Arrays aren't wrapped ok 15032 ok 15033 ok 15034 ok 15035 ok 15036 - Use value itself as key ok 15037 - Use value itself as key ok 15038 - Is also the effective key ok 15039 - Is also the effective key ok 15040 - Is also the effective key ok 15041 - Is also the effective key ok 15042 - Is also the effective key ok 15043 - Is also the effective key ok 15044 - Is also the effective key ok 15045 ok 15046 ok 15047 ok 15048 ok 15049 ok 15050 ok 15051 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 15052 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 15053 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 15054 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 15055 - user_data survived everything ok 15056 - user_data in list context too ok 15057 - Combined get/set ok 15058 ok 15059 - The object isa Canary ok 15060 ok 15061 ok 15062 ok 15063 ok 15064 - infinity survived everything ok 15065 - infinity in list context too ok 15066 - Combined get/set ok 15067 ok 15068 - The object isa Canary ok 15069 ok 15070 ok 15071 ok 15072 ok 15073 ok 15074 ok 15075 - Default userdata is undef ok 15076 - Default userdata is undef ok 15077 - return set infinity ok 15078 - The object isa Canary ok 15079 - return set infinity, even in list context ok 15080 - The object isa Canary ok 15081 - top_key on empty heap returns set infinity ok 15082 - The object isa Canary ok 15083 - top_key on empty heap returns set infinity, even in list context ok 15084 - The object isa Canary ok 15085 - min_key on empty heap returns set infinity ok 15086 - The object isa Canary ok 15087 - min_key on empty heap returns set infinity, even in list context ok 15088 - The object isa Canary ok 15089 ok 15090 ok 15091 ok 15092 ok 15093 ok 15094 ok 15095 ok 15096 - proper error message: Self absorption at t/02_stress.t line 811. # ok 15097 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 15098 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 15099 ok 15100 ok 15101 ok 15102 ok 15103 ok 15104 ok 15105 ok 15106 ok 15107 ok 15108 ok 15109 ok 15110 ok 15111 ok 15112 ok 15113 - order: lt, elements: Array 1, dirty: 8 ok 15114 ok 15115 ok 15116 ok 15117 - Start empty ok 15118 ok 15119 ok 15120 ok 15121 ok 15122 - There are no values ok 15123 - There are no keys ok 15124 - Expected order ok 15125 - Expected order ok 15126 - Expected element type ok 15127 - Expected element type ok 15128 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 15129 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 15130 ok 15131 ok 15132 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 15133 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 15134 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 15135 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 15136 - proper infinity ok 15137 - proper infinity ok 15138 - Count is number of inserts ok 15139 - There are 9 values ok 15140 - There are 9 keys ok 15141 - keys and values have compatible order ok 15142 ok 15143 - Count lowered by extracts ok 15144 - 2 values left ok 15145 - Empty after clear ok 15146 - Double clear works ok 15147 - Empty after extract_all ok 15148 - extract_top on empty heap dies ok 15149 - extract_top on empty heap dies ok 15150 - extract_min on empty heap dies ok 15151 - extract_min on empty heap dies ok 15152 - extract first on empty returns undef ok 15153 - extract first on empty returns no values ok 15154 - top on empty heap dies ok 15155 - top on empty heap dies ok 15156 - undefined first on empty heap ok 15157 - No first key in list context ok 15158 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 15159 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 15160 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 15161 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 15162 - undef first_key ok 15163 - Empty list from first_key ok 15164 - There are no values ok 15165 - There are no keys ok 15166 - There are no values ok 15167 - The object isa Canary ok 15168 ok 15169 - Hashes aren't wrapped ok 15170 - Hashes aren't wrapped ok 15171 ok 15172 ok 15173 ok 15174 ok 15175 - Use value itself as key ok 15176 - Use value itself as key ok 15177 - Is also the effective key ok 15178 - Is also the effective key ok 15179 - Is also the effective key ok 15180 - Is also the effective key ok 15181 - Is also the effective key ok 15182 - Is also the effective key ok 15183 - Is also the effective key ok 15184 ok 15185 ok 15186 ok 15187 ok 15188 ok 15189 ok 15190 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 15191 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 15192 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 15193 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 15194 - user_data survived everything ok 15195 - user_data in list context too ok 15196 - Combined get/set ok 15197 ok 15198 - The object isa Canary ok 15199 ok 15200 ok 15201 ok 15202 ok 15203 - infinity survived everything ok 15204 - infinity in list context too ok 15205 - Combined get/set ok 15206 ok 15207 - The object isa Canary ok 15208 ok 15209 ok 15210 ok 15211 ok 15212 ok 15213 ok 15214 - Default userdata is undef ok 15215 - Default userdata is undef ok 15216 - return set infinity ok 15217 - The object isa Canary ok 15218 - return set infinity, even in list context ok 15219 - The object isa Canary ok 15220 - top_key on empty heap returns set infinity ok 15221 - The object isa Canary ok 15222 - top_key on empty heap returns set infinity, even in list context ok 15223 - The object isa Canary ok 15224 - min_key on empty heap returns set infinity ok 15225 - The object isa Canary ok 15226 - min_key on empty heap returns set infinity, even in list context ok 15227 - The object isa Canary ok 15228 ok 15229 ok 15230 ok 15231 ok 15232 ok 15233 ok 15234 ok 15235 - proper error message: Self absorption at t/02_stress.t line 811. # ok 15236 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 15237 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 15238 ok 15239 ok 15240 ok 15241 ok 15242 ok 15243 ok 15244 ok 15245 ok 15246 ok 15247 ok 15248 ok 15249 ok 15250 ok 15251 ok 15252 - order: lt, elements: Hash foo, dirty: 8 ok 15253 ok 15254 ok 15255 ok 15256 - Start empty ok 15257 ok 15258 ok 15259 ok 15260 ok 15261 - There are no values ok 15262 - There are no keys ok 15263 - Expected order ok 15264 - Expected order ok 15265 - Expected element type ok 15266 - Expected element type ok 15267 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 15268 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 15269 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 15270 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 15271 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 15272 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 15273 ok 15274 ok 15275 - proper infinity ok 15276 - proper infinity ok 15277 - Count is number of inserts ok 15278 - There are 9 values ok 15279 - There are 9 keys ok 15280 - keys and values have compatible order ok 15281 ok 15282 - Count lowered by extracts ok 15283 - 2 values left ok 15284 - Empty after clear ok 15285 - Double clear works ok 15286 - Empty after extract_all ok 15287 - extract_top on empty heap dies ok 15288 - extract_top on empty heap dies ok 15289 - extract_min on empty heap dies ok 15290 - extract_min on empty heap dies ok 15291 - extract first on empty returns undef ok 15292 - extract first on empty returns no values ok 15293 - top on empty heap dies ok 15294 - top on empty heap dies ok 15295 - undefined first on empty heap ok 15296 - No first key in list context ok 15297 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 15298 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 15299 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 15300 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 15301 - undef first_key ok 15302 - Empty list from first_key ok 15303 - There are no values ok 15304 - There are no keys ok 15305 - There are no values ok 15306 - The object isa Canary ok 15307 ok 15308 - Functions/Methods aren't wrapped ok 15309 - Functions/Methods aren't wrapped ok 15310 ok 15311 ok 15312 ok 15313 ok 15314 - Use value itself as key ok 15315 - Use value itself as key ok 15316 - Is also the effective key ok 15317 - Is also the effective key ok 15318 - Is also the effective key ok 15319 - Is also the effective key ok 15320 - Is also the effective key ok 15321 - Is also the effective key ok 15322 - Is also the effective key ok 15323 ok 15324 ok 15325 ok 15326 ok 15327 ok 15328 ok 15329 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 15330 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 15331 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 15332 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 15333 - user_data survived everything ok 15334 - user_data in list context too ok 15335 - Combined get/set ok 15336 ok 15337 - The object isa Canary ok 15338 ok 15339 ok 15340 ok 15341 ok 15342 - infinity survived everything ok 15343 - infinity in list context too ok 15344 - Combined get/set ok 15345 ok 15346 - The object isa Canary ok 15347 ok 15348 ok 15349 ok 15350 ok 15351 ok 15352 ok 15353 - Default userdata is undef ok 15354 - Default userdata is undef ok 15355 - return set infinity ok 15356 - The object isa Canary ok 15357 - return set infinity, even in list context ok 15358 - The object isa Canary ok 15359 - top_key on empty heap returns set infinity ok 15360 - The object isa Canary ok 15361 - top_key on empty heap returns set infinity, even in list context ok 15362 - The object isa Canary ok 15363 - min_key on empty heap returns set infinity ok 15364 - The object isa Canary ok 15365 - min_key on empty heap returns set infinity, even in list context ok 15366 - The object isa Canary ok 15367 ok 15368 ok 15369 ok 15370 ok 15371 ok 15372 ok 15373 ok 15374 - proper error message: Self absorption at t/02_stress.t line 811. # ok 15375 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 15376 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 15377 ok 15378 ok 15379 ok 15380 ok 15381 ok 15382 ok 15383 ok 15384 ok 15385 ok 15386 ok 15387 ok 15388 ok 15389 ok 15390 ok 15391 - order: lt, elements: Function CODE(0x23a6a74), dirty: 8 ok 15392 ok 15393 ok 15394 ok 15395 - Start empty ok 15396 ok 15397 ok 15398 ok 15399 ok 15400 - There are no values ok 15401 - There are no keys ok 15402 - Expected order ok 15403 - Expected order ok 15404 - Expected element type ok 15405 - Expected element type ok 15406 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 15407 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 15408 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 15409 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 15410 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 15411 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 15412 ok 15413 ok 15414 - proper infinity ok 15415 - proper infinity ok 15416 - Count is number of inserts ok 15417 - There are 9 values ok 15418 - There are 9 keys ok 15419 - keys and values have compatible order ok 15420 ok 15421 - Count lowered by extracts ok 15422 - 2 values left ok 15423 - Empty after clear ok 15424 - Double clear works ok 15425 - Empty after extract_all ok 15426 - extract_top on empty heap dies ok 15427 - extract_top on empty heap dies ok 15428 - extract_min on empty heap dies ok 15429 - extract_min on empty heap dies ok 15430 - extract first on empty returns undef ok 15431 - extract first on empty returns no values ok 15432 - top on empty heap dies ok 15433 - top on empty heap dies ok 15434 - undefined first on empty heap ok 15435 - No first key in list context ok 15436 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 15437 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 15438 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 15439 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 15440 - undef first_key ok 15441 - Empty list from first_key ok 15442 - There are no values ok 15443 - There are no keys ok 15444 - There are no values ok 15445 - The object isa Canary ok 15446 ok 15447 - Any/Objects aren't wrapped ok 15448 - Any/Objects aren't wrapped ok 15449 ok 15450 ok 15451 ok 15452 ok 15453 - Use value itself as key ok 15454 - Use value itself as key ok 15455 - Is also the effective key ok 15456 - Is also the effective key ok 15457 - Is also the effective key ok 15458 - Is also the effective key ok 15459 - Is also the effective key ok 15460 - Is also the effective key ok 15461 - Is also the effective key ok 15462 ok 15463 ok 15464 ok 15465 ok 15466 ok 15467 ok 15468 - Have all new values ok 15469 ok 15470 ok 15471 - Empty again ok 15472 ok 15473 - Have all new values ok 15474 ok 15475 ok 15476 - Empty again ok 15477 ok 15478 - Have all new values ok 15479 ok 15480 ok 15481 - Empty again ok 15482 ok 15483 - Have all new values ok 15484 ok 15485 ok 15486 - Empty again ok 15487 ok 15488 - user_data survived everything ok 15489 - user_data in list context too ok 15490 - Combined get/set ok 15491 ok 15492 - The object isa Canary ok 15493 ok 15494 ok 15495 ok 15496 ok 15497 - infinity survived everything ok 15498 - infinity in list context too ok 15499 - Combined get/set ok 15500 ok 15501 - The object isa Canary ok 15502 ok 15503 ok 15504 ok 15505 ok 15506 ok 15507 ok 15508 - Default userdata is undef ok 15509 - Default userdata is undef ok 15510 - return set infinity ok 15511 - The object isa Canary ok 15512 - return set infinity, even in list context ok 15513 - The object isa Canary ok 15514 - top_key on empty heap returns set infinity ok 15515 - The object isa Canary ok 15516 - top_key on empty heap returns set infinity, even in list context ok 15517 - The object isa Canary ok 15518 - min_key on empty heap returns set infinity ok 15519 - The object isa Canary ok 15520 - min_key on empty heap returns set infinity, even in list context ok 15521 - The object isa Canary ok 15522 ok 15523 ok 15524 ok 15525 ok 15526 ok 15527 ok 15528 ok 15529 - proper error message: Self absorption at t/02_stress.t line 811. # ok 15530 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 15531 ok 15532 ok 15533 ok 15534 ok 15535 ok 15536 ok 15537 ok 15538 ok 15539 ok 15540 ok 15541 ok 15542 ok 15543 ok 15544 ok 15545 ok 15546 ok 15547 - order: lt, elements: Any CODE(0x23a296c), dirty: 8 ok 15548 ok 15549 ok 15550 ok 15551 - Start empty ok 15552 ok 15553 ok 15554 ok 15555 ok 15556 - There are no values ok 15557 - There are no keys ok 15558 - Expected order ok 15559 - Expected order ok 15560 - Expected element type ok 15561 - Expected element type ok 15562 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 15563 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 15564 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 15565 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 15566 ok 15567 ok 15568 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 15569 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 15570 - proper infinity ok 15571 - proper infinity ok 15572 - Count is number of inserts ok 15573 - There are 9 values ok 15574 - There are 9 keys ok 15575 - keys and values have compatible order ok 15576 ok 15577 - Count lowered by extracts ok 15578 - 2 values left ok 15579 - Empty after clear ok 15580 - Double clear works ok 15581 - Empty after extract_all ok 15582 - extract_top on empty heap dies ok 15583 - extract_top on empty heap dies ok 15584 - extract_min on empty heap dies ok 15585 - extract_min on empty heap dies ok 15586 - extract first on empty returns undef ok 15587 - extract first on empty returns no values ok 15588 - top on empty heap dies ok 15589 - top on empty heap dies ok 15590 - undefined first on empty heap ok 15591 - No first key in list context ok 15592 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 15593 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 15594 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 15595 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 15596 - undef first_key ok 15597 - Empty list from first_key ok 15598 - There are no values ok 15599 - There are no keys ok 15600 - There are no values ok 15601 - The object isa Canary ok 15602 ok 15603 - Functions/Methods aren't wrapped ok 15604 - Functions/Methods aren't wrapped ok 15605 ok 15606 ok 15607 ok 15608 ok 15609 - Use value itself as key ok 15610 - Use value itself as key ok 15611 - Is also the effective key ok 15612 - Is also the effective key ok 15613 - Is also the effective key ok 15614 - Is also the effective key ok 15615 - Is also the effective key ok 15616 - Is also the effective key ok 15617 - Is also the effective key ok 15618 ok 15619 ok 15620 ok 15621 ok 15622 ok 15623 ok 15624 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 15625 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 15626 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 15627 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 15628 - user_data survived everything ok 15629 - user_data in list context too ok 15630 - Combined get/set ok 15631 ok 15632 - The object isa Canary ok 15633 ok 15634 ok 15635 ok 15636 ok 15637 - infinity survived everything ok 15638 - infinity in list context too ok 15639 - Combined get/set ok 15640 ok 15641 - The object isa Canary ok 15642 ok 15643 ok 15644 ok 15645 ok 15646 ok 15647 ok 15648 - Default userdata is undef ok 15649 - Default userdata is undef ok 15650 - return set infinity ok 15651 - The object isa Canary ok 15652 - return set infinity, even in list context ok 15653 - The object isa Canary ok 15654 - top_key on empty heap returns set infinity ok 15655 - The object isa Canary ok 15656 - top_key on empty heap returns set infinity, even in list context ok 15657 - The object isa Canary ok 15658 - min_key on empty heap returns set infinity ok 15659 - The object isa Canary ok 15660 - min_key on empty heap returns set infinity, even in list context ok 15661 - The object isa Canary ok 15662 ok 15663 ok 15664 ok 15665 ok 15666 ok 15667 ok 15668 ok 15669 - proper error message: Self absorption at t/02_stress.t line 811. # ok 15670 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 15671 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 15672 ok 15673 ok 15674 ok 15675 ok 15676 ok 15677 ok 15678 ok 15679 ok 15680 ok 15681 ok 15682 ok 15683 ok 15684 ok 15685 ok 15686 - order: lt, elements: Method meth, dirty: 8 ok 15687 ok 15688 ok 15689 ok 15690 - Start empty ok 15691 ok 15692 ok 15693 ok 15694 ok 15695 - There are no values ok 15696 - There are no keys ok 15697 - Expected order ok 15698 - Expected order ok 15699 - Expected element type ok 15700 - Expected element type ok 15701 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 15702 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 15703 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 15704 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 15705 ok 15706 ok 15707 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 15708 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 15709 - proper infinity ok 15710 - proper infinity ok 15711 - Count is number of inserts ok 15712 - There are 9 values ok 15713 - There are 9 keys ok 15714 - keys and values have compatible order ok 15715 ok 15716 - Count lowered by extracts ok 15717 - 2 values left ok 15718 - Empty after clear ok 15719 - Double clear works ok 15720 - Empty after extract_all ok 15721 - extract_top on empty heap dies ok 15722 - extract_top on empty heap dies ok 15723 - extract_min on empty heap dies ok 15724 - extract_min on empty heap dies ok 15725 - extract first on empty returns undef ok 15726 - extract first on empty returns no values ok 15727 - top on empty heap dies ok 15728 - top on empty heap dies ok 15729 - undefined first on empty heap ok 15730 - No first key in list context ok 15731 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 15732 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 15733 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 15734 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 15735 - undef first_key ok 15736 - Empty list from first_key ok 15737 - There are no values ok 15738 - There are no keys ok 15739 - There are no values ok 15740 - The object isa Canary ok 15741 ok 15742 - Functions/Methods aren't wrapped ok 15743 - Functions/Methods aren't wrapped ok 15744 ok 15745 ok 15746 ok 15747 ok 15748 - Use value itself as key ok 15749 - Use value itself as key ok 15750 - Is also the effective key ok 15751 - Is also the effective key ok 15752 - Is also the effective key ok 15753 - Is also the effective key ok 15754 - Is also the effective key ok 15755 - Is also the effective key ok 15756 - Is also the effective key ok 15757 ok 15758 ok 15759 ok 15760 ok 15761 ok 15762 ok 15763 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 15764 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 15765 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 15766 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 15767 - user_data survived everything ok 15768 - user_data in list context too ok 15769 - Combined get/set ok 15770 ok 15771 - The object isa Canary ok 15772 ok 15773 ok 15774 ok 15775 ok 15776 - infinity survived everything ok 15777 - infinity in list context too ok 15778 - Combined get/set ok 15779 ok 15780 - The object isa Canary ok 15781 ok 15782 ok 15783 ok 15784 ok 15785 ok 15786 ok 15787 - Default userdata is undef ok 15788 - Default userdata is undef ok 15789 - return set infinity ok 15790 - The object isa Canary ok 15791 - return set infinity, even in list context ok 15792 - The object isa Canary ok 15793 - top_key on empty heap returns set infinity ok 15794 - The object isa Canary ok 15795 - top_key on empty heap returns set infinity, even in list context ok 15796 - The object isa Canary ok 15797 - min_key on empty heap returns set infinity ok 15798 - The object isa Canary ok 15799 - min_key on empty heap returns set infinity, even in list context ok 15800 - The object isa Canary ok 15801 ok 15802 ok 15803 ok 15804 ok 15805 ok 15806 ok 15807 ok 15808 - proper error message: Self absorption at t/02_stress.t line 811. # ok 15809 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 15810 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 15811 ok 15812 ok 15813 ok 15814 ok 15815 ok 15816 ok 15817 ok 15818 ok 15819 ok 15820 ok 15821 ok 15822 ok 15823 ok 15824 ok 15825 - order: lt, elements: Method -'$f\#, dirty: 8 ok 15826 ok 15827 ok 15828 ok 15829 - Start empty ok 15830 ok 15831 ok 15832 ok 15833 ok 15834 - There are no values ok 15835 - There are no keys ok 15836 - Expected order ok 15837 - Expected order ok 15838 - Expected element type ok 15839 - Expected element type ok 15840 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 15841 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 15842 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 15843 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 15844 ok 15845 ok 15846 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 15847 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 15848 - proper infinity ok 15849 - proper infinity ok 15850 - Count is number of inserts ok 15851 - There are 9 values ok 15852 - There are 9 keys ok 15853 - keys and values have compatible order ok 15854 ok 15855 - Count lowered by extracts ok 15856 - 2 values left ok 15857 - Empty after clear ok 15858 - Double clear works ok 15859 - Empty after extract_all ok 15860 - extract_top on empty heap dies ok 15861 - extract_top on empty heap dies ok 15862 - extract_min on empty heap dies ok 15863 - extract_min on empty heap dies ok 15864 - extract first on empty returns undef ok 15865 - extract first on empty returns no values ok 15866 - top on empty heap dies ok 15867 - top on empty heap dies ok 15868 - undefined first on empty heap ok 15869 - No first key in list context ok 15870 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 15871 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 15872 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 15873 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 15874 - undef first_key ok 15875 - Empty list from first_key ok 15876 - There are no values ok 15877 - There are no keys ok 15878 - There are no values ok 15879 - The object isa Canary ok 15880 ok 15881 - Any/Objects aren't wrapped ok 15882 - Any/Objects aren't wrapped ok 15883 ok 15884 ok 15885 ok 15886 ok 15887 - Use value itself as key ok 15888 - Use value itself as key ok 15889 - Is also the effective key ok 15890 - Is also the effective key ok 15891 - Is also the effective key ok 15892 - Is also the effective key ok 15893 - Is also the effective key ok 15894 - Is also the effective key ok 15895 - Is also the effective key ok 15896 ok 15897 ok 15898 ok 15899 ok 15900 ok 15901 ok 15902 - Have all new values ok 15903 ok 15904 ok 15905 - Empty again ok 15906 ok 15907 - Have all new values ok 15908 ok 15909 ok 15910 - Empty again ok 15911 ok 15912 - Have all new values ok 15913 ok 15914 ok 15915 - Empty again ok 15916 ok 15917 - Have all new values ok 15918 ok 15919 ok 15920 - Empty again ok 15921 ok 15922 - user_data survived everything ok 15923 - user_data in list context too ok 15924 - Combined get/set ok 15925 ok 15926 - The object isa Canary ok 15927 ok 15928 ok 15929 ok 15930 ok 15931 - infinity survived everything ok 15932 - infinity in list context too ok 15933 - Combined get/set ok 15934 ok 15935 - The object isa Canary ok 15936 ok 15937 ok 15938 ok 15939 ok 15940 ok 15941 ok 15942 - Default userdata is undef ok 15943 - Default userdata is undef ok 15944 - return set infinity ok 15945 - The object isa Canary ok 15946 - return set infinity, even in list context ok 15947 - The object isa Canary ok 15948 - top_key on empty heap returns set infinity ok 15949 - The object isa Canary ok 15950 - top_key on empty heap returns set infinity, even in list context ok 15951 - The object isa Canary ok 15952 - min_key on empty heap returns set infinity ok 15953 - The object isa Canary ok 15954 - min_key on empty heap returns set infinity, even in list context ok 15955 - The object isa Canary ok 15956 ok 15957 ok 15958 ok 15959 ok 15960 ok 15961 ok 15962 ok 15963 - proper error message: Self absorption at t/02_stress.t line 811. # ok 15964 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 15965 ok 15966 ok 15967 ok 15968 ok 15969 ok 15970 ok 15971 ok 15972 ok 15973 ok 15974 ok 15975 ok 15976 ok 15977 ok 15978 ok 15979 ok 15980 ok 15981 - order: lt, elements: Object meth, dirty: 8 ok 15982 ok 15983 ok 15984 ok 15985 - Start empty ok 15986 ok 15987 ok 15988 ok 15989 ok 15990 - There are no values ok 15991 - There are no keys ok 15992 - Expected order ok 15993 - Expected order ok 15994 - Expected element type ok 15995 - Expected element type ok 15996 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 15997 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 15998 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 15999 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 16000 ok 16001 ok 16002 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 16003 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 16004 - proper infinity ok 16005 - proper infinity ok 16006 - Count is number of inserts ok 16007 - There are 9 values ok 16008 - There are 9 keys ok 16009 - keys and values have compatible order ok 16010 ok 16011 - Count lowered by extracts ok 16012 - 2 values left ok 16013 - Empty after clear ok 16014 - Double clear works ok 16015 - Empty after extract_all ok 16016 - extract_top on empty heap dies ok 16017 - extract_top on empty heap dies ok 16018 - extract_min on empty heap dies ok 16019 - extract_min on empty heap dies ok 16020 - extract first on empty returns undef ok 16021 - extract first on empty returns no values ok 16022 - top on empty heap dies ok 16023 - top on empty heap dies ok 16024 - undefined first on empty heap ok 16025 - No first key in list context ok 16026 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 16027 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 16028 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 16029 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 16030 - undef first_key ok 16031 - Empty list from first_key ok 16032 - There are no values ok 16033 - There are no keys ok 16034 - There are no values ok 16035 - The object isa Canary ok 16036 ok 16037 - Any/Objects aren't wrapped ok 16038 - Any/Objects aren't wrapped ok 16039 ok 16040 ok 16041 ok 16042 ok 16043 - Use value itself as key ok 16044 - Use value itself as key ok 16045 - Is also the effective key ok 16046 - Is also the effective key ok 16047 - Is also the effective key ok 16048 - Is also the effective key ok 16049 - Is also the effective key ok 16050 - Is also the effective key ok 16051 - Is also the effective key ok 16052 ok 16053 ok 16054 ok 16055 ok 16056 ok 16057 ok 16058 - Have all new values ok 16059 ok 16060 ok 16061 - Empty again ok 16062 ok 16063 - Have all new values ok 16064 ok 16065 ok 16066 - Empty again ok 16067 ok 16068 - Have all new values ok 16069 ok 16070 ok 16071 - Empty again ok 16072 ok 16073 - Have all new values ok 16074 ok 16075 ok 16076 - Empty again ok 16077 ok 16078 - user_data survived everything ok 16079 - user_data in list context too ok 16080 - Combined get/set ok 16081 ok 16082 - The object isa Canary ok 16083 ok 16084 ok 16085 ok 16086 ok 16087 - infinity survived everything ok 16088 - infinity in list context too ok 16089 - Combined get/set ok 16090 ok 16091 - The object isa Canary ok 16092 ok 16093 ok 16094 ok 16095 ok 16096 ok 16097 ok 16098 - Default userdata is undef ok 16099 - Default userdata is undef ok 16100 - return set infinity ok 16101 - The object isa Canary ok 16102 - return set infinity, even in list context ok 16103 - The object isa Canary ok 16104 - top_key on empty heap returns set infinity ok 16105 - The object isa Canary ok 16106 - top_key on empty heap returns set infinity, even in list context ok 16107 - The object isa Canary ok 16108 - min_key on empty heap returns set infinity ok 16109 - The object isa Canary ok 16110 - min_key on empty heap returns set infinity, even in list context ok 16111 - The object isa Canary ok 16112 ok 16113 ok 16114 ok 16115 ok 16116 ok 16117 ok 16118 ok 16119 - proper error message: Self absorption at t/02_stress.t line 811. # ok 16120 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 16121 ok 16122 ok 16123 ok 16124 ok 16125 ok 16126 ok 16127 ok 16128 ok 16129 ok 16130 ok 16131 ok 16132 ok 16133 ok 16134 ok 16135 ok 16136 ok 16137 - order: lt, elements: Object -'$f\#, dirty: 8 ok 16138 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 16139 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 16140 - Have all new values ok 16141 ok 16142 ok 16143 - Empty again ok 16144 ok 16145 - Have all new values ok 16146 ok 16147 ok 16148 - Empty again ok 16149 ok 16150 ok 16151 ok 16152 ok 16153 ok 16154 ok 16155 ok 16156 ok 16157 ok 16158 ok 16159 ok 16160 ok 16161 ok 16162 ok 16163 ok 16164 ok 16165 ok 16166 ok 16167 ok 16168 ok 16169 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 16170 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 16171 - Have all new values ok 16172 ok 16173 ok 16174 - Empty again ok 16175 ok 16176 - Have all new values ok 16177 ok 16178 ok 16179 - Empty again ok 16180 ok 16181 ok 16182 ok 16183 ok 16184 ok 16185 ok 16186 ok 16187 ok 16188 ok 16189 ok 16190 ok 16191 ok 16192 ok 16193 ok 16194 ok 16195 ok 16196 ok 16197 ok 16198 ok 16199 ok 16200 ok 16201 ok 16202 ok 16203 - Start empty ok 16204 ok 16205 ok 16206 ok 16207 ok 16208 - There are no values ok 16209 - There are no keys ok 16210 - Expected order ok 16211 - Expected order ok 16212 - Expected element type ok 16213 - Expected element type ok 16214 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 16215 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 16216 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 16217 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 16218 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 16219 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 16220 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 16221 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 16222 - proper infinity ok 16223 - proper infinity ok 16224 - Count is number of inserts ok 16225 - There are 9 values ok 16226 - There are 9 keys ok 16227 - keys and values have compatible order ok 16228 ok 16229 - Count lowered by extracts ok 16230 - 2 values left ok 16231 - Empty after clear ok 16232 - Double clear works ok 16233 - Empty after extract_all ok 16234 - extract_top on empty heap dies ok 16235 - extract_top on empty heap dies ok 16236 - extract_min on empty heap dies ok 16237 - extract_min on empty heap dies ok 16238 - extract first on empty returns undef ok 16239 - extract first on empty returns no values ok 16240 - top on empty heap dies ok 16241 - top on empty heap dies ok 16242 - undefined first on empty heap ok 16243 - No first key in list context ok 16244 - Return infinity on empty ok 16245 - Return infinity on empty in list context ok 16246 - Return infinity on empty ok 16247 - Return infinity on empty in list context ok 16248 - undef first_key ok 16249 - Empty list from first_key ok 16250 - There are no values ok 16251 - There are no keys ok 16252 - There are no values ok 16253 - Scalar is simple ok 16254 - Scalars aren't wrapped ok 16255 - Scalars aren't wrapped ok 16256 ok 16257 ok 16258 ok 16259 ok 16260 - Use value itself as key ok 16261 - Use value itself as key ok 16262 - Is also the effective key ok 16263 - Is also the effective key ok 16264 - Is also the effective key ok 16265 - Is also the effective key ok 16266 - Is also the effective key ok 16267 - Is also the effective key ok 16268 - Is also the effective key ok 16269 ok 16270 ok 16271 ok 16272 ok 16273 ok 16274 ok 16275 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 16276 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 16277 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 16278 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 16279 - user_data survived everything ok 16280 - user_data in list context too ok 16281 - Combined get/set ok 16282 ok 16283 - The object isa Canary ok 16284 ok 16285 ok 16286 ok 16287 ok 16288 - infinity survived everything ok 16289 - infinity in list context too ok 16290 - Combined get/set ok 16291 ok 16292 - The object isa Canary ok 16293 ok 16294 ok 16295 ok 16296 ok 16297 ok 16298 ok 16299 - Default userdata is undef ok 16300 - Default userdata is undef ok 16301 - return set infinity ok 16302 - The object isa Canary ok 16303 - return set infinity, even in list context ok 16304 - The object isa Canary ok 16305 - top_key on empty heap returns set infinity ok 16306 - The object isa Canary ok 16307 - top_key on empty heap returns set infinity, even in list context ok 16308 - The object isa Canary ok 16309 - min_key on empty heap returns set infinity ok 16310 - The object isa Canary ok 16311 - min_key on empty heap returns set infinity, even in list context ok 16312 - The object isa Canary ok 16313 ok 16314 ok 16315 ok 16316 ok 16317 ok 16318 ok 16319 ok 16320 - proper error message: Self absorption at t/02_stress.t line 811. # ok 16321 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 16322 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 16323 ok 16324 ok 16325 ok 16326 ok 16327 ok 16328 ok 16329 ok 16330 ok 16331 ok 16332 ok 16333 ok 16334 ok 16335 ok 16336 ok 16337 - order: gt, elements: Scalar, dirty: 8 ok 16338 ok 16339 ok 16340 ok 16341 - Start empty ok 16342 ok 16343 ok 16344 ok 16345 ok 16346 - There are no values ok 16347 - There are no keys ok 16348 - Expected order ok 16349 - Expected order ok 16350 - Expected element type ok 16351 - Expected element type ok 16352 ok 16353 ok 16354 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 16355 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 16356 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 16357 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 16358 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 16359 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 16360 - proper infinity ok 16361 - proper infinity ok 16362 - Count is number of inserts ok 16363 - There are 9 values ok 16364 - There are 9 keys ok 16365 - keys and values have compatible order ok 16366 ok 16367 - Count lowered by extracts ok 16368 - 2 values left ok 16369 - Empty after clear ok 16370 - Double clear works ok 16371 - Empty after extract_all ok 16372 - extract_top on empty heap dies ok 16373 - extract_top on empty heap dies ok 16374 - extract_min on empty heap dies ok 16375 - extract_min on empty heap dies ok 16376 - extract first on empty returns undef ok 16377 - extract first on empty returns no values ok 16378 - top on empty heap dies ok 16379 - top on empty heap dies ok 16380 - undefined first on empty heap ok 16381 - No first key in list context ok 16382 - Return infinity on empty ok 16383 - Return infinity on empty in list context ok 16384 - Return infinity on empty ok 16385 - Return infinity on empty in list context ok 16386 - undef first_key ok 16387 - Empty list from first_key ok 16388 - There are no values ok 16389 - There are no keys ok 16390 - There are no values ok 16391 - The object isa Canary ok 16392 ok 16393 - Arrays aren't wrapped ok 16394 - Arrays aren't wrapped ok 16395 ok 16396 ok 16397 ok 16398 ok 16399 - Use value itself as key ok 16400 - Use value itself as key ok 16401 - Is also the effective key ok 16402 - Is also the effective key ok 16403 - Is also the effective key ok 16404 - Is also the effective key ok 16405 - Is also the effective key ok 16406 - Is also the effective key ok 16407 - Is also the effective key ok 16408 ok 16409 ok 16410 ok 16411 ok 16412 ok 16413 ok 16414 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 16415 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 16416 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 16417 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 16418 - user_data survived everything ok 16419 - user_data in list context too ok 16420 - Combined get/set ok 16421 ok 16422 - The object isa Canary ok 16423 ok 16424 ok 16425 ok 16426 ok 16427 - infinity survived everything ok 16428 - infinity in list context too ok 16429 - Combined get/set ok 16430 ok 16431 - The object isa Canary ok 16432 ok 16433 ok 16434 ok 16435 ok 16436 ok 16437 ok 16438 - Default userdata is undef ok 16439 - Default userdata is undef ok 16440 - return set infinity ok 16441 - The object isa Canary ok 16442 - return set infinity, even in list context ok 16443 - The object isa Canary ok 16444 - top_key on empty heap returns set infinity ok 16445 - The object isa Canary ok 16446 - top_key on empty heap returns set infinity, even in list context ok 16447 - The object isa Canary ok 16448 - min_key on empty heap returns set infinity ok 16449 - The object isa Canary ok 16450 - min_key on empty heap returns set infinity, even in list context ok 16451 - The object isa Canary ok 16452 ok 16453 ok 16454 ok 16455 ok 16456 ok 16457 ok 16458 ok 16459 - proper error message: Self absorption at t/02_stress.t line 811. # ok 16460 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 16461 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 16462 ok 16463 ok 16464 ok 16465 ok 16466 ok 16467 ok 16468 ok 16469 ok 16470 ok 16471 ok 16472 ok 16473 ok 16474 ok 16475 ok 16476 - order: gt, elements: Array 1, dirty: 8 ok 16477 ok 16478 ok 16479 ok 16480 - Start empty ok 16481 ok 16482 ok 16483 ok 16484 ok 16485 - There are no values ok 16486 - There are no keys ok 16487 - Expected order ok 16488 - Expected order ok 16489 - Expected element type ok 16490 - Expected element type ok 16491 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 16492 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 16493 ok 16494 ok 16495 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 16496 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 16497 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 16498 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 16499 - proper infinity ok 16500 - proper infinity ok 16501 - Count is number of inserts ok 16502 - There are 9 values ok 16503 - There are 9 keys ok 16504 - keys and values have compatible order ok 16505 ok 16506 - Count lowered by extracts ok 16507 - 2 values left ok 16508 - Empty after clear ok 16509 - Double clear works ok 16510 - Empty after extract_all ok 16511 - extract_top on empty heap dies ok 16512 - extract_top on empty heap dies ok 16513 - extract_min on empty heap dies ok 16514 - extract_min on empty heap dies ok 16515 - extract first on empty returns undef ok 16516 - extract first on empty returns no values ok 16517 - top on empty heap dies ok 16518 - top on empty heap dies ok 16519 - undefined first on empty heap ok 16520 - No first key in list context ok 16521 - Return infinity on empty ok 16522 - Return infinity on empty in list context ok 16523 - Return infinity on empty ok 16524 - Return infinity on empty in list context ok 16525 - undef first_key ok 16526 - Empty list from first_key ok 16527 - There are no values ok 16528 - There are no keys ok 16529 - There are no values ok 16530 - The object isa Canary ok 16531 ok 16532 - Hashes aren't wrapped ok 16533 - Hashes aren't wrapped ok 16534 ok 16535 ok 16536 ok 16537 ok 16538 - Use value itself as key ok 16539 - Use value itself as key ok 16540 - Is also the effective key ok 16541 - Is also the effective key ok 16542 - Is also the effective key ok 16543 - Is also the effective key ok 16544 - Is also the effective key ok 16545 - Is also the effective key ok 16546 - Is also the effective key ok 16547 ok 16548 ok 16549 ok 16550 ok 16551 ok 16552 ok 16553 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 16554 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 16555 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 16556 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 16557 - user_data survived everything ok 16558 - user_data in list context too ok 16559 - Combined get/set ok 16560 ok 16561 - The object isa Canary ok 16562 ok 16563 ok 16564 ok 16565 ok 16566 - infinity survived everything ok 16567 - infinity in list context too ok 16568 - Combined get/set ok 16569 ok 16570 - The object isa Canary ok 16571 ok 16572 ok 16573 ok 16574 ok 16575 ok 16576 ok 16577 - Default userdata is undef ok 16578 - Default userdata is undef ok 16579 - return set infinity ok 16580 - The object isa Canary ok 16581 - return set infinity, even in list context ok 16582 - The object isa Canary ok 16583 - top_key on empty heap returns set infinity ok 16584 - The object isa Canary ok 16585 - top_key on empty heap returns set infinity, even in list context ok 16586 - The object isa Canary ok 16587 - min_key on empty heap returns set infinity ok 16588 - The object isa Canary ok 16589 - min_key on empty heap returns set infinity, even in list context ok 16590 - The object isa Canary ok 16591 ok 16592 ok 16593 ok 16594 ok 16595 ok 16596 ok 16597 ok 16598 - proper error message: Self absorption at t/02_stress.t line 811. # ok 16599 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 16600 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 16601 ok 16602 ok 16603 ok 16604 ok 16605 ok 16606 ok 16607 ok 16608 ok 16609 ok 16610 ok 16611 ok 16612 ok 16613 ok 16614 ok 16615 - order: gt, elements: Hash foo, dirty: 8 ok 16616 ok 16617 ok 16618 ok 16619 - Start empty ok 16620 ok 16621 ok 16622 ok 16623 ok 16624 - There are no values ok 16625 - There are no keys ok 16626 - Expected order ok 16627 - Expected order ok 16628 - Expected element type ok 16629 - Expected element type ok 16630 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 16631 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 16632 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 16633 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 16634 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 16635 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 16636 ok 16637 ok 16638 - proper infinity ok 16639 - proper infinity ok 16640 - Count is number of inserts ok 16641 - There are 9 values ok 16642 - There are 9 keys ok 16643 - keys and values have compatible order ok 16644 ok 16645 - Count lowered by extracts ok 16646 - 2 values left ok 16647 - Empty after clear ok 16648 - Double clear works ok 16649 - Empty after extract_all ok 16650 - extract_top on empty heap dies ok 16651 - extract_top on empty heap dies ok 16652 - extract_min on empty heap dies ok 16653 - extract_min on empty heap dies ok 16654 - extract first on empty returns undef ok 16655 - extract first on empty returns no values ok 16656 - top on empty heap dies ok 16657 - top on empty heap dies ok 16658 - undefined first on empty heap ok 16659 - No first key in list context ok 16660 - Return infinity on empty ok 16661 - Return infinity on empty in list context ok 16662 - Return infinity on empty ok 16663 - Return infinity on empty in list context ok 16664 - undef first_key ok 16665 - Empty list from first_key ok 16666 - There are no values ok 16667 - There are no keys ok 16668 - There are no values ok 16669 - The object isa Canary ok 16670 ok 16671 - Functions/Methods aren't wrapped ok 16672 - Functions/Methods aren't wrapped ok 16673 ok 16674 ok 16675 ok 16676 ok 16677 - Use value itself as key ok 16678 - Use value itself as key ok 16679 - Is also the effective key ok 16680 - Is also the effective key ok 16681 - Is also the effective key ok 16682 - Is also the effective key ok 16683 - Is also the effective key ok 16684 - Is also the effective key ok 16685 - Is also the effective key ok 16686 ok 16687 ok 16688 ok 16689 ok 16690 ok 16691 ok 16692 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 16693 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 16694 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 16695 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 16696 - user_data survived everything ok 16697 - user_data in list context too ok 16698 - Combined get/set ok 16699 ok 16700 - The object isa Canary ok 16701 ok 16702 ok 16703 ok 16704 ok 16705 - infinity survived everything ok 16706 - infinity in list context too ok 16707 - Combined get/set ok 16708 ok 16709 - The object isa Canary ok 16710 ok 16711 ok 16712 ok 16713 ok 16714 ok 16715 ok 16716 - Default userdata is undef ok 16717 - Default userdata is undef ok 16718 - return set infinity ok 16719 - The object isa Canary ok 16720 - return set infinity, even in list context ok 16721 - The object isa Canary ok 16722 - top_key on empty heap returns set infinity ok 16723 - The object isa Canary ok 16724 - top_key on empty heap returns set infinity, even in list context ok 16725 - The object isa Canary ok 16726 - min_key on empty heap returns set infinity ok 16727 - The object isa Canary ok 16728 - min_key on empty heap returns set infinity, even in list context ok 16729 - The object isa Canary ok 16730 ok 16731 ok 16732 ok 16733 ok 16734 ok 16735 ok 16736 ok 16737 - proper error message: Self absorption at t/02_stress.t line 811. # ok 16738 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 16739 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 16740 ok 16741 ok 16742 ok 16743 ok 16744 ok 16745 ok 16746 ok 16747 ok 16748 ok 16749 ok 16750 ok 16751 ok 16752 ok 16753 ok 16754 - order: gt, elements: Function CODE(0x242dfa4), dirty: 8 ok 16755 ok 16756 ok 16757 ok 16758 - Start empty ok 16759 ok 16760 ok 16761 ok 16762 ok 16763 - There are no values ok 16764 - There are no keys ok 16765 - Expected order ok 16766 - Expected order ok 16767 - Expected element type ok 16768 - Expected element type ok 16769 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 16770 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 16771 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 16772 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 16773 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 16774 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 16775 ok 16776 ok 16777 - proper infinity ok 16778 - proper infinity ok 16779 - Count is number of inserts ok 16780 - There are 9 values ok 16781 - There are 9 keys ok 16782 - keys and values have compatible order ok 16783 ok 16784 - Count lowered by extracts ok 16785 - 2 values left ok 16786 - Empty after clear ok 16787 - Double clear works ok 16788 - Empty after extract_all ok 16789 - extract_top on empty heap dies ok 16790 - extract_top on empty heap dies ok 16791 - extract_min on empty heap dies ok 16792 - extract_min on empty heap dies ok 16793 - extract first on empty returns undef ok 16794 - extract first on empty returns no values ok 16795 - top on empty heap dies ok 16796 - top on empty heap dies ok 16797 - undefined first on empty heap ok 16798 - No first key in list context ok 16799 - Return infinity on empty ok 16800 - Return infinity on empty in list context ok 16801 - Return infinity on empty ok 16802 - Return infinity on empty in list context ok 16803 - undef first_key ok 16804 - Empty list from first_key ok 16805 - There are no values ok 16806 - There are no keys ok 16807 - There are no values ok 16808 - The object isa Canary ok 16809 ok 16810 - Any/Objects aren't wrapped ok 16811 - Any/Objects aren't wrapped ok 16812 ok 16813 ok 16814 ok 16815 ok 16816 - Use value itself as key ok 16817 - Use value itself as key ok 16818 - Is also the effective key ok 16819 - Is also the effective key ok 16820 - Is also the effective key ok 16821 - Is also the effective key ok 16822 - Is also the effective key ok 16823 - Is also the effective key ok 16824 - Is also the effective key ok 16825 ok 16826 ok 16827 ok 16828 ok 16829 ok 16830 ok 16831 - Have all new values ok 16832 ok 16833 ok 16834 - Empty again ok 16835 ok 16836 - Have all new values ok 16837 ok 16838 ok 16839 - Empty again ok 16840 ok 16841 - Have all new values ok 16842 ok 16843 ok 16844 - Empty again ok 16845 ok 16846 - Have all new values ok 16847 ok 16848 ok 16849 - Empty again ok 16850 ok 16851 - user_data survived everything ok 16852 - user_data in list context too ok 16853 - Combined get/set ok 16854 ok 16855 - The object isa Canary ok 16856 ok 16857 ok 16858 ok 16859 ok 16860 - infinity survived everything ok 16861 - infinity in list context too ok 16862 - Combined get/set ok 16863 ok 16864 - The object isa Canary ok 16865 ok 16866 ok 16867 ok 16868 ok 16869 ok 16870 ok 16871 - Default userdata is undef ok 16872 - Default userdata is undef ok 16873 - return set infinity ok 16874 - The object isa Canary ok 16875 - return set infinity, even in list context ok 16876 - The object isa Canary ok 16877 - top_key on empty heap returns set infinity ok 16878 - The object isa Canary ok 16879 - top_key on empty heap returns set infinity, even in list context ok 16880 - The object isa Canary ok 16881 - min_key on empty heap returns set infinity ok 16882 - The object isa Canary ok 16883 - min_key on empty heap returns set infinity, even in list context ok 16884 - The object isa Canary ok 16885 ok 16886 ok 16887 ok 16888 ok 16889 ok 16890 ok 16891 ok 16892 - proper error message: Self absorption at t/02_stress.t line 811. # ok 16893 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 16894 ok 16895 ok 16896 ok 16897 ok 16898 ok 16899 ok 16900 ok 16901 ok 16902 ok 16903 ok 16904 ok 16905 ok 16906 ok 16907 ok 16908 ok 16909 ok 16910 - order: gt, elements: Any CODE(0x242ec94), dirty: 8 ok 16911 ok 16912 ok 16913 ok 16914 - Start empty ok 16915 ok 16916 ok 16917 ok 16918 ok 16919 - There are no values ok 16920 - There are no keys ok 16921 - Expected order ok 16922 - Expected order ok 16923 - Expected element type ok 16924 - Expected element type ok 16925 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 16926 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 16927 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 16928 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 16929 ok 16930 ok 16931 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 16932 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 16933 - proper infinity ok 16934 - proper infinity ok 16935 - Count is number of inserts ok 16936 - There are 9 values ok 16937 - There are 9 keys ok 16938 - keys and values have compatible order ok 16939 ok 16940 - Count lowered by extracts ok 16941 - 2 values left ok 16942 - Empty after clear ok 16943 - Double clear works ok 16944 - Empty after extract_all ok 16945 - extract_top on empty heap dies ok 16946 - extract_top on empty heap dies ok 16947 - extract_min on empty heap dies ok 16948 - extract_min on empty heap dies ok 16949 - extract first on empty returns undef ok 16950 - extract first on empty returns no values ok 16951 - top on empty heap dies ok 16952 - top on empty heap dies ok 16953 - undefined first on empty heap ok 16954 - No first key in list context ok 16955 - Return infinity on empty ok 16956 - Return infinity on empty in list context ok 16957 - Return infinity on empty ok 16958 - Return infinity on empty in list context ok 16959 - undef first_key ok 16960 - Empty list from first_key ok 16961 - There are no values ok 16962 - There are no keys ok 16963 - There are no values ok 16964 - The object isa Canary ok 16965 ok 16966 - Functions/Methods aren't wrapped ok 16967 - Functions/Methods aren't wrapped ok 16968 ok 16969 ok 16970 ok 16971 ok 16972 - Use value itself as key ok 16973 - Use value itself as key ok 16974 - Is also the effective key ok 16975 - Is also the effective key ok 16976 - Is also the effective key ok 16977 - Is also the effective key ok 16978 - Is also the effective key ok 16979 - Is also the effective key ok 16980 - Is also the effective key ok 16981 ok 16982 ok 16983 ok 16984 ok 16985 ok 16986 ok 16987 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 16988 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 16989 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 16990 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 16991 - user_data survived everything ok 16992 - user_data in list context too ok 16993 - Combined get/set ok 16994 ok 16995 - The object isa Canary ok 16996 ok 16997 ok 16998 ok 16999 ok 17000 - infinity survived everything ok 17001 - infinity in list context too ok 17002 - Combined get/set ok 17003 ok 17004 - The object isa Canary ok 17005 ok 17006 ok 17007 ok 17008 ok 17009 ok 17010 ok 17011 - Default userdata is undef ok 17012 - Default userdata is undef ok 17013 - return set infinity ok 17014 - The object isa Canary ok 17015 - return set infinity, even in list context ok 17016 - The object isa Canary ok 17017 - top_key on empty heap returns set infinity ok 17018 - The object isa Canary ok 17019 - top_key on empty heap returns set infinity, even in list context ok 17020 - The object isa Canary ok 17021 - min_key on empty heap returns set infinity ok 17022 - The object isa Canary ok 17023 - min_key on empty heap returns set infinity, even in list context ok 17024 - The object isa Canary ok 17025 ok 17026 ok 17027 ok 17028 ok 17029 ok 17030 ok 17031 ok 17032 - proper error message: Self absorption at t/02_stress.t line 811. # ok 17033 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 17034 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 17035 ok 17036 ok 17037 ok 17038 ok 17039 ok 17040 ok 17041 ok 17042 ok 17043 ok 17044 ok 17045 ok 17046 ok 17047 ok 17048 ok 17049 - order: gt, elements: Method meth, dirty: 8 ok 17050 ok 17051 ok 17052 ok 17053 - Start empty ok 17054 ok 17055 ok 17056 ok 17057 ok 17058 - There are no values ok 17059 - There are no keys ok 17060 - Expected order ok 17061 - Expected order ok 17062 - Expected element type ok 17063 - Expected element type ok 17064 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 17065 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 17066 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 17067 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 17068 ok 17069 ok 17070 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 17071 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 17072 - proper infinity ok 17073 - proper infinity ok 17074 - Count is number of inserts ok 17075 - There are 9 values ok 17076 - There are 9 keys ok 17077 - keys and values have compatible order ok 17078 ok 17079 - Count lowered by extracts ok 17080 - 2 values left ok 17081 - Empty after clear ok 17082 - Double clear works ok 17083 - Empty after extract_all ok 17084 - extract_top on empty heap dies ok 17085 - extract_top on empty heap dies ok 17086 - extract_min on empty heap dies ok 17087 - extract_min on empty heap dies ok 17088 - extract first on empty returns undef ok 17089 - extract first on empty returns no values ok 17090 - top on empty heap dies ok 17091 - top on empty heap dies ok 17092 - undefined first on empty heap ok 17093 - No first key in list context ok 17094 - Return infinity on empty ok 17095 - Return infinity on empty in list context ok 17096 - Return infinity on empty ok 17097 - Return infinity on empty in list context ok 17098 - undef first_key ok 17099 - Empty list from first_key ok 17100 - There are no values ok 17101 - There are no keys ok 17102 - There are no values ok 17103 - The object isa Canary ok 17104 ok 17105 - Functions/Methods aren't wrapped ok 17106 - Functions/Methods aren't wrapped ok 17107 ok 17108 ok 17109 ok 17110 ok 17111 - Use value itself as key ok 17112 - Use value itself as key ok 17113 - Is also the effective key ok 17114 - Is also the effective key ok 17115 - Is also the effective key ok 17116 - Is also the effective key ok 17117 - Is also the effective key ok 17118 - Is also the effective key ok 17119 - Is also the effective key ok 17120 ok 17121 ok 17122 ok 17123 ok 17124 ok 17125 ok 17126 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 17127 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 17128 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 17129 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 17130 - user_data survived everything ok 17131 - user_data in list context too ok 17132 - Combined get/set ok 17133 ok 17134 - The object isa Canary ok 17135 ok 17136 ok 17137 ok 17138 ok 17139 - infinity survived everything ok 17140 - infinity in list context too ok 17141 - Combined get/set ok 17142 ok 17143 - The object isa Canary ok 17144 ok 17145 ok 17146 ok 17147 ok 17148 ok 17149 ok 17150 - Default userdata is undef ok 17151 - Default userdata is undef ok 17152 - return set infinity ok 17153 - The object isa Canary ok 17154 - return set infinity, even in list context ok 17155 - The object isa Canary ok 17156 - top_key on empty heap returns set infinity ok 17157 - The object isa Canary ok 17158 - top_key on empty heap returns set infinity, even in list context ok 17159 - The object isa Canary ok 17160 - min_key on empty heap returns set infinity ok 17161 - The object isa Canary ok 17162 - min_key on empty heap returns set infinity, even in list context ok 17163 - The object isa Canary ok 17164 ok 17165 ok 17166 ok 17167 ok 17168 ok 17169 ok 17170 ok 17171 - proper error message: Self absorption at t/02_stress.t line 811. # ok 17172 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 17173 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 17174 ok 17175 ok 17176 ok 17177 ok 17178 ok 17179 ok 17180 ok 17181 ok 17182 ok 17183 ok 17184 ok 17185 ok 17186 ok 17187 ok 17188 - order: gt, elements: Method -'$f\#, dirty: 8 ok 17189 ok 17190 ok 17191 ok 17192 - Start empty ok 17193 ok 17194 ok 17195 ok 17196 ok 17197 - There are no values ok 17198 - There are no keys ok 17199 - Expected order ok 17200 - Expected order ok 17201 - Expected element type ok 17202 - Expected element type ok 17203 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 17204 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 17205 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 17206 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 17207 ok 17208 ok 17209 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 17210 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 17211 - proper infinity ok 17212 - proper infinity ok 17213 - Count is number of inserts ok 17214 - There are 9 values ok 17215 - There are 9 keys ok 17216 - keys and values have compatible order ok 17217 ok 17218 - Count lowered by extracts ok 17219 - 2 values left ok 17220 - Empty after clear ok 17221 - Double clear works ok 17222 - Empty after extract_all ok 17223 - extract_top on empty heap dies ok 17224 - extract_top on empty heap dies ok 17225 - extract_min on empty heap dies ok 17226 - extract_min on empty heap dies ok 17227 - extract first on empty returns undef ok 17228 - extract first on empty returns no values ok 17229 - top on empty heap dies ok 17230 - top on empty heap dies ok 17231 - undefined first on empty heap ok 17232 - No first key in list context ok 17233 - Return infinity on empty ok 17234 - Return infinity on empty in list context ok 17235 - Return infinity on empty ok 17236 - Return infinity on empty in list context ok 17237 - undef first_key ok 17238 - Empty list from first_key ok 17239 - There are no values ok 17240 - There are no keys ok 17241 - There are no values ok 17242 - The object isa Canary ok 17243 ok 17244 - Any/Objects aren't wrapped ok 17245 - Any/Objects aren't wrapped ok 17246 ok 17247 ok 17248 ok 17249 ok 17250 - Use value itself as key ok 17251 - Use value itself as key ok 17252 - Is also the effective key ok 17253 - Is also the effective key ok 17254 - Is also the effective key ok 17255 - Is also the effective key ok 17256 - Is also the effective key ok 17257 - Is also the effective key ok 17258 - Is also the effective key ok 17259 ok 17260 ok 17261 ok 17262 ok 17263 ok 17264 ok 17265 - Have all new values ok 17266 ok 17267 ok 17268 - Empty again ok 17269 ok 17270 - Have all new values ok 17271 ok 17272 ok 17273 - Empty again ok 17274 ok 17275 - Have all new values ok 17276 ok 17277 ok 17278 - Empty again ok 17279 ok 17280 - Have all new values ok 17281 ok 17282 ok 17283 - Empty again ok 17284 ok 17285 - user_data survived everything ok 17286 - user_data in list context too ok 17287 - Combined get/set ok 17288 ok 17289 - The object isa Canary ok 17290 ok 17291 ok 17292 ok 17293 ok 17294 - infinity survived everything ok 17295 - infinity in list context too ok 17296 - Combined get/set ok 17297 ok 17298 - The object isa Canary ok 17299 ok 17300 ok 17301 ok 17302 ok 17303 ok 17304 ok 17305 - Default userdata is undef ok 17306 - Default userdata is undef ok 17307 - return set infinity ok 17308 - The object isa Canary ok 17309 - return set infinity, even in list context ok 17310 - The object isa Canary ok 17311 - top_key on empty heap returns set infinity ok 17312 - The object isa Canary ok 17313 - top_key on empty heap returns set infinity, even in list context ok 17314 - The object isa Canary ok 17315 - min_key on empty heap returns set infinity ok 17316 - The object isa Canary ok 17317 - min_key on empty heap returns set infinity, even in list context ok 17318 - The object isa Canary ok 17319 ok 17320 ok 17321 ok 17322 ok 17323 ok 17324 ok 17325 ok 17326 - proper error message: Self absorption at t/02_stress.t line 811. # ok 17327 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 17328 ok 17329 ok 17330 ok 17331 ok 17332 ok 17333 ok 17334 ok 17335 ok 17336 ok 17337 ok 17338 ok 17339 ok 17340 ok 17341 ok 17342 ok 17343 ok 17344 - order: gt, elements: Object meth, dirty: 8 ok 17345 ok 17346 ok 17347 ok 17348 - Start empty ok 17349 ok 17350 ok 17351 ok 17352 ok 17353 - There are no values ok 17354 - There are no keys ok 17355 - Expected order ok 17356 - Expected order ok 17357 - Expected element type ok 17358 - Expected element type ok 17359 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 17360 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 17361 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 17362 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 17363 ok 17364 ok 17365 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 17366 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 17367 - proper infinity ok 17368 - proper infinity ok 17369 - Count is number of inserts ok 17370 - There are 9 values ok 17371 - There are 9 keys ok 17372 - keys and values have compatible order ok 17373 ok 17374 - Count lowered by extracts ok 17375 - 2 values left ok 17376 - Empty after clear ok 17377 - Double clear works ok 17378 - Empty after extract_all ok 17379 - extract_top on empty heap dies ok 17380 - extract_top on empty heap dies ok 17381 - extract_min on empty heap dies ok 17382 - extract_min on empty heap dies ok 17383 - extract first on empty returns undef ok 17384 - extract first on empty returns no values ok 17385 - top on empty heap dies ok 17386 - top on empty heap dies ok 17387 - undefined first on empty heap ok 17388 - No first key in list context ok 17389 - Return infinity on empty ok 17390 - Return infinity on empty in list context ok 17391 - Return infinity on empty ok 17392 - Return infinity on empty in list context ok 17393 - undef first_key ok 17394 - Empty list from first_key ok 17395 - There are no values ok 17396 - There are no keys ok 17397 - There are no values ok 17398 - The object isa Canary ok 17399 ok 17400 - Any/Objects aren't wrapped ok 17401 - Any/Objects aren't wrapped ok 17402 ok 17403 ok 17404 ok 17405 ok 17406 - Use value itself as key ok 17407 - Use value itself as key ok 17408 - Is also the effective key ok 17409 - Is also the effective key ok 17410 - Is also the effective key ok 17411 - Is also the effective key ok 17412 - Is also the effective key ok 17413 - Is also the effective key ok 17414 - Is also the effective key ok 17415 ok 17416 ok 17417 ok 17418 ok 17419 ok 17420 ok 17421 - Have all new values ok 17422 ok 17423 ok 17424 - Empty again ok 17425 ok 17426 - Have all new values ok 17427 ok 17428 ok 17429 - Empty again ok 17430 ok 17431 - Have all new values ok 17432 ok 17433 ok 17434 - Empty again ok 17435 ok 17436 - Have all new values ok 17437 ok 17438 ok 17439 - Empty again ok 17440 ok 17441 - user_data survived everything ok 17442 - user_data in list context too ok 17443 - Combined get/set ok 17444 ok 17445 - The object isa Canary ok 17446 ok 17447 ok 17448 ok 17449 ok 17450 - infinity survived everything ok 17451 - infinity in list context too ok 17452 - Combined get/set ok 17453 ok 17454 - The object isa Canary ok 17455 ok 17456 ok 17457 ok 17458 ok 17459 ok 17460 ok 17461 - Default userdata is undef ok 17462 - Default userdata is undef ok 17463 - return set infinity ok 17464 - The object isa Canary ok 17465 - return set infinity, even in list context ok 17466 - The object isa Canary ok 17467 - top_key on empty heap returns set infinity ok 17468 - The object isa Canary ok 17469 - top_key on empty heap returns set infinity, even in list context ok 17470 - The object isa Canary ok 17471 - min_key on empty heap returns set infinity ok 17472 - The object isa Canary ok 17473 - min_key on empty heap returns set infinity, even in list context ok 17474 - The object isa Canary ok 17475 ok 17476 ok 17477 ok 17478 ok 17479 ok 17480 ok 17481 ok 17482 - proper error message: Self absorption at t/02_stress.t line 811. # ok 17483 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 17484 ok 17485 ok 17486 ok 17487 ok 17488 ok 17489 ok 17490 ok 17491 ok 17492 ok 17493 ok 17494 ok 17495 ok 17496 ok 17497 ok 17498 ok 17499 ok 17500 - order: gt, elements: Object -'$f\#, dirty: 8 ok 17501 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 17502 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 17503 - Have all new values ok 17504 ok 17505 ok 17506 - Empty again ok 17507 ok 17508 - Have all new values ok 17509 ok 17510 ok 17511 - Empty again ok 17512 ok 17513 ok 17514 ok 17515 ok 17516 ok 17517 ok 17518 ok 17519 ok 17520 ok 17521 ok 17522 ok 17523 ok 17524 ok 17525 ok 17526 ok 17527 ok 17528 ok 17529 ok 17530 ok 17531 ok 17532 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 17533 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 17534 - Have all new values ok 17535 ok 17536 ok 17537 - Empty again ok 17538 ok 17539 - Have all new values ok 17540 ok 17541 ok 17542 - Empty again ok 17543 ok 17544 ok 17545 ok 17546 ok 17547 ok 17548 ok 17549 ok 17550 ok 17551 ok 17552 ok 17553 ok 17554 ok 17555 ok 17556 ok 17557 ok 17558 ok 17559 ok 17560 ok 17561 ok 17562 ok 17563 ok 17564 ok 17565 ok 17566 - Start empty ok 17567 ok 17568 ok 17569 ok 17570 ok 17571 - There are no values ok 17572 - There are no keys ok 17573 - Expected order ok 17574 - Expected order ok 17575 - Expected element type ok 17576 - Expected element type ok 17577 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 17578 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 17579 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 17580 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 17581 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 17582 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 17583 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 17584 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 17585 - proper infinity ok 17586 - proper infinity ok 17587 - Count is number of inserts ok 17588 - There are 9 values ok 17589 - There are 9 keys ok 17590 - keys and values have compatible order ok 17591 ok 17592 - Count lowered by extracts ok 17593 - 2 values left ok 17594 - Empty after clear ok 17595 - Double clear works ok 17596 - Empty after extract_all ok 17597 - extract_top on empty heap dies ok 17598 - extract_top on empty heap dies ok 17599 - extract_min on empty heap dies ok 17600 - extract_min on empty heap dies ok 17601 - extract first on empty returns undef ok 17602 - extract first on empty returns no values ok 17603 - top on empty heap dies ok 17604 - top on empty heap dies ok 17605 - undefined first on empty heap ok 17606 - No first key in list context ok 17607 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 17608 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 17609 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 17610 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 17611 - undef first_key ok 17612 - Empty list from first_key ok 17613 - There are no values ok 17614 - There are no keys ok 17615 - There are no values ok 17616 - Scalar is simple ok 17617 - Scalars aren't wrapped ok 17618 - Scalars aren't wrapped ok 17619 ok 17620 ok 17621 ok 17622 ok 17623 - Use value itself as key ok 17624 - Use value itself as key ok 17625 - Is also the effective key ok 17626 - Is also the effective key ok 17627 - Is also the effective key ok 17628 - Is also the effective key ok 17629 - Is also the effective key ok 17630 - Is also the effective key ok 17631 - Is also the effective key ok 17632 ok 17633 ok 17634 ok 17635 ok 17636 ok 17637 ok 17638 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 17639 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 17640 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 17641 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 17642 - user_data survived everything ok 17643 - user_data in list context too ok 17644 - Combined get/set ok 17645 ok 17646 - The object isa Canary ok 17647 ok 17648 ok 17649 ok 17650 ok 17651 - infinity survived everything ok 17652 - infinity in list context too ok 17653 - Combined get/set ok 17654 ok 17655 - The object isa Canary ok 17656 ok 17657 ok 17658 ok 17659 ok 17660 ok 17661 ok 17662 - Default userdata is undef ok 17663 - Default userdata is undef ok 17664 - return set infinity ok 17665 - The object isa Canary ok 17666 - return set infinity, even in list context ok 17667 - The object isa Canary ok 17668 - top_key on empty heap returns set infinity ok 17669 - The object isa Canary ok 17670 - top_key on empty heap returns set infinity, even in list context ok 17671 - The object isa Canary ok 17672 - min_key on empty heap returns set infinity ok 17673 - The object isa Canary ok 17674 - min_key on empty heap returns set infinity, even in list context ok 17675 - The object isa Canary ok 17676 ok 17677 ok 17678 ok 17679 ok 17680 ok 17681 ok 17682 ok 17683 - proper error message: Self absorption at t/02_stress.t line 811. # ok 17684 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 17685 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 17686 ok 17687 ok 17688 ok 17689 ok 17690 ok 17691 ok 17692 ok 17693 ok 17694 ok 17695 ok 17696 ok 17697 ok 17698 ok 17699 ok 17700 - order: CODE(0x1b45ffc), elements: Scalar, dirty: 8 ok 17701 ok 17702 ok 17703 ok 17704 - Start empty ok 17705 ok 17706 ok 17707 ok 17708 ok 17709 - There are no values ok 17710 - There are no keys ok 17711 - Expected order ok 17712 - Expected order ok 17713 - Expected element type ok 17714 - Expected element type ok 17715 ok 17716 ok 17717 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 17718 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 17719 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 17720 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 17721 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 17722 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 17723 - proper infinity ok 17724 - proper infinity ok 17725 - Count is number of inserts ok 17726 - There are 9 values ok 17727 - There are 9 keys ok 17728 - keys and values have compatible order ok 17729 ok 17730 - Count lowered by extracts ok 17731 - 2 values left ok 17732 - Empty after clear ok 17733 - Double clear works ok 17734 - Empty after extract_all ok 17735 - extract_top on empty heap dies ok 17736 - extract_top on empty heap dies ok 17737 - extract_min on empty heap dies ok 17738 - extract_min on empty heap dies ok 17739 - extract first on empty returns undef ok 17740 - extract first on empty returns no values ok 17741 - top on empty heap dies ok 17742 - top on empty heap dies ok 17743 - undefined first on empty heap ok 17744 - No first key in list context ok 17745 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 17746 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 17747 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 17748 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 17749 - undef first_key ok 17750 - Empty list from first_key ok 17751 - There are no values ok 17752 - There are no keys ok 17753 - There are no values ok 17754 - The object isa Canary ok 17755 ok 17756 - Arrays aren't wrapped ok 17757 - Arrays aren't wrapped ok 17758 ok 17759 ok 17760 ok 17761 ok 17762 - Use value itself as key ok 17763 - Use value itself as key ok 17764 - Is also the effective key ok 17765 - Is also the effective key ok 17766 - Is also the effective key ok 17767 - Is also the effective key ok 17768 - Is also the effective key ok 17769 - Is also the effective key ok 17770 - Is also the effective key ok 17771 ok 17772 ok 17773 ok 17774 ok 17775 ok 17776 ok 17777 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 17778 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 17779 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 17780 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 17781 - user_data survived everything ok 17782 - user_data in list context too ok 17783 - Combined get/set ok 17784 ok 17785 - The object isa Canary ok 17786 ok 17787 ok 17788 ok 17789 ok 17790 - infinity survived everything ok 17791 - infinity in list context too ok 17792 - Combined get/set ok 17793 ok 17794 - The object isa Canary ok 17795 ok 17796 ok 17797 ok 17798 ok 17799 ok 17800 ok 17801 - Default userdata is undef ok 17802 - Default userdata is undef ok 17803 - return set infinity ok 17804 - The object isa Canary ok 17805 - return set infinity, even in list context ok 17806 - The object isa Canary ok 17807 - top_key on empty heap returns set infinity ok 17808 - The object isa Canary ok 17809 - top_key on empty heap returns set infinity, even in list context ok 17810 - The object isa Canary ok 17811 - min_key on empty heap returns set infinity ok 17812 - The object isa Canary ok 17813 - min_key on empty heap returns set infinity, even in list context ok 17814 - The object isa Canary ok 17815 ok 17816 ok 17817 ok 17818 ok 17819 ok 17820 ok 17821 ok 17822 - proper error message: Self absorption at t/02_stress.t line 811. # ok 17823 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 17824 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 17825 ok 17826 ok 17827 ok 17828 ok 17829 ok 17830 ok 17831 ok 17832 ok 17833 ok 17834 ok 17835 ok 17836 ok 17837 ok 17838 ok 17839 - order: CODE(0x1b45ffc), elements: Array 1, dirty: 8 ok 17840 ok 17841 ok 17842 ok 17843 - Start empty ok 17844 ok 17845 ok 17846 ok 17847 ok 17848 - There are no values ok 17849 - There are no keys ok 17850 - Expected order ok 17851 - Expected order ok 17852 - Expected element type ok 17853 - Expected element type ok 17854 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 17855 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 17856 ok 17857 ok 17858 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 17859 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 17860 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 17861 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 17862 - proper infinity ok 17863 - proper infinity ok 17864 - Count is number of inserts ok 17865 - There are 9 values ok 17866 - There are 9 keys ok 17867 - keys and values have compatible order ok 17868 ok 17869 - Count lowered by extracts ok 17870 - 2 values left ok 17871 - Empty after clear ok 17872 - Double clear works ok 17873 - Empty after extract_all ok 17874 - extract_top on empty heap dies ok 17875 - extract_top on empty heap dies ok 17876 - extract_min on empty heap dies ok 17877 - extract_min on empty heap dies ok 17878 - extract first on empty returns undef ok 17879 - extract first on empty returns no values ok 17880 - top on empty heap dies ok 17881 - top on empty heap dies ok 17882 - undefined first on empty heap ok 17883 - No first key in list context ok 17884 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 17885 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 17886 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 17887 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 17888 - undef first_key ok 17889 - Empty list from first_key ok 17890 - There are no values ok 17891 - There are no keys ok 17892 - There are no values ok 17893 - The object isa Canary ok 17894 ok 17895 - Hashes aren't wrapped ok 17896 - Hashes aren't wrapped ok 17897 ok 17898 ok 17899 ok 17900 ok 17901 - Use value itself as key ok 17902 - Use value itself as key ok 17903 - Is also the effective key ok 17904 - Is also the effective key ok 17905 - Is also the effective key ok 17906 - Is also the effective key ok 17907 - Is also the effective key ok 17908 - Is also the effective key ok 17909 - Is also the effective key ok 17910 ok 17911 ok 17912 ok 17913 ok 17914 ok 17915 ok 17916 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 17917 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 17918 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 17919 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 17920 - user_data survived everything ok 17921 - user_data in list context too ok 17922 - Combined get/set ok 17923 ok 17924 - The object isa Canary ok 17925 ok 17926 ok 17927 ok 17928 ok 17929 - infinity survived everything ok 17930 - infinity in list context too ok 17931 - Combined get/set ok 17932 ok 17933 - The object isa Canary ok 17934 ok 17935 ok 17936 ok 17937 ok 17938 ok 17939 ok 17940 - Default userdata is undef ok 17941 - Default userdata is undef ok 17942 - return set infinity ok 17943 - The object isa Canary ok 17944 - return set infinity, even in list context ok 17945 - The object isa Canary ok 17946 - top_key on empty heap returns set infinity ok 17947 - The object isa Canary ok 17948 - top_key on empty heap returns set infinity, even in list context ok 17949 - The object isa Canary ok 17950 - min_key on empty heap returns set infinity ok 17951 - The object isa Canary ok 17952 - min_key on empty heap returns set infinity, even in list context ok 17953 - The object isa Canary ok 17954 ok 17955 ok 17956 ok 17957 ok 17958 ok 17959 ok 17960 ok 17961 - proper error message: Self absorption at t/02_stress.t line 811. # ok 17962 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 17963 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 17964 ok 17965 ok 17966 ok 17967 ok 17968 ok 17969 ok 17970 ok 17971 ok 17972 ok 17973 ok 17974 ok 17975 ok 17976 ok 17977 ok 17978 - order: CODE(0x1b45ffc), elements: Hash foo, dirty: 8 ok 17979 ok 17980 ok 17981 ok 17982 - Start empty ok 17983 ok 17984 ok 17985 ok 17986 ok 17987 - There are no values ok 17988 - There are no keys ok 17989 - Expected order ok 17990 - Expected order ok 17991 - Expected element type ok 17992 - Expected element type ok 17993 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 17994 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 17995 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 17996 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 17997 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 17998 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 17999 ok 18000 ok 18001 - proper infinity ok 18002 - proper infinity ok 18003 - Count is number of inserts ok 18004 - There are 9 values ok 18005 - There are 9 keys ok 18006 - keys and values have compatible order ok 18007 ok 18008 - Count lowered by extracts ok 18009 - 2 values left ok 18010 - Empty after clear ok 18011 - Double clear works ok 18012 - Empty after extract_all ok 18013 - extract_top on empty heap dies ok 18014 - extract_top on empty heap dies ok 18015 - extract_min on empty heap dies ok 18016 - extract_min on empty heap dies ok 18017 - extract first on empty returns undef ok 18018 - extract first on empty returns no values ok 18019 - top on empty heap dies ok 18020 - top on empty heap dies ok 18021 - undefined first on empty heap ok 18022 - No first key in list context ok 18023 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 18024 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 18025 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 18026 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 18027 - undef first_key ok 18028 - Empty list from first_key ok 18029 - There are no values ok 18030 - There are no keys ok 18031 - There are no values ok 18032 - The object isa Canary ok 18033 ok 18034 - Functions/Methods aren't wrapped ok 18035 - Functions/Methods aren't wrapped ok 18036 ok 18037 ok 18038 ok 18039 ok 18040 - Use value itself as key ok 18041 - Use value itself as key ok 18042 - Is also the effective key ok 18043 - Is also the effective key ok 18044 - Is also the effective key ok 18045 - Is also the effective key ok 18046 - Is also the effective key ok 18047 - Is also the effective key ok 18048 - Is also the effective key ok 18049 ok 18050 ok 18051 ok 18052 ok 18053 ok 18054 ok 18055 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 18056 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 18057 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 18058 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 18059 - user_data survived everything ok 18060 - user_data in list context too ok 18061 - Combined get/set ok 18062 ok 18063 - The object isa Canary ok 18064 ok 18065 ok 18066 ok 18067 ok 18068 - infinity survived everything ok 18069 - infinity in list context too ok 18070 - Combined get/set ok 18071 ok 18072 - The object isa Canary ok 18073 ok 18074 ok 18075 ok 18076 ok 18077 ok 18078 ok 18079 - Default userdata is undef ok 18080 - Default userdata is undef ok 18081 - return set infinity ok 18082 - The object isa Canary ok 18083 - return set infinity, even in list context ok 18084 - The object isa Canary ok 18085 - top_key on empty heap returns set infinity ok 18086 - The object isa Canary ok 18087 - top_key on empty heap returns set infinity, even in list context ok 18088 - The object isa Canary ok 18089 - min_key on empty heap returns set infinity ok 18090 - The object isa Canary ok 18091 - min_key on empty heap returns set infinity, even in list context ok 18092 - The object isa Canary ok 18093 ok 18094 ok 18095 ok 18096 ok 18097 ok 18098 ok 18099 ok 18100 - proper error message: Self absorption at t/02_stress.t line 811. # ok 18101 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 18102 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 18103 ok 18104 ok 18105 ok 18106 ok 18107 ok 18108 ok 18109 ok 18110 ok 18111 ok 18112 ok 18113 ok 18114 ok 18115 ok 18116 ok 18117 - order: CODE(0x1b45ffc), elements: Function CODE(0x24c2064), dirty: 8 ok 18118 ok 18119 ok 18120 ok 18121 - Start empty ok 18122 ok 18123 ok 18124 ok 18125 ok 18126 - There are no values ok 18127 - There are no keys ok 18128 - Expected order ok 18129 - Expected order ok 18130 - Expected element type ok 18131 - Expected element type ok 18132 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 18133 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 18134 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 18135 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 18136 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 623. # ok 18137 - Proper error message: Heap elements are not of type 'Method' or 'Object' at t/FakeHeap.pm line 618. # ok 18138 ok 18139 ok 18140 - proper infinity ok 18141 - proper infinity ok 18142 - Count is number of inserts ok 18143 - There are 9 values ok 18144 - There are 9 keys ok 18145 - keys and values have compatible order ok 18146 ok 18147 - Count lowered by extracts ok 18148 - 2 values left ok 18149 - Empty after clear ok 18150 - Double clear works ok 18151 - Empty after extract_all ok 18152 - extract_top on empty heap dies ok 18153 - extract_top on empty heap dies ok 18154 - extract_min on empty heap dies ok 18155 - extract_min on empty heap dies ok 18156 - extract first on empty returns undef ok 18157 - extract first on empty returns no values ok 18158 - top on empty heap dies ok 18159 - top on empty heap dies ok 18160 - undefined first on empty heap ok 18161 - No first key in list context ok 18162 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 18163 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 18164 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 18165 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 18166 - undef first_key ok 18167 - Empty list from first_key ok 18168 - There are no values ok 18169 - There are no keys ok 18170 - There are no values ok 18171 - The object isa Canary ok 18172 ok 18173 - Any/Objects aren't wrapped ok 18174 - Any/Objects aren't wrapped ok 18175 ok 18176 ok 18177 ok 18178 ok 18179 - Use value itself as key ok 18180 - Use value itself as key ok 18181 - Is also the effective key ok 18182 - Is also the effective key ok 18183 - Is also the effective key ok 18184 - Is also the effective key ok 18185 - Is also the effective key ok 18186 - Is also the effective key ok 18187 - Is also the effective key ok 18188 ok 18189 ok 18190 ok 18191 ok 18192 ok 18193 ok 18194 - Have all new values ok 18195 ok 18196 ok 18197 - Empty again ok 18198 ok 18199 - Have all new values ok 18200 ok 18201 ok 18202 - Empty again ok 18203 ok 18204 - Have all new values ok 18205 ok 18206 ok 18207 - Empty again ok 18208 ok 18209 - Have all new values ok 18210 ok 18211 ok 18212 - Empty again ok 18213 ok 18214 - user_data survived everything ok 18215 - user_data in list context too ok 18216 - Combined get/set ok 18217 ok 18218 - The object isa Canary ok 18219 ok 18220 ok 18221 ok 18222 ok 18223 - infinity survived everything ok 18224 - infinity in list context too ok 18225 - Combined get/set ok 18226 ok 18227 - The object isa Canary ok 18228 ok 18229 ok 18230 ok 18231 ok 18232 ok 18233 ok 18234 - Default userdata is undef ok 18235 - Default userdata is undef ok 18236 - return set infinity ok 18237 - The object isa Canary ok 18238 - return set infinity, even in list context ok 18239 - The object isa Canary ok 18240 - top_key on empty heap returns set infinity ok 18241 - The object isa Canary ok 18242 - top_key on empty heap returns set infinity, even in list context ok 18243 - The object isa Canary ok 18244 - min_key on empty heap returns set infinity ok 18245 - The object isa Canary ok 18246 - min_key on empty heap returns set infinity, even in list context ok 18247 - The object isa Canary ok 18248 ok 18249 ok 18250 ok 18251 ok 18252 ok 18253 ok 18254 ok 18255 - proper error message: Self absorption at t/02_stress.t line 811. # ok 18256 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 18257 ok 18258 ok 18259 ok 18260 ok 18261 ok 18262 ok 18263 ok 18264 ok 18265 ok 18266 ok 18267 ok 18268 ok 18269 ok 18270 ok 18271 ok 18272 ok 18273 - order: CODE(0x1b45ffc), elements: Any CODE(0x24c1bb4), dirty: 8 ok 18274 ok 18275 ok 18276 ok 18277 - Start empty ok 18278 ok 18279 ok 18280 ok 18281 ok 18282 - There are no values ok 18283 - There are no keys ok 18284 - Expected order ok 18285 - Expected order ok 18286 - Expected element type ok 18287 - Expected element type ok 18288 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 18289 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 18290 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 18291 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 18292 ok 18293 ok 18294 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 18295 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 18296 - proper infinity ok 18297 - proper infinity ok 18298 - Count is number of inserts ok 18299 - There are 9 values ok 18300 - There are 9 keys ok 18301 - keys and values have compatible order ok 18302 ok 18303 - Count lowered by extracts ok 18304 - 2 values left ok 18305 - Empty after clear ok 18306 - Double clear works ok 18307 - Empty after extract_all ok 18308 - extract_top on empty heap dies ok 18309 - extract_top on empty heap dies ok 18310 - extract_min on empty heap dies ok 18311 - extract_min on empty heap dies ok 18312 - extract first on empty returns undef ok 18313 - extract first on empty returns no values ok 18314 - top on empty heap dies ok 18315 - top on empty heap dies ok 18316 - undefined first on empty heap ok 18317 - No first key in list context ok 18318 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 18319 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 18320 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 18321 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 18322 - undef first_key ok 18323 - Empty list from first_key ok 18324 - There are no values ok 18325 - There are no keys ok 18326 - There are no values ok 18327 - The object isa Canary ok 18328 ok 18329 - Functions/Methods aren't wrapped ok 18330 - Functions/Methods aren't wrapped ok 18331 ok 18332 ok 18333 ok 18334 ok 18335 - Use value itself as key ok 18336 - Use value itself as key ok 18337 - Is also the effective key ok 18338 - Is also the effective key ok 18339 - Is also the effective key ok 18340 - Is also the effective key ok 18341 - Is also the effective key ok 18342 - Is also the effective key ok 18343 - Is also the effective key ok 18344 ok 18345 ok 18346 ok 18347 ok 18348 ok 18349 ok 18350 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 18351 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 18352 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 18353 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 18354 - user_data survived everything ok 18355 - user_data in list context too ok 18356 - Combined get/set ok 18357 ok 18358 - The object isa Canary ok 18359 ok 18360 ok 18361 ok 18362 ok 18363 - infinity survived everything ok 18364 - infinity in list context too ok 18365 - Combined get/set ok 18366 ok 18367 - The object isa Canary ok 18368 ok 18369 ok 18370 ok 18371 ok 18372 ok 18373 ok 18374 - Default userdata is undef ok 18375 - Default userdata is undef ok 18376 - return set infinity ok 18377 - The object isa Canary ok 18378 - return set infinity, even in list context ok 18379 - The object isa Canary ok 18380 - top_key on empty heap returns set infinity ok 18381 - The object isa Canary ok 18382 - top_key on empty heap returns set infinity, even in list context ok 18383 - The object isa Canary ok 18384 - min_key on empty heap returns set infinity ok 18385 - The object isa Canary ok 18386 - min_key on empty heap returns set infinity, even in list context ok 18387 - The object isa Canary ok 18388 ok 18389 ok 18390 ok 18391 ok 18392 ok 18393 ok 18394 ok 18395 - proper error message: Self absorption at t/02_stress.t line 811. # ok 18396 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 18397 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 18398 ok 18399 ok 18400 ok 18401 ok 18402 ok 18403 ok 18404 ok 18405 ok 18406 ok 18407 ok 18408 ok 18409 ok 18410 ok 18411 ok 18412 - order: CODE(0x1b45ffc), elements: Method meth, dirty: 8 ok 18413 ok 18414 ok 18415 ok 18416 - Start empty ok 18417 ok 18418 ok 18419 ok 18420 ok 18421 - There are no values ok 18422 - There are no keys ok 18423 - Expected order ok 18424 - Expected order ok 18425 - Expected element type ok 18426 - Expected element type ok 18427 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 18428 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 18429 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 18430 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 18431 ok 18432 ok 18433 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 18434 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 18435 - proper infinity ok 18436 - proper infinity ok 18437 - Count is number of inserts ok 18438 - There are 9 values ok 18439 - There are 9 keys ok 18440 - keys and values have compatible order ok 18441 ok 18442 - Count lowered by extracts ok 18443 - 2 values left ok 18444 - Empty after clear ok 18445 - Double clear works ok 18446 - Empty after extract_all ok 18447 - extract_top on empty heap dies ok 18448 - extract_top on empty heap dies ok 18449 - extract_min on empty heap dies ok 18450 - extract_min on empty heap dies ok 18451 - extract first on empty returns undef ok 18452 - extract first on empty returns no values ok 18453 - top on empty heap dies ok 18454 - top on empty heap dies ok 18455 - undefined first on empty heap ok 18456 - No first key in list context ok 18457 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 18458 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 18459 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 18460 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 18461 - undef first_key ok 18462 - Empty list from first_key ok 18463 - There are no values ok 18464 - There are no keys ok 18465 - There are no values ok 18466 - The object isa Canary ok 18467 ok 18468 - Functions/Methods aren't wrapped ok 18469 - Functions/Methods aren't wrapped ok 18470 ok 18471 ok 18472 ok 18473 ok 18474 - Use value itself as key ok 18475 - Use value itself as key ok 18476 - Is also the effective key ok 18477 - Is also the effective key ok 18478 - Is also the effective key ok 18479 - Is also the effective key ok 18480 - Is also the effective key ok 18481 - Is also the effective key ok 18482 - Is also the effective key ok 18483 ok 18484 ok 18485 ok 18486 ok 18487 ok 18488 ok 18489 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 18490 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 18491 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 18492 - Proper error message: This heap type does not support _key_insert at t/FakeHeap.pm line 196. # ok 18493 - user_data survived everything ok 18494 - user_data in list context too ok 18495 - Combined get/set ok 18496 ok 18497 - The object isa Canary ok 18498 ok 18499 ok 18500 ok 18501 ok 18502 - infinity survived everything ok 18503 - infinity in list context too ok 18504 - Combined get/set ok 18505 ok 18506 - The object isa Canary ok 18507 ok 18508 ok 18509 ok 18510 ok 18511 ok 18512 ok 18513 - Default userdata is undef ok 18514 - Default userdata is undef ok 18515 - return set infinity ok 18516 - The object isa Canary ok 18517 - return set infinity, even in list context ok 18518 - The object isa Canary ok 18519 - top_key on empty heap returns set infinity ok 18520 - The object isa Canary ok 18521 - top_key on empty heap returns set infinity, even in list context ok 18522 - The object isa Canary ok 18523 - min_key on empty heap returns set infinity ok 18524 - The object isa Canary ok 18525 - min_key on empty heap returns set infinity, even in list context ok 18526 - The object isa Canary ok 18527 ok 18528 ok 18529 ok 18530 ok 18531 ok 18532 ok 18533 ok 18534 - proper error message: Self absorption at t/02_stress.t line 811. # ok 18535 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 18536 - proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 687. # ok 18537 ok 18538 ok 18539 ok 18540 ok 18541 ok 18542 ok 18543 ok 18544 ok 18545 ok 18546 ok 18547 ok 18548 ok 18549 ok 18550 ok 18551 - order: CODE(0x1b45ffc), elements: Method -'$f\#, dirty: 8 ok 18552 ok 18553 ok 18554 ok 18555 - Start empty ok 18556 ok 18557 ok 18558 ok 18559 ok 18560 - There are no values ok 18561 - There are no keys ok 18562 - Expected order ok 18563 - Expected order ok 18564 - Expected element type ok 18565 - Expected element type ok 18566 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 18567 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 18568 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 18569 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 18570 ok 18571 ok 18572 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 18573 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 18574 - proper infinity ok 18575 - proper infinity ok 18576 - Count is number of inserts ok 18577 - There are 9 values ok 18578 - There are 9 keys ok 18579 - keys and values have compatible order ok 18580 ok 18581 - Count lowered by extracts ok 18582 - 2 values left ok 18583 - Empty after clear ok 18584 - Double clear works ok 18585 - Empty after extract_all ok 18586 - extract_top on empty heap dies ok 18587 - extract_top on empty heap dies ok 18588 - extract_min on empty heap dies ok 18589 - extract_min on empty heap dies ok 18590 - extract first on empty returns undef ok 18591 - extract first on empty returns no values ok 18592 - top on empty heap dies ok 18593 - top on empty heap dies ok 18594 - undefined first on empty heap ok 18595 - No first key in list context ok 18596 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 18597 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 18598 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 18599 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 18600 - undef first_key ok 18601 - Empty list from first_key ok 18602 - There are no values ok 18603 - There are no keys ok 18604 - There are no values ok 18605 - The object isa Canary ok 18606 ok 18607 - Any/Objects aren't wrapped ok 18608 - Any/Objects aren't wrapped ok 18609 ok 18610 ok 18611 ok 18612 ok 18613 - Use value itself as key ok 18614 - Use value itself as key ok 18615 - Is also the effective key ok 18616 - Is also the effective key ok 18617 - Is also the effective key ok 18618 - Is also the effective key ok 18619 - Is also the effective key ok 18620 - Is also the effective key ok 18621 - Is also the effective key ok 18622 ok 18623 ok 18624 ok 18625 ok 18626 ok 18627 ok 18628 - Have all new values ok 18629 ok 18630 ok 18631 - Empty again ok 18632 ok 18633 - Have all new values ok 18634 ok 18635 ok 18636 - Empty again ok 18637 ok 18638 - Have all new values ok 18639 ok 18640 ok 18641 - Empty again ok 18642 ok 18643 - Have all new values ok 18644 ok 18645 ok 18646 - Empty again ok 18647 ok 18648 - user_data survived everything ok 18649 - user_data in list context too ok 18650 - Combined get/set ok 18651 ok 18652 - The object isa Canary ok 18653 ok 18654 ok 18655 ok 18656 ok 18657 - infinity survived everything ok 18658 - infinity in list context too ok 18659 - Combined get/set ok 18660 ok 18661 - The object isa Canary ok 18662 ok 18663 ok 18664 ok 18665 ok 18666 ok 18667 ok 18668 - Default userdata is undef ok 18669 - Default userdata is undef ok 18670 - return set infinity ok 18671 - The object isa Canary ok 18672 - return set infinity, even in list context ok 18673 - The object isa Canary ok 18674 - top_key on empty heap returns set infinity ok 18675 - The object isa Canary ok 18676 - top_key on empty heap returns set infinity, even in list context ok 18677 - The object isa Canary ok 18678 - min_key on empty heap returns set infinity ok 18679 - The object isa Canary ok 18680 - min_key on empty heap returns set infinity, even in list context ok 18681 - The object isa Canary ok 18682 ok 18683 ok 18684 ok 18685 ok 18686 ok 18687 ok 18688 ok 18689 - proper error message: Self absorption at t/02_stress.t line 811. # ok 18690 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 18691 ok 18692 ok 18693 ok 18694 ok 18695 ok 18696 ok 18697 ok 18698 ok 18699 ok 18700 ok 18701 ok 18702 ok 18703 ok 18704 ok 18705 ok 18706 ok 18707 - order: CODE(0x1b45ffc), elements: Object meth, dirty: 8 ok 18708 ok 18709 ok 18710 ok 18711 - Start empty ok 18712 ok 18713 ok 18714 ok 18715 ok 18716 - There are no values ok 18717 - There are no keys ok 18718 - Expected order ok 18719 - Expected order ok 18720 - Expected element type ok 18721 - Expected element type ok 18722 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 581. # ok 18723 - Proper error message: Heap elements are not of type 'Array' at t/FakeHeap.pm line 576. # ok 18724 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 602. # ok 18725 - Proper error message: Heap elements are not of type 'Hash' at t/FakeHeap.pm line 597. # ok 18726 ok 18727 ok 18728 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 646. # ok 18729 - Proper error message: Heap elements are not of type 'Function' or 'Any' at t/FakeHeap.pm line 641. # ok 18730 - proper infinity ok 18731 - proper infinity ok 18732 - Count is number of inserts ok 18733 - There are 9 values ok 18734 - There are 9 keys ok 18735 - keys and values have compatible order ok 18736 ok 18737 - Count lowered by extracts ok 18738 - 2 values left ok 18739 - Empty after clear ok 18740 - Double clear works ok 18741 - Empty after extract_all ok 18742 - extract_top on empty heap dies ok 18743 - extract_top on empty heap dies ok 18744 - extract_min on empty heap dies ok 18745 - extract_min on empty heap dies ok 18746 - extract first on empty returns undef ok 18747 - extract first on empty returns no values ok 18748 - top on empty heap dies ok 18749 - top on empty heap dies ok 18750 - undefined first on empty heap ok 18751 - No first key in list context ok 18752 - Proper error message: Empty heap at t/FakeHeap.pm line 415. # ok 18753 - Proper error message: Empty heap at t/FakeHeap.pm line 411. # ok 18754 - Proper error message: Empty heap at t/FakeHeap.pm line 456. # ok 18755 - Proper error message: Empty heap at t/FakeHeap.pm line 452. # ok 18756 - undef first_key ok 18757 - Empty list from first_key ok 18758 - There are no values ok 18759 - There are no keys ok 18760 - There are no values ok 18761 - The object isa Canary ok 18762 ok 18763 - Any/Objects aren't wrapped ok 18764 - Any/Objects aren't wrapped ok 18765 ok 18766 ok 18767 ok 18768 ok 18769 - Use value itself as key ok 18770 - Use value itself as key ok 18771 - Is also the effective key ok 18772 - Is also the effective key ok 18773 - Is also the effective key ok 18774 - Is also the effective key ok 18775 - Is also the effective key ok 18776 - Is also the effective key ok 18777 - Is also the effective key ok 18778 ok 18779 ok 18780 ok 18781 ok 18782 ok 18783 ok 18784 - Have all new values ok 18785 ok 18786 ok 18787 - Empty again ok 18788 ok 18789 - Have all new values ok 18790 ok 18791 ok 18792 - Empty again ok 18793 ok 18794 - Have all new values ok 18795 ok 18796 ok 18797 - Empty again ok 18798 ok 18799 - Have all new values ok 18800 ok 18801 ok 18802 - Empty again ok 18803 ok 18804 - user_data survived everything ok 18805 - user_data in list context too ok 18806 - Combined get/set ok 18807 ok 18808 - The object isa Canary ok 18809 ok 18810 ok 18811 ok 18812 ok 18813 - infinity survived everything ok 18814 - infinity in list context too ok 18815 - Combined get/set ok 18816 ok 18817 - The object isa Canary ok 18818 ok 18819 ok 18820 ok 18821 ok 18822 ok 18823 ok 18824 - Default userdata is undef ok 18825 - Default userdata is undef ok 18826 - return set infinity ok 18827 - The object isa Canary ok 18828 - return set infinity, even in list context ok 18829 - The object isa Canary ok 18830 - top_key on empty heap returns set infinity ok 18831 - The object isa Canary ok 18832 - top_key on empty heap returns set infinity, even in list context ok 18833 - The object isa Canary ok 18834 - min_key on empty heap returns set infinity ok 18835 - The object isa Canary ok 18836 - min_key on empty heap returns set infinity, even in list context ok 18837 - The object isa Canary ok 18838 ok 18839 ok 18840 ok 18841 ok 18842 ok 18843 ok 18844 ok 18845 - proper error message: Self absorption at t/02_stress.t line 811. # ok 18846 - Proper error message: This heap type does not support key_insert at t/FakeHeap.pm line 168. # ok 18847 ok 18848 ok 18849 ok 18850 ok 18851 ok 18852 ok 18853 ok 18854 ok 18855 ok 18856 ok 18857 ok 18858 ok 18859 ok 18860 ok 18861 ok 18862 ok 18863 - order: CODE(0x1b45ffc), elements: Object -'$f\#, dirty: 8 ok 18864 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 18865 - Proper error message: Element type 'Any' without key code at t/FakeHeap.pm line 142. # ok 18866 - Have all new values ok 18867 ok 18868 ok 18869 - Empty again ok 18870 ok 18871 - Have all new values ok 18872 ok 18873 ok 18874 - Empty again ok 18875 ok 18876 ok 18877 ok 18878 ok 18879 ok 18880 ok 18881 ok 18882 ok 18883 ok 18884 ok 18885 ok 18886 ok 18887 ok 18888 ok 18889 ok 18890 ok 18891 ok 18892 ok 18893 ok 18894 ok 18895 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 18896 - Proper error message: Element type 'Object' without key method at t/FakeHeap.pm line 142. # ok 18897 - Have all new values ok 18898 ok 18899 ok 18900 - Empty again ok 18901 ok 18902 - Have all new values ok 18903 ok 18904 ok 18905 - Empty again ok 18906 ok 18907 ok 18908 ok 18909 ok 18910 ok 18911 ok 18912 ok 18913 ok 18914 ok 18915 ok 18916 ok 18917 ok 18918 ok 18919 ok 18920 ok 18921 ok 18922 ok 18923 ok 18924 ok 18925 1..18925 ok t/03_magic.......ok 1 - use Heap::Simple; ok 2 - 1 fetch for the class, 14 fetches for the options, 2 fetches for the elements ok 3 - Magic options access ok 4 - Deep magic options access ok 5 ok 6 ok 7 ok 8 ok 9 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 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 - Optimize away the key fetch for an empty heap ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 1..47 ok t/04_overload....ok 1 - use Heap::Simple; ok 2 ok 3 ok 4 ok 5 1..5 ok t/99_speed.......1..2 ok 1 # skip No benchmark requested ok 2 # skip No benchmark requested ok 2/2 skipped: various reasons All tests successful, 2 subtests skipped. Files=6, Tests=19034, 34 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. Files found in blib\arch: installing files in blib\lib into architecture dependent library tree Installing C:\cpanrun\build\5-10-0\site\lib\auto\Heap\Simple\XS\XS.bs Installing C:\cpanrun\build\5-10-0\site\lib\auto\Heap\Simple\XS\XS.dll Installing C:\cpanrun\build\5-10-0\site\lib\auto\Heap\Simple\XS\XS.exp Installing C:\cpanrun\build\5-10-0\site\lib\auto\Heap\Simple\XS\XS.lib Installing C:\cpanrun\build\5-10-0\site\lib\auto\Heap\Simple\XS\XS.pdb Installing C:\cpanrun\build\5-10-0\html\site\lib\Heap\Simple\XS.html Installing C:\cpanrun\build\5-10-0\site\lib\Heap\Simple\XS.pm Installing C:\cpanrun\build\5-10-0\site\lib\Heap\Simple\XS\Package.pm Writing C:\cpanrun\build\5-10-0\site\lib\auto\Heap\Simple\XS\.packlist Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod