in reply to Help with x86_64 bit testing for CPAN module
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Help with x86_64 bit testing for CPAN module
by tachyon-II (Chaplain) on May 22, 2008 at 14:19 UTC | |
by almut (Canon) on May 22, 2008 at 14:55 UTC |