On Tue, Aug 13, 2002 at 11:07:16AM -0500, Mitchel, Jennifer (Jem) wrote:
> I am looking at the lines of code where my make test fails according
> to the error output (see platform info and output in previous thread
> included below).
> 
> Here are the lines that fail:
> 
> failing on general.t at line 53
> 
> ok(0, $tmp = $dbh->selectall_arrayref(q{
>         select 1 * power(10,-130) "smallest?",
>                9.9999999999 * power(10,125) "biggest?"
>         from dual
> }));

Try editing general.t and adding:

    print "tmp = $tmp\n";

and seeing what it's doing. Same for the other .t files.

If it looks like the test was badly designed, it may be safe to just
skip it, i.e. don't do "make test" and just install the module.

Reply via email to