I'm getting this test failure on the value-rep branch: 1360,1361c1360 < (X = 1.00); X => 1.00 < SYSMIS(1) => false --- > (X = 1.00)SYSMIS(1) => false 1364,1375c1363 < (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 --- > (X = 10.00)(X = -3.00)(X = 5.00)(X = 10.00)(X = -3.00)(X = 5.00)(X = 10.00)(X = -3.00)(X = 5.00)(X = 5.00)(X = 5.00)(X = 5.00) \ No newline at end of file compare optimizing output FAILED FAIL: tests/expressions/expressions.sh
-- PGP Public key ID: 1024D/2DE827B3 fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://pgp.mit.edu or any PGP keyserver for public key.
signature.asc
Description: Digital signature
_______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
