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