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