X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FChangeLog;h=a76dbc918ee847bbd5b4593833073611a42e108a;hb=9f472ebb86d3a1b4903bdde1c1371add0b70669a;hp=bb353ca4b56cf4d71c5c6535b0746974d03be31a;hpb=2feb80cc7e27079c77255ee8ab6a9aa373980abb;p=pspp-builds.git diff --git a/tests/ChangeLog b/tests/ChangeLog index bb353ca4..a76dbc91 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,327 @@ +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. + + * tests/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 + + * bugs/signals.sh: Fix race condition. + +Sun Nov 19 09:23:34 2006 Ben Pfaff + + * automake.mk: Add the new tests listed below. + + * formats/bcd-in.sh: New test. + + * formats/bcd-in.expected.cmp.gz: New support file for + bcd-in.sh. + + * formats/date-in.sh: New test. + + * formats/ib-in.sh: New test. + + * formats/ib-in.expected.cmp.gz: New test. + + * formats/legacy-in.sh: New test. + + * formats/legacy-in.expected.cmp.gz: New support file for + legacy-in.sh. + + * formats/month-in.sh: New test. + + * formats/num-in.sh: New test. + + * formats/num-in.expected.gz: New support file for num-in.sh. + + * formats/time-in.sh: New test. + + * formats/wkday-in.sh: New test. + + * commands/no_case_size.sh: Update output to conform with + update scientific notation code. + + * formats/num-out.expected.cmp.gz: Ditto. + +Thu Nov 2 20:58:12 2006 Ben Pfaff + + * command/data-list.sh: Test newly implement SKIP keyword on DATA + LIST. + +Sat Nov 4 16:08:58 2006 Ben Pfaff + + * automake.mk: Add binhex-out.sh, date-out.sh, month-out.sh, + num-out.sh, time-out.sh, wkday-out.sh from formats directory. Add + formats/inexactify as a program needed by tests. + + * command/no_case_size.sh: Update output to conform with updated + formatted output code. + + * expressions/expressions.sh: Ditto. + + * formats/binhex-out.sh: New test. + + * formats/date-out.sh: New test. + + * formats/month-out.sh: New test. + + * formats/num-out.sh: New test. + + * formats/time-out.sh: New test. + + * 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. + + * formats/float-format.sh: New test. + +Sat Oct 7 11:06:59 WST 2006 John Darrington + + * command/rank.sh: New file + +Sun Jul 16 21:08:51 2006 Ben Pfaff + + * command/print.sh: Update output to match PRINT revisions. + +Wed Jul 12 10:07:52 2006 Ben Pfaff + + * automake.mk: Put ll-test, llx-test in check_PROGRAMS instead of + noinst_PROGRAMS. + +Wed Jul 5 22:15:24 2006 Ben Pfaff + + * automake.mk: Add expressions/randist/compare.pl to EXTRA_DIST. + +Tue Jul 4 09:59:52 2006 Ben Pfaff + + Fix bug #15766 (/KEEP subcommand on SAVE doesn't fully support + ALL) and additional underlying system file issues. + + * automake.mk: Add keep-all.sh to TESTS. + + * bugs/keep-all.sh: New test. + +Mon Jul 3 21:09:52 2006 Ben Pfaff + + Modify the random distributions test to verify to 2 more decimal + places of accuracy, but to allow +/- 1 units in the last (tested) + place. This allows the test to pass on machines or with compilers + whose calculated values are off by epsilon from the expected + results. Because of the way the test is constructed, this was + quite common and often caused gratuitous test failures. + + This is patch #5215, tested by Jason Stover and John Darrington. + + * expressions/randist.sh: Use compare.pl to do comparisons. + + * expressions/randist/compare.pl: New script to do comparisons. + + * expressions/randist/randist.pl: Print output to 4 decimal + places, not just 2. Also, print a brief explanatory header at the + top of each output file. + + * expressions/randist/*.out: Replace with new expected output. + +Sat Jul 1 15:33:37 2006 Ben Pfaff + + * automake.mk: Add ll-test, llx-test to TESTS. + + * libpspp/ll-test.c: New file. + + * libpspp/llx-test.c: New file. + +Sun May 7 18:15:52 2006 Ben Pfaff + + * command/do-repeat.sh: Only use "A TO B" for increasing runs of + integers, which is all we now support (for closer compatibility). + +Wed Apr 26 13:36:42 2006 Ben Pfaff + + * command/missing-values.sh: Update output to match behavior + changes. + +Mon Apr 3 12:32:36 2006 Ben Pfaff + + * Updated tests to match changes in output formatting. + +2006-03-23 Jason Stover + + * command/regression.sh: New test. + +Sat Mar 11 14:16:01 WST 2006 John Darrington + + * Updated the tests to use the new location of the pspp binary. + * Made all the tests work as stand-alone scripts. + +Sun Feb 12 19:07:24 2006 Ben Pfaff + + * command/do-repeat.sh: New test. + + * bugs/terminate.sh: Removed (no longer applicable). + +Fri Nov 4 19:30:34 2005 Ben Pfaff + + * command/recode-bug.sh: Improve failure reports. + +Wed Nov 2 21:54:11 2005 Ben Pfaff + + * command/loop.sh: Update expected error messages. + +Sun Aug 21 00:20:02 2005 Ben Pfaff + + * command/import-export.sh: Simplify. + + * command/sysfiles-old.sh: Use version 2, not 3x. + +Sat Aug 6 17:32:39 2005 Ben Pfaff + + * command/missing-values.sh: New test. + + * Makefile.am: Add new test. + +Mon Aug 1 21:51:46 2005 Ben Pfaff + + * bugs/big-input-2.sh: Don't use 1...100000 (etc.) with Perl + because that may allocate a large amount of memory. + +Mon Aug 1 21:48:54 2005 Ben Pfaff + + * xforms/expression.sh: Break this monolithic test up into 36 + subtests to give a better idea of what's failing in some cases. + +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.) + +Sat Jul 30 21:50:33 2005 Ben Pfaff + + Fixes for Solaris. + + * Most tests: Add `cd /' before `rm -rf $TEMPDIR' because some + OSes do not allow the current working directory to be removed. + + * bugs/big-input-2.sh: Use perl instead of a shell loop, because + the shell loop was very slow on Solaris. + + * command/sort.sh: Use `printf' instead of `echo -n' for + portability. + +Sat Jul 30 21:48:37 2005 Ben Pfaff + + * Makefile.am: Add coverage.sh, temp_template to EXTRA_DIST. + +Sun Jul 24 20:35:04 2005 Ben Pfaff + + * command/sysfile-info.sh: Add "-b -B -w" to diff command line. + Fixes apparent failure under Cygwin. Thanks to John Darrington + for reporting this problem. + +Mon Jul 4 18:02:44 2005 Ben Pfaff + + * command/sysfile-info.sh: Don't verify endianness. Fixes bug + reported by "Marshall DeBerry" . + +Mon Jun 6 22:40:10 2005 Ben Pfaff + + * command/print.sh: Get rid of RBHEX output. It wasn't worth + much. Fixes bug 12312. + +Tue May 10 19:59:10 2005 Ben Pfaff + + * bugs/agg-crash-2.sh: Fix output given bug 13054. + +Wed May 4 23:50:02 2005 Ben Pfaff + + * bugs/match-files-scratch.sh: New test for bug 12948. + + * Makefile.am: (TESTS) Add bugs/match-files-scratch.sh. + +Sun May 1 23:18:37 2005 Ben Pfaff + + Most tests: changed capitalization of variable names in + definitions or in output, because now we preserve it. + Mon Apr 25 23:30:17 2005 Ben Pfaff * commands/match-files.sh: New test.