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