bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: RE: Solaris 9: expressions.sh fails test


From: DeBerry, Marshall
Subject: PSPP-BUG: RE: Solaris 9: expressions.sh fails test
Date: Tue, 26 Jul 2005 09:56:12 -0400

Doing the quick way of chaging /bin/sh to /bin/bash in the tests, and
noting that GNU diff is used, all tests except for expressions.sh passed
under Solaris 9. Here is the info:

The first several lines:

1,1133d0
< 1e2 => 100.00
< 1e+2 => 100.00
< 1e-2 => 0.01
< 1e-99 => 0.00
< 0 AND 1 => false
< $true AND 1 => true
.....
The last several lines:
< (X = 10.00); x + 0 => 10.00
< (X = -3.00); x - 0 => -3.00
< (X = 5.00); 0 + x => 5.00
< (X = 10.00); x * 1 => 10.00
< (X = -3.00); 1 * x => -3.00
< (X = 5.00); x / 1 => 5.00
< (X = 10.00); 0 * x => 0.00
< (X = -3.00); x * 0 => 0.00
< (X = 5.00); 0 / x => 0.00
< (X = 5.00); mod(0, x) => 0.00
< (X = 5.00); x ** 1 => 5.00
< (X = 5.00); x ** 2 => 25.00
compare optimizing output
FAILED
FAIL: expressions/expressions.sh
=====================================
1 of 93 tests failed
Please report to address@hidden
=====================================

 Marshall  

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf
Of address@hidden
Sent: Monday, July 25, 2005 11:53 PM
To: address@hidden
Cc: DeBerry, Marshall; address@hidden
Subject: Re: Solaris 9: Progress and new issue for pspp 0.4.0rc3
Importance: Low


John Darrington <address@hidden> writes:

> But it's quite likely that there are other Bash specific constructs in

> the tests.  I suppose we should either:
>
> a) purge all the tests of Bash specific things;
>
> OR
>
> b) change the header of the tests from #!/bin/sh to #!/bin/bash

I'd rather do the former.  We're not trying to do anything complex.

I've started by fixing all of the usage of "export".
-- 
"The only problem with Linux for Dummies is that the advice it  contains
will result only in embarrassment and inconvenience if  followed, not
actual death." --henke at insync dot net


_______________________________________________
pspp-dev mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/pspp-dev




reply via email to

[Prev in Thread] Current Thread [Next in Thread]