5c851b2045d0d4199686dbf39c21e5dcb51f6682
[pspp-builds.git] / tests / ChangeLog
1 2007-07-22  Ben Pfaff  <blp@gnu.org>
2
3         * command/very-long-strings.sh: Test both compressed and
4         uncompressed system files with very long strings.
5
6 2007-07-17  Ben Pfaff  <blp@gnu.org>
7
8         Patch #19335.  Reviewed by John Darrington.
9
10         * expressions/randist/compare.pl: Use strict and all warnings.
11
12         * expressions/randist/randist.pl: Ditto.
13
14         * formats/num-out-cmp.pl: Ditto.
15
16         * formats/num-out-compare.pl: Ditto.
17
18         * formats/num-out-decmp.pl: Ditto.
19
20         * formats/num-out.pl: Ditto.
21
22 2007-07-17  Ben Pfaff  <blp@gnu.org>
23
24         * formats/float-format.h: Drop the tests that depend on parsing
25         "-0" from a syntax file.  Also make float-format.sh error messages
26         easier to read, by changing the sed command so that error line
27         numbers are easier to match to the test input.
28         Reviewed by John Darrington as patch #6091.
29
30 2007-07-11  Ben Pfaff  <blp@gnu.org>
31
32         * xforms/expressions.sh: Remove unused file.  Fixes bug
33         #18140.
34
35 2007-06-06  Ben Pfaff  <blp@gnu.org>
36
37         * commands/match-files.sh: Test the new support for FIRST and LAST
38           subcommands.
39
40 2007-06-06  Ben Pfaff  <blp@gnu.org>
41
42         * automake.mk: Remove test.
43
44         * xforms/casefile.sh: Removed test.
45
46 2007-06-06  Ben Pfaff  <blp@gnu.org>
47
48         * automake.mk: Add new test.
49
50         * command/datasheet.sh: New test.
51
52 2007-06-03  Ben Pfaff  <blp@gnu.org>
53
54         * libpspp/tower-test.c: Also test tower_last, tower_prev functions.
55
56         * libpspp/range-set-test.c: Also test the range_set_clone function.
57
58 2007-05-06  Ben Pfaff  <blp@gnu.org>
59
60         Abstract the documents within a dictionary a little better.
61         Thanks to John Darrington for suggestion, initial version, and
62         review.  Patch #5917.
63
64         * command/file-label.sh: Update to match new DOCUMENT behavior.
65
66 2007-04-19 John Darrington <john@darrington.wattle.id.au>
67         
68         * command/no_case_size.sh command/sysfiles-old.sh:
69         Changed tests to reflect new behaviour (case changing) when
70         reading system files with no long name table.
71
72 2007-04-15  Ben Pfaff  <blp@gnu.org>
73
74         * automake.mk: Add recode.sh to tests.
75
76         * xforms/recode.sh: New test.
77
78 2007-04-03  Ben Pfaff  <blp@gnu.org>
79             John McCabe-Dansted <gmatht@gmail.com>
80         
81         * npar-binomial.sh: Be less picky about whitespace in PSPP output.
82
83         * npar-chisquare.sh: Ditto.
84
85         * very-long-strings.sh: Ditto.
86
87 2007-04-03  Ben Pfaff  <blp@gnu.org>
88
89         Apply patches #5828, #5837, #5841, #5843.
90
91         * automake.mk (tests_libpspp_bt_test_LDADD): Add range-map-test,
92         range-set-test, tower-test.
93
94         * libpspp/range-map-test.c: New test.
95
96         * libpspp/range-set-test.c: New test.
97
98         * libpspp/tower-test.c: New test.
99
100 2007-03-31  Ben Pfaff  <blp@gnu.org>
101
102         * automake.mk (tests_libpspp_bt_test_LDADD): Add tests/libpspp/bt.
103
104         * libpspp/bt-test.c: New test.
105
106 2007-03-25  Ben Pfaff  <blp@gnu.org>
107
108         * automake.mk: Add tests/libpspp/sparse-array-test.
109
110         * libpspp/sparse-array-test.c: New test.
111
112 2007-03-18  Ben Pfaff  <blp@gnu.org>
113
114         * automake.mk: Don't try to distribute tests that are compiled
115         from C source.  This fixes "make dist" when "make all" has not yet
116         been run.
117
118 Mon Feb 12 06:29:30 2007  Ben Pfaff  <blp@gnu.org>
119
120         * libpspp/ll-test.c, libpspp/llx-test.c: Include <config.h>.
121
122 Sat Feb  3 21:57:34 2007  Ben Pfaff  <blp@gnu.org>
123
124         * automake.mk: Add tests/command/vector.sh.
125
126         * command/vector.sh: New test.
127
128 Wed Jan 24 21:13:53 2007  Ben Pfaff  <blp@gnu.org>
129
130         * automake.mk: Add tests/libpspp/abt-test.
131
132         * libpspp/abt-test.c: New test.
133
134         * libpspp/heap-test.c, libpspp/ll-test.c, libpspp/llx-test.c:
135         Style fixes.
136
137 Wed Jan 10 06:50:01 2007  Ben Pfaff  <blp@gnu.org>
138
139         * automake.mk: Add tests/libpspp/heap-test.
140
141         * libpspp/heap-test.c: New test.
142
143 Wed Dec 13 21:00:46 2006  Ben Pfaff  <blp@gnu.org>
144
145         * command/rank.sh (activity): Use DELETE VAR (which is new)
146         instead of MODIFY VARS.
147
148 Tue Dec 19 08:17:28 2006  Ben Pfaff  <blp@gnu.org>
149
150         * command/loop.sh: Test all the possible combinations of clauses.
151
152 Sat Dec 16 14:00:48 2006  Ben Pfaff  <blp@gnu.org>
153
154         * command/rank.sh: Fix test to allow string grouping variables.
155         See bug #18533.
156
157 Sat Dec 16 12:20:58 2006  Ben Pfaff  <blp@gnu.org>
158
159         * expressions/expressions.sh: Fix DATEDIFF function tests to
160         correspond with change to DATEDIFF.
161
162 Wed Dec 13 19:34:29 2006  Ben Pfaff  <blp@gnu.org>
163
164         * expressions/expressions.sh: Test DATEDIFF, DATESUM functions.
165
166 Sun Dec 10 16:52:04 2006  Ben Pfaff  <blp@gnu.org>
167
168         * automake.mk: Add new test.
169
170         * expressions/valuelabel.sh: New test, for VALUELABEL function.
171
172 Thu Nov 30 22:46:17 2006  Ben Pfaff  <blp@gnu.org>
173
174         * automake.mk: Add new test.
175
176         * bugs/compute-sum.sh: New test, for bug #17422.
177
178 Thu Nov 30 22:01:57 2006  Ben Pfaff  <blp@gnu.org>
179
180         * automake.mk: Add new test.
181
182         * bugs/empty-do-repeat: New test, for bug #18407.
183
184 Wed Nov 22 06:28:04 2006  Ben Pfaff  <blp@gnu.org>
185
186         * bugs/signals.sh: Fix race condition.
187
188 Sun Nov 19 09:23:34 2006  Ben Pfaff  <blp@gnu.org>
189
190         * automake.mk: Add the new tests listed below.
191
192         * formats/bcd-in.sh: New test.
193
194         * formats/bcd-in.expected.cmp.gz: New support file for
195         bcd-in.sh.
196
197         * formats/date-in.sh: New test.
198
199         * formats/ib-in.sh: New test.
200
201         * formats/ib-in.expected.cmp.gz: New test.
202
203         * formats/legacy-in.sh: New test.
204
205         * formats/legacy-in.expected.cmp.gz: New support file for
206         legacy-in.sh.
207
208         * formats/month-in.sh: New test.
209
210         * formats/num-in.sh: New test.
211
212         * formats/num-in.expected.gz: New support file for num-in.sh.
213
214         * formats/time-in.sh: New test.
215
216         * formats/wkday-in.sh: New test.
217
218         * commands/no_case_size.sh: Update output to conform with
219         update scientific notation code.
220
221         * formats/num-out.expected.cmp.gz: Ditto.
222
223 Thu Nov  2 20:58:12 2006  Ben Pfaff  <blp@gnu.org>
224
225         * command/data-list.sh: Test newly implement SKIP keyword on DATA
226         LIST.
227
228 Sat Nov  4 16:08:58 2006  Ben Pfaff  <blp@gnu.org>
229
230         * automake.mk: Add binhex-out.sh, date-out.sh, month-out.sh,
231         num-out.sh, time-out.sh, wkday-out.sh from formats directory.  Add
232         formats/inexactify as a program needed by tests.
233
234         * command/no_case_size.sh: Update output to conform with updated
235         formatted output code.
236
237         * expressions/expressions.sh: Ditto.
238
239         * formats/binhex-out.sh: New test.
240
241         * formats/date-out.sh: New test.
242
243         * formats/month-out.sh: New test.
244
245         * formats/num-out.sh: New test.
246
247         * formats/time-out.sh: New test.
248
249         * formats/wkday-out.sh: New test.
250
251 Sun Oct 29 14:03:37 2006  Ben Pfaff  <blp@gnu.org>
252
253         * ll-test.c, llx-test.c: Reduce verbosity of output.
254
255 Thu Oct 26 20:20:39 2006  Ben Pfaff  <blp@gnu.org>
256
257         * automake.mk: Add tests/formats/float-format.sh.
258
259         * formats/float-format.sh: New test.
260
261 Sat Oct  7 11:06:59 WST 2006 John Darrington <john@darrington.wattle.id.au>
262
263         * command/rank.sh: New file 
264
265 Sun Jul 16 21:08:51 2006  Ben Pfaff  <blp@gnu.org>
266
267         * command/print.sh: Update output to match PRINT revisions.
268
269 Wed Jul 12 10:07:52 2006  Ben Pfaff  <blp@gnu.org>
270
271         * automake.mk: Put ll-test, llx-test in check_PROGRAMS instead of
272         noinst_PROGRAMS.
273
274 Wed Jul  5 22:15:24 2006  Ben Pfaff  <blp@gnu.org>
275
276         * automake.mk: Add expressions/randist/compare.pl to EXTRA_DIST.
277
278 Tue Jul  4 09:59:52 2006  Ben Pfaff  <blp@gnu.org>
279
280         Fix bug #15766 (/KEEP subcommand on SAVE doesn't fully support
281         ALL) and additional underlying system file issues.
282         
283         * automake.mk: Add keep-all.sh to TESTS.
284         
285         * bugs/keep-all.sh: New test.
286
287 Mon Jul  3 21:09:52 2006  Ben Pfaff  <blp@gnu.org>
288
289         Modify the random distributions test to verify to 2 more decimal
290         places of accuracy, but to allow +/- 1 units in the last (tested)
291         place.  This allows the test to pass on machines or with compilers
292         whose calculated values are off by epsilon from the expected
293         results.  Because of the way the test is constructed, this was
294         quite common and often caused gratuitous test failures.
295
296         This is patch #5215, tested by Jason Stover and John Darrington.
297          
298         * expressions/randist.sh: Use compare.pl to do comparisons.
299
300         * expressions/randist/compare.pl: New script to do comparisons.
301
302         * expressions/randist/randist.pl: Print output to 4 decimal
303         places, not just 2.  Also, print a brief explanatory header at the
304         top of each output file.
305
306         * expressions/randist/*.out: Replace with new expected output.
307
308 Sat Jul  1 15:33:37 2006  Ben Pfaff  <blp@gnu.org>
309
310         * automake.mk: Add ll-test, llx-test to TESTS.
311         
312         * libpspp/ll-test.c: New file.
313
314         * libpspp/llx-test.c: New file.
315
316 Sun May  7 18:15:52 2006  Ben Pfaff  <blp@gnu.org>
317
318         * command/do-repeat.sh: Only use "A TO B" for increasing runs of
319         integers, which is all we now support (for closer compatibility).
320
321 Wed Apr 26 13:36:42 2006  Ben Pfaff  <blp@gnu.org>
322
323         * command/missing-values.sh: Update output to match behavior
324         changes.
325
326 Mon Apr  3 12:32:36 2006  Ben Pfaff  <blp@gnu.org>
327
328         * Updated tests to match changes in output formatting.
329
330 2006-03-23  Jason Stover  <jhs@math.gcsu.edu>
331
332         * command/regression.sh: New test.
333
334 Sat Mar 11 14:16:01 WST 2006 John Darrington <john@darrington.wattle.id.au>
335
336         * Updated the tests to use the new location of the pspp binary.
337         * Made all the tests work as stand-alone scripts.
338
339 Sun Feb 12 19:07:24 2006  Ben Pfaff  <blp@gnu.org>
340
341         * command/do-repeat.sh: New test.
342
343         * bugs/terminate.sh: Removed (no longer applicable).
344
345 Fri Nov  4 19:30:34 2005  Ben Pfaff  <blp@gnu.org>
346
347         * command/recode-bug.sh: Improve failure reports.
348
349 Wed Nov  2 21:54:11 2005  Ben Pfaff  <blp@gnu.org>
350
351         * command/loop.sh: Update expected error messages.
352
353 Sun Aug 21 00:20:02 2005  Ben Pfaff  <blp@gnu.org>
354
355         * command/import-export.sh: Simplify.
356
357         * command/sysfiles-old.sh: Use version 2, not 3x.
358
359 Sat Aug  6 17:32:39 2005  Ben Pfaff  <blp@gnu.org>
360
361         * command/missing-values.sh: New test.
362
363         * Makefile.am: Add new test.
364
365 Mon Aug  1 21:51:46 2005  Ben Pfaff  <blp@gnu.org>
366
367         * bugs/big-input-2.sh: Don't use 1...100000 (etc.) with Perl
368         because that may allocate a large amount of memory.
369
370 Mon Aug  1 21:48:54 2005  Ben Pfaff  <blp@gnu.org>
371
372         * xforms/expression.sh: Break this monolithic test up into 36
373         subtests to give a better idea of what's failing in some cases.
374
375 Sat Jul 30 21:54:23 2005  Ben Pfaff  <blp@gnu.org>
376
377         * command/sys-info.sh: Removed.  (This was not actually in TESTS
378         in Makefile.am, so it was never called.  command/sysfile-info.sh
379         does what it was trying to do, but better.)
380         
381 Sat Jul 30 21:50:33 2005  Ben Pfaff  <blp@gnu.org>
382
383         Fixes for Solaris.
384
385         * Most tests: Add `cd /' before `rm -rf $TEMPDIR' because some
386         OSes do not allow the current working directory to be removed.
387
388         * bugs/big-input-2.sh: Use perl instead of a shell loop, because
389         the shell loop was very slow on Solaris.
390
391         * command/sort.sh: Use `printf' instead of `echo -n' for
392         portability. 
393         
394 Sat Jul 30 21:48:37 2005  Ben Pfaff  <blp@gnu.org>
395
396         * Makefile.am: Add coverage.sh, temp_template to EXTRA_DIST.
397
398 Sun Jul 24 20:35:04 2005  Ben Pfaff  <blp@gnu.org>
399
400         * command/sysfile-info.sh: Add "-b -B -w" to diff command line.
401         Fixes apparent failure under Cygwin.  Thanks to John Darrington
402         <john@cellform.com.au> for reporting this problem.
403
404 Mon Jul  4 18:02:44 2005  Ben Pfaff  <blp@gnu.org>
405
406         * command/sysfile-info.sh: Don't verify endianness.  Fixes bug
407         reported by "Marshall DeBerry" <mdb@radix.net>.
408
409 Mon Jun  6 22:40:10 2005  Ben Pfaff  <blp@gnu.org>
410
411         * command/print.sh: Get rid of RBHEX output.  It wasn't worth
412         much.  Fixes bug 12312.
413
414 Tue May 10 19:59:10 2005  Ben Pfaff  <blp@gnu.org>
415
416         * bugs/agg-crash-2.sh: Fix output given bug 13054.
417
418 Wed May  4 23:50:02 2005  Ben Pfaff  <blp@gnu.org>
419
420         * bugs/match-files-scratch.sh: New test for bug 12948.
421
422         * Makefile.am: (TESTS) Add bugs/match-files-scratch.sh.
423
424 Sun May  1 23:18:37 2005  Ben Pfaff  <blp@gnu.org>
425
426         Most tests: changed capitalization of variable names in
427         definitions or in output, because now we preserve it.
428
429 Mon Apr 25 23:30:17 2005  Ben Pfaff  <blp@gnu.org>
430
431         * commands/match-files.sh: New test.
432
433         * Makefile.am: (TESTS) Add commands/match-files.sh.
434
435 Sun Apr 17 16:38:00 2005  Ben Pfaff  <blp@gnu.org>
436
437         * crosstabs.stat, data-fmts.stat, do-if.stat, do-repeat.stat,
438         gengarbage.c, inpt-pgm.stat, mdfy-vars.stat, means.stat,
439         mtch-file.stat, pcs-if.stat, recode.stat, repeating.stat,
440         reread.data, reread.stat, sys-info.stat, t-test.stat,
441         temporary.stat, time-date.stat, vector.stat: Removed because they
442         were unused.
443
444         * Makefile.am: Removed sort.data references.  Fixed up
445         DISTCLEANFILES.
446
447 Sun Mar 20 14:16:31 2005  Ben Pfaff  <blp@gnu.org>
448
449         * command/aggregate.sh: Rewrite.
450
451 Mon Mar 14 21:58:23 2005  Ben Pfaff  <blp@gnu.org>
452
453         * Makefile.am: (TESTS_ENVIRONMENT) Add PERL to the test
454         environment.
455
456         * commands/sort.sh: Rewrite to test more thoroughly and to verify
457         that the sort is stable.
458         
459 Sat Mar 12 23:30:37 2005  Ben Pfaff  <blp@gnu.org>
460
461         * bugs/agg-crash-2.sh, bugs/big-input-2.sh, command/aggregate.sh:
462         Fix AGGREGATE command syntax.
463
464 Sat Mar 12 13:16:34 2005  Ben Pfaff  <blp@gnu.org>
465
466         * bugs/temp-freq.sh: Add another test.
467
468 Fri Mar 11 10:40:41 2005  Ben Pfaff  <blp@gnu.org>
469
470         * expressions/expressions.sh: Add another test.
471
472 Sun Mar  6 19:30:14 2005  Ben Pfaff  <blp@gnu.org>
473
474         * expressions/vectors.sh: New test.
475
476         * Makefile.am: Add expressions/vectors.sh.
477
478 Sun Mar  6 17:56:27 2005  Ben Pfaff  <blp@gnu.org>
479
480         * expressions/expressions.sh: Add tests for generic optimizations.
481
482 Sun Mar  6 11:03:58 2005  Ben Pfaff  <blp@gnu.org>
483
484         * Makefile.am: Add expressions/variables.sh.  Remove expr.stat.
485
486         * expr.stat: Removed.
487
488 'Mon Feb 28 23:31:16 2005  Ben Pfaff  <blp@gnu.org>
489
490         * Makefile.am: Removed xforms/expressions.sh.  Added
491         expressions/expressions.sh, expressions/epoch.sh,
492         expressions/randist.sh.
493
494         * command/print.sh: Update error messages.
495
496 Sun Feb 13 16:15:09 2005  Ben Pfaff  <blp@gnu.org>
497
498         * bugs/agg-crash-2.sh: Add new test for Bug #11955.
499
500 Fri Feb 11 23:27:08 2005  Ben Pfaff  <blp@gnu.org>
501
502         * bugs/crosstabs-crash.sh: Add new test for Bug #11916.
503
504 Tue Jan 18 19:25:24 WST 2005 John Darrington <john@darrington.wattle.id.au>
505
506         * Canonicalised (some of) the tests' temp file names to make it
507         easier to recognise valgrind ouput.
508
509 Sun Jan  9 16:39:08 WST 2005 John Darrington <john@darrington.wattle.id.au>
510
511         * bugs/big-input-2.sh Made the test a bit faster
512
513 John Darrington <john@darrington.wattle.id.au>
514
515         * command/examine.sh Added
516         
517 Mon Nov 15 23:52:55 2004  Ben Pfaff  <blp@gnu.org>
518
519         * bugs/random.sh: Update expected random values to reflect the GSL
520         random number generator.
521
522 Sat Nov  6 14:49:27 WST 2004 John Darrington <john@darrington.wattle.id.au>
523
524         * command/oneway-with-splits.sh  Added.
525
526 Sun Oct 31 16:08:47 WST 2004 John Darrington <john@darrington.wattle.id.au>
527
528         * bugs/recode-copy-bug.sh bugs/computebug.sh  Fixed problem which 
529         caused make distcheck to not know where some critical files were.
530
531 Mon May 31 21:49:19 2004  Ben Pfaff  <blp@gnu.org>
532
533         * bugs/t-test-with-temp.sh: Use $SUPERVISOR.
534
535         * bugs/t-test-1-indep-val.sh: Ditto.
536
537         * bugs/t-test-1-sample-missing-anal.sh: Ditto.
538         
539         * bugs/t-test-1-sample-missing-list.sh: Ditto.
540
541         * bugs/t-test-1s.sh: Ditto.
542
543         * bugs/t-test-groups.sh: Ditto.
544
545         * bugs/t-test-indep-missing-anal.sh: Ditto.
546
547         * bugs/t-test-indep-missing-list.sh: Ditto.
548
549         * bugs/t-test-paired-missing-anal.sh: Ditto.
550
551         * bugs/t-test-paired-missing-list.sh: Ditto.
552
553         * bugs/t-test-pairs.sh: Ditto.
554
555 Sun May 30 19:18:26 2004  Ben Pfaff  <blp@gnu.org>
556
557         * command/tabs.sh: Default tab width is now 4.
558
559         * command/data-list.sh: New test.
560
561         * Makefile.am: (TESTS) Add command/data-list.sh.
562
563 Sun Apr 11 14:21:16 2004  Ben Pfaff  <blp@gnu.org>
564
565         * stats/moments.sh: Now that our one-pass moments algorithm is
566         better we don't have to omit any of the test cases for it.
567
568 Fri Apr  9 20:03:33 2004  Ben Pfaff  <blp@gnu.org>
569
570         * Makefile.am: (TESTS) Add stats/descript-mean-bug.sh.
571
572         * stats/descript-mean-bug.sh: Add test for a bug where
573         DESCRIPTIVES asking only for the mean assert-failed.
574
575 Sat Apr  3 11:42:31 2004  Ben Pfaff  <blp@gnu.org>
576
577         * Makefile.am: (TESTS) Add bugs/comment-at-eof.sh.  Alphabetize
578         test order.
579         
580         * bugs/comment-at-eof.sh: Add test for a bug where a comment at
581         end of file caused an infinite loop.
582
583 Sat Mar 27 11:29:06 WST 2004 John Darrington <john@darrington.wattle.id.au>
584
585         * bugs/get.sh Added regression test for a bug in loading a dictionary
586         with the GET command.
587
588 Tue Mar 30 22:10:08 2004  Ben Pfaff  <blp@gnu.org>
589
590         * Makefile.am: (TESTS) Add bugs/multipass.sh.
591
592 Mon Mar 29 15:25:09 2004  Ben Pfaff  <blp@gnu.org>
593
594         * Makefile.am: (TESTS) Add xforms/casefile.sh,
595         stats/descript-basic.sh, stats/descript-missing.sh,
596         stats/moments.sh.  Remove command/descriptives.sh.
597
598         * command/descriptives.sh: Removed.
599
600         * command/weight.sh: Fix output (statistic values were wrong!).
601
602         * stats/descript-basic.sh: New test.
603         
604         * stats/descript-missing.sh: New test.
605         
606         * stats/moments.sh: New test.
607
608         * xforms/casefile.sh: New test.
609
610         * xforms/expressions.sh: Cleans up after itself now.
611
612 Fri Mar 26 00:55:48 2004  Ben Pfaff  <blp@gnu.org>
613
614         * Makefile.am: (TESTS) Add xforms/expressions.sh, remove
615         command/compute.sh.
616
617         * command/beg-data.sh: Remove REMARK usage.
618
619         * command/bignum.sh: Ditto.
620
621         * command/list.sh: Ditto.
622
623         * command/print.sh: Ditto.
624
625 Sat Mar 20 18:11:15 2004  Ben Pfaff  <blp@gnu.org>
626
627         * command/list.sh: Update output.
628
629         * command/print.sh: Ditto.
630
631         * command/weight.sh: Ditto.
632
633 Sun Mar 14 23:04:14 2004  Ben Pfaff  <blp@gnu.org>
634
635         * command/sort.sh: Use numeric, not string, data to avoid spurious
636         valgrind complaints.
637
638 Wed Mar 10 21:22:03 2004  Ben Pfaff  <blp@gnu.org>
639
640         * bugs/temporary.sh: Test that basic use of TEMPORARY works.
641
642 Mon Feb 16 21:36:57 2004  Ben Pfaff  <blp@gnu.org>
643
644         * */*.sh: Prepend $SUPERVISOR to invocations of pspp so that we
645         can run valgrind or gdb easily with `make check'
646
647 Sat Dec 13 00:08:23 2003  Ben Pfaff  <blp@gnu.org>
648
649         * syntax: Run a diff when there's no expected output, too.
650
651 Fri Jan  7 20:30:23 2000  Ben Pfaff  <blp@gnu.org>
652
653         * data-fmts.stat: Add more date tests.
654
655         * do-repeat.stat: SET ECHO ON.
656
657         * syntax: Replace test -L with test -h.
658
659 Tue Jan  5 14:21:52 1999  Ben Pfaff  <blp@gnu.org>
660
661         * data-list.stat, data-list.data: Adjust so that it can tell if
662         DATA LIST FREE properly parses and pads string values.
663
664         * list.stat: Remove anachronistic `SET EMULATION PC'.
665
666         * Rebuilt benchmark.
667
668 Tue Jan  5 14:12:58 1999  Ben Pfaff  <blp@gnu.org>
669
670         * syntax: Replaced `test' calls with `['.  This may or may not fix
671         the problems some people have reported.
672
673 Sun Aug  9 11:15:38 1998  Ben Pfaff  <blp@gnu.org>
674
675         * Makefile.am: (EXTRA_DIST) Update for renamed files.
676
677         * autorecode.stat: Renamed autorecod.stat.
678
679         * begin-data.stat: Renamed beg-data.stat.
680
681         * data-formats.stat: Renamed data-fmts.stat.
682
683         * expression.stat: Renamed expr.stat.
684
685         * file-label.stat: Renamed file-lab.stat.
686
687         * input-program.stat: Renamed inpt-pgm.stat.
688
689         * modify-vars.stat: Renamed mdfy-vars.stat.
690
691         * match-files.stat: Renamed mtch-file.stat.
692
693         * process-if.stat: Renamed pcs-if.stat.
694
695         * split-file.stat: Renamed splt-file.stat.
696
697         * sysfile-info.stat: Renamed sys-info.stat.
698
699         * expect/: Refreshed.
700
701 Sat Aug  8 00:27:07 1998  Ben Pfaff  <blp@gnu.org>
702
703         * Makefile.am: (EXTRA_DIST) Add `syntax'.
704         (dist-hook) New target.
705
706 Wed Aug  5 00:04:16 1998  Ben Pfaff  <blp@gnu.org>
707
708         * TEST-RESULTS: Removed.
709
710         * show-check-msg: Removed.
711
712         * expect/: New.
713
714         * syntax: New.  Thanks to James R. Van Zandt <jrv@vanzandt.mv.com>
715         for this implementation of automatic testing.
716
717         * Makefile: (TESTS) Set to the syntax script.
718         (bench) New target.
719         (EXTRA_DIST) Remove TEST-RESULTS.  Add `syntax'.
720
721 Sun Jul  5 14:16:18 1998  Ben Pfaff  <blp@gnu.org>
722
723         * Makefile.am: (EXTRA_DIST) Add flip.stat.
724
725 Sun Jul  5 00:50:41 1998  Ben Pfaff  <blp@gnu.org>
726
727         * crosstabs.stat: Change to test /MISSING=REPORT.
728
729 Tue Jun  2 23:42:23 1998  Ben Pfaff  <blp@gnu.org>
730
731         * flip.stat: New file.
732         
733         * weighting.stat: Update.
734
735 Mon May 25 12:45:46 1998  Ben Pfaff  <blp@gnu.org>
736
737         * Makefile.am: (EXTRA_DIST) Add crosstabs.stat, match-files.stat.
738
739         * crosstabs.stat: Turn off cells=all.
740
741 Tue May 12 16:22:06 1998  Ben Pfaff  <blp@gnu.org>
742
743         * crosstabs.stat: Minor changes.
744
745 Thu May  7 23:16:03 1998  Ben Pfaff  <blp@gnu.org>
746
747         * crosstabs.stat: Replace with a test that is hopefully better.
748
749 Tue Apr 14 01:00:46 1998  Ben Pfaff  <blp@gnu.org>
750
751         * crosstabs.stat: New.
752
753 Mon Mar  9 15:40:25 1998  Ben Pfaff  <blp@gnu.org>
754
755         * match-files.stat: More thorough.
756
757 Mon Mar  9 01:14:14 1998  Ben Pfaff  <blp@gnu.org>
758
759         * match-files.stat: More thorough.
760
761 1998-03-05  Ben Pfaff  <blp@gnu.org>
762
763         * Makefile.am: Use ./gengarbage instead of gengarbage.
764
765 1998-02-23  Ben Pfaff  <blp@gnu.org>
766
767         * Many tests: Remove final finish command.
768
769 1998-02-16  Ben Pfaff  <blp@gnu.org>
770
771         * (DISTCLEANFILES) Clean *.save, pspp.*, foo*
772
773         * file-label.stat, sysfile-info.stat: Replace .sav with .save.
774
775         * match-files.stat: New file.
776         
777 Fri Feb 13 15:58:11 1998  Ben Pfaff  <blp@gnu.org>
778
779         * Makefile.am: (EXTRA_DIST) Add TEST-RESULTS.
780
781 Tue Jan 13 01:11:36 1998  Ben Pfaff  <blp@gnu.org>
782
783         * aggregate.stat: Some more testing.
784
785 Sat Jan 10 23:57:14 1998  Ben Pfaff  <blp@gnu.org>
786
787         * Makefile.am: (DISTCLEANFILES) Add aggregate.save.
788
789         * aggregate.stat: Slightly more thorough.
790
791 Sat Jan 10 02:17:00 1998  Ben Pfaff  <blp@gnu.org>
792
793         * Makefile.am: (EXTRA_DIST) Add means.stat, t-test.stat.
794         
795         * means.stat: New file.
796
797 Thu Jan  8 22:38:59 1998  Ben Pfaff  <blp@gnu.org>
798
799         * Many tests: Removed extra newlines from REMARKs.
800
801 Mon Jan  5 11:18:44 1998  Ben Pfaff  <blp@gnu.org>
802
803         * sysfile-info.stat: Test most of the DISPLAY commands.  Update
804         title.
805
806         * vector.stat: Display vectors.
807
808 Sun Jan  4 18:31:36 1998  Ben Pfaff  <blp@gnu.org>
809
810         * All tests: Added title.
811
812         * begin-data.stat: Updated REMARK format.
813
814         * descript.stat: Comment fix.
815
816 Sun Dec 21 16:57:31 1997  Ben Pfaff  <blp@gnu.org>
817
818         * TEST-RESULTS: New file.
819
820 Fri Dec  5 22:02:20 1997  Ben Pfaff  <blp@gnu.org>
821
822         * Makefile.am: (DISTCLEANFILES) Add fiasco.html.
823
824 Tue Dec  2 14:55:22 1997  Ben Pfaff  <blp@gnu.org>
825
826         * t-test.stat: New file.
827
828 Fri Nov 14 00:17:25 1997  Ben Pfaff  <blp@gnu.org>
829
830         * aggregate.stat: Changed.      
831
832 Tue Oct 28 16:26:25 1997  Ben Pfaff  <blp@gnu.org>
833
834         * aggregate.stat: New file.
835
836         * Makefile.am: (EXTRA_DIST) Add aggregate.stat.
837
838 Sun Oct  5 16:02:02 1997  Ben Pfaff  <blp@gnu.org>
839
840         * fall92.stat, fall92.data: Removed (unknown copyright).
841
842         * gengarbage.c: Define EXIT_SUCCESS if not defined by headers.
843         From Alexandre Oliva <oliva@dcc.unicamp.br>.
844
845 Sat Oct  4 16:35:59 1997  Ben Pfaff  <blp@gnu.org>
846
847         * repeating.stat: New file.
848
849         * Makefile.am: (EXTRA_DIST) Add repeating.stat.
850
851 Thu Sep 18 21:40:50 1997  Ben Pfaff  <blp@gnu.org>
852
853         * Makefile.am: (EXTRA_DIST) Add lag.stat.
854
855 Mon Aug 18 18:31:42 1997  Ben Pfaff  <blp@gnu.org>
856
857         * do-repeat.stat: Even more useful.
858
859         * lag.stat: New file.
860
861 Sun Aug 17 22:47:53 1997  Ben Pfaff  <blp@gnu.org>
862
863         * do-repeat.stat: Made actually useful, not stupid.
864
865 Sun Aug  3 11:46:00 1997  Ben Pfaff  <blp@gnu.org>
866
867         * In several files, replace usage of deprecated term `script' by
868         `syntax file'.
869
870 Thu Jul 17 02:12:17 1997  Ben Pfaff  <blp@gnu.org>
871
872         * Makefile.am: (EXTRA_DIST) Add tabs.stat.
873
874         * file-label.stat: Improved.
875
876         * sysfile-info.stat: Tests DISPLAY DICTIONARY now as well.
877
878 Fri Jul 11 14:13:49 1997  Ben Pfaff  <blp@gnu.org>
879
880         * gengarbage.c: Reformat.  #include's <time.h>.  Uses ANSI C
881         rand() in place of random().  Calls the randomizer srand().
882
883 Thu Jul 10 22:16:34 1997  Ben Pfaff  <blp@gnu.org>
884
885         * tabs.stat: New file.
886
887 Wed Jun 25 22:54:40 1997  Ben Pfaff  <blp@gnu.org>
888
889         * Makefile.am: (EXTRA_DIST) Removed bug.stat, file-type.stat.
890
891 Sun Jun  8 01:24:55 1997  Ben Pfaff  <blp@gnu.org>
892
893         * Makefile.am: Added fiasco.ps, fiasco.list, foo, foo.sav, msgs to
894         DISTCLEANFILES.
895
896         * input-program.stat: Made some variables scratch.
897
898 Fri Jun  6 22:53:03 1997  Ben Pfaff  <blp@gnu.org>
899
900         * Many files: Comment fixes, removed `set output raw.' commands.
901
902         * Other miscellaneous changes.
903
904 Tue Jun  3 23:44:46 1997  Ben Pfaff  <blp@gnu.org>
905
906         * list.stat: Re-enabled some of it.
907
908 Wed Apr 23 21:33:48 1997  Ben Pfaff  <blp@gnu.org>
909
910         * sysfile-info.stat: A little more generalized now.
911
912 Fri Apr 18 15:42:22 1997  Ben Pfaff  <blp@gnu.org>
913
914         * Makefile.am: Maintainer-clean Makefile.in.
915         
916 Thu Mar 27 01:11:29 1997  Ben Pfaff  <blp@gnu.org>
917
918         * gengarbage.pl: Removed.
919         
920 Sat Feb 15 21:26:53 1997  Ben Pfaff  <blp@gnu.org>
921
922         * descript.stat: Syntax fixes.
923
924         * process-if.stat: New test for PROCESS IF.
925
926 Sun Jan 19 14:22:11 1997  Ben Pfaff  <blp@gnu.org>
927
928         * autorecode.stat, modify-vars.stat: More thorough.
929
930         * data-formats.stat, file-label.stat: New tests.
931         
932 Thu Jan 16 13:08:57 1997  Ben Pfaff  <blp@gnu.org>
933
934         * bug.stat: Comment fix.
935
936 Wed Jan  1 22:08:10 1997  Ben Pfaff  <blp@gnu.org>
937
938         * filter.stat: New file; tests FILTER behavior.
939
940 Wed Jan  1 17:00:59 1997  Ben Pfaff  <blp@gnu.org>
941
942         * gengarbage.pl: New perl program equivalent to gengarbage.c.
943
944 Sun Dec 29 21:36:48 1996  Ben Pfaff  <blp@gnu.org>
945
946         * gengarbage.c: Changed.
947
948         * sort.stat: Changed.
949
950 Sun Dec 22 23:10:39 1996  Ben Pfaff  <blp@gnu.org>
951
952         * sort.stat: New file.
953
954 Fri Dec 13 21:30:53 1996  Ben Pfaff  <blp@gnu.org>
955
956         * autorecode.stat: New file.
957
958         * fall92.stat: Mods for practicality.
959
960         * test.bat, testall.bat: Removed.
961         
962 Thu Nov 28 23:14:07 1996  Ben Pfaff  <blp@gnu.org>
963
964         * list.stat, weighting.stat: Changed SET COMPATIBILITY subcommand
965         to SET EMULATION in anticipation of change.
966
967 Sat Oct 26 23:06:06 1996  Ben Pfaff  <blp@gnu.org>
968
969         * recode.stat: Removed comment about bug, since I fixed that.
970
971 Thu Oct 24 20:13:42 1996  Ben Pfaff  <blp@gnu.org>
972
973         * print.stat: Slightly more thorough.
974
975 Thu Oct 24 17:47:14 1996  Ben Pfaff  <blp@gnu.org>
976
977         * time-date.stat: Slightly more thorough.
978
979 Wed Oct 23 21:53:43 1996  Ben Pfaff  <blp@gnu.org>
980
981         * time-date.stat: New file.
982
983 Thu Sep 26 22:20:26 1996  Ben Pfaff  <blp@gnu.org>
984
985         * list.data: More data.
986
987         * list.stat: Handles all that extra data.
988
989         * weighting.stat: Doesn't try to list $WEIGHT because PC+ isn't
990         quite supported yet.
991
992 Wed Sep  4 21:45:35 1996  Ben Pfaff  <blp@gnu.org>
993
994         * weighting.stat: Tests for proper ligatures.  Won't work until
995         encodings are correct, of course...
996
997 ----------------------------------------------------------------------
998 Local Variables:
999 mode: change-log
1000 version-control: never
1001 End: