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