X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FChangeLog;h=5c851b2045d0d4199686dbf39c21e5dcb51f6682;hb=22e46e245aa0a8afb2dba1dd936379a18c3c8f8d;hp=d5d2305bebabd57d2b6340220a0b5f750485feb0;hpb=65f688e8b8528c5e60b0f6d5fe1654abf6fa5c35;p=pspp-builds.git diff --git a/tests/ChangeLog b/tests/ChangeLog index d5d2305b..5c851b20 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,41 +1,224 @@ +2007-07-22 Ben Pfaff + + * command/very-long-strings.sh: Test both compressed and + uncompressed system files with very long strings. + +2007-07-17 Ben Pfaff + + Patch #19335. Reviewed by John Darrington. + + * expressions/randist/compare.pl: Use strict and all warnings. + + * expressions/randist/randist.pl: Ditto. + + * formats/num-out-cmp.pl: Ditto. + + * formats/num-out-compare.pl: Ditto. + + * formats/num-out-decmp.pl: Ditto. + + * formats/num-out.pl: Ditto. + +2007-07-17 Ben Pfaff + + * formats/float-format.h: Drop the tests that depend on parsing + "-0" from a syntax file. Also make float-format.sh error messages + easier to read, by changing the sed command so that error line + numbers are easier to match to the test input. + Reviewed by John Darrington as patch #6091. + +2007-07-11 Ben Pfaff + + * xforms/expressions.sh: Remove unused file. Fixes bug + #18140. + +2007-06-06 Ben Pfaff + + * commands/match-files.sh: Test the new support for FIRST and LAST + subcommands. + +2007-06-06 Ben Pfaff + + * automake.mk: Remove test. + + * xforms/casefile.sh: Removed test. + +2007-06-06 Ben Pfaff + + * automake.mk: Add new test. + + * command/datasheet.sh: New test. + +2007-06-03 Ben Pfaff + + * libpspp/tower-test.c: Also test tower_last, tower_prev functions. + + * libpspp/range-set-test.c: Also test the range_set_clone function. + +2007-05-06 Ben Pfaff + + Abstract the documents within a dictionary a little better. + Thanks to John Darrington for suggestion, initial version, and + review. Patch #5917. + + * command/file-label.sh: Update to match new DOCUMENT behavior. + +2007-04-19 John Darrington + + * command/no_case_size.sh command/sysfiles-old.sh: + Changed tests to reflect new behaviour (case changing) when + reading system files with no long name table. + +2007-04-15 Ben Pfaff + + * automake.mk: Add recode.sh to tests. + + * xforms/recode.sh: New test. + +2007-04-03 Ben Pfaff + John McCabe-Dansted + + * npar-binomial.sh: Be less picky about whitespace in PSPP output. + + * npar-chisquare.sh: Ditto. + + * very-long-strings.sh: Ditto. + +2007-04-03 Ben Pfaff + + Apply patches #5828, #5837, #5841, #5843. + + * automake.mk (tests_libpspp_bt_test_LDADD): Add range-map-test, + range-set-test, tower-test. + + * libpspp/range-map-test.c: New test. + + * libpspp/range-set-test.c: New test. + + * libpspp/tower-test.c: New test. + +2007-03-31 Ben Pfaff + + * automake.mk (tests_libpspp_bt_test_LDADD): Add tests/libpspp/bt. + + * libpspp/bt-test.c: New test. + +2007-03-25 Ben Pfaff + + * automake.mk: Add tests/libpspp/sparse-array-test. + + * libpspp/sparse-array-test.c: New test. + +2007-03-18 Ben Pfaff + + * automake.mk: Don't try to distribute tests that are compiled + from C source. This fixes "make dist" when "make all" has not yet + been run. + +Mon Feb 12 06:29:30 2007 Ben Pfaff + + * libpspp/ll-test.c, libpspp/llx-test.c: Include . + +Sat Feb 3 21:57:34 2007 Ben Pfaff + + * automake.mk: Add tests/command/vector.sh. + + * command/vector.sh: New test. + +Wed Jan 24 21:13:53 2007 Ben Pfaff + + * automake.mk: Add tests/libpspp/abt-test. + + * libpspp/abt-test.c: New test. + + * libpspp/heap-test.c, libpspp/ll-test.c, libpspp/llx-test.c: + Style fixes. + +Wed Jan 10 06:50:01 2007 Ben Pfaff + + * automake.mk: Add tests/libpspp/heap-test. + + * libpspp/heap-test.c: New test. + +Wed Dec 13 21:00:46 2006 Ben Pfaff + + * command/rank.sh (activity): Use DELETE VAR (which is new) + instead of MODIFY VARS. + +Tue Dec 19 08:17:28 2006 Ben Pfaff + + * command/loop.sh: Test all the possible combinations of clauses. + +Sat Dec 16 14:00:48 2006 Ben Pfaff + + * command/rank.sh: Fix test to allow string grouping variables. + See bug #18533. + +Sat Dec 16 12:20:58 2006 Ben Pfaff + + * expressions/expressions.sh: Fix DATEDIFF function tests to + correspond with change to DATEDIFF. + +Wed Dec 13 19:34:29 2006 Ben Pfaff + + * expressions/expressions.sh: Test DATEDIFF, DATESUM functions. + +Sun Dec 10 16:52:04 2006 Ben Pfaff + + * automake.mk: Add new test. + + * expressions/valuelabel.sh: New test, for VALUELABEL function. + +Thu Nov 30 22:46:17 2006 Ben Pfaff + + * automake.mk: Add new test. + + * bugs/compute-sum.sh: New test, for bug #17422. + +Thu Nov 30 22:01:57 2006 Ben Pfaff + + * automake.mk: Add new test. + + * bugs/empty-do-repeat: New test, for bug #18407. + Wed Nov 22 06:28:04 2006 Ben Pfaff - * tests/bugs/signals.sh: Fix race condition. + * bugs/signals.sh: Fix race condition. Sun Nov 19 09:23:34 2006 Ben Pfaff * automake.mk: Add the new tests listed below. - * tests/formats/bcd-in.sh: New test. + * formats/bcd-in.sh: New test. - * tests/formats/bcd-in.expected.cmp.gz: New support file for + * formats/bcd-in.expected.cmp.gz: New support file for bcd-in.sh. - * tests/formats/date-in.sh: New test. + * formats/date-in.sh: New test. - * tests/formats/ib-in.sh: New test. + * formats/ib-in.sh: New test. - * tests/formats/ib-in.expected.cmp.gz: New test. + * formats/ib-in.expected.cmp.gz: New test. - * tests/formats/legacy-in.sh: New test. + * formats/legacy-in.sh: New test. - * tests/formats/legacy-in.expected.cmp.gz: New support file for + * formats/legacy-in.expected.cmp.gz: New support file for legacy-in.sh. - * tests/formats/month-in.sh: New test. + * formats/month-in.sh: New test. - * tests/formats/num-in.sh: New test. + * formats/num-in.sh: New test. - * tests/formats/num-in.expected.gz: New support file for num-in.sh. + * formats/num-in.expected.gz: New support file for num-in.sh. - * tests/formats/time-in.sh: New test. + * formats/time-in.sh: New test. - * tests/formats/wkday-in.sh: New test. + * formats/wkday-in.sh: New test. - * tests/commands/no_case_size.sh: Update output to conform with + * commands/no_case_size.sh: Update output to conform with update scientific notation code. - * tests/formats/num-out.expected.cmp.gz: Ditto. + * formats/num-out.expected.cmp.gz: Ditto. Thu Nov 2 20:58:12 2006 Ben Pfaff @@ -65,11 +248,15 @@ Sat Nov 4 16:08:58 2006 Ben Pfaff * formats/wkday-out.sh: New test. +Sun Oct 29 14:03:37 2006 Ben Pfaff + + * ll-test.c, llx-test.c: Reduce verbosity of output. + Thu Oct 26 20:20:39 2006 Ben Pfaff * automake.mk: Add tests/formats/float-format.sh. - * tests/formats/float-format.sh: New test. + * formats/float-format.sh: New test. Sat Oct 7 11:06:59 WST 2006 John Darrington @@ -188,9 +375,8 @@ Mon Aug 1 21:48:54 2005 Ben Pfaff Sat Jul 30 21:54:23 2005 Ben Pfaff * command/sys-info.sh: Removed. (This was not actually in TESTS - in Makefile.am, so it was never called. - tests/command/sysfile-info.sh does what it was trying to do, but - better.) + in Makefile.am, so it was never called. command/sysfile-info.sh + does what it was trying to do, but better.) Sat Jul 30 21:50:33 2005 Ben Pfaff