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