Parrot Test $Revision: 1.11 $ Starttime: Fri Apr 9 13:54:12 CEST 2004 System Information OpenBSD fluor.thinknow.lan 3.5 GENERIC#101 sparc64 sparc64 cc (GCC) 3.3.2 (propolice) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This is perl, v5.8.2 built for sparc64-openbsd Copyright 1987-2003, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. CVS changes ? hash_6.core ? parrot.core ? sprintf_3.core P MANIFEST P classes/continuation.pmc P classes/retcontinuation.pmc P config/gen/makefiles/languages.in U docs/submissions.pod P imcc/pcc.c U languages/testall P languages/tcl/TODO P lib/Parrot/Test.pm P lib/Parrot/Docs/Section/Docs.pm U lib/Parrot/Test/Tcl.pm P library/dumper.imc P library/sort.imc P library/Data/Dumper.imc U library/Data/Escape.imc U library/Data/Replace.imc U library/Data/Sort.imc P library/Data/Dumper/Base.imc P library/Data/Dumper/Default.imc P src/interpreter.c P src/runops_cores.c P src/stack_common.c P src/sub.c P src/trace.c Configure Parrot Version 0.1.0 Configure 2.0 Copyright (C) 2001-2003 The Perl Foundation. All Rights Reserved. Hello, I'm Configure. My job is to poke and prod your system to figure out how to build Parrot. The process is completely automated, unless you passed in the `--ask' flag on the command line, in which case it'll prompt you for a few pieces of info. Since you're running this script, you obviously have Perl 5--I'll be pulling some defaults from its configuration. Checking MANIFEST.....................................................done. Setting up Configure's data structures................................done. Tweaking settings for miniparrot......................................done. Loading platform and local hints files................................done. Enabling optimization.................................................done. Determining nongenerated header files.................................done. Determining what C compiler and linker to use.........................done. Determining what types Parrot should use..............................done. Determining what opcode files should be compiled in...................done. Setting up experimental systems.......................................done. Determining what pmc files should be compiled in......................done. Determining your minimum pointer alignment............................done. Probing for C headers.................................................done. Determining some sizes................................................done. Computing native byteorder for Parrot's wordsize......................done. Figuring out how to pack() Parrot's types.............................done. Figuring out what formats should be used for sprintf..................done. Determining if your C compiler is actually gcc........................done. Determining if your C library has a working S_ISREG...................done. Determining architecture, OS and JIT capability.......................done. Verifying that the compiler supports function pointer casts...........done. Determining if your compiler supports computed goto...................done. Determining if your compiler supports inline..........................done. Determining what allocator to use.....................................done. Determining if your C library supports memalign.......................done. Determining some signal stuff.........................................done. Determining if your C library has setenv / unsetenv...................done. Configuring ICU if requested..........................................done. Generating C headers..................................................done. Generating core pmc list..............................................done. Generating runtime/parrot/include.....................................done. Generating build files................................................done. Moving platform files into place......................................done. Recording configuration data for later retrieval......................done. Okay, we're done! You can now use `make' (or your platform's equivalent to `make') to build your Parrot. After that, you can use `make test' to run the test suite. Happy Hacking, The Parrot Team Build Warnings src/packfile.c: In function `PackFile_unpack': src/packfile.c:545: warning: cast increases required alignment of target type src/pmc_freeze.c: In function `cleanup_next_for_GC_pool': src/pmc_freeze.c:612: warning: cast increases required alignment of target type src/embed.c: In function `Parrot_readbc': src/embed.c:347: warning: cast increases required alignment of target type src/embed.c: In function `Parrot_setup_opt': src/embed.c:444: warning: cast increases required alignment of target type src/headers.c: In function `add_extra_buffer_header': src/headers.c:606: warning: cast increases required alignment of target type src/dod.c: In function `free_unused_pobjects': src/dod.c:765: warning: cast increases required alignment of target type src/dod.c: In function `clear_live_bits': src/dod.c:938: warning: cast increases required alignment of target type src/cpu_dep.c: In function `trace_system_areas': src/cpu_dep.c:68: warning: cast increases required alignment of target type src/resources.c: In function `compact_pool': src/resources.c:361: warning: cast increases required alignment of target type unmanagedstruct.c: In function `char_offset_key': unmanagedstruct.c:163: warning: cast increases required alignment of target type unmanagedstruct.c: In function `ret_int': unmanagedstruct.c:198: warning: cast increases required alignment of target type unmanagedstruct.c:202: warning: cast increases required alignment of target type unmanagedstruct.c: In function `ret_float': unmanagedstruct.c:230: warning: cast increases required alignment of target type unmanagedstruct.c:232: warning: cast increases required alignment of target type unmanagedstruct.c:234: warning: cast increases required alignment of target type unmanagedstruct.c: In function `ret_string': unmanagedstruct.c:260: warning: cast increases required alignment of target type unmanagedstruct.c: In function `ret_pmc': unmanagedstruct.c:291: warning: cast increases required alignment of target type unmanagedstruct.c:301: warning: cast increases required alignment of target type unmanagedstruct.c: In function `set_int': unmanagedstruct.c:332: warning: cast increases required alignment of target type unmanagedstruct.c:335: warning: cast increases required alignment of target type unmanagedstruct.c:340: warning: cast increases required alignment of target type unmanagedstruct.c: In function `set_float': unmanagedstruct.c:365: warning: cast increases required alignment of target type unmanagedstruct.c:368: warning: cast increases required alignment of target type unmanagedstruct.c:371: warning: cast increases required alignment of target type unmanagedstruct.c: In function `set_string': unmanagedstruct.c:401: warning: cast increases required alignment of target type encodings/utf16.c: In function `utf16_decode_and_advance': encodings/utf16.c:220: warning: cast increases required alignment of target type encodings/utf32.c: In function `utf32_decode_and_advance': encodings/utf32.c:153: warning: cast increases required alignment of target type imcc/pbc.c: In function `add_const_pmc_sub': imcc/pbc.c:650: warning: cast increases required alignment of target type Test Results: echo imcc/imcc.y -d -o imcc/imcparser.c imcc/imcc.y -d -o imcc/imcparser.c perl -e 'open(A,qq{>>$_}) or die foreach @ARGV' imcc/imcc.y.flag imcc/imcparser.c imcc/imcparser.h perl t/harness --gc-debug --running-make-test -b t/op/*.t t/pmc/*.t t/native_pbc/*.t imcc/t/*/*.t t/src/*.t t/op/00ff-dos...........ok t/op/00ff-unix..........ok t/op/arithmetics........ok t/op/basic..............ok t/op/bitwise............ok t/op/calling............ok t/op/comp...............# Failed test (t/op/comp.t at line 156) # got: 'Memory fault (core dumped) # ' # expected: '1 # 0 # -1 # 1 # ' # '(cd . && ./parrot -b --gc-debug /tmp/comp_7.pasm)' failed with exit code 139 # Looks like you failed 1 tests of 8. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 7 Failed 1/8 tests, 87.50% okay t/op/conv...............ok t/op/debuginfo..........ok 3/3 skipped: getline/setline changes not finished t/op/gc.................# Failed test (t/op/gc.t at line 219) # got: 'Memory fault (core dumped) # ' # expected: 'hello # hello # ' # '(cd . && ./parrot -b --gc-debug /tmp/gc_11.pasm)' failed with exit code 139 # Failed test (t/op/gc.t at line 287) # got: 'Memory fault (core dumped) # ' # expected: '3 * 5 == 15! # ' # '(cd . && ./parrot -b --gc-debug /tmp/gc_13.imc)' failed with exit code 139 # Looks like you failed 2 tests of 13. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 11, 13 Failed 2/13 tests, 84.62% okay t/op/globals............ok t/op/hacks..............ok 2/2 skipped: no universal SIGFPE handling t/op/ifunless...........ok t/op/info...............ok t/op/integer............ok t/op/interp.............# Failed test (t/op/interp.t at line 83) # got: 'ok 1 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ' # '(cd . && ./parrot -b --gc-debug /tmp/interp_5.pasm)' failed with exit code 139 # Looks like you failed 1 tests of 11. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 5 Failed 1/11 tests, 90.91% okay t/op/jit................# Failed test (t/op/jit.t at line 1151) # got: 'Memory fault (core dumped) # ' # expected: 'hello # done # ' # '(cd . && ./parrot -b --gc-debug /tmp/jit_58.pasm)' failed with exit code 139 # Looks like you failed 1 tests of 58. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 58 Failed 1/58 tests, 98.28% okay t/op/jitn...............ok t/op/lexicals...........# Failed test (t/op/lexicals.t at line 21) # got: 'Memory fault (core dumped) # ' # expected: '12 # 12 # ' # '(cd . && ./parrot -b --gc-debug /tmp/lexicals_1.pasm)' failed with exit code 139 # Failed test (t/op/lexicals.t at line 40) # got: 'Memory fault (core dumped) # ' # expected: '0 # 1 # 2 # 3 # 4 # 5 # 6 # 7 # 8 # 9 # ' # '(cd . && ./parrot -b --gc-debug /tmp/lexicals_2.pasm)' failed with exit code 139 # Failed test (t/op/lexicals.t at line 67) # got: 'Memory fault (core dumped) # ' # expected: '0 # 2 # 1 # 0 # ' # '(cd . && ./parrot -b --gc-debug /tmp/lexicals_3.pasm)' failed with exit code 139 # Failed test (t/op/lexicals.t at line 110) # got: 'Memory fault (core dumped) # ' # expected: '3 before sub2 # 2 before sub2 # 1 before sub2 # 1 = foo after sub2 # -1 = bar after sub2 # 2 = foo after sub2 # 0 = bar after sub2 # 3 = foo after sub2 # 1 = bar after sub2 # ' # '(cd . && ./parrot -b --gc-debug /tmp/lexicals_4.pasm)' failed with exit code 139 # Failed test (t/op/lexicals.t at line 182) # got: 'Memory fault (core dumped) # ' # expected: '12 # 7 # 46 # 7 # 12 # 7 # ' # '(cd . && ./parrot -b --gc-debug /tmp/lexicals_5.pasm)' failed with exit code 139 # Failed test (t/op/lexicals.t at line 238) # got: 'Memory fault (core dumped) # ' # expected: '10 # 10 # 14 # 14 # 15 # 12 # 12 # 13 # 10 # 11 # 15 # 15 # 15 # ' # '(cd . && ./parrot -b --gc-debug /tmp/lexicals_6.pasm)' failed with exit code 139 # Looks like you failed 6 tests of 6. dubious Test returned status 6 (wstat 1536, 0x600) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/op/macro..............ok 1/16 skipped: Await exceptions t/op/number.............ok t/op/rx.................ok 1/23 skipped: Pending some sort of lowercasing op t/op/stacks.............# Failed test (t/op/stacks.t at line 267) # got: 'Memory fault (core dumped) # ' # expected: '1024,0 # 1023,1 # 1022,2 # 1021,3 # 1020,4 # 1019,5 # 1018,6 # 1017,7 # 1016,8 # 1015,9 # 1014,10 # 1013,11 # 1012,12 # 1011,13 # 1010,14 # 1009,15 # 1008,16 # 1007,17 # 1006,18 # 1005,19 # 1004,20 # 1003,21 # 1002,22 # 1001,23 # 1000,24 # 999,25 # 998,26 # 997,27 # 996,28 # 995,29 # 994,30 # 993,31 # 992,32 # 991,33 # 990,34 # 989,35 # 988,36 # 987,37 # 986,38 # 985,39 # 984,40 # 983,41 # 982,42 # 981,43 # 980,44 # 979,45 # 978,46 # 977,47 # 976,48 # 975,49 # 974,50 # 973,51 # 972,52 # 971,53 # 970,54 # 969,55 # 968,56 # 967,57 # 966,58 # 965,59 # 964,60 # 963,61 # 962,62 # 961,63 # 960,64 # 959,65 # 958,66 # 957,67 # 956,68 # 955,69 # 954,70 # 953,71 # 952,72 # 951,73 # 950,74 # 949,75 # 948,76 # 947,77 # 946,78 # 945,79 # 944,80 # 943,81 # 942,82 # 941,83 # 940,84 # 939,85 # 938,86 # 937,87 # 936,88 # 935,89 # 934,90 # 933,91 # 932,92 # 931,93 # 930,94 # 929,95 # 928,96 # 927,97 # 926,98 # 925,99 # 924,100 # 923,101 # 922,102 # 921,103 # 920,104 # 919,105 # 918,106 # 917,107 # 916,108 # 915,109 # 914,110 # 913,111 # 912,112 # 911,113 # 910,114 # 909,115 # 908,116 # 907,117 # 906,118 # 905,119 # 904,120 # 903,121 # 902,122 # 901,123 # 900,124 # 899,125 # 898,126 # 897,127 # 896,128 # 895,129 # 894,130 # 893,131 # 892,132 # 891,133 # 890,134 # 889,135 # 888,136 # 887,137 # 886,138 # 885,139 # 884,140 # 883,141 # 882,142 # 881,143 # 880,144 # 879,145 # 878,146 # 877,147 # 876,148 # 875,149 # 874,150 # 873,151 # 872,152 # 871,153 # 870,154 # 869,155 # 868,156 # 867,157 # 866,158 # 865,159 # 864,160 # 863,161 # 862,162 # 861,163 # 860,164 # 859,165 # 858,166 # 857,167 # 856,168 # 855,169 # 854,170 # 853,171 # 852,172 # 851,173 # 850,174 # 849,175 # 848,176 # 847,177 # 846,178 # 845,179 # 844,180 # 843,181 # 842,182 # 841,183 # 840,184 # 839,185 # 838,186 # 837,187 # 836,188 # 835,189 # 834,190 # 833,191 # 832,192 # 831,193 # 830,194 # 829,195 # 828,196 # 827,197 # 826,198 # 825,199 # 824,200 # 823,201 # 822,202 # 821,203 # 820,204 # 819,205 # 818,206 # 817,207 # 816,208 # 815,209 # 814,210 # 813,211 # 812,212 # 811,213 # 810,214 # 809,215 # 808,216 # 807,217 # 806,218 # 805,219 # 804,220 # 803,221 # 802,222 # 801,223 # 800,224 # 799,225 # 798,226 # 797,227 # 796,228 # 795,229 # 794,230 # 793,231 # 792,232 # 791,233 # 790,234 # 789,235 # 788,236 # 787,237 # 786,238 # 785,239 # 784,240 # 783,241 # 782,242 # 781,243 # 780,244 # 779,245 # 778,246 # 777,247 # 776,248 # 775,249 # 774,250 # 773,251 # 772,252 # 771,253 # 770,254 # 769,255 # 768,256 # 767,257 # 766,258 # 765,259 # 764,260 # 763,261 # 762,262 # 761,263 # 760,264 # 759,265 # 758,266 # 757,267 # 756,268 # 755,269 # 754,270 # 753,271 # 752,272 # 751,273 # 750,274 # 749,275 # 748,276 # 747,277 # 746,278 # 745,279 # 744,280 # 743,281 # 742,282 # 741,283 # 740,284 # 739,285 # 738,286 # 737,287 # 736,288 # 735,289 # 734,290 # 733,291 # 732,292 # 731,293 # 730,294 # 729,295 # 728,296 # 727,297 # 726,298 # 725,299 # 724,300 # 723,301 # 722,302 # 721,303 # 720,304 # 719,305 # 718,306 # 717,307 # 716,308 # 715,309 # 714,310 # 713,311 # 712,312 # 711,313 # 710,314 # 709,315 # 708,316 # 707,317 # 706,318 # 705,319 # 704,320 # 703,321 # 702,322 # 701,323 # 700,324 # 699,325 # 698,326 # 697,327 # 696,328 # 695,329 # 694,330 # 693,331 # 692,332 # 691,333 # 690,334 # 689,335 # 688,336 # 687,337 # 686,338 # 685,339 # 684,340 # 683,341 # 682,342 # 681,343 # 680,344 # 679,345 # 678,346 # 677,347 # 676,348 # 675,349 # 674,350 # 673,351 # 672,352 # 671,353 # 670,354 # 669,355 # 668,356 # 667,357 # 666,358 # 665,359 # 664,360 # 663,361 # 662,362 # 661,363 # 660,364 # 659,365 # 658,366 # 657,367 # 656,368 # 655,369 # 654,370 # 653,371 # 652,372 # 651,373 # 650,374 # 649,375 # 648,376 # 647,377 # 646,378 # 645,379 # 644,380 # 643,381 # 642,382 # 641,383 # 640,384 # 639,385 # 638,386 # 637,387 # 636,388 # 635,389 # 634,390 # 633,391 # 632,392 # 631,393 # 630,394 # 629,395 # 628,396 # 627,397 # 626,398 # 625,399 # 624,400 # 623,401 # 622,402 # 621,403 # 620,404 # 619,405 # 618,406 # 617,407 # 616,408 # 615,409 # 614,410 # 613,411 # 612,412 # 611,413 # 610,414 # 609,415 # 608,416 # 607,417 # 606,418 # 605,419 # 604,420 # 603,421 # 602,422 # 601,423 # 600,424 # 599,425 # 598,426 # 597,427 # 596,428 # 595,429 # 594,430 # 593,431 # 592,432 # 591,433 # 590,434 # 589,435 # 588,436 # 587,437 # 586,438 # 585,439 # 584,440 # 583,441 # 582,442 # 581,443 # 580,444 # 579,445 # 578,446 # 577,447 # 576,448 # 575,449 # 574,450 # 573,451 # 572,452 # 571,453 # 570,454 # 569,455 # 568,456 # 567,457 # 566,458 # 565,459 # 564,460 # 563,461 # 562,462 # 561,463 # 560,464 # 559,465 # 558,466 # 557,467 # 556,468 # 555,469 # 554,470 # 553,471 # 552,472 # 551,473 # 550,474 # 549,475 # 548,476 # 547,477 # 546,478 # 545,479 # 544,480 # 543,481 # 542,482 # 541,483 # 540,484 # 539,485 # 538,486 # 537,487 # 536,488 # 535,489 # 534,490 # 533,491 # 532,492 # 531,493 # 530,494 # 529,495 # 528,496 # 527,497 # 526,498 # 525,499 # 524,500 # 523,501 # 522,502 # 521,503 # 520,504 # 519,505 # 518,506 # 517,507 # 516,508 # 515,509 # 514,510 # 513,511 # 512,512 # 511,513 # 510,514 # 509,515 # 508,516 # 507,517 # 506,518 # 505,519 # 504,520 # 503,521 # 502,522 # 501,523 # 500,524 # 499,525 # 498,526 # 497,527 # 496,528 # 495,529 # 494,530 # 493,531 # 492,532 # 491,533 # 490,534 # 489,535 # 488,536 # 487,537 # 486,538 # 485,539 # 484,540 # 483,541 # 482,542 # 481,543 # 480,544 # 479,545 # 478,546 # 477,547 # 476,548 # 475,549 # 474,550 # 473,551 # 472,552 # 471,553 # 470,554 # 469,555 # 468,556 # 467,557 # 466,558 # 465,559 # 464,560 # 463,561 # 462,562 # 461,563 # 460,564 # 459,565 # 458,566 # 457,567 # 456,568 # 455,569 # 454,570 # 453,571 # 452,572 # 451,573 # 450,574 # 449,575 # 448,576 # 447,577 # 446,578 # 445,579 # 444,580 # 443,581 # 442,582 # 441,583 # 440,584 # 439,585 # 438,586 # 437,587 # 436,588 # 435,589 # 434,590 # 433,591 # 432,592 # 431,593 # 430,594 # 429,595 # 428,596 # 427,597 # 426,598 # 425,599 # 424,600 # 423,601 # 422,602 # 421,603 # 420,604 # 419,605 # 418,606 # 417,607 # 416,608 # 415,609 # 414,610 # 413,611 # 412,612 # 411,613 # 410,614 # 409,615 # 408,616 # 407,617 # 406,618 # 405,619 # 404,620 # 403,621 # 402,622 # 401,623 # 400,624 # 399,625 # 398,626 # 397,627 # 396,628 # 395,629 # 394,630 # 393,631 # 392,632 # 391,633 # 390,634 # 389,635 # 388,636 # 387,637 # 386,638 # 385,639 # 384,640 # 383,641 # 382,642 # 381,643 # 380,644 # 379,645 # 378,646 # 377,647 # 376,648 # 375,649 # 374,650 # 373,651 # 372,652 # 371,653 # 370,654 # 369,655 # 368,656 # 367,657 # 366,658 # 365,659 # 364,660 # 363,661 # 362,662 # 361,663 # 360,664 # 359,665 # 358,666 # 357,667 # 356,668 # 355,669 # 354,670 # 353,671 # 352,672 # 351,673 # 350,674 # 349,675 # 348,676 # 347,677 # 346,678 # 345,679 # 344,680 # 343,681 # 342,682 # 341,683 # 340,684 # 339,685 # 338,686 # 337,687 # 336,688 # 335,689 # 334,690 # 333,691 # 332,692 # 331,693 # 330,694 # 329,695 # 328,696 # 327,697 # 326,698 # 325,699 # 324,700 # 323,701 # 322,702 # 321,703 # 320,704 # 319,705 # 318,706 # 317,707 # 316,708 # 315,709 # 314,710 # 313,711 # 312,712 # 311,713 # 310,714 # 309,715 # 308,716 # 307,717 # 306,718 # 305,719 # 304,720 # 303,721 # 302,722 # 301,723 # 300,724 # 299,725 # 298,726 # 297,727 # 296,728 # 295,729 # 294,730 # 293,731 # 292,732 # 291,733 # 290,734 # 289,735 # 288,736 # 287,737 # 286,738 # 285,739 # 284,740 # 283,741 # 282,742 # 281,743 # 280,744 # 279,745 # 278,746 # 277,747 # 276,748 # 275,749 # 274,750 # 273,751 # 272,752 # 271,753 # 270,754 # 269,755 # 268,756 # 267,757 # 266,758 # 265,759 # 264,760 # 263,761 # 262,762 # 261,763 # 260,764 # 259,765 # 258,766 # 257,767 # 256,768 # 255,769 # 254,770 # 253,771 # 252,772 # 251,773 # 250,774 # 249,775 # 248,776 # 247,777 # 246,778 # 245,779 # 244,780 # 243,781 # 242,782 # 241,783 # 240,784 # 239,785 # 238,786 # 237,787 # 236,788 # 235,789 # 234,790 # 233,791 # 232,792 # 231,793 # 230,794 # 229,795 # 228,796 # 227,797 # 226,798 # 225,799 # 224,800 # 223,801 # 222,802 # 221,803 # 220,804 # 219,805 # 218,806 # 217,807 # 216,808 # 215,809 # 214,810 # 213,811 # 212,812 # 211,813 # 210,814 # 209,815 # 208,816 # 207,817 # 206,818 # 205,819 # 204,820 # 203,821 # 202,822 # 201,823 # 200,824 # 199,825 # 198,826 # 197,827 # 196,828 # 195,829 # 194,830 # 193,831 # 192,832 # 191,833 # 190,834 # 189,835 # 188,836 # 187,837 # 186,838 # 185,839 # 184,840 # 183,841 # 182,842 # 181,843 # 180,844 # 179,845 # 178,846 # 177,847 # 176,848 # 175,849 # 174,850 # 173,851 # 172,852 # 171,853 # 170,854 # 169,855 # 168,856 # 167,857 # 166,858 # 165,859 # 164,860 # 163,861 # 162,862 # 161,863 # 160,864 # 159,865 # 158,866 # 157,867 # 156,868 # 155,869 # 154,870 # 153,871 # 152,872 # 151,873 # 150,874 # 149,875 # 148,876 # 147,877 # 146,878 # 145,879 # 144,880 # 143,881 # 142,882 # 141,883 # 140,884 # 139,885 # 138,886 # 137,887 # 136,888 # 135,889 # 134,890 # 133,891 # 132,892 # 131,893 # 130,894 # 129,895 # 128,896 # 127,897 # 126,898 # 125,899 # 124,900 # 123,901 # 122,902 # 121,903 # 120,904 # 119,905 # 118,906 # 117,907 # 116,908 # 115,909 # 114,910 # 113,911 # 112,912 # 111,913 # 110,914 # 109,915 # 108,916 # 107,917 # 106,918 # 105,919 # 104,920 # 103,921 # 102,922 # 101,923 # 100,924 # 99,925 # 98,926 # 97,927 # 96,928 # 95,929 # 94,930 # 93,931 # 92,932 # 91,933 # 90,934 # 89,935 # 88,936 # 87,937 # 86,938 # 85,939 # 84,940 # 83,941 # 82,942 # 81,943 # 80,944 # 79,945 # 78,946 # 77,947 # 76,948 # 75,949 # 74,950 # 73,951 # 72,952 # 71,953 # 70,954 # 69,955 # 68,956 # 67,957 # 66,958 # 65,959 # 64,960 # 63,961 # 62,962 # 61,963 # 60,964 # 59,965 # 58,966 # 57,967 # 56,968 # 55,969 # 54,970 # 53,971 # 52,972 # 51,973 # 50,974 # 49,975 # 48,976 # 47,977 # 46,978 # 45,979 # 44,980 # 43,981 # 42,982 # 41,983 # 40,984 # 39,985 # 38,986 # 37,987 # 36,988 # 35,989 # 34,990 # 33,991 # 32,992 # 31,993 # 30,994 # 29,995 # 28,996 # 27,997 # 26,998 # 25,999 # 24,1000 # 23,1001 # 22,1002 # 21,1003 # 20,1004 # 19,1005 # 18,1006 # 17,1007 # 16,1008 # 15,1009 # 14,1010 # 13,1011 # 12,1012 # 11,1013 # 10,1014 # 9,1015 # 8,1016 # 7,1017 # 6,1018 # 5,1019 # 4,1020 # 3,1021 # 2,1022 # 1,1023 # 0,1024 # ' # '(cd . && ./parrot -b --gc-debug /tmp/stacks_6.pasm)' failed with exit code 139 # Failed test (t/op/stacks.t at line 398) # got: 'Memory fault (core dumped) # ' # expected: '10240 # 10231 # 10222 # 10213 # 10204 # 10195 # 10186 # 10177 # 10168 # 10159 # 101410 # 101311 # 101212 # 101113 # 101014 # 100915 # 100816 # 100717 # 100618 # 100519 # 100420 # 100321 # 100222 # 100123 # 100024 # 99925 # 99826 # 99727 # 99628 # 99529 # 99430 # 99331 # 99232 # 99133 # 99034 # 98935 # 98836 # 98737 # 98638 # 98539 # 98440 # 98341 # 98242 # 98143 # 98044 # 97945 # 97846 # 97747 # 97648 # 97549 # 97450 # 97351 # 97252 # 97153 # 97054 # 96955 # 96856 # 96757 # 96658 # 96559 # 96460 # 96361 # 96262 # 96163 # 96064 # 95965 # 95866 # 95767 # 95668 # 95569 # 95470 # 95371 # 95272 # 95173 # 95074 # 94975 # 94876 # 94777 # 94678 # 94579 # 94480 # 94381 # 94282 # 94183 # 94084 # 93985 # 93886 # 93787 # 93688 # 93589 # 93490 # 93391 # 93292 # 93193 # 93094 # 92995 # 92896 # 92797 # 92698 # 92599 # 924100 # 923101 # 922102 # 921103 # 920104 # 919105 # 918106 # 917107 # 916108 # 915109 # 914110 # 913111 # 912112 # 911113 # 910114 # 909115 # 908116 # 907117 # 906118 # 905119 # 904120 # 903121 # 902122 # 901123 # 900124 # 899125 # 898126 # 897127 # 896128 # 895129 # 894130 # 893131 # 892132 # 891133 # 890134 # 889135 # 888136 # 887137 # 886138 # 885139 # 884140 # 883141 # 882142 # 881143 # 880144 # 879145 # 878146 # 877147 # 876148 # 875149 # 874150 # 873151 # 872152 # 871153 # 870154 # 869155 # 868156 # 867157 # 866158 # 865159 # 864160 # 863161 # 862162 # 861163 # 860164 # 859165 # 858166 # 857167 # 856168 # 855169 # 854170 # 853171 # 852172 # 851173 # 850174 # 849175 # 848176 # 847177 # 846178 # 845179 # 844180 # 843181 # 842182 # 841183 # 840184 # 839185 # 838186 # 837187 # 836188 # 835189 # 834190 # 833191 # 832192 # 831193 # 830194 # 829195 # 828196 # 827197 # 826198 # 825199 # 824200 # 823201 # 822202 # 821203 # 820204 # 819205 # 818206 # 817207 # 816208 # 815209 # 814210 # 813211 # 812212 # 811213 # 810214 # 809215 # 808216 # 807217 # 806218 # 805219 # 804220 # 803221 # 802222 # 801223 # 800224 # 799225 # 798226 # 797227 # 796228 # 795229 # 794230 # 793231 # 792232 # 791233 # 790234 # 789235 # 788236 # 787237 # 786238 # 785239 # 784240 # 783241 # 782242 # 781243 # 780244 # 779245 # 778246 # 777247 # 776248 # 775249 # 774250 # 773251 # 772252 # 771253 # 770254 # 769255 # 768256 # 767257 # 766258 # 765259 # 764260 # 763261 # 762262 # 761263 # 760264 # 759265 # 758266 # 757267 # 756268 # 755269 # 754270 # 753271 # 752272 # 751273 # 750274 # 749275 # 748276 # 747277 # 746278 # 745279 # 744280 # 743281 # 742282 # 741283 # 740284 # 739285 # 738286 # 737287 # 736288 # 735289 # 734290 # 733291 # 732292 # 731293 # 730294 # 729295 # 728296 # 727297 # 726298 # 725299 # 724300 # 723301 # 722302 # 721303 # 720304 # 719305 # 718306 # 717307 # 716308 # 715309 # 714310 # 713311 # 712312 # 711313 # 710314 # 709315 # 708316 # 707317 # 706318 # 705319 # 704320 # 703321 # 702322 # 701323 # 700324 # 699325 # 698326 # 697327 # 696328 # 695329 # 694330 # 693331 # 692332 # 691333 # 690334 # 689335 # 688336 # 687337 # 686338 # 685339 # 684340 # 683341 # 682342 # 681343 # 680344 # 679345 # 678346 # 677347 # 676348 # 675349 # 674350 # 673351 # 672352 # 671353 # 670354 # 669355 # 668356 # 667357 # 666358 # 665359 # 664360 # 663361 # 662362 # 661363 # 660364 # 659365 # 658366 # 657367 # 656368 # 655369 # 654370 # 653371 # 652372 # 651373 # 650374 # 649375 # 648376 # 647377 # 646378 # 645379 # 644380 # 643381 # 642382 # 641383 # 640384 # 639385 # 638386 # 637387 # 636388 # 635389 # 634390 # 633391 # 632392 # 631393 # 630394 # 629395 # 628396 # 627397 # 626398 # 625399 # 624400 # 623401 # 622402 # 621403 # 620404 # 619405 # 618406 # 617407 # 616408 # 615409 # 614410 # 613411 # 612412 # 611413 # 610414 # 609415 # 608416 # 607417 # 606418 # 605419 # 604420 # 603421 # 602422 # 601423 # 600424 # 599425 # 598426 # 597427 # 596428 # 595429 # 594430 # 593431 # 592432 # 591433 # 590434 # 589435 # 588436 # 587437 # 586438 # 585439 # 584440 # 583441 # 582442 # 581443 # 580444 # 579445 # 578446 # 577447 # 576448 # 575449 # 574450 # 573451 # 572452 # 571453 # 570454 # 569455 # 568456 # 567457 # 566458 # 565459 # 564460 # 563461 # 562462 # 561463 # 560464 # 559465 # 558466 # 557467 # 556468 # 555469 # 554470 # 553471 # 552472 # 551473 # 550474 # 549475 # 548476 # 547477 # 546478 # 545479 # 544480 # 543481 # 542482 # 541483 # 540484 # 539485 # 538486 # 537487 # 536488 # 535489 # 534490 # 533491 # 532492 # 531493 # 530494 # 529495 # 528496 # 527497 # 526498 # 525499 # 524500 # 523501 # 522502 # 521503 # 520504 # 519505 # 518506 # 517507 # 516508 # 515509 # 514510 # 513511 # 512512 # 511513 # 510514 # 509515 # 508516 # 507517 # 506518 # 505519 # 504520 # 503521 # 502522 # 501523 # 500524 # 499525 # 498526 # 497527 # 496528 # 495529 # 494530 # 493531 # 492532 # 491533 # 490534 # 489535 # 488536 # 487537 # 486538 # 485539 # 484540 # 483541 # 482542 # 481543 # 480544 # 479545 # 478546 # 477547 # 476548 # 475549 # 474550 # 473551 # 472552 # 471553 # 470554 # 469555 # 468556 # 467557 # 466558 # 465559 # 464560 # 463561 # 462562 # 461563 # 460564 # 459565 # 458566 # 457567 # 456568 # 455569 # 454570 # 453571 # 452572 # 451573 # 450574 # 449575 # 448576 # 447577 # 446578 # 445579 # 444580 # 443581 # 442582 # 441583 # 440584 # 439585 # 438586 # 437587 # 436588 # 435589 # 434590 # 433591 # 432592 # 431593 # 430594 # 429595 # 428596 # 427597 # 426598 # 425599 # 424600 # 423601 # 422602 # 421603 # 420604 # 419605 # 418606 # 417607 # 416608 # 415609 # 414610 # 413611 # 412612 # 411613 # 410614 # 409615 # 408616 # 407617 # 406618 # 405619 # 404620 # 403621 # 402622 # 401623 # 400624 # 399625 # 398626 # 397627 # 396628 # 395629 # 394630 # 393631 # 392632 # 391633 # 390634 # 389635 # 388636 # 387637 # 386638 # 385639 # 384640 # 383641 # 382642 # 381643 # 380644 # 379645 # 378646 # 377647 # 376648 # 375649 # 374650 # 373651 # 372652 # 371653 # 370654 # 369655 # 368656 # 367657 # 366658 # 365659 # 364660 # 363661 # 362662 # 361663 # 360664 # 359665 # 358666 # 357667 # 356668 # 355669 # 354670 # 353671 # 352672 # 351673 # 350674 # 349675 # 348676 # 347677 # 346678 # 345679 # 344680 # 343681 # 342682 # 341683 # 340684 # 339685 # 338686 # 337687 # 336688 # 335689 # 334690 # 333691 # 332692 # 331693 # 330694 # 329695 # 328696 # 327697 # 326698 # 325699 # 324700 # 323701 # 322702 # 321703 # 320704 # 319705 # 318706 # 317707 # 316708 # 315709 # 314710 # 313711 # 312712 # 311713 # 310714 # 309715 # 308716 # 307717 # 306718 # 305719 # 304720 # 303721 # 302722 # 301723 # 300724 # 299725 # 298726 # 297727 # 296728 # 295729 # 294730 # 293731 # 292732 # 291733 # 290734 # 289735 # 288736 # 287737 # 286738 # 285739 # 284740 # 283741 # 282742 # 281743 # 280744 # 279745 # 278746 # 277747 # 276748 # 275749 # 274750 # 273751 # 272752 # 271753 # 270754 # 269755 # 268756 # 267757 # 266758 # 265759 # 264760 # 263761 # 262762 # 261763 # 260764 # 259765 # 258766 # 257767 # 256768 # 255769 # 254770 # 253771 # 252772 # 251773 # 250774 # 249775 # 248776 # 247777 # 246778 # 245779 # 244780 # 243781 # 242782 # 241783 # 240784 # 239785 # 238786 # 237787 # 236788 # 235789 # 234790 # 233791 # 232792 # 231793 # 230794 # 229795 # 228796 # 227797 # 226798 # 225799 # 224800 # 223801 # 222802 # 221803 # 220804 # 219805 # 218806 # 217807 # 216808 # 215809 # 214810 # 213811 # 212812 # 211813 # 210814 # 209815 # 208816 # 207817 # 206818 # 205819 # 204820 # 203821 # 202822 # 201823 # 200824 # 199825 # 198826 # 197827 # 196828 # 195829 # 194830 # 193831 # 192832 # 191833 # 190834 # 189835 # 188836 # 187837 # 186838 # 185839 # 184840 # 183841 # 182842 # 181843 # 180844 # 179845 # 178846 # 177847 # 176848 # 175849 # 174850 # 173851 # 172852 # 171853 # 170854 # 169855 # 168856 # 167857 # 166858 # 165859 # 164860 # 163861 # 162862 # 161863 # 160864 # 159865 # 158866 # 157867 # 156868 # 155869 # 154870 # 153871 # 152872 # 151873 # 150874 # 149875 # 148876 # 147877 # 146878 # 145879 # 144880 # 143881 # 142882 # 141883 # 140884 # 139885 # 138886 # 137887 # 136888 # 135889 # 134890 # 133891 # 132892 # 131893 # 130894 # 129895 # 128896 # 127897 # 126898 # 125899 # 124900 # 123901 # 122902 # 121903 # 120904 # 119905 # 118906 # 117907 # 116908 # 115909 # 114910 # 113911 # 112912 # 111913 # 110914 # 109915 # 108916 # 107917 # 106918 # 105919 # 104920 # 103921 # 102922 # 101923 # 100924 # 99925 # 98926 # 97927 # 96928 # 95929 # 94930 # 93931 # 92932 # 91933 # 90934 # 89935 # 88936 # 87937 # 86938 # 85939 # 84940 # 83941 # 82942 # 81943 # 80944 # 79945 # 78946 # 77947 # 76948 # 75949 # 74950 # 73951 # 72952 # 71953 # 70954 # 69955 # 68956 # 67957 # 66958 # 65959 # 64960 # 63961 # 62962 # 61963 # 60964 # 59965 # 58966 # 57967 # 56968 # 55969 # 54970 # 53971 # 52972 # 51973 # 50974 # 49975 # 48976 # 47977 # 46978 # 45979 # 44980 # 43981 # 42982 # 41983 # 40984 # 39985 # 38986 # 37987 # 36988 # 35989 # 34990 # 33991 # 32992 # 31993 # 30994 # 29995 # 28996 # 27997 # 26998 # 25999 # 241000 # 231001 # 221002 # 211003 # 201004 # 191005 # 181006 # 171007 # 161008 # 151009 # 141010 # 131011 # 121012 # 111013 # 101014 # 91015 # 81016 # 71017 # 61018 # 51019 # 41020 # 31021 # 21022 # 11023 # 01024 # ' # '(cd . && ./parrot -b --gc-debug /tmp/stacks_12.pasm)' failed with exit code 139 # Failed test (t/op/stacks.t at line 666) # got: 'Memory fault (core dumped) # ' # expected: '10240 # 10231 # 10222 # 10213 # 10204 # 10195 # 10186 # 10177 # 10168 # 10159 # 101410 # 101311 # 101212 # 101113 # 101014 # 100915 # 100816 # 100717 # 100618 # 100519 # 100420 # 100321 # 100222 # 100123 # 100024 # 99925 # 99826 # 99727 # 99628 # 99529 # 99430 # 99331 # 99232 # 99133 # 99034 # 98935 # 98836 # 98737 # 98638 # 98539 # 98440 # 98341 # 98242 # 98143 # 98044 # 97945 # 97846 # 97747 # 97648 # 97549 # 97450 # 97351 # 97252 # 97153 # 97054 # 96955 # 96856 # 96757 # 96658 # 96559 # 96460 # 96361 # 96262 # 96163 # 96064 # 95965 # 95866 # 95767 # 95668 # 95569 # 95470 # 95371 # 95272 # 95173 # 95074 # 94975 # 94876 # 94777 # 94678 # 94579 # 94480 # 94381 # 94282 # 94183 # 94084 # 93985 # 93886 # 93787 # 93688 # 93589 # 93490 # 93391 # 93292 # 93193 # 93094 # 92995 # 92896 # 92797 # 92698 # 92599 # 924100 # 923101 # 922102 # 921103 # 920104 # 919105 # 918106 # 917107 # 916108 # 915109 # 914110 # 913111 # 912112 # 911113 # 910114 # 909115 # 908116 # 907117 # 906118 # 905119 # 904120 # 903121 # 902122 # 901123 # 900124 # 899125 # 898126 # 897127 # 896128 # 895129 # 894130 # 893131 # 892132 # 891133 # 890134 # 889135 # 888136 # 887137 # 886138 # 885139 # 884140 # 883141 # 882142 # 881143 # 880144 # 879145 # 878146 # 877147 # 876148 # 875149 # 874150 # 873151 # 872152 # 871153 # 870154 # 869155 # 868156 # 867157 # 866158 # 865159 # 864160 # 863161 # 862162 # 861163 # 860164 # 859165 # 858166 # 857167 # 856168 # 855169 # 854170 # 853171 # 852172 # 851173 # 850174 # 849175 # 848176 # 847177 # 846178 # 845179 # 844180 # 843181 # 842182 # 841183 # 840184 # 839185 # 838186 # 837187 # 836188 # 835189 # 834190 # 833191 # 832192 # 831193 # 830194 # 829195 # 828196 # 827197 # 826198 # 825199 # 824200 # 823201 # 822202 # 821203 # 820204 # 819205 # 818206 # 817207 # 816208 # 815209 # 814210 # 813211 # 812212 # 811213 # 810214 # 809215 # 808216 # 807217 # 806218 # 805219 # 804220 # 803221 # 802222 # 801223 # 800224 # 799225 # 798226 # 797227 # 796228 # 795229 # 794230 # 793231 # 792232 # 791233 # 790234 # 789235 # 788236 # 787237 # 786238 # 785239 # 784240 # 783241 # 782242 # 781243 # 780244 # 779245 # 778246 # 777247 # 776248 # 775249 # 774250 # 773251 # 772252 # 771253 # 770254 # 769255 # 768256 # 767257 # 766258 # 765259 # 764260 # 763261 # 762262 # 761263 # 760264 # 759265 # 758266 # 757267 # 756268 # 755269 # 754270 # 753271 # 752272 # 751273 # 750274 # 749275 # 748276 # 747277 # 746278 # 745279 # 744280 # 743281 # 742282 # 741283 # 740284 # 739285 # 738286 # 737287 # 736288 # 735289 # 734290 # 733291 # 732292 # 731293 # 730294 # 729295 # 728296 # 727297 # 726298 # 725299 # 724300 # 723301 # 722302 # 721303 # 720304 # 719305 # 718306 # 717307 # 716308 # 715309 # 714310 # 713311 # 712312 # 711313 # 710314 # 709315 # 708316 # 707317 # 706318 # 705319 # 704320 # 703321 # 702322 # 701323 # 700324 # 699325 # 698326 # 697327 # 696328 # 695329 # 694330 # 693331 # 692332 # 691333 # 690334 # 689335 # 688336 # 687337 # 686338 # 685339 # 684340 # 683341 # 682342 # 681343 # 680344 # 679345 # 678346 # 677347 # 676348 # 675349 # 674350 # 673351 # 672352 # 671353 # 670354 # 669355 # 668356 # 667357 # 666358 # 665359 # 664360 # 663361 # 662362 # 661363 # 660364 # 659365 # 658366 # 657367 # 656368 # 655369 # 654370 # 653371 # 652372 # 651373 # 650374 # 649375 # 648376 # 647377 # 646378 # 645379 # 644380 # 643381 # 642382 # 641383 # 640384 # 639385 # 638386 # 637387 # 636388 # 635389 # 634390 # 633391 # 632392 # 631393 # 630394 # 629395 # 628396 # 627397 # 626398 # 625399 # 624400 # 623401 # 622402 # 621403 # 620404 # 619405 # 618406 # 617407 # 616408 # 615409 # 614410 # 613411 # 612412 # 611413 # 610414 # 609415 # 608416 # 607417 # 606418 # 605419 # 604420 # 603421 # 602422 # 601423 # 600424 # 599425 # 598426 # 597427 # 596428 # 595429 # 594430 # 593431 # 592432 # 591433 # 590434 # 589435 # 588436 # 587437 # 586438 # 585439 # 584440 # 583441 # 582442 # 581443 # 580444 # 579445 # 578446 # 577447 # 576448 # 575449 # 574450 # 573451 # 572452 # 571453 # 570454 # 569455 # 568456 # 567457 # 566458 # 565459 # 564460 # 563461 # 562462 # 561463 # 560464 # 559465 # 558466 # 557467 # 556468 # 555469 # 554470 # 553471 # 552472 # 551473 # 550474 # 549475 # 548476 # 547477 # 546478 # 545479 # 544480 # 543481 # 542482 # 541483 # 540484 # 539485 # 538486 # 537487 # 536488 # 535489 # 534490 # 533491 # 532492 # 531493 # 530494 # 529495 # 528496 # 527497 # 526498 # 525499 # 524500 # 523501 # 522502 # 521503 # 520504 # 519505 # 518506 # 517507 # 516508 # 515509 # 514510 # 513511 # 512512 # 511513 # 510514 # 509515 # 508516 # 507517 # 506518 # 505519 # 504520 # 503521 # 502522 # 501523 # 500524 # 499525 # 498526 # 497527 # 496528 # 495529 # 494530 # 493531 # 492532 # 491533 # 490534 # 489535 # 488536 # 487537 # 486538 # 485539 # 484540 # 483541 # 482542 # 481543 # 480544 # 479545 # 478546 # 477547 # 476548 # 475549 # 474550 # 473551 # 472552 # 471553 # 470554 # 469555 # 468556 # 467557 # 466558 # 465559 # 464560 # 463561 # 462562 # 461563 # 460564 # 459565 # 458566 # 457567 # 456568 # 455569 # 454570 # 453571 # 452572 # 451573 # 450574 # 449575 # 448576 # 447577 # 446578 # 445579 # 444580 # 443581 # 442582 # 441583 # 440584 # 439585 # 438586 # 437587 # 436588 # 435589 # 434590 # 433591 # 432592 # 431593 # 430594 # 429595 # 428596 # 427597 # 426598 # 425599 # 424600 # 423601 # 422602 # 421603 # 420604 # 419605 # 418606 # 417607 # 416608 # 415609 # 414610 # 413611 # 412612 # 411613 # 410614 # 409615 # 408616 # 407617 # 406618 # 405619 # 404620 # 403621 # 402622 # 401623 # 400624 # 399625 # 398626 # 397627 # 396628 # 395629 # 394630 # 393631 # 392632 # 391633 # 390634 # 389635 # 388636 # 387637 # 386638 # 385639 # 384640 # 383641 # 382642 # 381643 # 380644 # 379645 # 378646 # 377647 # 376648 # 375649 # 374650 # 373651 # 372652 # 371653 # 370654 # 369655 # 368656 # 367657 # 366658 # 365659 # 364660 # 363661 # 362662 # 361663 # 360664 # 359665 # 358666 # 357667 # 356668 # 355669 # 354670 # 353671 # 352672 # 351673 # 350674 # 349675 # 348676 # 347677 # 346678 # 345679 # 344680 # 343681 # 342682 # 341683 # 340684 # 339685 # 338686 # 337687 # 336688 # 335689 # 334690 # 333691 # 332692 # 331693 # 330694 # 329695 # 328696 # 327697 # 326698 # 325699 # 324700 # 323701 # 322702 # 321703 # 320704 # 319705 # 318706 # 317707 # 316708 # 315709 # 314710 # 313711 # 312712 # 311713 # 310714 # 309715 # 308716 # 307717 # 306718 # 305719 # 304720 # 303721 # 302722 # 301723 # 300724 # 299725 # 298726 # 297727 # 296728 # 295729 # 294730 # 293731 # 292732 # 291733 # 290734 # 289735 # 288736 # 287737 # 286738 # 285739 # 284740 # 283741 # 282742 # 281743 # 280744 # 279745 # 278746 # 277747 # 276748 # 275749 # 274750 # 273751 # 272752 # 271753 # 270754 # 269755 # 268756 # 267757 # 266758 # 265759 # 264760 # 263761 # 262762 # 261763 # 260764 # 259765 # 258766 # 257767 # 256768 # 255769 # 254770 # 253771 # 252772 # 251773 # 250774 # 249775 # 248776 # 247777 # 246778 # 245779 # 244780 # 243781 # 242782 # 241783 # 240784 # 239785 # 238786 # 237787 # 236788 # 235789 # 234790 # 233791 # 232792 # 231793 # 230794 # 229795 # 228796 # 227797 # 226798 # 225799 # 224800 # 223801 # 222802 # 221803 # 220804 # 219805 # 218806 # 217807 # 216808 # 215809 # 214810 # 213811 # 212812 # 211813 # 210814 # 209815 # 208816 # 207817 # 206818 # 205819 # 204820 # 203821 # 202822 # 201823 # 200824 # 199825 # 198826 # 197827 # 196828 # 195829 # 194830 # 193831 # 192832 # 191833 # 190834 # 189835 # 188836 # 187837 # 186838 # 185839 # 184840 # 183841 # 182842 # 181843 # 180844 # 179845 # 178846 # 177847 # 176848 # 175849 # 174850 # 173851 # 172852 # 171853 # 170854 # 169855 # 168856 # 167857 # 166858 # 165859 # 164860 # 163861 # 162862 # 161863 # 160864 # 159865 # 158866 # 157867 # 156868 # 155869 # 154870 # 153871 # 152872 # 151873 # 150874 # 149875 # 148876 # 147877 # 146878 # 145879 # 144880 # 143881 # 142882 # 141883 # 140884 # 139885 # 138886 # 137887 # 136888 # 135889 # 134890 # 133891 # 132892 # 131893 # 130894 # 129895 # 128896 # 127897 # 126898 # 125899 # 124900 # 123901 # 122902 # 121903 # 120904 # 119905 # 118906 # 117907 # 116908 # 115909 # 114910 # 113911 # 112912 # 111913 # 110914 # 109915 # 108916 # 107917 # 106918 # 105919 # 104920 # 103921 # 102922 # 101923 # 100924 # 99925 # 98926 # 97927 # 96928 # 95929 # 94930 # 93931 # 92932 # 91933 # 90934 # 89935 # 88936 # 87937 # 86938 # 85939 # 84940 # 83941 # 82942 # 81943 # 80944 # 79945 # 78946 # 77947 # 76948 # 75949 # 74950 # 73951 # 72952 # 71953 # 70954 # 69955 # 68956 # 67957 # 66958 # 65959 # 64960 # 63961 # 62962 # 61963 # 60964 # 59965 # 58966 # 57967 # 56968 # 55969 # 54970 # 53971 # 52972 # 51973 # 50974 # 49975 # 48976 # 47977 # 46978 # 45979 # 44980 # 43981 # 42982 # 41983 # 40984 # 39985 # 38986 # 37987 # 36988 # 35989 # 34990 # 33991 # 32992 # 31993 # 30994 # 29995 # 28996 # 27997 # 26998 # 25999 # 241000 # 231001 # 221002 # 211003 # 201004 # 191005 # 181006 # 171007 # 161008 # 151009 # 141010 # 131011 # 121012 # 111013 # 101014 # 91015 # 81016 # 71017 # 61018 # 51019 # 41020 # 31021 # 21022 # 11023 # 01024 # ' # '(cd . && ./parrot -b --gc-debug /tmp/stacks_24.pasm)' failed with exit code 139 # Failed test (t/op/stacks.t at line 670) # got: 'Memory fault (core dumped) # ' # expected: 'OK # ' # '(cd . && ./parrot -b --gc-debug /tmp/stacks_25.pasm)' failed with exit code 139 # Failed test (t/op/stacks.t at line 836) # got: 'Memory fault (core dumped) # ' # expected: '254 # ' # '(cd . && ./parrot -b --gc-debug /tmp/stacks_36.pasm)' failed with exit code 139 # Failed test (t/op/stacks.t at line 852) # got: 'Memory fault (core dumped) # ' # expected: '255 # ' # '(cd . && ./parrot -b --gc-debug /tmp/stacks_37.pasm)' failed with exit code 139 # Failed test (t/op/stacks.t at line 868) # got: 'Memory fault (core dumped) # ' # expected: '44 # ' # '(cd . && ./parrot -b --gc-debug /tmp/stacks_38.pasm)' failed with exit code 139 # Failed test (t/op/stacks.t at line 884) # got: 'Memory fault (core dumped) # ' # expected: '43 # ' # '(cd . && ./parrot -b --gc-debug /tmp/stacks_39.pasm)' failed with exit code 139 # Failed test (t/op/stacks.t at line 1065) # got: '0 # 1 # Memory fault (core dumped) # ' # expected: '0 # 1 # 1024 # ' # '(cd . && ./parrot -b --gc-debug /tmp/stacks_46.pasm)' failed with exit code 139 # Failed test (t/op/stacks.t at line 1192) # got: 'Memory fault (core dumped) # ' # expected: 'all ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/stacks_51.pasm)' failed with exit code 139 # Failed test (t/op/stacks.t at line 1275) # got: 'Memory fault (core dumped) # ' # expected: 'ok0 # ok0 # ok1 # ok1 # ok2 # ok2 # ok3 # ok3 # ok4 # ok4 # ok5 # ok5 # ok6 # ok6 # ok7 # ok7 # ok8 # ok8 # ok9 # ok9 # ok10 # ok10 # ok11 # ok11 # ok12 # ok12 # ok13 # ok13 # ok14 # ok14 # ok15 # ok15 # ok16 # ok16 # ok17 # ok17 # ok18 # ok18 # ok19 # ok19 # ok20 # ok20 # ok21 # ok21 # ok22 # ok22 # ok23 # ok23 # ok24 # ok24 # ok25 # ok25 # ok26 # ok26 # ok27 # ok27 # ok28 # ok28 # ok29 # ok29 # ok30 # ok30 # ok31 # ok31 # ok32 # ok32 # ok33 # ok33 # ok34 # ok34 # ok35 # ok35 # ok36 # ok36 # ok37 # ok37 # ok38 # ok38 # ok39 # ok39 # ok40 # ok40 # ok41 # ok41 # ok42 # ok42 # ok43 # ok43 # ok44 # ok44 # ok45 # ok45 # ok46 # ok46 # ok47 # ok47 # ok48 # ok48 # ok49 # ok49 # ok50 # ok50 # ok51 # ok51 # ok52 # ok52 # ok53 # ok53 # ok54 # ok54 # ok55 # ok55 # ok56 # ok56 # ok57 # ok57 # ok58 # ok58 # ok59 # ok59 # ok60 # ok60 # ok61 # ok61 # ok62 # ok62 # ok63 # ok63 # ok64 # ok64 # ok65 # ok65 # ok66 # ok66 # ok67 # ok67 # ok68 # ok68 # ok69 # ok69 # ok70 # ok70 # ok71 # ok71 # ok72 # ok72 # ok73 # ok73 # ok74 # ok74 # ok75 # ok75 # ok76 # ok76 # ok77 # ok77 # ok78 # ok78 # ok79 # ok79 # ok80 # ok80 # ok81 # ok81 # ok82 # ok82 # ok83 # ok83 # ok84 # ok84 # ok85 # ok85 # ok86 # ok86 # ok87 # ok87 # ok88 # ok88 # ok89 # ok89 # ok90 # ok90 # ok91 # ok91 # ok92 # ok92 # ok93 # ok93 # ok94 # ok94 # ok95 # ok95 # ok96 # ok96 # ok97 # ok97 # ok98 # ok98 # ok99 # ok99 # ok100 # ok100 # ok101 # ok101 # ok102 # ok102 # ok103 # ok103 # ok104 # ok104 # ok105 # ok105 # ok106 # ok106 # ok107 # ok107 # ok108 # ok108 # ok109 # ok109 # ok110 # ok110 # ok111 # ok111 # ok112 # ok112 # ok113 # ok113 # ok114 # ok114 # ok115 # ok115 # ok116 # ok116 # ok117 # ok117 # ok118 # ok118 # ok119 # ok119 # ok120 # ok120 # ok121 # ok121 # ok122 # ok122 # ok123 # ok123 # ok124 # ok124 # ok125 # ok125 # ok126 # ok126 # ok127 # ok127 # ok128 # ok128 # ok129 # ok129 # ok130 # ok130 # ok131 # ok131 # ok132 # ok132 # ok133 # ok133 # ok134 # ok134 # ok135 # ok135 # ok136 # ok136 # ok137 # ok137 # ok138 # ok138 # ok139 # ok139 # ok140 # ok140 # ok141 # ok141 # ok142 # ok142 # ok143 # ok143 # ok144 # ok144 # ok145 # ok145 # ok146 # ok146 # ok147 # ok147 # ok148 # ok148 # ok149 # ok149 # ok150 # ok150 # ok151 # ok151 # ok152 # ok152 # ok153 # ok153 # ok154 # ok154 # ok155 # ok155 # ok156 # ok156 # ok157 # ok157 # ok158 # ok158 # ok159 # ok159 # ok160 # ok160 # ok161 # ok161 # ok162 # ok162 # ok163 # ok163 # ok164 # ok164 # ok165 # ok165 # ok166 # ok166 # ok167 # ok167 # ok168 # ok168 # ok169 # ok169 # ok170 # ok170 # ok171 # ok171 # ok172 # ok172 # ok173 # ok173 # ok174 # ok174 # ok175 # ok175 # ok176 # ok176 # ok177 # ok177 # ok178 # ok178 # ok179 # ok179 # ok180 # ok180 # ok181 # ok181 # ok182 # ok182 # ok183 # ok183 # ok184 # ok184 # ok185 # ok185 # ok186 # ok186 # ok187 # ok187 # ok188 # ok188 # ok189 # ok189 # ok190 # ok190 # ok191 # ok191 # ok192 # ok192 # ok193 # ok193 # ok194 # ok194 # ok195 # ok195 # ok196 # ok196 # ok197 # ok197 # ok198 # ok198 # ok199 # ok199 # ok200 # ok200 # ok201 # ok201 # ok202 # ok202 # ok203 # ok203 # ok204 # ok204 # ok205 # ok205 # ok206 # ok206 # ok207 # ok207 # ok208 # ok208 # ok209 # ok209 # ok210 # ok210 # ok211 # ok211 # ok212 # ok212 # ok213 # ok213 # ok214 # ok214 # ok215 # ok215 # ok216 # ok216 # ok217 # ok217 # ok218 # ok218 # ok219 # ok219 # ok220 # ok220 # ok221 # ok221 # ok222 # ok222 # ok223 # ok223 # ok224 # ok224 # ok225 # ok225 # ok226 # ok226 # ok227 # ok227 # ok228 # ok228 # ok229 # ok229 # ok230 # ok230 # ok231 # ok231 # ok232 # ok232 # ok233 # ok233 # ok234 # ok234 # ok235 # ok235 # ok236 # ok236 # ok237 # ok237 # ok238 # ok238 # ok239 # ok239 # ok240 # ok240 # ok241 # ok241 # ok242 # ok242 # ok243 # ok243 # ok244 # ok244 # ok245 # ok245 # ok246 # ok246 # ok247 # ok247 # ok248 # ok248 # ok249 # ok249 # ok250 # ok250 # ok251 # ok251 # ok252 # ok252 # ok253 # ok253 # ok254 # ok254 # ok255 # ok255 # ok256 # ok256 # ok257 # ok257 # ok258 # ok258 # ok259 # ok259 # ok260 # ok260 # ok261 # ok261 # ok262 # ok262 # ok263 # ok263 # ok264 # ok264 # ok265 # ok265 # ok266 # ok266 # ok267 # ok267 # ok268 # ok268 # ok269 # ok269 # ok270 # ok270 # ok271 # ok271 # ok272 # ok272 # ok273 # ok273 # ok274 # ok274 # ok275 # ok275 # ok276 # ok276 # ok277 # ok277 # ok278 # ok278 # ok279 # ok279 # ok280 # ok280 # ok281 # ok281 # ok282 # ok282 # ok283 # ok283 # ok284 # ok284 # ok285 # ok285 # ok286 # ok286 # ok287 # ok287 # ok288 # ok288 # ok289 # ok289 # ok290 # ok290 # ok291 # ok291 # ok292 # ok292 # ok293 # ok293 # ok294 # ok294 # ok295 # ok295 # ok296 # ok296 # ok297 # ok297 # ok298 # ok298 # ok299 # ok299 # ok300 # ok300 # ok301 # ok301 # ok302 # ok302 # ok303 # ok303 # ok304 # ok304 # ok305 # ok305 # ok306 # ok306 # ok307 # ok307 # ok308 # ok308 # ok309 # ok309 # ok310 # ok310 # ok311 # ok311 # ok312 # ok312 # ok313 # ok313 # ok314 # ok314 # ok315 # ok315 # ok316 # ok316 # ok317 # ok317 # ok318 # ok318 # ok319 # ok319 # ok320 # ok320 # ok321 # ok321 # ok322 # ok322 # ok323 # ok323 # ok324 # ok324 # ok325 # ok325 # ok326 # ok326 # ok327 # ok327 # ok328 # ok328 # ok329 # ok329 # ok330 # ok330 # ok331 # ok331 # ok332 # ok332 # ok333 # ok333 # ok334 # ok334 # ok335 # ok335 # ok336 # ok336 # ok337 # ok337 # ok338 # ok338 # ok339 # ok339 # ok340 # ok340 # ok341 # ok341 # ok342 # ok342 # ok343 # ok343 # ok344 # ok344 # ok345 # ok345 # ok346 # ok346 # ok347 # ok347 # ok348 # ok348 # ok349 # ok349 # ok350 # ok350 # ok351 # ok351 # ok352 # ok352 # ok353 # ok353 # ok354 # ok354 # ok355 # ok355 # ok356 # ok356 # ok357 # ok357 # ok358 # ok358 # ok359 # ok359 # ok360 # ok360 # ok361 # ok361 # ok362 # ok362 # ok363 # ok363 # ok364 # ok364 # ok365 # ok365 # ok366 # ok366 # ok367 # ok367 # ok368 # ok368 # ok369 # ok369 # ok370 # ok370 # ok371 # ok371 # ok372 # ok372 # ok373 # ok373 # ok374 # ok374 # ok375 # ok375 # ok376 # ok376 # ok377 # ok377 # ok378 # ok378 # ok379 # ok379 # ok380 # ok380 # ok381 # ok381 # ok382 # ok382 # ok383 # ok383 # ok384 # ok384 # ok385 # ok385 # ok386 # ok386 # ok387 # ok387 # ok388 # ok388 # ok389 # ok389 # ok390 # ok390 # ok391 # ok391 # ok392 # ok392 # ok393 # ok393 # ok394 # ok394 # ok395 # ok395 # ok396 # ok396 # ok397 # ok397 # ok398 # ok398 # ok399 # ok399 # ok400 # ok400 # ok401 # ok401 # ok402 # ok402 # ok403 # ok403 # ok404 # ok404 # ok405 # ok405 # ok406 # ok406 # ok407 # ok407 # ok408 # ok408 # ok409 # ok409 # ok410 # ok410 # ok411 # ok411 # ok412 # ok412 # ok413 # ok413 # ok414 # ok414 # ok415 # ok415 # ok416 # ok416 # ok417 # ok417 # ok418 # ok418 # ok419 # ok419 # ok420 # ok420 # ok421 # ok421 # ok422 # ok422 # ok423 # ok423 # ok424 # ok424 # ok425 # ok425 # ok426 # ok426 # ok427 # ok427 # ok428 # ok428 # ok429 # ok429 # ok430 # ok430 # ok431 # ok431 # ok432 # ok432 # ok433 # ok433 # ok434 # ok434 # ok435 # ok435 # ok436 # ok436 # ok437 # ok437 # ok438 # ok438 # ok439 # ok439 # ok440 # ok440 # ok441 # ok441 # ok442 # ok442 # ok443 # ok443 # ok444 # ok444 # ok445 # ok445 # ok446 # ok446 # ok447 # ok447 # ok448 # ok448 # ok449 # ok449 # ok450 # ok450 # ok451 # ok451 # ok452 # ok452 # ok453 # ok453 # ok454 # ok454 # ok455 # ok455 # ok456 # ok456 # ok457 # ok457 # ok458 # ok458 # ok459 # ok459 # ok460 # ok460 # ok461 # ok461 # ok462 # ok462 # ok463 # ok463 # ok464 # ok464 # ok465 # ok465 # ok466 # ok466 # ok467 # ok467 # ok468 # ok468 # ok469 # ok469 # ok470 # ok470 # ok471 # ok471 # ok472 # ok472 # ok473 # ok473 # ok474 # ok474 # ok475 # ok475 # ok476 # ok476 # ok477 # ok477 # ok478 # ok478 # ok479 # ok479 # ok480 # ok480 # ok481 # ok481 # ok482 # ok482 # ok483 # ok483 # ok484 # ok484 # ok485 # ok485 # ok486 # ok486 # ok487 # ok487 # ok488 # ok488 # ok489 # ok489 # ok490 # ok490 # ok491 # ok491 # ok492 # ok492 # ok493 # ok493 # ok494 # ok494 # ok495 # ok495 # ok496 # ok496 # ok497 # ok497 # ok498 # ok498 # ok499 # ok499 # ok500 # ok500 # ok501 # ok501 # ok502 # ok502 # ok503 # ok503 # ok504 # ok504 # ok505 # ok505 # ok506 # ok506 # ok507 # ok507 # ok508 # ok508 # ok509 # ok509 # ok510 # ok510 # ok511 # ok511 # ok512 # ok512 # ok513 # ok513 # ok514 # ok514 # ok515 # ok515 # ok516 # ok516 # ok517 # ok517 # ok518 # ok518 # ok519 # ok519 # ok520 # ok520 # ok521 # ok521 # ok522 # ok522 # ok523 # ok523 # ok524 # ok524 # ok525 # ok525 # ok526 # ok526 # ok527 # ok527 # ok528 # ok528 # ok529 # ok529 # ok530 # ok530 # ok531 # ok531 # ok532 # ok532 # ok533 # ok533 # ok534 # ok534 # ok535 # ok535 # ok536 # ok536 # ok537 # ok537 # ok538 # ok538 # ok539 # ok539 # ok540 # ok540 # ok541 # ok541 # ok542 # ok542 # ok543 # ok543 # ok544 # ok544 # ok545 # ok545 # ok546 # ok546 # ok547 # ok547 # ok548 # ok548 # ok549 # ok549 # ok550 # ok550 # ok551 # ok551 # ok552 # ok552 # ok553 # ok553 # ok554 # ok554 # ok555 # ok555 # ok556 # ok556 # ok557 # ok557 # ok558 # ok558 # ok559 # ok559 # ok560 # ok560 # ok561 # ok561 # ok562 # ok562 # ok563 # ok563 # ok564 # ok564 # ok565 # ok565 # ok566 # ok566 # ok567 # ok567 # ok568 # ok568 # ok569 # ok569 # ok570 # ok570 # ok571 # ok571 # ok572 # ok572 # ok573 # ok573 # ok574 # ok574 # ok575 # ok575 # ok576 # ok576 # ok577 # ok577 # ok578 # ok578 # ok579 # ok579 # ok580 # ok580 # ok581 # ok581 # ok582 # ok582 # ok583 # ok583 # ok584 # ok584 # ok585 # ok585 # ok586 # ok586 # ok587 # ok587 # ok588 # ok588 # ok589 # ok589 # ok590 # ok590 # ok591 # ok591 # ok592 # ok592 # ok593 # ok593 # ok594 # ok594 # ok595 # ok595 # ok596 # ok596 # ok597 # ok597 # ok598 # ok598 # ok599 # ok599 # ok600 # ok600 # ok601 # ok601 # ok602 # ok602 # ok603 # ok603 # ok604 # ok604 # ok605 # ok605 # ok606 # ok606 # ok607 # ok607 # ok608 # ok608 # ok609 # ok609 # ok610 # ok610 # ok611 # ok611 # ok612 # ok612 # ok613 # ok613 # ok614 # ok614 # ok615 # ok615 # ok616 # ok616 # ok617 # ok617 # ok618 # ok618 # ok619 # ok619 # ok620 # ok620 # ok621 # ok621 # ok622 # ok622 # ok623 # ok623 # ok624 # ok624 # ok625 # ok625 # ok626 # ok626 # ok627 # ok627 # ok628 # ok628 # ok629 # ok629 # ok630 # ok630 # ok631 # ok631 # ok632 # ok632 # ok633 # ok633 # ok634 # ok634 # ok635 # ok635 # ok636 # ok636 # ok637 # ok637 # ok638 # ok638 # ok639 # ok639 # ok640 # ok640 # ok641 # ok641 # ok642 # ok642 # ok643 # ok643 # ok644 # ok644 # ok645 # ok645 # ok646 # ok646 # ok647 # ok647 # ok648 # ok648 # ok649 # ok649 # ok650 # ok650 # ok651 # ok651 # ok652 # ok652 # ok653 # ok653 # ok654 # ok654 # ok655 # ok655 # ok656 # ok656 # ok657 # ok657 # ok658 # ok658 # ok659 # ok659 # ok660 # ok660 # ok661 # ok661 # ok662 # ok662 # ok663 # ok663 # ok664 # ok664 # ok665 # ok665 # ok666 # ok666 # ok667 # ok667 # ok668 # ok668 # ok669 # ok669 # ok670 # ok670 # ok671 # ok671 # ok672 # ok672 # ok673 # ok673 # ok674 # ok674 # ok675 # ok675 # ok676 # ok676 # ok677 # ok677 # ok678 # ok678 # ok679 # ok679 # ok680 # ok680 # ok681 # ok681 # ok682 # ok682 # ok683 # ok683 # ok684 # ok684 # ok685 # ok685 # ok686 # ok686 # ok687 # ok687 # ok688 # ok688 # ok689 # ok689 # ok690 # ok690 # ok691 # ok691 # ok692 # ok692 # ok693 # ok693 # ok694 # ok694 # ok695 # ok695 # ok696 # ok696 # ok697 # ok697 # ok698 # ok698 # ok699 # ok699 # ok700 # ok700 # ok701 # ok701 # ok702 # ok702 # ok703 # ok703 # ok704 # ok704 # ok705 # ok705 # ok706 # ok706 # ok707 # ok707 # ok708 # ok708 # ok709 # ok709 # ok710 # ok710 # ok711 # ok711 # ok712 # ok712 # ok713 # ok713 # ok714 # ok714 # ok715 # ok715 # ok716 # ok716 # ok717 # ok717 # ok718 # ok718 # ok719 # ok719 # ok720 # ok720 # ok721 # ok721 # ok722 # ok722 # ok723 # ok723 # ok724 # ok724 # ok725 # ok725 # ok726 # ok726 # ok727 # ok727 # ok728 # ok728 # ok729 # ok729 # ok730 # ok730 # ok731 # ok731 # ok732 # ok732 # ok733 # ok733 # ok734 # ok734 # ok735 # ok735 # ok736 # ok736 # ok737 # ok737 # ok738 # ok738 # ok739 # ok739 # ok740 # ok740 # ok741 # ok741 # ok742 # ok742 # ok743 # ok743 # ok744 # ok744 # ok745 # ok745 # ok746 # ok746 # ok747 # ok747 # ok748 # ok748 # ok749 # ok749 # ok750 # ok750 # ok751 # ok751 # ok752 # ok752 # ok753 # ok753 # ok754 # ok754 # ok755 # ok755 # ok756 # ok756 # ok757 # ok757 # ok758 # ok758 # ok759 # ok759 # ok760 # ok760 # ok761 # ok761 # ok762 # ok762 # ok763 # ok763 # ok764 # ok764 # ok765 # ok765 # ok766 # ok766 # ok767 # ok767 # ok768 # ok768 # ok769 # ok769 # ok770 # ok770 # ok771 # ok771 # ok772 # ok772 # ok773 # ok773 # ok774 # ok774 # ok775 # ok775 # ok776 # ok776 # ok777 # ok777 # ok778 # ok778 # ok779 # ok779 # ok780 # ok780 # ok781 # ok781 # ok782 # ok782 # ok783 # ok783 # ok784 # ok784 # ok785 # ok785 # ok786 # ok786 # ok787 # ok787 # ok788 # ok788 # ok789 # ok789 # ok790 # ok790 # ok791 # ok791 # ok792 # ok792 # ok793 # ok793 # ok794 # ok794 # ok795 # ok795 # ok796 # ok796 # ok797 # ok797 # ok798 # ok798 # ok799 # ok799 # ok800 # ok800 # ok801 # ok801 # ok802 # ok802 # ok803 # ok803 # ok804 # ok804 # ok805 # ok805 # ok806 # ok806 # ok807 # ok807 # ok808 # ok808 # ok809 # ok809 # ok810 # ok810 # ok811 # ok811 # ok812 # ok812 # ok813 # ok813 # ok814 # ok814 # ok815 # ok815 # ok816 # ok816 # ok817 # ok817 # ok818 # ok818 # ok819 # ok819 # ok820 # ok820 # ok821 # ok821 # ok822 # ok822 # ok823 # ok823 # ok824 # ok824 # ok825 # ok825 # ok826 # ok826 # ok827 # ok827 # ok828 # ok828 # ok829 # ok829 # ok830 # ok830 # ok831 # ok831 # ok832 # ok832 # ok833 # ok833 # ok834 # ok834 # ok835 # ok835 # ok836 # ok836 # ok837 # ok837 # ok838 # ok838 # ok839 # ok839 # ok840 # ok840 # ok841 # ok841 # ok842 # ok842 # ok843 # ok843 # ok844 # ok844 # ok845 # ok845 # ok846 # ok846 # ok847 # ok847 # ok848 # ok848 # ok849 # ok849 # ok850 # ok850 # ok851 # ok851 # ok852 # ok852 # ok853 # ok853 # ok854 # ok854 # ok855 # ok855 # ok856 # ok856 # ok857 # ok857 # ok858 # ok858 # ok859 # ok859 # ok860 # ok860 # ok861 # ok861 # ok862 # ok862 # ok863 # ok863 # ok864 # ok864 # ok865 # ok865 # ok866 # ok866 # ok867 # ok867 # ok868 # ok868 # ok869 # ok869 # ok870 # ok870 # ok871 # ok871 # ok872 # ok872 # ok873 # ok873 # ok874 # ok874 # ok875 # ok875 # ok876 # ok876 # ok877 # ok877 # ok878 # ok878 # ok879 # ok879 # ok880 # ok880 # ok881 # ok881 # ok882 # ok882 # ok883 # ok883 # ok884 # ok884 # ok885 # ok885 # ok886 # ok886 # ok887 # ok887 # ok888 # ok888 # ok889 # ok889 # ok890 # ok890 # ok891 # ok891 # ok892 # ok892 # ok893 # ok893 # ok894 # ok894 # ok895 # ok895 # ok896 # ok896 # ok897 # ok897 # ok898 # ok898 # ok899 # ok899 # ok900 # ok900 # ok901 # ok901 # ok902 # ok902 # ok903 # ok903 # ok904 # ok904 # ok905 # ok905 # ok906 # ok906 # ok907 # ok907 # ok908 # ok908 # ok909 # ok909 # ok910 # ok910 # ok911 # ok911 # ok912 # ok912 # ok913 # ok913 # ok914 # ok914 # ok915 # ok915 # ok916 # ok916 # ok917 # ok917 # ok918 # ok918 # ok919 # ok919 # ok920 # ok920 # ok921 # ok921 # ok922 # ok922 # ok923 # ok923 # ok924 # ok924 # ok925 # ok925 # ok926 # ok926 # ok927 # ok927 # ok928 # ok928 # ok929 # ok929 # ok930 # ok930 # ok931 # ok931 # ok932 # ok932 # ok933 # ok933 # ok934 # ok934 # ok935 # ok935 # ok936 # ok936 # ok937 # ok937 # ok938 # ok938 # ok939 # ok939 # ok940 # ok940 # ok941 # ok941 # ok942 # ok942 # ok943 # ok943 # ok944 # ok944 # ok945 # ok945 # ok946 # ok946 # ok947 # ok947 # ok948 # ok948 # ok949 # ok949 # ok950 # ok950 # ok951 # ok951 # ok952 # ok952 # ok953 # ok953 # ok954 # ok954 # ok955 # ok955 # ok956 # ok956 # ok957 # ok957 # ok958 # ok958 # ok959 # ok959 # ok960 # ok960 # ok961 # ok961 # ok962 # ok962 # ok963 # ok963 # ok964 # ok964 # ok965 # ok965 # ok966 # ok966 # ok967 # ok967 # ok968 # ok968 # ok969 # ok969 # ok970 # ok970 # ok971 # ok971 # ok972 # ok972 # ok973 # ok973 # ok974 # ok974 # ok975 # ok975 # ok976 # ok976 # ok977 # ok977 # ok978 # ok978 # ok979 # ok979 # ok980 # ok980 # ok981 # ok981 # ok982 # ok982 # ok983 # ok983 # ok984 # ok984 # ok985 # ok985 # ok986 # ok986 # ok987 # ok987 # ok988 # ok988 # ok989 # ok989 # ok990 # ok990 # ok991 # ok991 # ok992 # ok992 # ok993 # ok993 # ok994 # ok994 # ok995 # ok995 # ok996 # ok996 # ok997 # ok997 # ok998 # ok998 # ok999 # ok999 # ok1000 # ok1000 # ok1001 # ok1001 # ok1002 # ok1002 # ok1003 # ok1003 # ok1004 # ok1004 # ok1005 # ok1005 # ok1006 # ok1006 # ok1007 # ok1007 # ok1008 # ok1008 # ok1009 # ok1009 # ok1010 # ok1010 # ok1011 # ok1011 # ok1012 # ok1012 # ok1013 # ok1013 # ok1014 # ok1014 # ok1015 # ok1015 # ok1016 # ok1016 # ok1017 # ok1017 # ok1018 # ok1018 # ok1019 # ok1019 # ok1020 # ok1020 # ok1021 # ok1021 # ok1022 # ok1022 # ok1023 # ok1023 # ok1024 # ok1024 # ' # '(cd . && ./parrot -b --gc-debug /tmp/stacks_52.pasm)' failed with exit code 139 # Failed test (t/op/stacks.t at line 1278) # got: 'Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ok 7 # ok 8 # ' # '(cd . && ./parrot -b --gc-debug /tmp/stacks_53.pasm)' failed with exit code 139 # Looks like you failed 12 tests of 56. dubious Test returned status 12 (wstat 3072, 0xc00) DIED. FAILED tests 6, 12, 24-25, 36-39, 46, 51-53 Failed 12/56 tests, 78.57% okay (less 3 skipped tests: 41 okay, 73.21%) t/op/string.............# Failed test (t/op/string.t at line 617) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_36.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 628) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_37.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 639) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_38.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 650) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_39.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 661) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_40.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 672) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_41.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 683) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_42.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 694) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_43.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 705) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_44.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 716) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_45.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 727) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_46.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 738) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_47.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 749) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_48.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 760) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_49.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 771) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_50.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 782) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_51.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 793) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_52.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 804) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_53.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 815) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_54.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 826) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_55.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 837) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_56.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 848) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_57.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 859) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_58.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 870) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_59.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 1297) # got: 'Memory fault (core dumped) # ' # expected: '46368 # -1 # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_91.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 1322) # got: 'Memory fault (core dumped) # ' # expected: 'equal # 0 # 0 # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_92.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 1493) # got: 'Memory fault (core dumped) # ' # expected: 'all ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_100.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 1850) # got: 'ok 1 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_111.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 1884) # got: 'Memory fault (core dumped) # ' # expected: 'A@ # EE # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_112.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 1898) # got: 'Memory fault (core dumped) # ' # expected: 'A@ # abc # EE # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_113.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 1915) # got: 'Memory fault (core dumped) # ' # expected: 'foo # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_114.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 1926) # got: 'ok 1 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ok 7 # ok 8 # ok 9 # ok 10 # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_115.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 2000) # got: 'Memory fault (core dumped) # ' # expected: 'egc # EE # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_116.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 2014) # got: 'Memory fault (core dumped) # ' # expected: 'egc # abc # EE # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_117.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 2031) # got: 'Memory fault (core dumped) # ' # expected: 'foo # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_118.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 2042) # got: 'ok 1 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ok 7 # ok 8 # ok 9 # ok 10 # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_119.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 2116) # got: 'Memory fault (core dumped) # ' # expected: '%Ec # Dw # ABCX # X # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_120.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 2139) # got: 'Memory fault (core dumped) # ' # expected: '%Ec # a2c # Dw # ABCY # abc # Y # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_121.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 2168) # got: 'Memory fault (core dumped) # ' # expected: 'foo # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_122.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 2179) # got: 'ok 1 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_123.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 2206) # got: 'Memory fault (core dumped) # ' # expected: 'a2c # žÍœ # žÍœ # a2c # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_124.pasm)' failed with exit code 139 # Failed test (t/op/string.t at line 2227) # got: 'Memory fault (core dumped) # ' # expected: 'foo # ' # '(cd . && ./parrot -b --gc-debug /tmp/string_125.pasm)' failed with exit code 139 # Looks like you failed 42 tests of 131. dubious Test returned status 42 (wstat 10752, 0x2a00) DIED. FAILED tests 36-59, 91-92, 100, 111-125 Failed 42/131 tests, 67.94% okay t/op/time...............ok t/op/trans..............ok t/op/types..............# Failed test (t/op/types.t at line 22) # got: 'Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ' # '(cd . && ./parrot -b --gc-debug /tmp/types_1.pasm)' failed with exit code 139 # Looks like you failed 1 tests of 3. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/3 tests, 66.67% okay t/pmc/array.............# Failed test (t/pmc/array.t at line 103) # got: 'ok 1 # ok 2 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ' # '(cd . && ./parrot -b --gc-debug /tmp/array_2.pasm)' failed with exit code 139 # Failed test (t/pmc/array.t at line 132) # got: 'ok 1 # ok 2 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ' # '(cd . && ./parrot -b --gc-debug /tmp/array_3.pasm)' failed with exit code 139 # Failed test (t/pmc/array.t at line 268) # got: 'ok 1 # ok 2 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ' # '(cd . && ./parrot -b --gc-debug /tmp/array_8.pasm)' failed with exit code 139 # Failed test (t/pmc/array.t at line 317) # got: 'ok 1 # ok 2 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ' # '(cd . && ./parrot -b --gc-debug /tmp/array_9.pasm)' failed with exit code 139 # Looks like you failed 4 tests of 12. dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 2-3, 8-9 Failed 4/12 tests, 66.67% okay t/pmc/boolean...........ok t/pmc/coroutine.........# Failed test (t/pmc/coroutine.t at line 110) # got: 'Memory fault (core dumped) # ' # expected: 'main # coro # main # done # ' # '(cd . && ./parrot -b --gc-debug /tmp/coroutine_3.pasm)' failed with exit code 139 # Failed test (t/pmc/coroutine.t at line 143) # got: 'Memory fault (core dumped) # ' # expected: '21 # 22 # 22 # 22 # 21 # 22 # 22 # 22 # done # ' # '(cd . && ./parrot -b --gc-debug /tmp/coroutine_4.pasm)' failed with exit code 139 # Looks like you failed 2 tests of 10. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 3-4 Failed 2/10 tests, 80.00% okay t/pmc/delegate..........ok t/pmc/dumper............# Failed test (t/pmc/dumper.t at line 24) # got: 'Memory fault (core dumped) # ' # expected: '"array" => PerlArray (size:10) [ # 0, # 1, # 2, # 3, # 4, # 5, # 6, # 7, # 8, # 9 # ] # ' # '(cd . && ./parrot -b --gc-debug /tmp/dumper_1.imc)' failed with exit code 139 # Failed test (t/pmc/dumper.t at line 61) # got: 'Memory fault (core dumped) # ' # expected: '"array" => PerlArray (size:10) [ # 6, # 1, # 8, # 3, # 2, # 9, # 7, # 4, # 0, # 5 # ] # ' # '(cd . && ./parrot -b --gc-debug /tmp/dumper_2.imc)' failed with exit code 139 # Failed test (t/pmc/dumper.t at line 98) # got: 'Memory fault (core dumped) # ' # expected: '"strings" => PerlArray (size:8) [ # "alpha", # "bravo", # "charlie", # "delta", # "echo", # "foxtrot", # "golf", # "hotel" # ] # ' # '(cd . && ./parrot -b --gc-debug /tmp/dumper_3.imc)' failed with exit code 139 # Failed test (t/pmc/dumper.t at line 131) # got: 'Memory fault (core dumped) # ' # expected: '"strings" => PerlArray (size:8) [ # "charlie", # "hotel", # "alpha", # "delta", # "foxtrot", # "golf", # "bravo", # "echo" # ] # ' # '(cd . && ./parrot -b --gc-debug /tmp/dumper_4.imc)' failed with exit code 139 # Failed test (t/pmc/dumper.t at line 164) # got: 'Memory fault (core dumped) # ' # expected: '"array" => PerlArray (size:20) [ # 0.100000, # "charlie", # 2, # "hotel", # 5, # "alpha", # 0.200000, # "delta", # 4, # "foxtrot", # 0.500000, # 0.400000, # 1, # "golf", # 0.300000, # 3, # "bravo", # 0, # 0, # "echo" # ] # ' # '(cd . && ./parrot -b --gc-debug /tmp/dumper_5.imc)' failed with exit code 139 # Failed test (t/pmc/dumper.t at line 221) # got: 'Memory fault (core dumped) # ' # expected: '"hash1" => PerlHash { # } # "hash1" => PerlHash { # "hello" => "world" # } # "hash1" => PerlHash { # "hello" => "world", # "hello2" => "world2" # } # "hash1" => PerlHash { # "hash2" => PerlHash { # }, # "hello" => "world", # "hello2" => "world2" # } # "hash1" => PerlHash { # "hash2" => PerlHash { # "hello3" => "world3" # }, # "hello" => "world", # "hello2" => "world2" # } # "hash1" => PerlHash { # "hash2" => PerlHash { # "array1" => PerlArray (size:5) [ # "this", # "is", # "a", # "test", # PerlHash { # "is" => "cool", # "name" => "parrot" # } # ], # "hello3" => "world3" # }, # "hello" => "world", # "hello2" => "world2" # } # ' # '(cd . && ./parrot -b --gc-debug /tmp/dumper_6.imc)' failed with exit code 139 # Failed test (t/pmc/dumper.t at line 325) # got: 'Memory fault (core dumped) # ' # expected: '"VAR1" => PerlArray (size:2) [ # "test1", # "test2" # ] with-properties: PerlHash { # "key1" => "value1", # "key2" => "value2" # } # ' # '(cd . && ./parrot -b --gc-debug /tmp/dumper_7.imc)' failed with exit code 139 # Failed test (t/pmc/dumper.t at line 359) # got: 'Memory fault (core dumped) # ' # expected: '"hash" => PerlHash { # | "hash2" => PerlHash { # | | "array" => PerlArray (size:2) [ # | | | 1, # | | | PerlArray (size:1) [ # | | | | "test" # | | | ] # | | ], # | | "test2" => "test2" # | }, # | "test1" => "test1" # } with-properties: PerlHash { # | "array2" => \hash["hash2"]["array"][1] # } # "hash" => PerlHash { # | "hash2" => PerlHash { # | | "array" => PerlArray (size:2) [ # | | | 1, # | | | PerlArray (size:1) [ # | | | | "test" # | | | ] # | | ], # | | "test2" => "test2" # | }, # | "test1" => "test1" # } with-properties: PerlHash { # | "array2" => \hash["hash2"]["array"][1] # } # name = 'hash' # indent = '| ' # ' # '(cd . && ./parrot -b --gc-debug /tmp/dumper_8.imc)' failed with exit code 139 # Failed test (t/pmc/dumper.t at line 428) # got: 'Memory fault (core dumped) # ' # expected: '"VAR1" => PerlHash { # "hello" => "world" # } with-properties: PerlHash { # "backref" => \VAR1 # } # ' # '(cd . && ./parrot -b --gc-debug /tmp/dumper_9.imc)' failed with exit code 139 # Failed test (t/pmc/dumper.t at line 450) # got: 'Memory fault (core dumped) # ' # expected: '"VAR1" => PerlHash { # "hello" => "world" # } with-properties: PerlHash { # "self" => \VAR1.properties() # } # ' # '(cd . && ./parrot -b --gc-debug /tmp/dumper_10.imc)' failed with exit code 139 # Failed test (t/pmc/dumper.t at line 474) # got: 'Memory fault (core dumped) # ' # expected: '"VAR1" => PerlArray (size:4) [ # PerlHash { # "hello1" => "world1" # } with-properties: PerlHash { # "das leben" => "ist schoen" # }, # PerlHash { # "hello2" => "world2" # } with-properties: PerlHash { # "hash1prop" => \VAR1[0].properties() # }, # \VAR1[0].properties(), # \VAR1[1].properties() # ] # ' # '(cd . && ./parrot -b --gc-debug /tmp/dumper_11.imc)' failed with exit code 139 # Failed test (t/pmc/dumper.t at line 518) # got: 'Memory fault (core dumped) # ' # expected: '"VAR1" => PerlArray (size:2) [ # PMC 'TestClass' { # this is # _TestClass::__dump # }, # PMC 'TestClass' { # this is # _TestClass::__dump # } # ] # ' # '(cd . && ./parrot -b --gc-debug /tmp/dumper_12.imc)' failed with exit code 139 # Failed test (t/pmc/dumper.t at line 581) # got: 'Memory fault (core dumped) # ' # expected: '"array" => PerlArray (size:5) [ # 0, # "0", # null, # 0, # "0" # ] # ' # '(cd . && ./parrot -b --gc-debug /tmp/dumper_13.imc)' failed with exit code 139 # Looks like you failed 13 tests of 13. dubious Test returned status 13 (wstat 3328, 0xd00) DIED. FAILED tests 1-13 Failed 13/13 tests, 0.00% okay t/pmc/env...............# Failed test (t/pmc/env.t at line 56) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/env_4.pasm)' failed with exit code 139 # Looks like you failed 1 tests of 6. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 4 Failed 1/6 tests, 83.33% okay t/pmc/eval..............ok 1/6 skipped: wrong stack handling t/pmc/exception.........# Failed test (t/pmc/exception.t at line 53) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # catched it # something happend # ' # '(cd . && ./parrot -b --gc-debug /tmp/exception_3.pasm)' failed with exit code 139 # Failed test (t/pmc/exception.t at line 75) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # catched it # something happend # a string # ' # '(cd . && ./parrot -b --gc-debug /tmp/exception_4.pasm)' failed with exit code 139 # Failed test (t/pmc/exception.t at line 104) # got: 'main # catched it # Memory fault (core dumped) # ' # expected: 'main # catched it # 42 # ' # '(cd . && ./parrot -b --gc-debug /tmp/exception_5.pasm)' failed with exit code 139 # Failed test (t/pmc/exception.t at line 129) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # catched it # something happend # back again # ' # '(cd . && ./parrot -b --gc-debug /tmp/exception_6.pasm)' failed with exit code 139 # Failed test (t/pmc/exception.t at line 153) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # catched it # something happend # 42 # back again # 43 # ' # '(cd . && ./parrot -b --gc-debug /tmp/exception_7.pasm)' failed with exit code 139 # Failed test (t/pmc/exception.t at line 190) # 'Memory fault (core dumped) # ' # doesn't match '/something happend/ # ' # '(cd . && ./parrot -b --gc-debug /tmp/exception_8.pasm)' failed with exit code 139 # Failed test (t/pmc/exception.t at line 223) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # catched it in 2 # something happend # ' # '(cd . && ./parrot -b --gc-debug /tmp/exception_11.pasm)' failed with exit code 139 # Failed test (t/pmc/exception.t at line 253) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # catched it in 2 # something happend # catched it in 1 # something happend # ' # '(cd . && ./parrot -b --gc-debug /tmp/exception_12.pasm)' failed with exit code 139 # Failed test (t/pmc/exception.t at line 286) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # catched it in 2 # something happend # catched it in 1 # something happend # back in 2 # ' # '(cd . && ./parrot -b --gc-debug /tmp/exception_13.pasm)' failed with exit code 139 # Failed test (t/pmc/exception.t at line 324) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # catched it # something happend # back in sub # back in main # ' # '(cd . && ./parrot -b --gc-debug /tmp/exception_14.pasm)' failed with exit code 139 # Failed test (t/pmc/exception.t at line 367) # got: 'catched it # Memory fault (core dumped) # ' # expected: 'catched it # error 100 # severity 3 # ' # '(cd . && ./parrot -b --gc-debug /tmp/exception_16.pasm)' failed with exit code 139 # Failed test (t/pmc/exception.t at line 401) # 'catched it # Memory fault (core dumped) # ' # doesn't match '/^catched it # Lexical 'no_such_thing' not found # resumed # / # ' # '(cd . && ./parrot -b --gc-debug /tmp/exception_18.pasm)' failed with exit code 139 # Failed test (t/pmc/exception.t at line 422) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # catched it in 2 # something happend # catched it in 1 # something happend # back in main # ' # '(cd . && ./parrot -b --gc-debug /tmp/exception_19.pasm)' failed with exit code 139 # Failed test (t/pmc/exception.t at line 457) # got: 'Hi from handler # Memory fault (core dumped) # ' # expected: 'Hi from handler # 1mark1 # Hi from handler # mark2 # ' # '(cd . && ./parrot -b --gc-debug /tmp/exception_20.pasm)' failed with exit code 139 # Looks like you failed 14 tests of 22. dubious Test returned status 14 (wstat 3584, 0xe00) DIED. FAILED tests 3-8, 11-14, 16, 18-20 Failed 14/22 tests, 36.36% okay t/pmc/float.............# Failed test (t/pmc/float.t at line 65) # got: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ok 7 # ' # '(cd . && ./parrot -b --gc-debug /tmp/float_1.pasm)' failed with exit code 139 # Looks like you failed 1 tests of 9. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/9 tests, 88.89% okay t/pmc/freeze............# Failed test (t/pmc/freeze.t at line 232) # got: 'Memory fault (core dumped) # ' # expected: 'PerlInt 666 # 42 # ' # '(cd . && ./parrot -b --gc-debug /tmp/freeze_9.pasm)' failed with exit code 139 # Failed test (t/pmc/freeze.t at line 256) # got: 'Memory fault (core dumped) # ' # expected: 'PerlArray 2 # 666 # 777 # 42 # ' # '(cd . && ./parrot -b --gc-debug /tmp/freeze_10.pasm)' failed with exit code 139 # Looks like you failed 2 tests of 13. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 9-10 Failed 2/13 tests, 84.62% okay t/pmc/intlist...........# Failed test (t/pmc/intlist.t at line 168) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/intlist_3.pasm)' failed with exit code 139 # Failed test (t/pmc/intlist.t at line 208) # got: 'Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ' # '(cd . && ./parrot -b --gc-debug /tmp/intlist_4.pasm)' failed with exit code 139 # Failed test (t/pmc/intlist.t at line 306) # got: 'ok 1 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ' # '(cd . && ./parrot -b --gc-debug /tmp/intlist_6.pasm)' failed with exit code 139 # Looks like you failed 3 tests of 9. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 3-4, 6 Failed 3/9 tests, 66.67% okay t/pmc/io................# Failed test (t/pmc/io.t at line 179) # got: 'Memory fault (core dumped) # ' # expected: '1 # 2 # ' # '(cd . && ./parrot -b --gc-debug /tmp/io_8.pasm)' failed with exit code 139 # Failed test (t/pmc/io.t at line 401) # got: 'Memory fault (core dumped) # ' # expected: 'ok 1 # ' # '(cd . && ./parrot -b --gc-debug /tmp/io_23.pasm)' failed with exit code 139 # Looks like you failed 2 tests of 23. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 8, 23 Failed 2/23 tests, 91.30% okay (less 1 skipped test: 20 okay, 86.96%) t/pmc/iter..............# Failed test (t/pmc/iter.t at line 106) # got: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ok 7 # ok 8 # ' # '(cd . && ./parrot -b --gc-debug /tmp/iter_3.pasm)' failed with exit code 139 # Looks like you failed 1 tests of 10. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 3 Failed 1/10 tests, 90.00% okay (less 1 skipped test: 8 okay, 80.00%) t/pmc/key...............ok t/pmc/managedstruct.....ok 1/5 skipped: intval size != 4 t/pmc/mmd...............ok t/pmc/multiarray........ok t/pmc/nci...............i386 JIT CPU .so SO extension ok 29/29 skipped: needs jit/i386 and libnci.so t/pmc/object-meths......# Failed test (t/pmc/object-meths.t at line 215) # got: 'Memory fault (core dumped) # ' # expected: 'A::foo # A::blah # B::blah # A::blah # B::foo # ' # '(cd . && ./parrot -b --gc-debug /tmp/object-meths_11.imc)' failed with exit code 139 # Failed test (t/pmc/object-meths.t at line 387) # got: 'new # in __init # eh! # Memory fault (core dumped) # ' # expected: 'new # in __init # eh! # back in __init # back in main # ' # '(cd . && ./parrot -b --gc-debug /tmp/object-meths_14.pasm)' failed with exit code 139 # Failed test (t/pmc/object-meths.t at line 466) # got: 'F isa D 1 # D isa F 0 # F isa C 1 # C isa F 0 # F isa E 1 # E isa F 0 # F isa A 1 # A isa F 0 # F isa B 1 # B isa F 0 # C isa A 1 # A isa C 0 # D isa A 1 # A isa D 0 # new F # E init # D init # B init # A init # C init # F init # done # ' # expected: 'F isa D 1 # D isa F 0 # F isa C 1 # C isa F 0 # F isa E 1 # E isa F 0 # F isa A 1 # A isa F 0 # F isa B 1 # B isa F 0 # C isa A 1 # A isa C 0 # D isa A 1 # A isa D 0 # new F # E init # A init # D init # B init # C init # F init # done # ' # Looks like you failed 3 tests of 17. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 11, 14, 17 Failed 3/17 tests, 82.35% okay t/pmc/objects...........# Failed test (t/pmc/objects.t at line 309) # got: 'ok 1 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ' # '(cd . && ./parrot -b --gc-debug /tmp/objects_13.pasm)' failed with exit code 139 # Looks like you failed 1 tests of 37. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 13 Failed 1/37 tests, 97.30% okay t/pmc/orderedhash.......ok t/pmc/perlarray.........# Failed test (t/pmc/perlarray.t at line 190) # got: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ok 7 # ok 8 # ok 9 # ok 10 # ok 11 # ok 12 # ok 13 # ok 14 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # 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 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlarray_5.pasm)' failed with exit code 139 # Failed test (t/pmc/perlarray.t at line 384) # got: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ok 7 # ok 8 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # 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 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlarray_6.pasm)' failed with exit code 139 # Failed test (t/pmc/perlarray.t at line 667) # got: 'Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlarray_9.pasm)' failed with exit code 139 # Failed test (t/pmc/perlarray.t at line 705) # got: 'Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlarray_10.pasm)' failed with exit code 139 # Failed test (t/pmc/perlarray.t at line 935) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlarray_16.pasm)' failed with exit code 139 # Failed test (t/pmc/perlarray.t at line 977) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlarray_17.pasm)' failed with exit code 139 # Failed test (t/pmc/perlarray.t at line 1328) # got: 'ok 1 # ok 2 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlarray_25.pasm)' failed with exit code 139 # Failed test (t/pmc/perlarray.t at line 1357) # 'Use of uninitialized value # in file '/tmp/perlarray_26.pasm' near line 44 # ok 1 # Use of uninitialized value # in file '/tmp/perlarray_26.pasm' near line 48 # ok 2 # Use of uninitialized value # in file '/tmp/perlarray_26.pasm' near line 52 # Memory fault (core dumped) # ' # doesn't match '/Use of uninitialized value # \s+in file.* # ok 1 # Use of uninitialized value # \s+in file.* # ok 2 # Use of uninitialized value # \s+in file.* # ok 3 # Use of uninitialized value # \s+in file.* # ok 4 # / # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlarray_26.pasm)' failed with exit code 139 # Looks like you failed 8 tests of 26. dubious Test returned status 8 (wstat 2048, 0x800) DIED. FAILED tests 5-6, 9-10, 16-17, 25-26 Failed 8/26 tests, 69.23% okay t/pmc/perlhash..........# Failed test (t/pmc/perlhash.t at line 25) # got: 'ok 1 # ok 2 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlhash_1.pasm)' failed with exit code 139 # Failed test (t/pmc/perlhash.t at line 205) # got: 'base # bases # start # Memory fault (core dumped) # ' # expected: 'base # bases # start # 199 # 117 # 1 # 23 # 0 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlhash_8.pasm)' failed with exit code 139 # Failed test (t/pmc/perlhash.t at line 385) # got: 'Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlhash_12.pasm)' failed with exit code 139 # Failed test (t/pmc/perlhash.t at line 425) # got: 'ok 1 # ok 2 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlhash_13.pasm)' failed with exit code 139 # Failed test (t/pmc/perlhash.t at line 469) # got: 'ok 1 # ok 2 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlhash_14.pasm)' failed with exit code 139 # Failed test (t/pmc/perlhash.t at line 506) # got: 'ok 1 # ok 2 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlhash_15.pasm)' failed with exit code 139 # Failed test (t/pmc/perlhash.t at line 553) # got: 'Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlhash_17.pasm)' failed with exit code 139 # Failed test (t/pmc/perlhash.t at line 622) # got: 'Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlhash_18.pasm)' failed with exit code 139 # Failed test (t/pmc/perlhash.t at line 888) # got: 'ok 1 # ok 2 # ok 3 # ok 4 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ok 7 # ok 8 # ok 9 # ok 10 # 10 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlhash_28.pasm)' failed with exit code 139 # Failed test (t/pmc/perlhash.t at line 961) # got: '164 # 164 # Memory fault (core dumped) # ' # expected: '164 # 164 # not equal # currency # euro # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlhash_31.pasm)' failed with exit code 139 # Looks like you failed 10 tests of 33. dubious Test returned status 10 (wstat 2560, 0xa00) DIED. FAILED tests 1, 8, 12-15, 17-18, 28, 31 Failed 10/33 tests, 69.70% okay t/pmc/perlint...........# Failed test (t/pmc/perlint.t at line 681) # got: 'ok 1 # ok 2 # ok 3 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlint_23.pasm)' failed with exit code 139 # Failed test (t/pmc/perlint.t at line 780) # got: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ok 7 # ok 8 # ok 9 # ok 10 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlint_25.pasm)' failed with exit code 139 # Failed test (t/pmc/perlint.t at line 895) # got: 'ok 1 # ok 2 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlint_27.pasm)' failed with exit code 139 # Looks like you failed 3 tests of 27. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 23, 25, 27 Failed 3/27 tests, 88.89% okay t/pmc/perlnum...........# Failed test (t/pmc/perlnum.t at line 690) # got: '0 # 0.000000 # ' # expected: '0 # -0.000000 # ' # Looks like you failed 1 tests of 36. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 36 Failed 1/36 tests, 97.22% okay t/pmc/perlstring........# Failed test (t/pmc/perlstring.t at line 65) # got: 'Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlstring_1.pasm)' failed with exit code 139 # Failed test (t/pmc/perlstring.t at line 494) # got: 'Memory fault (core dumped) # ' # expected: '0 # 1 # -1 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlstring_16.pasm)' failed with exit code 139 # Failed test (t/pmc/perlstring.t at line 523) # got: '0 # 1 # -1 # Memory fault (core dumped) # ' # expected: '0 # 1 # -1 # 1 # -1 # 0 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlstring_17.pasm)' failed with exit code 139 # Failed test (t/pmc/perlstring.t at line 606) # got: 'ok 1 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlstring_21.pasm)' failed with exit code 139 # Failed test (t/pmc/perlstring.t at line 648) # got: 'Memory fault (core dumped) # ' # expected: 'A@ # EE # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlstring_22.pasm)' failed with exit code 139 # Failed test (t/pmc/perlstring.t at line 664) # got: 'Memory fault (core dumped) # ' # expected: 'A@ # abc # EE # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlstring_23.pasm)' failed with exit code 139 # Failed test (t/pmc/perlstring.t at line 684) # got: 'ok 1 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ok 7 # ok 8 # ok 9 # ok 10 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlstring_24.pasm)' failed with exit code 139 # Failed test (t/pmc/perlstring.t at line 770) # got: 'Memory fault (core dumped) # ' # expected: 'egc # EE # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlstring_25.pasm)' failed with exit code 139 # Failed test (t/pmc/perlstring.t at line 786) # got: 'Memory fault (core dumped) # ' # expected: 'egc # abc # EE # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlstring_26.pasm)' failed with exit code 139 # Failed test (t/pmc/perlstring.t at line 806) # got: 'ok 1 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ok 7 # ok 8 # ok 9 # ok 10 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlstring_27.pasm)' failed with exit code 139 # Failed test (t/pmc/perlstring.t at line 890) # got: 'Memory fault (core dumped) # ' # expected: '%Ec # Dw # ABCX # X # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlstring_28.pasm)' failed with exit code 139 # Failed test (t/pmc/perlstring.t at line 916) # got: 'Memory fault (core dumped) # ' # expected: '%Ec # a2c # Dw # ABCY # abc # Y # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlstring_29.pasm)' failed with exit code 139 # Failed test (t/pmc/perlstring.t at line 948) # got: 'ok 1 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlstring_30.pasm)' failed with exit code 139 # Failed test (t/pmc/perlstring.t at line 981) # got: 'Memory fault (core dumped) # ' # expected: 'a2c # žÍœ # žÍœ # a2c # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlstring_31.pasm)' failed with exit code 139 # Failed test (t/pmc/perlstring.t at line 1004) # got: 'Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlstring_32.pasm)' failed with exit code 139 # Failed test (t/pmc/perlstring.t at line 1039) # got: 'Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ' # '(cd . && ./parrot -b --gc-debug /tmp/perlstring_33.pasm)' failed with exit code 139 # Looks like you failed 16 tests of 33. dubious Test returned status 16 (wstat 4096, 0x1000) DIED. FAILED tests 1, 16-17, 21-33 Failed 16/33 tests, 51.52% okay t/pmc/pmc...............# Failed test (t/pmc/pmc.t at line 279) # got: 'Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ' # '(cd . && ./parrot -b --gc-debug /tmp/pmc_18.pasm)' failed with exit code 139 # Failed test (t/pmc/pmc.t at line 323) # got: 'Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ' # '(cd . && ./parrot -b --gc-debug /tmp/pmc_19.pasm)' failed with exit code 139 # Failed test (t/pmc/pmc.t at line 358) # got: 'Memory fault (core dumped) # ' # expected: 'ok 1 # ' # '(cd . && ./parrot -b --gc-debug /tmp/pmc_20.pasm)' failed with exit code 139 # Failed test (t/pmc/pmc.t at line 718) # got: 'ok 1 # ok 2 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ' # '(cd . && ./parrot -b --gc-debug /tmp/pmc_34.pasm)' failed with exit code 139 # Failed test (t/pmc/pmc.t at line 749) # got: 'Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ' # '(cd . && ./parrot -b --gc-debug /tmp/pmc_35.pasm)' failed with exit code 139 # Failed test (t/pmc/pmc.t at line 799) # got: 'Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ' # '(cd . && ./parrot -b --gc-debug /tmp/pmc_36.pasm)' failed with exit code 139 # Failed test (t/pmc/pmc.t at line 1187) # got: 'Memory fault (core dumped) # ' # expected: 'ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/pmc_48.pasm)' failed with exit code 139 # Failed test (t/pmc/pmc.t at line 1297) # got: 'Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ' # '(cd . && ./parrot -b --gc-debug /tmp/pmc_54.pasm)' failed with exit code 139 # Failed test (t/pmc/pmc.t at line 1515) # got: 'Memory fault (core dumped) # ' # expected: 'All names and ids ok. # ' # '(cd . && ./parrot -b --gc-debug /tmp/pmc_62.pasm)' failed with exit code 139 # Failed test (t/pmc/pmc.t at line 1550) # got: 'ok 1 # ok 2 # ok 3 # ok 4 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ok 7 # ok 8 # ok 9 # ok 10 # ' # '(cd . && ./parrot -b --gc-debug /tmp/pmc_63.pasm)' failed with exit code 139 # Failed test (t/pmc/pmc.t at line 1680) # got: 'ok 1 # ok 2 # ok 3 # ok 4 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ' # '(cd . && ./parrot -b --gc-debug /tmp/pmc_65.pasm)' failed with exit code 139 # Failed test (t/pmc/pmc.t at line 2178) # got: 'ok 1 # ok 2 # Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ' # '(cd . && ./parrot -b --gc-debug /tmp/pmc_75.pasm)' failed with exit code 139 # Failed test (t/pmc/pmc.t at line 2327) # got: 'Memory fault (core dumped) # ' # expected: 'ok 1 # ok 2 # ' # '(cd . && ./parrot -b --gc-debug /tmp/pmc_81.pasm)' failed with exit code 139 # Looks like you failed 13 tests of 92. dubious Test returned status 13 (wstat 3328, 0xd00) DIED. FAILED tests 18-20, 34-36, 48, 54, 62-63, 65, 75, 81 Failed 13/92 tests, 85.87% okay t/pmc/prop..............# Failed test (t/pmc/prop.t at line 22) # got: 'Memory fault (core dumped) # ' # expected: '10 # ten # zehn # ' # '(cd . && ./parrot -b --gc-debug /tmp/prop_1.pasm)' failed with exit code 139 # Failed test (t/pmc/prop.t at line 46) # got: 'Memory fault (core dumped) # ' # expected: 'No # No # ' # '(cd . && ./parrot -b --gc-debug /tmp/prop_2.pasm)' failed with exit code 139 # Failed test (t/pmc/prop.t at line 74) # got: 'Memory fault (core dumped) # ' # expected: 'Integer # Float # ' # '(cd . && ./parrot -b --gc-debug /tmp/prop_3.pasm)' failed with exit code 139 # Failed test (t/pmc/prop.t at line 113) # got: 'Memory fault (core dumped) # ' # expected: '10 # ten # zehn # - # ' # '(cd . && ./parrot -b --gc-debug /tmp/prop_5.pasm)' failed with exit code 139 # Failed test (t/pmc/prop.t at line 142) # got: 'Memory fault (core dumped) # ' # expected: 'ten # zehn # - # ' # '(cd . && ./parrot -b --gc-debug /tmp/prop_6.pasm)' failed with exit code 139 # Looks like you failed 5 tests of 7. dubious Test returned status 5 (wstat 1280, 0x500) DIED. FAILED tests 1-3, 5-6 Failed 5/7 tests, 28.57% okay t/pmc/ref...............ok t/pmc/sarray............# Failed test (t/pmc/sarray.t at line 429) # 'Memory fault (core dumped) # ' # doesn't match '/^set_integer_native\(\) in ConstSArray/ # ' # '(cd . && ./parrot -b --gc-debug /tmp/sarray_12.pasm)' failed with exit code 139 # Failed test (t/pmc/sarray.t at line 441) # 'Memory fault (core dumped) # ' # doesn't match '/^10 # 1 # shift_integer\(\) in ConstSArray/ # ' # '(cd . && ./parrot -b --gc-debug /tmp/sarray_13.pasm)' failed with exit code 139 # Failed test (t/pmc/sarray.t at line 462) # 'Memory fault (core dumped) # ' # doesn't match '/^ok # morph\(\) in ConstSArray/ # ' # '(cd . && ./parrot -b --gc-debug /tmp/sarray_14.pasm)' failed with exit code 139 # Looks like you failed 3 tests of 14. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 12-14 Failed 3/14 tests, 78.57% okay t/pmc/scratchpad........# Failed test (t/pmc/scratchpad.t at line 21) # got: 'Memory fault (core dumped) # ' # expected: '12 # 12 # 7 # ' # '(cd . && ./parrot -b --gc-debug /tmp/scratchpad_1.pasm)' failed with exit code 139 # Failed test (t/pmc/scratchpad.t at line 48) # got: 'Memory fault (core dumped) # ' # expected: '102 # 102 # 101 # 100 # 102 # 101 # 100 # 102 # 101 # 100 # ' # '(cd . && ./parrot -b --gc-debug /tmp/scratchpad_2.pasm)' failed with exit code 139 # Failed test (t/pmc/scratchpad.t at line 119) # got: 'Memory fault (core dumped) # ' # expected: '102 # 202 # 102 # 202 # 102 # 202 # 101 # ' # '(cd . && ./parrot -b --gc-debug /tmp/scratchpad_3.pasm)' failed with exit code 139 # Failed test (t/pmc/scratchpad.t at line 184) # got: 'Memory fault (core dumped) # ' # expected: '100 # 101 # ' # '(cd . && ./parrot -b --gc-debug /tmp/scratchpad_4.pasm)' failed with exit code 139 # Failed test (t/pmc/scratchpad.t at line 211) # 'Memory fault (core dumped) # ' # doesn't match '/ok 1 # Lexical 'foo' not found # / # ' # '(cd . && ./parrot -b --gc-debug /tmp/scratchpad_5.pasm)' failed with exit code 139 # Looks like you failed 5 tests of 5. dubious Test returned status 5 (wstat 1280, 0x500) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/pmc/signal............skipped all skipped: No events yet t/pmc/sort..............# Failed test (t/pmc/sort.t at line 23) # got: 'Memory fault (core dumped) # ' # expected: '0 # 1 # 2 # 3 # 4 # 5 # 6 # 7 # 8 # 9 # ' # '(cd . && ./parrot -b --gc-debug /tmp/sort_1.imc)' failed with exit code 139 # Failed test (t/pmc/sort.t at line 68) # got: 'Memory fault (core dumped) # ' # expected: '0 # 1 # 2 # 3 # 4 # 5 # 6 # 7 # 8 # 9 # ' # '(cd . && ./parrot -b --gc-debug /tmp/sort_2.imc)' failed with exit code 139 # Failed test (t/pmc/sort.t at line 113) # got: 'Memory fault (core dumped) # ' # expected: '0 # 1 # 2 # 3 # 4 # 5 # 6 # 7 # 8 # 9 # ' # '(cd . && ./parrot -b --gc-debug /tmp/sort_3.imc)' failed with exit code 139 # Failed test (t/pmc/sort.t at line 158) # got: 'Memory fault (core dumped) # ' # expected: 'alpha # bravo # charlie # delta # echo # foxtrot # golf # hotel # ' # '(cd . && ./parrot -b --gc-debug /tmp/sort_4.imc)' failed with exit code 139 # Failed test (t/pmc/sort.t at line 199) # got: 'Memory fault (core dumped) # ' # expected: 'alpha # bravo # charlie # delta # echo # foxtrot # golf # hotel # ' # '(cd . && ./parrot -b --gc-debug /tmp/sort_5.imc)' failed with exit code 139 # Failed test (t/pmc/sort.t at line 240) # got: 'Memory fault (core dumped) # ' # expected: '0 # 0 # 0.100000 # 0.200000 # 0.300000 # 0.400000 # 0.500000 # 1 # 2 # 3 # 4 # 5 # alpha # bravo # charlie # delta # echo # foxtrot # golf # hotel # ' # '(cd . && ./parrot -b --gc-debug /tmp/sort_6.imc)' failed with exit code 139 # Failed test (t/pmc/sort.t at line 305) # got: 'Memory fault (core dumped) # ' # expected: 'h # w # x # y # ' # '(cd . && ./parrot -b --gc-debug /tmp/sort_7.imc)' failed with exit code 139 # Failed test (t/pmc/sort.t at line 338) # got: 'Memory fault (core dumped) # ' # expected: 'h # w # x # y # ' # '(cd . && ./parrot -b --gc-debug /tmp/sort_8.imc)' failed with exit code 139 # Failed test (t/pmc/sort.t at line 382) # got: 'Memory fault (core dumped) # ' # expected: 'aaaa1 # aaaa2 # bbb # bbbbbb # hash2 # hello # hello2 # ' # '(cd . && ./parrot -b --gc-debug /tmp/sort_9.imc)' failed with exit code 139 # Looks like you failed 9 tests of 9. dubious Test returned status 9 (wstat 2304, 0x900) DIED. FAILED tests 1-9 Failed 9/9 tests, 0.00% okay t/pmc/sub...............# Failed test (t/pmc/sub.t at line 177) # got: 'Memory fault (core dumped) # ' # expected: '8 # 11 # 14 # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_7.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_11.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_12.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_13.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_14.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_15.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_16.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_17.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_18.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_19.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_20.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_21.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_22.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_23.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_24.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_25.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_26.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_27.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_28.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_29.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_30.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_31.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_32.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_33.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_34.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 338) # got: 'main # Memory fault (core dumped) # ' # expected: 'main # func # back # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_35.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 1028) # got: 'main # func # Memory fault (core dumped) # ' # expected: 'main # func # ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_63.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 1028) # got: 'main # func # Memory fault (core dumped) # ' # expected: 'main # func # ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_64.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 1028) # got: 'main # func # Memory fault (core dumped) # ' # expected: 'main # func # ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_65.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 1028) # got: 'main # func # Memory fault (core dumped) # ' # expected: 'main # func # ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_66.pasm)' failed with exit code 139 # Failed test (t/pmc/sub.t at line 1028) # got: 'main # func # Memory fault (core dumped) # ' # expected: 'main # func # ok # ' # '(cd . && ./parrot -b --gc-debug /tmp/sub_67.pasm)' failed with exit code 139 # Looks like you failed 31 tests of 73. dubious Test returned status 31 (wstat 7936, 0x1f00) DIED. FAILED tests 7, 11-35, 63-67 Failed 31/73 tests, 57.53% okay t/pmc/sys...............# Failed test (t/pmc/sys.t at line 26) # got: 'Memory fault (core dumped) # ' # expected: 'Hello, World! # 0 # ' # '(cd . && ./parrot -b --gc-debug /tmp/sys_1.imc)' failed with exit code 139 # Looks like you failed 1 tests of 1. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/pmc/threads...........ok 2/11 skipped: no shared PerlStrings yet t/pmc/timer.............# Failed test (t/pmc/timer.t at line 152) # got: 'ok 1 # ok 2 # ok 3 # ' # expected: 'ok 1 # ok 2 # ok 2 # ok 2 # ok 3 # ' # Looks like you failed 1 tests of 7. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 5 Failed 1/7 tests, 85.71% okay t/pmc/tqueue............ok t/native_pbc/integer....ok t/native_pbc/number.....ok imcc/t/imcpasm/cfg......ok imcc/t/imcpasm/opt0.....ok imcc/t/imcpasm/opt1.....ok 1/49 skipped: constant concat N/Y imcc/t/imcpasm/opt2.....ok 5/5 skipped: -O2 disabled imcc/t/imcpasm/optc.....ok 6/6 skipped: PCC changes imcc/t/imcpasm/pcc......ok 10/11 skipped: PCC changes imcc/t/imcpasm/sub......ok imcc/t/reg/spill........ok imcc/t/syn/bsr..........ok imcc/t/syn/clash........ok imcc/t/syn/const........ok imcc/t/syn/eval.........ok imcc/t/syn/file.........ok 1/12 skipped: multiple loading not speced - failing imcc/t/syn/keyed........ok imcc/t/syn/labels.......ok imcc/t/syn/macro........ok imcc/t/syn/namespace....ok imcc/t/syn/objects......ok imcc/t/syn/op...........ok imcc/t/syn/pcc..........# Failed test (imcc/t/syn/pcc.t at line 554) # got: '' # expected: '42 # ' # Failed test (imcc/t/syn/pcc.t at line 608) # got: '' # expected: '3 # 2 # 1 # 0 # caught it! # ' # Looks like you failed 2 tests of 36. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 15-16 Failed 2/36 tests, 94.44% okay (less 2 skipped tests: 32 okay, 88.89%) imcc/t/syn/pod..........ok imcc/t/syn/scope........ok t/src/basic.............ok t/src/exit..............ok t/src/extend............ok 1/13 skipped: Hangs on cygwin t/src/hash..............# Failed test (t/src/hash.t at line 233) # got: '' # expected: '42 # ' # Looks like you failed 1 tests of 10. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 6 Failed 1/10 tests, 90.00% okay (less 1 skipped test: 8 okay, 80.00%) t/src/intlist...........ok t/src/io................ok 1/20 skipped: fdopen does not handle illegal modes correct t/src/list..............ok t/src/manifest..........ok t/src/sprintf...........# Failed test (t/src/sprintf.t at line 209) # '0123456789abcdef101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff10010110210310410510610710810910a10b10c10d10e10f11011111211311411511611711811911a11b11c11d11e11f12012112212312412512612712812912a12b12c12d12e12f13013113213313413513613713813913a13b13c13d13e13f14014114214314414514614714814914a14b14c14d14e14f15015115215315415515615715815915a15b15c15d15e15f16016116216316416516616716816916a16b16c16d16e16f17017117217317417517617717817917a17b17c17d17e17f18018118218318418518618718818918a18b18c18d18e18f19019119219319419519619719819919a19b19c19d19e19f1a01a11a21a31a41a51a61a71a81a91aa1ab1ac1ad1ae1af1b01b11b21b31b41b51b61b71b81b91ba1bb1bc1bd1be1bf1c01c11c21c31c41c51c61c71c81c91ca1cb1cc1cd1ce1cf1d01d11d21d31d41d51d61d71d81d91da1db1dc1dd1de1df1e01e11e21e31e41e51e61e71e81e91ea1eb1ec1ed1ee1ef1f01f11f21f31f41f51f61f71f81f91fa1fb1fc1fd1fe1ff20020120220320420520620720820920a20b20c20d20e20f21021121221321421521621721821921a21b21c21d21e21f220221222223224225' # doesn't match '/[0-9a-f]* # ok # /' # Looks like you failed 1 tests of 3. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 3 Failed 1/3 tests, 66.67% okay Failed 36/98 test scripts, 63.27% okay. 223/1486 subtests failed, 84.99% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- imcc/t/syn/pcc.t 2 512 36 2 5.56% 15-16 t/op/comp.t 1 256 8 1 12.50% 7 t/op/gc.t 2 512 13 2 15.38% 11 13 t/op/interp.t 1 256 11 1 9.09% 5 t/op/jit.t 1 256 58 1 1.72% 58 t/op/lexicals.t 6 1536 6 6 100.00% 1-6 t/op/stacks.t 12 3072 56 12 21.43% 6 12 24-25 36-39 46 51-53 t/op/string.t 42 10752 131 42 32.06% 36-59 91-92 100 111-125 t/op/types.t 1 256 3 1 33.33% 1 t/pmc/array.t 4 1024 12 4 33.33% 2-3 8-9 t/pmc/coroutine.t 2 512 10 2 20.00% 3-4 t/pmc/dumper.t 13 3328 13 13 100.00% 1-13 t/pmc/env.t 1 256 6 1 16.67% 4 t/pmc/exception.t 14 3584 22 14 63.64% 3-8 11-14 16 18-20 t/pmc/float.t 1 256 9 1 11.11% 1 t/pmc/freeze.t 2 512 13 2 15.38% 9-10 t/pmc/intlist.t 3 768 9 3 33.33% 3-4 6 t/pmc/io.t 2 512 23 2 8.70% 8 23 t/pmc/iter.t 1 256 10 1 10.00% 3 t/pmc/object-meths.t 3 768 17 3 17.65% 11 14 17 t/pmc/objects.t 1 256 37 1 2.70% 13 t/pmc/perlarray.t 8 2048 26 8 30.77% 5-6 9-10 16-17 25-26 t/pmc/perlhash.t 10 2560 33 10 30.30% 1 8 12-15 17-18 28 31 t/pmc/perlint.t 3 768 27 3 11.11% 23 25 27 t/pmc/perlnum.t 1 256 36 1 2.78% 36 t/pmc/perlstring.t 16 4096 33 16 48.48% 1 16-17 21-33 t/pmc/pmc.t 13 3328 92 13 14.13% 18-20 34-36 48 54 62-63 65 75 81 t/pmc/prop.t 5 1280 7 5 71.43% 1-3 5-6 t/pmc/sarray.t 3 768 14 3 21.43% 12-14 t/pmc/scratchpad.t 5 1280 5 5 100.00% 1-5 t/pmc/sort.t 9 2304 9 9 100.00% 1-9 t/pmc/sub.t 31 7936 73 31 42.47% 7 11-35 63-67 t/pmc/sys.t 1 256 1 1 100.00% 1 t/pmc/timer.t 1 256 7 1 14.29% 5 t/src/hash.t 1 256 10 1 10.00% 6 t/src/sprintf.t 1 256 3 1 33.33% 3 1 test and 73 subtests skipped. *** Error code 2 Stop in /home/gast/devel/parrot (line 985 of Makefile). Endtime: Fri Apr 9 14:52:18 CEST 2004