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