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 [EMAIL PROTECTED] ===================================== Marshall -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, July 25, 2005 11:53 PM To: [EMAIL PROTECTED] Cc: DeBerry, Marshall; [email protected] Subject: Re: Solaris 9: Progress and new issue for pspp 0.4.0rc3 Importance: Low John Darrington <[EMAIL PROTECTED]> 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 [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
