Sat Jul 30 21:54:23 2005 Ben Pfaff <blp@gnu.org>
[pspp-builds.git] / tests / ChangeLog
1 Sat Jul 30 21:54:23 2005  Ben Pfaff  <blp@gnu.org>
2
3         * command/sys-info.sh: Removed.  (This was not actually in TESTS
4         in Makefile.am, so it was never called.
5         tests/command/sysfile-info.sh does what it was trying to do, but
6         better.)
7         
8 Sat Jul 30 21:50:33 2005  Ben Pfaff  <blp@gnu.org>
9
10         Fixes for Solaris.
11
12         * Most tests: Add `cd /' before `rm -rf $TEMPDIR' because some
13         OSes do not allow the current working directory to be removed.
14
15         * bugs/big-input-2.sh: Use perl instead of a shell loop, because
16         the shell loop was very slow on Solaris.
17
18         * command/sort.sh: Use `printf' instead of `echo -n' for
19         portability. 
20         
21 Sat Jul 30 21:48:37 2005  Ben Pfaff  <blp@gnu.org>
22
23         * Makefile.am: Add coverage.sh, temp_template to EXTRA_DIST.
24
25 Sun Jul 24 20:35:04 2005  Ben Pfaff  <blp@gnu.org>
26
27         * command/sysfile-info.sh: Add "-b -B -w" to diff command line.
28         Fixes apparent failure under Cygwin.  Thanks to John Darrington
29         <john@cellform.com.au> for reporting this problem.
30
31 Mon Jul  4 18:02:44 2005  Ben Pfaff  <blp@gnu.org>
32
33         * command/sysfile-info.sh: Don't verify endianness.  Fixes bug
34         reported by "Marshall DeBerry" <mdb@radix.net>.
35
36 Mon Jun  6 22:40:10 2005  Ben Pfaff  <blp@gnu.org>
37
38         * command/print.sh: Get rid of RBHEX output.  It wasn't worth
39         much.  Fixes bug 12312.
40
41 Tue May 10 19:59:10 2005  Ben Pfaff  <blp@gnu.org>
42
43         * bugs/agg-crash-2.sh: Fix output given bug 13054.
44
45 Wed May  4 23:50:02 2005  Ben Pfaff  <blp@gnu.org>
46
47         * bugs/match-files-scratch.sh: New test for bug 12948.
48
49         * Makefile.am: (TESTS) Add bugs/match-files-scratch.sh.
50
51 Sun May  1 23:18:37 2005  Ben Pfaff  <blp@gnu.org>
52
53         Most tests: changed capitalization of variable names in
54         definitions or in output, because now we preserve it.
55
56 Mon Apr 25 23:30:17 2005  Ben Pfaff  <blp@gnu.org>
57
58         * commands/match-files.sh: New test.
59
60         * Makefile.am: (TESTS) Add commands/match-files.sh.
61
62 Sun Apr 17 16:38:00 2005  Ben Pfaff  <blp@gnu.org>
63
64         * crosstabs.stat, data-fmts.stat, do-if.stat, do-repeat.stat,
65         gengarbage.c, inpt-pgm.stat, mdfy-vars.stat, means.stat,
66         mtch-file.stat, pcs-if.stat, recode.stat, repeating.stat,
67         reread.data, reread.stat, sys-info.stat, t-test.stat,
68         temporary.stat, time-date.stat, vector.stat: Removed because they
69         were unused.
70
71         * Makefile.am: Removed sort.data references.  Fixed up
72         DISTCLEANFILES.
73
74 Sun Mar 20 14:16:31 2005  Ben Pfaff  <blp@gnu.org>
75
76         * command/aggregate.sh: Rewrite.
77
78 Mon Mar 14 21:58:23 2005  Ben Pfaff  <blp@gnu.org>
79
80         * Makefile.am: (TESTS_ENVIRONMENT) Add PERL to the test
81         environment.
82
83         * commands/sort.sh: Rewrite to test more thoroughly and to verify
84         that the sort is stable.
85         
86 Sat Mar 12 23:30:37 2005  Ben Pfaff  <blp@gnu.org>
87
88         * bugs/agg-crash-2.sh, bugs/big-input-2.sh, command/aggregate.sh:
89         Fix AGGREGATE command syntax.
90
91 Sat Mar 12 13:16:34 2005  Ben Pfaff  <blp@gnu.org>
92
93         * bugs/temp-freq.sh: Add another test.
94
95 Fri Mar 11 10:40:41 2005  Ben Pfaff  <blp@gnu.org>
96
97         * expressions/expressions.sh: Add another test.
98
99 Sun Mar  6 19:30:14 2005  Ben Pfaff  <blp@gnu.org>
100
101         * expressions/vectors.sh: New test.
102
103         * Makefile.am: Add expressions/vectors.sh.
104
105 Sun Mar  6 17:56:27 2005  Ben Pfaff  <blp@gnu.org>
106
107         * expressions/expressions.sh: Add tests for generic optimizations.
108
109 Sun Mar  6 11:03:58 2005  Ben Pfaff  <blp@gnu.org>
110
111         * Makefile.am: Add expressions/variables.sh.  Remove expr.stat.
112
113         * expr.stat: Removed.
114
115 'Mon Feb 28 23:31:16 2005  Ben Pfaff  <blp@gnu.org>
116
117         * Makefile.am: Removed xforms/expressions.sh.  Added
118         expressions/expressions.sh, expressions/epoch.sh,
119         expressions/randist.sh.
120
121         * command/print.sh: Update error messages.
122
123 Sun Feb 13 16:15:09 2005  Ben Pfaff  <blp@gnu.org>
124
125         * bugs/agg-crash-2.sh: Add new test for Bug #11955.
126
127 Fri Feb 11 23:27:08 2005  Ben Pfaff  <blp@gnu.org>
128
129         * bugs/crosstabs-crash.sh: Add new test for Bug #11916.
130
131 Tue Jan 18 19:25:24 WST 2005 John Darrington <john@darrington.wattle.id.au>
132
133         * Canonicalised (some of) the tests' temp file names to make it
134         easier to recognise valgrind ouput.
135
136 Sun Jan  9 16:39:08 WST 2005 John Darrington <john@darrington.wattle.id.au>
137
138         * bugs/big-input-2.sh Made the test a bit faster
139
140 John Darrington <john@darrington.wattle.id.au>
141
142         * command/examine.sh Added
143         
144 Mon Nov 15 23:52:55 2004  Ben Pfaff  <blp@gnu.org>
145
146         * bugs/random.sh: Update expected random values to reflect the GSL
147         random number generator.
148
149 Sat Nov  6 14:49:27 WST 2004 John Darrington <john@darrington.wattle.id.au>
150
151         * command/oneway-with-splits.sh  Added.
152
153 Sun Oct 31 16:08:47 WST 2004 John Darrington <john@darrington.wattle.id.au>
154
155         * bugs/recode-copy-bug.sh bugs/computebug.sh  Fixed problem which 
156         caused make distcheck to not know where some critical files were.
157
158 Mon May 31 21:49:19 2004  Ben Pfaff  <blp@gnu.org>
159
160         * bugs/t-test-with-temp.sh: Use $SUPERVISOR.
161
162         * bugs/t-test-1-indep-val.sh: Ditto.
163
164         * bugs/t-test-1-sample-missing-anal.sh: Ditto.
165         
166         * bugs/t-test-1-sample-missing-list.sh: Ditto.
167
168         * bugs/t-test-1s.sh: Ditto.
169
170         * bugs/t-test-groups.sh: Ditto.
171
172         * bugs/t-test-indep-missing-anal.sh: Ditto.
173
174         * bugs/t-test-indep-missing-list.sh: Ditto.
175
176         * bugs/t-test-paired-missing-anal.sh: Ditto.
177
178         * bugs/t-test-paired-missing-list.sh: Ditto.
179
180         * bugs/t-test-pairs.sh: Ditto.
181
182 Sun May 30 19:18:26 2004  Ben Pfaff  <blp@gnu.org>
183
184         * command/tabs.sh: Default tab width is now 4.
185
186         * command/data-list.sh: New test.
187
188         * Makefile.am: (TESTS) Add command/data-list.sh.
189
190 Sun Apr 11 14:21:16 2004  Ben Pfaff  <blp@gnu.org>
191
192         * stats/moments.sh: Now that our one-pass moments algorithm is
193         better we don't have to omit any of the test cases for it.
194
195 Fri Apr  9 20:03:33 2004  Ben Pfaff  <blp@gnu.org>
196
197         * Makefile.am: (TESTS) Add stats/descript-mean-bug.sh.
198
199         * stats/descript-mean-bug.sh: Add test for a bug where
200         DESCRIPTIVES asking only for the mean assert-failed.
201
202 Sat Apr  3 11:42:31 2004  Ben Pfaff  <blp@gnu.org>
203
204         * Makefile.am: (TESTS) Add bugs/comment-at-eof.sh.  Alphabetize
205         test order.
206         
207         * bugs/comment-at-eof.sh: Add test for a bug where a comment at
208         end of file caused an infinite loop.
209
210 Sat Mar 27 11:29:06 WST 2004 John Darrington <john@darrington.wattle.id.au>
211
212         * bugs/get.sh Added regression test for a bug in loading a dictionary
213         with the GET command.
214
215 Tue Mar 30 22:10:08 2004  Ben Pfaff  <blp@gnu.org>
216
217         * Makefile.am: (TESTS) Add bugs/multipass.sh.
218
219 Mon Mar 29 15:25:09 2004  Ben Pfaff  <blp@gnu.org>
220
221         * Makefile.am: (TESTS) Add xforms/casefile.sh,
222         stats/descript-basic.sh, stats/descript-missing.sh,
223         stats/moments.sh.  Remove command/descriptives.sh.
224
225         * command/descriptives.sh: Removed.
226
227         * command/weight.sh: Fix output (statistic values were wrong!).
228
229         * stats/descript-basic.sh: New test.
230         
231         * stats/descript-missing.sh: New test.
232         
233         * stats/moments.sh: New test.
234
235         * xforms/casefile.sh: New test.
236
237         * xforms/expressions.sh: Cleans up after itself now.
238
239 Fri Mar 26 00:55:48 2004  Ben Pfaff  <blp@gnu.org>
240
241         * Makefile.am: (TESTS) Add xforms/expressions.sh, remove
242         command/compute.sh.
243
244         * command/beg-data.sh: Remove REMARK usage.
245
246         * command/bignum.sh: Ditto.
247
248         * command/list.sh: Ditto.
249
250         * command/print.sh: Ditto.
251
252 Sat Mar 20 18:11:15 2004  Ben Pfaff  <blp@gnu.org>
253
254         * command/list.sh: Update output.
255
256         * command/print.sh: Ditto.
257
258         * command/weight.sh: Ditto.
259
260 Sun Mar 14 23:04:14 2004  Ben Pfaff  <blp@gnu.org>
261
262         * command/sort.sh: Use numeric, not string, data to avoid spurious
263         valgrind complaints.
264
265 Wed Mar 10 21:22:03 2004  Ben Pfaff  <blp@gnu.org>
266
267         * bugs/temporary.sh: Test that basic use of TEMPORARY works.
268
269 Mon Feb 16 21:36:57 2004  Ben Pfaff  <blp@gnu.org>
270
271         * */*.sh: Prepend $SUPERVISOR to invocations of pspp so that we
272         can run valgrind or gdb easily with `make check'
273
274 Sat Dec 13 00:08:23 2003  Ben Pfaff  <blp@gnu.org>
275
276         * syntax: Run a diff when there's no expected output, too.
277
278 Fri Jan  7 20:30:23 2000  Ben Pfaff  <blp@gnu.org>
279
280         * data-fmts.stat: Add more date tests.
281
282         * do-repeat.stat: SET ECHO ON.
283
284         * syntax: Replace test -L with test -h.
285
286 Tue Jan  5 14:21:52 1999  Ben Pfaff  <blp@gnu.org>
287
288         * data-list.stat, data-list.data: Adjust so that it can tell if
289         DATA LIST FREE properly parses and pads string values.
290
291         * list.stat: Remove anachronistic `SET EMULATION PC'.
292
293         * Rebuilt benchmark.
294
295 Tue Jan  5 14:12:58 1999  Ben Pfaff  <blp@gnu.org>
296
297         * syntax: Replaced `test' calls with `['.  This may or may not fix
298         the problems some people have reported.
299
300 Sun Aug  9 11:15:38 1998  Ben Pfaff  <blp@gnu.org>
301
302         * Makefile.am: (EXTRA_DIST) Update for renamed files.
303
304         * autorecode.stat: Renamed autorecod.stat.
305
306         * begin-data.stat: Renamed beg-data.stat.
307
308         * data-formats.stat: Renamed data-fmts.stat.
309
310         * expression.stat: Renamed expr.stat.
311
312         * file-label.stat: Renamed file-lab.stat.
313
314         * input-program.stat: Renamed inpt-pgm.stat.
315
316         * modify-vars.stat: Renamed mdfy-vars.stat.
317
318         * match-files.stat: Renamed mtch-file.stat.
319
320         * process-if.stat: Renamed pcs-if.stat.
321
322         * split-file.stat: Renamed splt-file.stat.
323
324         * sysfile-info.stat: Renamed sys-info.stat.
325
326         * expect/: Refreshed.
327
328 Sat Aug  8 00:27:07 1998  Ben Pfaff  <blp@gnu.org>
329
330         * Makefile.am: (EXTRA_DIST) Add `syntax'.
331         (dist-hook) New target.
332
333 Wed Aug  5 00:04:16 1998  Ben Pfaff  <blp@gnu.org>
334
335         * TEST-RESULTS: Removed.
336
337         * show-check-msg: Removed.
338
339         * expect/: New.
340
341         * syntax: New.  Thanks to James R. Van Zandt <jrv@vanzandt.mv.com>
342         for this implementation of automatic testing.
343
344         * Makefile: (TESTS) Set to the syntax script.
345         (bench) New target.
346         (EXTRA_DIST) Remove TEST-RESULTS.  Add `syntax'.
347
348 Sun Jul  5 14:16:18 1998  Ben Pfaff  <blp@gnu.org>
349
350         * Makefile.am: (EXTRA_DIST) Add flip.stat.
351
352 Sun Jul  5 00:50:41 1998  Ben Pfaff  <blp@gnu.org>
353
354         * crosstabs.stat: Change to test /MISSING=REPORT.
355
356 Tue Jun  2 23:42:23 1998  Ben Pfaff  <blp@gnu.org>
357
358         * flip.stat: New file.
359         
360         * weighting.stat: Update.
361
362 Mon May 25 12:45:46 1998  Ben Pfaff  <blp@gnu.org>
363
364         * Makefile.am: (EXTRA_DIST) Add crosstabs.stat, match-files.stat.
365
366         * crosstabs.stat: Turn off cells=all.
367
368 Tue May 12 16:22:06 1998  Ben Pfaff  <blp@gnu.org>
369
370         * crosstabs.stat: Minor changes.
371
372 Thu May  7 23:16:03 1998  Ben Pfaff  <blp@gnu.org>
373
374         * crosstabs.stat: Replace with a test that is hopefully better.
375
376 Tue Apr 14 01:00:46 1998  Ben Pfaff  <blp@gnu.org>
377
378         * crosstabs.stat: New.
379
380 Mon Mar  9 15:40:25 1998  Ben Pfaff  <blp@gnu.org>
381
382         * match-files.stat: More thorough.
383
384 Mon Mar  9 01:14:14 1998  Ben Pfaff  <blp@gnu.org>
385
386         * match-files.stat: More thorough.
387
388 1998-03-05  Ben Pfaff  <blp@gnu.org>
389
390         * Makefile.am: Use ./gengarbage instead of gengarbage.
391
392 1998-02-23  Ben Pfaff  <blp@gnu.org>
393
394         * Many tests: Remove final finish command.
395
396 1998-02-16  Ben Pfaff  <blp@gnu.org>
397
398         * (DISTCLEANFILES) Clean *.save, pspp.*, foo*
399
400         * file-label.stat, sysfile-info.stat: Replace .sav with .save.
401
402         * match-files.stat: New file.
403         
404 Fri Feb 13 15:58:11 1998  Ben Pfaff  <blp@gnu.org>
405
406         * Makefile.am: (EXTRA_DIST) Add TEST-RESULTS.
407
408 Tue Jan 13 01:11:36 1998  Ben Pfaff  <blp@gnu.org>
409
410         * aggregate.stat: Some more testing.
411
412 Sat Jan 10 23:57:14 1998  Ben Pfaff  <blp@gnu.org>
413
414         * Makefile.am: (DISTCLEANFILES) Add aggregate.save.
415
416         * aggregate.stat: Slightly more thorough.
417
418 Sat Jan 10 02:17:00 1998  Ben Pfaff  <blp@gnu.org>
419
420         * Makefile.am: (EXTRA_DIST) Add means.stat, t-test.stat.
421         
422         * means.stat: New file.
423
424 Thu Jan  8 22:38:59 1998  Ben Pfaff  <blp@gnu.org>
425
426         * Many tests: Removed extra newlines from REMARKs.
427
428 Mon Jan  5 11:18:44 1998  Ben Pfaff  <blp@gnu.org>
429
430         * sysfile-info.stat: Test most of the DISPLAY commands.  Update
431         title.
432
433         * vector.stat: Display vectors.
434
435 Sun Jan  4 18:31:36 1998  Ben Pfaff  <blp@gnu.org>
436
437         * All tests: Added title.
438
439         * begin-data.stat: Updated REMARK format.
440
441         * descript.stat: Comment fix.
442
443 Sun Dec 21 16:57:31 1997  Ben Pfaff  <blp@gnu.org>
444
445         * TEST-RESULTS: New file.
446
447 Fri Dec  5 22:02:20 1997  Ben Pfaff  <blp@gnu.org>
448
449         * Makefile.am: (DISTCLEANFILES) Add fiasco.html.
450
451 Tue Dec  2 14:55:22 1997  Ben Pfaff  <blp@gnu.org>
452
453         * t-test.stat: New file.
454
455 Fri Nov 14 00:17:25 1997  Ben Pfaff  <blp@gnu.org>
456
457         * aggregate.stat: Changed.      
458
459 Tue Oct 28 16:26:25 1997  Ben Pfaff  <blp@gnu.org>
460
461         * aggregate.stat: New file.
462
463         * Makefile.am: (EXTRA_DIST) Add aggregate.stat.
464
465 Sun Oct  5 16:02:02 1997  Ben Pfaff  <blp@gnu.org>
466
467         * fall92.stat, fall92.data: Removed (unknown copyright).
468
469         * gengarbage.c: Define EXIT_SUCCESS if not defined by headers.
470         From Alexandre Oliva <oliva@dcc.unicamp.br>.
471
472 Sat Oct  4 16:35:59 1997  Ben Pfaff  <blp@gnu.org>
473
474         * repeating.stat: New file.
475
476         * Makefile.am: (EXTRA_DIST) Add repeating.stat.
477
478 Thu Sep 18 21:40:50 1997  Ben Pfaff  <blp@gnu.org>
479
480         * Makefile.am: (EXTRA_DIST) Add lag.stat.
481
482 Mon Aug 18 18:31:42 1997  Ben Pfaff  <blp@gnu.org>
483
484         * do-repeat.stat: Even more useful.
485
486         * lag.stat: New file.
487
488 Sun Aug 17 22:47:53 1997  Ben Pfaff  <blp@gnu.org>
489
490         * do-repeat.stat: Made actually useful, not stupid.
491
492 Sun Aug  3 11:46:00 1997  Ben Pfaff  <blp@gnu.org>
493
494         * In several files, replace usage of deprecated term `script' by
495         `syntax file'.
496
497 Thu Jul 17 02:12:17 1997  Ben Pfaff  <blp@gnu.org>
498
499         * Makefile.am: (EXTRA_DIST) Add tabs.stat.
500
501         * file-label.stat: Improved.
502
503         * sysfile-info.stat: Tests DISPLAY DICTIONARY now as well.
504
505 Fri Jul 11 14:13:49 1997  Ben Pfaff  <blp@gnu.org>
506
507         * gengarbage.c: Reformat.  #include's <time.h>.  Uses ANSI C
508         rand() in place of random().  Calls the randomizer srand().
509
510 Thu Jul 10 22:16:34 1997  Ben Pfaff  <blp@gnu.org>
511
512         * tabs.stat: New file.
513
514 Wed Jun 25 22:54:40 1997  Ben Pfaff  <blp@gnu.org>
515
516         * Makefile.am: (EXTRA_DIST) Removed bug.stat, file-type.stat.
517
518 Sun Jun  8 01:24:55 1997  Ben Pfaff  <blp@gnu.org>
519
520         * Makefile.am: Added fiasco.ps, fiasco.list, foo, foo.sav, msgs to
521         DISTCLEANFILES.
522
523         * input-program.stat: Made some variables scratch.
524
525 Fri Jun  6 22:53:03 1997  Ben Pfaff  <blp@gnu.org>
526
527         * Many files: Comment fixes, removed `set output raw.' commands.
528
529         * Other miscellaneous changes.
530
531 Tue Jun  3 23:44:46 1997  Ben Pfaff  <blp@gnu.org>
532
533         * list.stat: Re-enabled some of it.
534
535 Wed Apr 23 21:33:48 1997  Ben Pfaff  <blp@gnu.org>
536
537         * sysfile-info.stat: A little more generalized now.
538
539 Fri Apr 18 15:42:22 1997  Ben Pfaff  <blp@gnu.org>
540
541         * Makefile.am: Maintainer-clean Makefile.in.
542         
543 Thu Mar 27 01:11:29 1997  Ben Pfaff  <blp@gnu.org>
544
545         * gengarbage.pl: Removed.
546         
547 Sat Feb 15 21:26:53 1997  Ben Pfaff  <blp@gnu.org>
548
549         * descript.stat: Syntax fixes.
550
551         * process-if.stat: New test for PROCESS IF.
552
553 Sun Jan 19 14:22:11 1997  Ben Pfaff  <blp@gnu.org>
554
555         * autorecode.stat, modify-vars.stat: More thorough.
556
557         * data-formats.stat, file-label.stat: New tests.
558         
559 Thu Jan 16 13:08:57 1997  Ben Pfaff  <blp@gnu.org>
560
561         * bug.stat: Comment fix.
562
563 Wed Jan  1 22:08:10 1997  Ben Pfaff  <blp@gnu.org>
564
565         * filter.stat: New file; tests FILTER behavior.
566
567 Wed Jan  1 17:00:59 1997  Ben Pfaff  <blp@gnu.org>
568
569         * gengarbage.pl: New perl program equivalent to gengarbage.c.
570
571 Sun Dec 29 21:36:48 1996  Ben Pfaff  <blp@gnu.org>
572
573         * gengarbage.c: Changed.
574
575         * sort.stat: Changed.
576
577 Sun Dec 22 23:10:39 1996  Ben Pfaff  <blp@gnu.org>
578
579         * sort.stat: New file.
580
581 Fri Dec 13 21:30:53 1996  Ben Pfaff  <blp@gnu.org>
582
583         * autorecode.stat: New file.
584
585         * fall92.stat: Mods for practicality.
586
587         * test.bat, testall.bat: Removed.
588         
589 Thu Nov 28 23:14:07 1996  Ben Pfaff  <blp@gnu.org>
590
591         * list.stat, weighting.stat: Changed SET COMPATIBILITY subcommand
592         to SET EMULATION in anticipation of change.
593
594 Sat Oct 26 23:06:06 1996  Ben Pfaff  <blp@gnu.org>
595
596         * recode.stat: Removed comment about bug, since I fixed that.
597
598 Thu Oct 24 20:13:42 1996  Ben Pfaff  <blp@gnu.org>
599
600         * print.stat: Slightly more thorough.
601
602 Thu Oct 24 17:47:14 1996  Ben Pfaff  <blp@gnu.org>
603
604         * time-date.stat: Slightly more thorough.
605
606 Wed Oct 23 21:53:43 1996  Ben Pfaff  <blp@gnu.org>
607
608         * time-date.stat: New file.
609
610 Thu Sep 26 22:20:26 1996  Ben Pfaff  <blp@gnu.org>
611
612         * list.data: More data.
613
614         * list.stat: Handles all that extra data.
615
616         * weighting.stat: Doesn't try to list $WEIGHT because PC+ isn't
617         quite supported yet.
618
619 Wed Sep  4 21:45:35 1996  Ben Pfaff  <blp@gnu.org>
620
621         * weighting.stat: Tests for proper ligatures.  Won't work until
622         encodings are correct, of course...
623
624 ----------------------------------------------------------------------
625 Local Variables:
626 mode: change-log
627 version-control: never
628 End: