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