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