Haven't yet looked into why it's failing... but for the moment, here's the output with a "perl, v5.8.8 built for x86_64-linux-thread-multi":

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/1....ok 1/4# Test 3 got: "0.814723691903055" (t/1.t at line 13) + t/1....NOK 3# Expected: "0.00900305295363069" + # t/1.t line 13 is: ok(0.814723691903055, $gen->rand()); # Test 4 got: "0.135477004107088" (t/1.t at line 14) t/1....NOK 4# Expected: "0.592605744022876" + # t/1.t line 14 is: ok(0.135477004107088, $gen->rand()); t/1....FAILED tests 3-4 + Failed 2/4 tests, 50.00% okay t/2....ok + t/3....ok + t/4....ok 1/3# Test 2 got: "0.814723691903055" (t/4.t at line 16) + # Expected: "0.00900305295363069" # t/4.t line 16 is: ok(0.814723691903055, rand()); # Test 3 got: "0.135477004107088" (t/4.t at line 17) # Expected: "0.592605744022876" # t/4.t line 17 is: ok(0.135477004107088, rand()); t/4....FAILED tests 2-3 + Failed 2/3 tests, 33.33% okay t/5....ok 1/5# Test 3 got: "0.114662232343107" (t/5.t at line 17) + t/5....NOK 3# Expected: "0.67886575916782" + # t/5.t line 17 is: ok( $gen->rand(1), 0.67886575916782 ); # Test 5 got: "0.621264568995684" (t/5.t at line 21) t/5....NOK 5# Expected: "0.336814725538716" + # t/5.t line 21 is: ok( $gen->rand(1), 0.336814725538716 ); t/5....FAILED tests 3, 5 + Failed 2/5 tests, 60.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t/1.t 4 2 50.00% 3-4 t/4.t 3 2 66.67% 2-3 t/5.t 5 2 40.00% 3 5 Failed 3/5 test scripts, 40.00% okay. 6/26 subtests failed, 76.92% oka +y. make: *** [test_dynamic] Error 255

In reply to Re: Help with x86_64 bit testing for CPAN module by almut
in thread Help with x86_64 bit testing for CPAN module by tachyon-II

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.