*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
1 2005-08-19 Kevin Ryde <user42@zip.com.au>
2
3 * tests/srfi-19.test (date->time-tai): New tests, exercising new
4 leap-second.
5
6 2005-08-15 Neil Jerram <neil@ossau.uklinux.net>
7
8 * tests/eval.test ("letrec init evaluation"): New paranoid test.
9
10 * tests/r5rs_pitfall.test (1.1): Now passes.
11
12 2005-08-12 Kevin Ryde <user42@zip.com.au>
13
14 * tests/srfi-1.test (lset-difference, lset-difference,
15 lset-diff+intersection, lset-diff+intersection, lset-intersection):
16 Exercise equality procedure arg order (already correct in these procs,
17 but had been wrong in other lset ones).
18
19 2005-08-06 Kevin Ryde <user42@zip.com.au>
20
21 * tests/srfi-13.test (string-every, string-tabulate, string-trim,
22 string-trim-right, string-trim-both, string-index, string-index-right,
23 string-skip, string-skip-right, string-count, string-filter,
24 string-delete, string-map, string-map!, string-for-each,
25 string-for-each-index): Further tests, mainly to exercise new
26 trampolines for proc calls.
27
28 2005-08-01 Marius Vollmer <mvo@zagadka.de>
29
30 * tests/weaks.test: Do not fail when the GC does not collect an
31 object, report it as 'unresolved'.
32
33 * tests/guardians.test: Adapted to new (original) semantics. test
34 guardingobjects multiple times.
35
36 2005-06-12 Marius Vollmer <mvo@zagadka.de>
37
38 * standalone/test-gh.c: Do nothing when deprecated things are
39 disabled.
40
41 2005-06-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
42
43 * tests/gc.test ("gc"): add a test to verify that modules are
44 garbage collected.
45
46 2005-06-11 Kevin Ryde <user42@zip.com.au>
47
48 * tests/srfi-13.test (string-filter): A few more tests.
49
50 2005-06-10 Kevin Ryde <user42@zip.com.au>
51
52 * tests/unif.test (array-index-map!): Add a test failing in the
53 current code.
54
55 2005-06-06 Kevin Ryde <user42@zip.com.au>
56
57 * tests/strings.test (string-split): Try splitting on an 8-bit char.
58
59 * tests/unif.test (array-in-bounds?): Add a test failing in the
60 current code.
61
62 2005-05-07 Kevin Ryde <user42@zip.com.au>
63
64 * tests/srfi-1.test (car+cdr, fold, last, list-index, list-tabulate,
65 not-pair?, xcons): New tests.
66
67 2005-05-04 Kevin Ryde <user42@zip.com.au>
68
69 * tests/srfi-1.test (break!, drop-right!, drop-while, eighth, fifth,
70 ninth, seventh, sixth, span!, take!, take-while, take-while!, tenth):
71 New tests.
72
73 * tests/unif.test (make-shared-array): Add failing case shared of
74 shared.
75
76 2005-04-30 Kevin Ryde <user42@zip.com.au>
77
78 * tests/numbers.test (/): Further tests.
79
80 2005-04-25 Kevin Ryde <user42@zip.com.au>
81
82 * tests/ramap.test (array-map!): Further tests.
83
84 2005-04-23 Kevin Ryde <user42@zip.com.au>
85
86 * tests/hash.test (hashx-remove!): New tests.
87
88 * tests/list.test (list, make-list, cons*): New tests.
89
90 * tests/numbers.test (numerator, denominator): New tests.
91
92 * tests/srfi-1.test (concatenate, concatenate!, count, filter-map,
93 lset-adjoin): More tests.
94
95 2005-04-14 Kevin Ryde <user42@zip.com.au>
96
97 * tests/numbers.test (1+, 1-): New tests.
98
99 2005-04-11 Kevin Ryde <user42@zip.com.au>
100
101 * tests/srfi-13.test (string-concatenate, string-concatenate/shared):
102 New tests.
103
104 2005-04-02 Kevin Ryde <user42@zip.com.au>
105
106 * tests/numbers.test (round): Add some fraction cases.
107
108 * tests/srfi-1.test (lset-union): More tests.
109
110 2005-03-26 Kevin Ryde <user42@zip.com.au>
111
112 * tests/srfi-13.test (string-index): Exercise 8-bit char in string.
113
114 2005-03-18 Kevin Ryde <user42@zip.com.au>
115
116 * tests/srfi-1.test (filter-map): More tests.
117
118 * tests/srfi-17.test: A few more tests from the 1.6 branch.
119
120 2005-03-16 Kevin Ryde <user42@zip.com.au>
121
122 * tests/srfi-1.test (drop-right, partition!, split-at, split-at!,
123 take-right): New tests.
124
125 2005-03-14 Kevin Ryde <user42@zip.com.au>
126
127 * tests/srfi-1.test (find, find-tail, lset-union): New tests.
128 (lset-adjoin): Corrections to some tests.
129
130 2005-03-13 Kevin Ryde <user42@zip.com.au>
131
132 * tests/numbers.test (=): Exercise inum/flonum cases that used to
133 round on 64-bit systems.
134
135 * tests/numbers.test (logior): New tests, exercising negative bignums
136 reducing to inum.
137
138 * tests/srfi-60.test: New file.
139 * Makefile.am (SCM_TESTS): Add it.
140
141 2005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
142
143 * tests/threads.test: Only test when 'threads are provided.
144
145 2005-02-21 Kevin Ryde <user42@zip.com.au>
146
147 * tests/numbers.test (string->number): Exercise polar form with
148 invalid angle.
149
150 2005-02-18 Kevin Ryde <user42@zip.com.au>
151
152 * tests/srfi-1.test (lset-adjoin): Amend tests to expect duplicates
153 among args cast out.
154
155 2005-02-12 Rob Browning <rlb@defaultvalue.org>
156
157 * standalone/test-require-extension: new test script.
158
159 * standalone/Makefile.am (check_SCRIPTS): add test-require-extension.
160 (TESTS): add test-require-extension.
161
162 2005-02-12 Kevin Ryde <user42@zip.com.au>
163
164 * tests/srfi-1.test (reduce, reduce-right): New tests.
165
166 2005-02-11 Kevin Ryde <user42@zip.com.au>
167
168 * tests/fractions.test (ash): Remove tests of ash on fractions, not
169 supported after scm_ash rewrite.
170
171 2005-02-04 Kevin Ryde <user42@zip.com.au>
172
173 * tests/srfi-1.test (list=): New tests.
174
175 2005-01-29 Kevin Ryde <user42@zip.com.au>
176
177 * tests/numbers.test (ash): New tests.
178
179 * tests/srfi-1.test (lset-adjoin, remove, remove!): New tests.
180
181 2005-01-28 Kevin Ryde <user42@zip.com.au>
182
183 * tests/syntax.test (while): Tests running in empty environment are
184 now "unresolved" due to workaround in while implementation.
185
186 2005-01-24 Kevin Ryde <user42@zip.com.au>
187
188 * standalone/test-unwind.c (check_cont): Cast rewindable to long, to
189 avoid warning from gcc 3.4 on 64-bit systems about casting int
190 (32-bits) to pointer (64-bits).
191
192 * tests/srfi-1.test (lset=, member): New tests.
193
194 2005-01-12 Kevin Ryde <user42@zip.com.au>
195
196 * tests/srfi-39.test (current-input-port, current-output-port,
197 current-error-port): New tests.
198
199 2005-01-10 Marius Vollmer <mvo@zagadka.de>
200
201 * tests/unif.test (exception:wrong-num-indices): New, use it for
202 array-set! tests with wrong number of indices.
203
204 2005-01-07 Marius Vollmer <mvo@zagadka.de>
205
206 * tests/srfi-4.test: Use (test-suite lib) module.
207
208 2005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
209
210 * tests/unif.test (have-llvect?): Removed, Scheme code will always
211 have u64 and s64 uniform vectors.
212
213 2005-01-05 Marius Vollmer <mvo@zagadka.de>
214
215 * tests/unif.test: Use *unspecified* instead of #f to get an
216 uninitialized array.
217
218 2005-01-04 Kevin Ryde <user42@zip.com.au>
219
220 * tests/ramap.test: New file, test array-map!.
221 * Makefile.am (SCM_TESTS): Add it.
222
223 2005-01-02 Marius Vollmer <mvo@zagadka.de>
224
225 * tests/unif.test: Rewritten for new 'typed' approach to uniform
226 arrays.
227
228 * tests/sort.test: New tests, especially for sorting non-contigous
229 and negative-incrementing vectors.
230
231 2005-01-02 Kevin Ryde <user42@zip.com.au>
232
233 * tests/srfi-39.test: Use define-module to keep bindings from
234 subsequent tests, use test-suite lib for stand-alone checking.
235
236 * Makefile.am (SCM_TESTS): Add srfi-39.test.
237
238 2004-12-27 Neil Jerram <neil@ossau.uklinux.net>
239
240 * tests/continuations.test (continuations): Moved continuation /
241 stack tests here, and added save and restore of debug options.
242
243 2004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
244
245 * tests/eval.test: News tests for making stacks from
246 continuations. From Neil Jerram.
247
248 2004-12-10 Kevin Ryde <user42@zip.com.au>
249
250 * tests/socket.test (inet-pton): New tests.
251
252 2004-12-06 Kevin Ryde <user42@zip.com.au>
253
254 * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
255 tests.
256
257 2004-12-05 Kevin Ryde <user42@zip.com.au>
258
259 * tests/srfi-1.test (append-map, filter-map): New tests.
260
261 2004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
262
263 * tests/unif.test: Replaced uniform-array-set1! with just
264 array-set!. Do not check improper index lists, which can't arise
265 with uarray-set!. Use "#s16()" instead of "#h()".
266
267 2004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
268
269 * tests/unif.test: Removed tests that tried to store a character
270 into a byte vector, which no longer works. Characters are not
271 bytes.
272
273 2004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
274
275 * tests/syntax.test: Added tests for unmemoization.
276
277 2004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
278
279 * tests/strings.test (string-set!): Explicitely construct
280 read-only string. String literals are not yet read-only.
281
282 2004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
283
284 * tests/unif.test (array-equal?): New test.
285
286 2004-09-29 Kevin Ryde <user42@zip.com.au>
287
288 * tests/regexp.test (match:string): New tests.
289
290 2004-09-26 Kevin Ryde <user42@zip.com.au>
291
292 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
293 let-optional*): Add tests of internal defines when no bindings.
294
295 2004-09-25 Marius Vollmer <mvo@zagadka.de>
296
297 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
298 instead of LDFLAGS; the latter is a user variable.
299
300 2004-09-24 Marius Vollmer <mvo@zagadka.de>
301
302 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
303 GUILE_CFLAGS.
304
305 2004-09-23 Marius Vollmer <mvo@zagadka.de>
306
307 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
308 Accept new wording.
309
310 2004-09-22 Marius Vollmer <mvo@zagadka.de>
311
312 * tests/ports.test ("string ports"): Copy string literal so that
313 it can be modified.
314 * tests/srfi-13.test ("string-copy!"): Likewise.
315 * tests/strings.test ("substring/shared"): Likewise.
316
317 2004-09-09 Kevin Ryde <user42@zip.com.au>
318
319 * tests/streams.test: New file.
320
321 2004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
322
323 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
324 exact result, use (expt 1/2 2) instead.
325
326 2004-09-08 Kevin Ryde <user42@zip.com.au>
327
328 * tests/ports.test (port-column): Further tests, of new \a \b \r.
329
330 2004-09-07 Kevin Ryde <user42@zip.com.au>
331
332 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
333 (integer?): Exercise nan and +/-inf.
334
335 * tests/time.test (gmtime, strptime): New tests, but unresolved.
336 (internal-time-units-per-second): New test.
337
338 2004-09-02 Kevin Ryde <user42@zip.com.au>
339
340 * tests/format.test (~@d): New tests.
341 New tests of excess arguments now ignored.
342
343 2004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
344
345 * tests/gc.test: Exercise record in weak-values hash table, exposing a
346 problem in 1.6.4 gc, but believed fixed by other changes in the head.
347
348 2004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
349
350 * tests/srfi-13.test (module-peek): Removed, this kluge is no
351 longer necessary.
352
353 2004-08-27 Kevin Ryde <user42@zip.com.au>
354
355 * tests/regexp.test (regexp-quote): New tests.
356
357 * tests/srfi-31.test: Use define-module to keep bindings out of
358 further tests. Use-module (test-suite lib) for stand-alone operation.
359 (rec): Exercise bad args.
360
361 2004-08-25 Kevin Ryde <user42@zip.com.au>
362
363 * tests/and-let-star.test: More tests, in particular exercise #t
364 result on empty body.
365
366 2004-08-25 Marius Vollmer <mvo@zagadka.de>
367
368 * tests/strings.test: Two more tests for double indirect substring
369 modification.
370
371 2004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
372
373 * lib.scm (exception:used-before-define): New.
374 * tests/syntax.test ("letrec"): Use it.
375
376 2004-08-20 Kevin Ryde <user42@zip.com.au>
377
378 * tests/posix.test (mkstemp!): New tests.
379
380 2004-08-20 Marius Vollmer <mvo@zagadka.de>
381
382 * tests/strings.test: Two tests for substring/shared. Also, use
383 (test-suite lib).
384
385 2004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
386
387 * standalone/test-conversion.c, standalone/test-gh.c,
388 standalone/test-unwind.c: Avoid the use of discouraged or
389 deprecated things.
390
391 2004-08-18 Kevin Ryde <user42@zip.com.au>
392
393 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
394 New files.
395 * Makefile.am (SCM_TESTS): Add them.
396
397 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
398 be #f, according to R5RS.
399
400 2004-08-15 Marius Vollmer <mvo@zagadka.de>
401
402 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
403
404 2004-08-14 Kevin Ryde <user42@zip.com.au>
405
406 * tests/srfi-13.test (string-any, string-every): Exercise char and
407 charset predicate cases.
408
409 2004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
410
411 * standalone/test-conversion.c (test_locale_strings): New.
412
413 * standalone/test-round.c: Replaced all uses of scm_round with
414 scm_c_round.
415
416 2004-08-09 Kevin Ryde <user42@zip.com.au>
417
418 * tests/slib.test: New file.
419 * Makefile.am (SCM_TESTS): Add it.
420
421 2004-08-06 Kevin Ryde <user42@zip.com.au>
422
423 * tests/unif.test (array-set!): Exercise byte array range checks.
424 (uniform-vector-ref): Exercise byte returns.
425 (array-fill!): Exercise byte range and type checks.
426
427 2004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
428
429 * standalone/test-num2integral.c: Only perform the tests when the
430 disabled features are enabled.
431
432 * standalone/test-conversion.c (test_to_double, test_from_double):
433 New tests.
434
435 2004-08-02 Kevin Ryde <user42@zip.com.au>
436
437 * tests/srfi-13.test (string-every): Check empty string case.
438
439 2004-07-31 Kevin Ryde <user42@zip.com.au>
440
441 * tests/filesys.test: New file, exercising copy-file.
442 * Makefile.am (SCM_TESTS): Add it.
443
444 2004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
445
446 * standalone/test-conversion.c: Many more tests for the integer
447 conversion functions.
448
449 2004-07-28 Kevin Ryde <user42@zip.com.au>
450
451 * tests/regexp.test (make-regexp): Exercise flags args validation.
452
453 * tests/unif.test (array-set!): Exercise svect value range check.
454
455 2004-07-24 Kevin Ryde <user42@zip.com.au>
456
457 * tests/common-list.test: Use define-module, to as not to import
458 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
459 warning).
460
461 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
462 suppress warnings about current-time and raise replacing core bindings.
463
464 2004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
465
466 * tests/format.test (~{): Test no arbitrary iteration limit.
467
468 2004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
469
470 * standalone/test-conversion.c (test_is_signed_integer,
471 test_is_unsigned_integer): Expect inexact integers to fail.
472
473 2004-07-10 Kevin Ryde <user42@zip.com.au>
474
475 * tests/hash.test: New file.
476 * Makefile.am (SCM_TESTS): Add it.
477
478 2004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
479
480 * standalone/test-unwind.c: Use scm_from_int instead of
481 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
482
483 2004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
484
485 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
486 etc, they are now provided by libuile.h.
487 (test_int_sizes): New.
488
489 2004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
490
491 * standalone/test-num2integral.c, standalone/test-unwind.c:
492 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
493 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
494 scm_from_bool, and scm_is_bool, respectively.
495
496 * standalone/Makefile.am: Added test-conversion to the TESTS.
497
498 * standalone/test-conversion.c: New file.
499
500 2004-06-20 Rob Browning <rlb@defaultvalue.org>
501
502 * tests/srfi-31.test: new test for SRFI-31.
503
504 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
505
506 2004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
507
508 * tests/numbers.test (number->string): Some results might differ
509 between versions of Guile compiled optimized and unoptimized.
510 Both results are accepted now.
511
512 2004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
513
514 * tests/syntax.test: Added various tests to check that
515 unmemoization works correctly.
516
517 2004-05-30 Kevin Ryde <user42@zip.com.au>
518
519 * lib.scm (exception:numerical-overflow): New define.
520 * tests/numbers.test (modulo-expt): Use it and
521 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
522 BSD. Reported by Andreas Vögele.
523
524 2004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
525
526 * standalone/test-asmobs-lib.c: Fixed include statement.
527
528 2004-05-24 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
529
530 * tests/goops.test: Wrap tests in module (test-suite
531 test-<file-name without .test>). Remove calls to deprecated macro
532 `undefine'.
533
534 2004-05-10 Marius Vollmer <mvo@zagadka.de>
535
536 * tests/numbers.test (number->string): Added tests for
537 non-radix-10 floating point conversions.
538
539 2004-05-10 Kevin Ryde <user42@zip.com.au>
540
541 * tests/numbers.test (logbit?): New tests.
542
543 2004-05-09 Kevin Ryde <user42@zip.com.au>
544
545 * tests/srfi-19.test (test-dst, string->date local DST): Test with
546 "EST5EDT" instead of "CET", since HP-UX doesn't know CET. Reported by
547 Andreas Vögele.
548
549 2004-05-03 Kevin Ryde <user42@zip.com.au>
550
551 * tests/time.test (strftime): Force tm:isdst to 0 for the test, for
552 the benefit of HP-UX. Reported by Andreas Vögele.
553 Use set-tm:zone rather than a hard coded vector offset.
554
555 2004-04-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
556
557 * tests/elisp.test: Wrap tests in module (test-suite
558 test-<file-name without .test>), following a practice that was
559 used on a couple of files already.
560
561 2004-04-28 Kevin Ryde <user42@zip.com.au>
562
563 * standalone/test-num2integral.c (test_long_long): Exercise
564 out-of-range errors on various cases.
565 (test_ulong_long): New function, split from test_long_long and
566 similarly exercising out-of-range.
567
568 2004-04-26 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
569
570 * tests/syntax.test: Add test case to check the correct handling
571 of define expressions.
572
573 2004-04-25 Kevin Ryde <user42@zip.com.au>
574
575 * tests/socket.test: New file, exercising inet-ntop.
576 * Makefile.am (SCM_TESTS): Add it.
577
578 2004-04-24 Kevin Ryde <user42@zip.com.au>
579
580 * tests/srfi-11.test: New file.
581 * Makefile.am (SCM_TESTS): Add it.
582
583 2004-04-22 Kevin Ryde <user42@zip.com.au>
584
585 * standalone/test-round.c: New file, exercising scm_round.
586 * standalone/Makefile.am: Add it.
587
588 2004-04-15 Kevin Ryde <user42@zip.com.au>
589
590 * tests/numbers.test (max, min): Exercise some inum/frac, frac/inum,
591 big/frac, frac/big and frac/frac cases.
592
593 * tests/numbers.test (min): Correction, test "documented? min" not
594 "documented? max".
595
596 2004-04-06 Kevin Ryde <user42@zip.com.au>
597
598 * tests/numbers.test (quotient, remainder): Exercise inum/big at and
599 near special case inum == fixnum-min, big == -fixnum-min.
600
601 2004-03-26 Kevin Ryde <user42@zip.com.au>
602
603 * tests/numbers.test (min, max): Check inexactness of big/real and
604 real/big combinations, collect up tests under arg types for clarity.
605
606 2004-03-26 Eric Hanchrow <offby1@blarg.net>
607
608 * tests/numbers.test (modulo-expt): New tests.
609
610 2004-03-24 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
611
612 * tests/eval.test: Added tests which reflect the recent fixes to
613 copy-tree.
614
615 2004-02-29 Kevin Ryde <user42@zip.com.au>
616
617 * tests/posix.test (execl, execlp, execle): Exercise errors where
618 program not found. [But disabled, due to problems with threading.]
619
620 2004-02-22 Kevin Ryde <user42@zip.com.au>
621
622 * tests/numbers.test (max, min): Exercise some complex num cases.
623
624 2004-02-18 Marius Vollmer <mvo@zagadka.de>
625
626 * tests/fractions.test: Added copyright notice of Michael Stoll,
627 who probably wrote the original CLISP code.
628
629 2004-02-18 Kevin Ryde <user42@zip.com.au>
630
631 * tests/fractions.test: Remove 1/3 == 1.0/3.0, not true.
632
633 * tests/numbers.test (=): Exercise frac+real and frac+complex.
634
635 2004-02-17 Marius Vollmer <mvo@zagadka.de>
636
637 * Makefile.am (SCM_TESTS): Added test/fractions.test.
638
639 2004-02-12 Kevin Ryde <user42@zip.com.au>
640
641 * tests/unif.test (array?, array-fill!, array-prototype): Add tests.
642
643 2004-01-23 Marius Vollmer <mvo@zagadka.de>
644
645 * tests/r5rs_pitfall.scm: Removed again. I was confused. The
646 file added to SCM_TESTS was r5rs_pitfall.test, not
647 r5rs_pitfall.scm.
648
649 2004-01-23 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
650
651 * tests/syntax.test: Added test for unmemoizing internal defines.
652
653 2004-01-21 Marius Vollmer <mvo@zagadka.de>
654
655 * tests/srfi-26.test: New.
656 * Makefile.am (SCM_TESTS): Added it.
657
658 2004-01-11 Marius Vollmer <mvo@zagadka.de>
659
660 * tests/r5rs_pitfall.scm: New.
661 * Makefile.am (SCM_TESTS): Added it.
662
663 2004-01-11 Kevin Ryde <user42@zip.com.au>
664
665 * tests/exceptions.test (false-if-exception): Disable tests on
666 referencing expansion environment, reverted.
667
668 2004-01-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
669
670 * standalone/test-unwind.c: Adapted to 'frame' renamings.
671 (check_fluid): New.
672
673 * Makefile.am (SCM_TESTS): Added continuations.test.
674
675 2004-01-07 Kevin Ryde <user42@zip.com.au>
676
677 * tests/numbers.test (<): Add tests inum/bignum/flonum/frac with frac.
678
679 * tests/q.test: New file.
680 (q-pop!): Exercise this, in particular the "not/null?" bug reported by
681 Richard Todd.
682 * Makefile.am (SCM_TESTS): Add q.test.
683
684 * tests/unif.test: New file.
685 (uniform-array-set1!): Exercise this, in particular previous segv on
686 improper arg list.
687 * Makefile.am (SCM_TESTS): Add unif.test.
688
689 2004-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
690
691 * standalone/test-unwind.c (close_port, delete_file, check_ports):
692 New.
693
694 2004-01-03 Marius Vollmer <mvo@zagadka.de>
695
696 * standalone/test-unwind.c: New test, for the frames stuff.
697 * standalone/Makefile.am: Compile and run it.
698
699 2004-01-04 Kevin Ryde <user42@zip.com.au>
700
701 * tests/exceptions.test (false-if-exception): Add tests.
702
703 2003-11-30 Marius Vollmer <mvo@zagadka.de>
704
705 * tests/syntax.test: It's "#\\space", not "#\space".
706
707 2003-11-21 Marius Vollmer <mvo@zagadka.de>
708
709 * tests/numbers.test: #e1.2 is now exactly 12/10. Expect
710 exceptions when calling inexact? with a non-number.
711
712 2003-12-03 Kevin Ryde <user42@zip.com.au>
713
714 * tests/fractions.test: Exercise most-negative-fixnum over -ve of
715 most-negative-fixnum.
716
717 * tests/fractions.test (real-part): Expect fraction return, not
718 converted to flonum.
719
720 * tests/numbers.test (abs): Add a few more tests.
721
722 * tests/srfi-1.test (count): New tests.
723
724 2003-12-01 Mikael Djurfeldt <mdj@chunk.mit.edu>
725
726 * standalone/Makefile.am (snarfcppopts): Added -I$(top_srcdir).
727
728 2003-11-19 Rob Browning <rlb@defaultvalue.org>
729
730 * standalone/test-system-cmds: new test.
731
732 * standalone/Makefile.am (check_SCRIPTS): add test-system-cmds.
733 (TESTS): add test-system-cmds.
734
735 2003-11-18 Marius Vollmer <marius.vollmer@uni-dortmund.de>
736
737 * tests/numbers.test ("string->number"): Expect exact rationals
738 for things like "1/2" and "#e1.2".
739 ("inexact->exact"): Expect overflow error for infs and nans.
740
741 * tests/fractions.test: New file from Bill Schottstaedt. Thanks!
742
743 * tests/bit-operations.test (fixnum-bit): Round the result so that
744 fixnum-bit really is an integer.
745
746 2003-11-17 Marius Vollmer <mvo@zagadka.de>
747
748 * tests/srfi-17.test: Expect a "Bad variable" error for (set! #f
749 1).
750
751 2003-11-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
752
753 * tests/syntax.test: Tests that check for the correct handling of
754 internal defines with begin work now.
755
756 2003-11-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
757
758 * tests/syntax.test: Fixed test that checks for the correct
759 handling of macros in the context of internal defines.
760
761 2003-11-15 Kevin Ryde <user42@zip.com.au>
762
763 * tests/bit-operations.test: Use (test-suite lib), for the benefit of
764 standalone execution.
765
766 2003-11-09 Dirk Herrmann <D.Herrmann@tu-bs.de>
767
768 * tests/optargs.test: Wrap tests in module (test-suite
769 test-<file-name without .test>). Rewrite test to be R5RS
770 conforming.
771
772 * tests/syntax.test: Added test to check correct handling of
773 internal defines.
774
775 2003-11-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
776
777 * tests/syntax.test (exception:missing-body-expr): New.
778
779 Renamed section 'define' to 'top-level define' and added a new
780 section 'internal define' with some tests.
781
782 2003-11-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
783
784 * tests/syntax.test (exception:missing/extra-expr-misc): Removed.
785
786 (exception:illegal-empty-combination): New.
787
788 (exception:missing/extra-expr): Unified capitalization.
789
790 Adapted test for '()' to the new way of error reporting.
791
792 2003-10-19 Kevin Ryde <user42@zip.com.au>
793
794 * tests/numbers.test: Use define-module to hide helper defines.
795 (dbl-mant-dig, ash-flo): New helpers.
796 (exact->inexact): New tests.
797
798 2003-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
799
800 * tests/syntax.test (exception:bad-var): Removed.
801
802 Adapted tests for 'set!' to the new way of error reporting.
803
804 2003-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
805
806 * tests/dynamic-scope.test (exception:missing-expr): Introduced
807 temporarily until all memoizers use the new way of error
808 reporting.
809
810 2003-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
811
812 * tests/syntax.test (exception:missing/extra-expr,
813 exception:missing/extra-expr-misc): Renamed
814 exception:missing/extra-expr to exception:missing/extra-expr-misc.
815
816 (exception:missing/extra-expr-syntax,
817 exception:missing/extra-expr): Renamed
818 exception:missing/extra-expr-syntax to
819 exception:missing/extra-expr.
820
821 2003-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
822
823 * lib.scm (exception:bad-variable): New.
824
825 * tests/syntax.test (exception:bad-binding,
826 exception:duplicate-binding): New.
827
828 (exception:duplicate-bindings): Removed.
829
830 Adapted tests for 'let', 'let*' and 'letrec' to the new way of
831 error reporting.
832
833 2003-10-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
834
835 * tests/syntax.test (define exception:bad-formal, define
836 exception:duplicate-formal): New.
837
838 (exception:duplicate-formals): Removed.
839
840 (exception:bad-formals): Adapted to the new way of error
841 reporting.
842
843 Adapted tests for 'lambda' to the new way of error reporting.
844
845 2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
846
847 * tests/syntax.test (exception:missing/extra-expr-syntax): Fixed
848 to be unaware of whether line number information is given or not.
849
850 2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
851
852 * tests/syntax.test (exception:missing/extra-expr-syntax): New,
853 introduced temporarily until all memoizers use the new way of
854 error reporting.
855
856 Adapted tests for 'if' to the new way of error reporting.
857
858 2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
859
860 * tests/syntax.test (exception:missing-expr,
861 exception:extra-expr): New.
862
863 Adapted tests for 'begin' to the new way of error
864 reporting.
865
866 2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
867
868 * tests/syntax.test (exception:misplaced-else-clause,
869 exception:bad-cond-clause): New.
870
871 (exception:bad/missing-clauses, exception:extra-case-clause):
872 Removed.
873
874 Adapted tests for 'case' and 'cond' to the new way of error
875 reporting.
876
877 The tests that check if cond is hygienic pass now.
878
879 2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
880
881 * tests/syntax.test: Fixed and activated test of empty case label
882 support.
883
884 2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
885
886 * tests/syntax.test (exception:bad-expression,
887 exception:missing-clauses, exception:bad-case-clause,
888 exception:extra-case-clause, exception:bad-case-labels): New.
889
890 Added some tests and adapted tests for 'case' to the new way of
891 error reporting.
892
893 2003-10-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
894
895 * lib.scm (run-test-exception): Handle syntax errors.
896
897 2003-10-10 Marius Vollmer <mvo@zagadka.de>
898
899 * tests/numbers.test (inexact->exact): Use corrent argument order
900 for pass-if-exception. Use "+inf.0" instead of "+.inf", etc.
901
902 2003-10-09 Kevin Ryde <user42@zip.com.au>
903
904 * tests/numbers.test (inexact->exact): New tests.
905
906 * tests/poe.test: New file.
907 * Makefile.am: Add it.
908
909 2003-10-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
910
911 * lib.scm (exception:missing-expression): New.
912
913 * tests/dynamic-scope.test, tests/eval.test,
914 tests/r5rs_pitfall.test, tests/srfi-17.test, tests/syncase.test:
915 Wrap tests in module (test-suite test-<file-name without .test>),
916 following a practice that was used on a couple of files already.
917
918 * tests/dynamic-scope.test (exception:duplicate-binding,
919 exception:bad-binding): New.
920
921 * tests/dynamic-scope.test, tests/srfi-17.test, tests/syntax.test:
922 Execute syntactically wrong tests using eval. With the upcoming
923 new memoizer this is necessary in order to postpone the syntax
924 check to the actual evaluation of the syntactically wrong form.
925
926 * tests/syntax.test: Added some test cases and modified one test
927 case.
928
929 2003-10-02 Kevin Ryde <user42@zip.com.au>
930
931 * tests/ports.test (call-with-output-string): Test proc closing port.
932
933 2003-09-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
934
935 * guile-test: Wrapped in module (test-suite guile-test).
936
937 (main data-file-name test-file-name): Exported.
938
939 ((guile-user)::main): New function, wrapper for function
940 (test-suite guile-test)::main.
941
942 * tests/load.test: Wrapped in module (test-suite test-load).
943
944 * tests/ports.test: Wrapped in module (test-suite test-ports).
945
946 * tests/r4rs.test: Wrapped in module (test-suite test-r4rs).
947 Added comments about the required structure of the file itself,
948 since it is subject to some tests. Removed some now unnecessary
949 undefine operations.
950
951 * tests/syntax.test: Wrapped in module (test-suite test-syntax)
952
953 2003-09-19 Kevin Ryde <user42@zip.com.au>
954
955 * tests/popen.test: New file.
956 * Makefile.am (SCM_TESTS): Add it.
957
958 2003-09-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
959
960 * tests/numbers.test (equal?): Added tests.
961
962 * tests/numbers.test (=): Fixed and added some bignum related
963 tests.
964
965 2003-08-30 Kevin Ryde <user42@zip.com.au>
966
967 * tests/numbers.test (logcount): Add tests.
968
969 2003-08-23 Kevin Ryde <user42@zip.com.au>
970
971 * tests/srfi-1.test (list-copy): New tests.
972
973 * tests/srfi-19.test (date-week-number): Add tests.
974
975 2003-08-22 Kevin Ryde <user42@zip.com.au>
976
977 * tests/numbers.test (-): Exercise bignum - inum.
978
979 2003-08-17 Kevin Ryde <user42@zip.com.au>
980
981 * tests/syntax.test (while): Exercise break and continue from
982 recursive nested loops.
983
984 2003-08-14 Kevin Ryde <user42@zip.com.au>
985
986 * tests/syntax.test (while): New tests.
987
988 2003-08-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
989
990 * tests/numbers.test: Eliminated misuses of expect-fail. It
991 should only be used in cases, where guile has a known bug. It
992 should not be used in cases where an expression is expected to
993 return #f as its correct result.
994
995 2003-08-09 Kevin Ryde <user42@zip.com.au>
996
997 * tests/srcprop.test: New file.
998 * Makefile.am (SCM_TESTS): Add it.
999
1000 2003-07-29 Kevin Ryde <user42@zip.com.au>
1001
1002 * tests/srfi-1.test (concatenate, concatenate!): New tests.
1003 (length+): New tests.
1004
1005 * tests/srfi-34.test: Check cond-expand srfi-34.
1006
1007 2003-07-24 Kevin Ryde <user42@zip.com.au>
1008
1009 * tests/numbers.test (angle): New tests.
1010
1011 2003-07-18 Kevin Ryde <user42@zip.com.au>
1012
1013 * tests/numbers.test (*): Add complex/bignum test.
1014
1015 2003-07-14 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
1016
1017 * tests/srfi-1.test (partition): Add tests.
1018
1019 2003-07-08 Kevin Ryde <user42@zip.com.au>
1020
1021 * tests/numbers.test (make-polar, magnitude): New tests.
1022
1023 * tests/srfi-1.test (delete, delete!): Add more tests.
1024 (delete-duplicates, delete-duplicates!): New tests.
1025
1026 2003-06-21 Kevin Ryde <user42@zip.com.au>
1027
1028 * tests/numbers.test (truncate, round, asinh, acosh, atanh): Add some
1029 tests.
1030
1031 2003-06-19 Kevin Ryde <user42@zip.com.au>
1032
1033 * tests/posix.test: New file, exercising putenv, setenv, unsetenv.
1034 * tests/threads.test: New file, exercising parallel.
1035 * Makefile.am (SCM_TESTS): Add them.
1036
1037 2003-06-07 Kevin Ryde <user42@zip.com.au>
1038
1039 * tests/srfi-6.test: New file.
1040 * Makefile.am (SCM_TESTS): Add it.
1041
1042 2003-06-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1043
1044 * tests/chars.test: Fixed test comment. The bug that this test
1045 detects was actually introduced by my patch from 2003-05-31.
1046
1047 2003-06-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1048
1049 * tests/chars.test: Added test, attempting to apply a character.
1050 This test will only pass if the other changes that are submitted
1051 together with this patch are also applied.
1052
1053 2003-06-05 Kevin Ryde <user42@zip.com.au>
1054
1055 * tests/numbers.test (logcount): Add a few more tests, to exercise
1056 recent scm_logcount change.
1057
1058 * tests/reader.test (reading): Test bad # error message is formattable.
1059
1060 2003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
1061
1062 * tests/pairs.test: Added.
1063
1064 2003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
1065
1066 * tests/vectors.test: Added.
1067
1068 2003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
1069
1070 * tests/guardians.test: Uses module (ice-9 weak-vector).
1071
1072 2003-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
1073
1074 * lib.scm: Documented the short form for pass-if and expect-fail.
1075
1076 (pass-if, expect-fail): Simplified.
1077
1078 2003-05-30 Kevin Ryde <user42@zip.com.au>
1079
1080 * tests/numbers.test (max, min): Add tests involving NaNs.
1081
1082 2003-05-29 Stefan Jahn <stefan@lkcc.org>
1083
1084 * standalone/Makefile.am: Setup to build on mingw32.
1085
1086 2003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
1087
1088 * tests/elisp.test: Added missing quote around vector constants.
1089
1090 2003-05-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
1091
1092 * tests/r5rs_pitfall.test: Test 2.1 now passes.
1093
1094 2003-05-13 Kevin Ryde <user42@zip.com.au>
1095
1096 * tests/numbers.test (=, <, max, min): Add tests of bignum/inf
1097 combinations.
1098
1099 * tests/srfi-1.test (delete, delete!): Test predicate call arg order.
1100
1101 2003-05-10 Kevin Ryde <user42@zip.com.au>
1102
1103 * tests/numbers.test (=, <): Add tests involving NaNs.
1104
1105 * tests/numbers.test (integer-length): Exercise some negatives, in
1106 particular -2^n which is ...11100..00.
1107
1108 * tests/numbers.test (gcd): Exercise bignum/inum with a bignum not
1109 fitting a ulong.
1110
1111 * tests/srfi-1.test: New file, exercising take and drop.
1112 * Makefile.am (SCM_TESTS): Add it.
1113
1114 2003-05-06 Kevin Ryde <user42@zip.com.au>
1115
1116 * tests/numbers.test (-): Add test for negative inum subtract bignum.
1117 (logcount): New tests, exercising some negatives.
1118
1119 2003-05-03 Marius Vollmer <mvo@zagadka.de>
1120
1121 * tests/r5rs_pitfall.test: New. Thanks to Dale P. Smith for
1122 pointing us to these tests.
1123
1124 2003-04-30 Neil Jerram <neil@ossau.uklinux.net>
1125
1126 * Makefile.am (SCM_TESTS): Add tests/srfi-34.test.
1127
1128 * tests/srfi-34.test: New file.
1129
1130 2003-04-23 Dirk Herrmann <D.Herrmann@tu-bs.de>
1131
1132 * tests/syntax.test: Modified some tests to use eval when
1133 providing bad syntax. Otherwise, the memoizer will report an
1134 error immediately after reading the form, without even the chance
1135 to get the pass-if-exception mechanism started.
1136
1137 2003-04-23 Dirk Herrmann <D.Herrmann@tu-bs.de>
1138
1139 * tests/guardians.test: Added some more elaborate and
1140 sophisticated tests for the guardian functionality.
1141
1142 2003-04-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
1143
1144 * tests/sort.test: Added. Both tests in that file did fail (one
1145 even with a segfault) with CVS guile before the recent changes to
1146 sort.c.
1147
1148 2003-04-17 Mikael Djurfeldt <djurfeldt@nada.kth.se>
1149
1150 * tests/goops.test: Added tests for correctness of class
1151 precedence list in all basic classes and tests for eqv? and
1152 equal?.
1153
1154 2003-04-15 Mikael Djurfeldt <djurfeldt@nada.kth.se>
1155
1156 * tests/goops.test: Added tests for class redefinition, object
1157 update and active slots.
1158
1159 2003-04-14 Rob Browning <rlb@defaultvalue.org>
1160
1161 * standalone/test-asmobs-lib.c (libtest_asmobs_init): include
1162 test-asmobs-lib.x rather than test-asmobs-lib.x.c.
1163
1164 * standalone/Makefile.am: change from .c.x to .x to be consistent
1165 with the rest of guile.
1166
1167 2003-04-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1168
1169 * standalone/Makefile.am (snarfcppopts): use DEFAULT_INCLUDES
1170 instead of INCLUDES
1171
1172 2003-04-07 Rob Browning <rlb@defaultvalue.org>
1173
1174 * Makefile.am (SUBDIRS): add standalone.
1175
1176 * guile-test: added "Running test FOO" output by default. There
1177 may be a good reason to remove this, but the output can be helpful
1178 in determining where a failure occurred.
1179
1180 * standalone/test-num2integral.c: new test -- one new regression
1181 check.
1182
1183 * standalone/test-gh.c: new test code (migrated from
1184 tests/c-api/) -- a trivial start.
1185
1186 * standalone/test-asmobs-lib.c: new test script (migrated from
1187 tests/asmobs/).
1188
1189 * standalone/test-asmobs: new test script.
1190
1191 * standalone/README: new file.
1192
1193 * standalone/Makefile.am: new file.
1194
1195 * standalone/.cvsignore: new file.
1196
1197 * tests/asmobs/Makefile: removed (functionality is now in standalone/).
1198
1199 * tests/asmobs/README: removed (functionality is now in standalone/).
1200
1201 * tests/asmobs/asmobs-test.scm: removed (functionality is now in
1202 standalone/).
1203
1204 * tests/asmobs/asmobs.c: removed (functionality is now in standalone/).
1205
1206 * tests/asmobs/: removed (functionality is now in standalone/).
1207
1208 * tests/c-api/strings.c: add a note to the source about this code
1209 being unused.
1210
1211 2003-04-05 Marius Vollmer <mvo@zagadka.de>
1212
1213 * Changed license terms to the plain LGPL thru-out.
1214
1215 2003-03-24 Rob Browning <rlb@defaultvalue.org>
1216
1217 * tests/numbers.test: added tests (some simple) for various funcs.
1218 ("odd?"): added tests.
1219 ("even?"): added tests.
1220 ("nan?"): added tests.
1221 ("abs"): added tests.
1222 ("lcm"): added tests.
1223 ("number->string"): added tests.
1224 ("number?"): added tests.
1225 ("complex?"): added tests.
1226 ("real?"): added tests.
1227 ("rational?"): added tests.
1228 ("integer?"): added tests.
1229 ("inexact?"): added tests.
1230 ("="): added tests.
1231 ("zero?"): added tests.
1232 ("positive?"): added tests.
1233 ("negative?"): added tests.
1234
1235 * lib.scm (pass-if): allow really simple tests where the test code
1236 is also the name like (pass-if (even? 2)).
1237 (expect-fail): allow really simple tests where the test code is
1238 also the test name like (expect-fail (even? 2)).
1239
1240 2003-03-19 Marius Vollmer <mvo@zagadka.de>
1241
1242 * tests/format.test ("format basic output"): Added test for "~F"
1243 from Matthias Koeppe.
1244
1245 2003-02-19 Mikael Djurfeldt <djurfeldt@nada.kth.se>
1246
1247 * tests/elisp.test: Use module (ice-9 weak-vector).
1248
1249 * tests/weaks.test: Use module (ice-9 weak-vector).
1250
1251 2002-12-08 Rob Browning <rlb@defaultvalue.org>
1252
1253 * tests/version.test: test (effective-version).
1254
1255 2002-11-06 Neil Jerram <neil@ossau.uklinux.net>
1256
1257 * tests/options.test: New.
1258
1259 2002-10-04 Rob Browning <rlb@defaultvalue.org>
1260
1261 * tests/numbers.test ("expt"): add tests.
1262
1263 2002-09-09 Marius Vollmer <mvo@zagadka.ping.de>
1264
1265 * Makefile.am (dist-hook): Do not distribute CVS directories.
1266 Thanks to Greg Troxel!
1267
1268 2002-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1269
1270 * tests/reader.test: change misc-error in read-error.
1271
1272 2002-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1273
1274 * tests/goops.test: Added tests for define-generic and
1275 define-accessor.
1276
1277 2002-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1278
1279 * tests/goops.test: Added tests for define-class.
1280
1281 2002-05-07 Marius Vollmer <mvo@zagadka.ping.de>
1282
1283 * tests/numbers.test (/): Expect divison by an inexact zero to
1284 yield +inf.0.
1285
1286 2002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
1287
1288 * tests/regexp.test (regexp-substitute/global): Do not test with
1289 empty regexp. Empty regexps do not work on NetBSD.
1290
1291 * tests/syncase.test (basic syncase macro): Added.
1292
1293 2002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
1294
1295 * tests/srfi-13.test (string-tokenize): Updated for fixed
1296 semantics.
1297
1298 2002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
1299
1300 * Makefile.am (SCM_TESTS_DIRS, dist-hook): New, distribute
1301 directories manually.
1302
1303 2002-02-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
1304
1305 * guile-test (main): Handle `--flag-unresolved'. No longer set
1306 exit value to #f unconditionally on UNRESOLVED results.
1307 (for-each-file): Do not recurse into "CVS" or "RCS" subdirs.
1308
1309 2002-02-08 Neil Jerram <neil@ossau.uklinux.net>
1310
1311 * tests/elisp.test: Add tests of Elisp expression evaluation.
1312
1313 2002-01-25 Neil Jerram <neil@ossau.uklinux.net>
1314
1315 * tests/load.test: New test; for search-path with Elisp
1316 nil-terminated lists for PATH and EXTENSIONS.
1317
1318 * tests/elisp.test: More tests for Scheme primitives that should
1319 accept Elisp nil-terminated lists.
1320
1321 2002-01-24 Neil Jerram <neil@ossau.uklinux.net>
1322
1323 * tests/elisp.test: More new tests for the Elisp nil value.
1324
1325 2002-01-22 Neil Jerram <neil@ossau.uklinux.net>
1326
1327 * Makefile.am (SCM_TESTS): Added elisp.test.
1328
1329 * tests/elisp.test: New file.
1330
1331 2001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
1332
1333 * tests/numbers.test: Added more division by zero tests.
1334
1335 2001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
1336
1337 * tests/numbers.test: Added division by zero tests.
1338
1339 2001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
1340
1341 * tests/syntax.test: Added some tests, updated some others with
1342 respect to recent changes in eval.c. Further, extracted test
1343 cases for guile's extended set! functionality to srfi-17.test.
1344
1345 * tests/srfi-17.test: New file.
1346
1347 2001-11-04 Stefan Jahn <stefan@lkcc.org>
1348
1349 * tests/ports.test: Run (close-port) before (delete-file) if
1350 necessary/advisory.
1351
1352 2001-10-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1353
1354 * tests/eval.test: Added tests for promises.
1355
1356 2001-10-21 Mikael Djurfeldt <mdj@linnaeus>
1357
1358 * lib.scm: Move module the system directives `export',
1359 `export-syntax', `re-export' and `re-export-syntax' into the
1360 `define-module' form. This is the recommended way of exporting
1361 bindings.
1362
1363 2001-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
1364
1365 * tests/syntax.test: Added test cases for 'cond =>' syntax with
1366 else clause. Changed some tests and comments related to the
1367 'case' form to reflect recent changes in the implementation.
1368
1369 2001-10-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
1370
1371 * tests/syntax.test: Added test cases for 'lambda' syntax.
1372
1373 2001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1374
1375 * tests/syntax.test: Added test cases for 'case' syntax.
1376
1377 2001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1378
1379 * tests/numbers.test: Added a test case that checks if valid
1380 number strings are transformed correctly by string->number.
1381
1382 2001-09-21 Rob Browning <rlb@defaultvalue.org>
1383
1384 * tests/numbers.test (fixnum-bit): compute dynamically.
1385
1386 * tests/bit-operations.test (fixnum-bit): compute dynamically.
1387
1388 2001-09-07 Thien-Thi Nguyen <ttn@revel.glug.org>
1389
1390 * tests/getopt-long.test ("apples-blimps-catalexis example",
1391 "multiple occurances"): New top-level sections.
1392
1393 2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1394
1395 * tests/numbers.test: Made some of the patterns better readable.
1396
1397 2001-08-25 Thien-Thi Nguyen <ttn@revel.glug.org>
1398
1399 * tests/srfi-19.test (test-time-comparision,
1400 test-time-arithmatic): New procs.
1401
1402 Add time comparison tests using new procs.
1403 Thanks to Alex Shinn.
1404
1405 2001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
1406
1407 * tests/dynamic-scope.test: New file.
1408
1409 2001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
1410
1411 * tests/srfi-13.test (string-for-each, string-for-each-index):
1412 Add tests. (Thanks to Alex Shinn.)
1413
1414 2001-08-22 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1415
1416 * tests/srfi-13.test (string-map): Swapped order of string and
1417 proc args to conform with the srfi. (Thanks to Alex Shinn.)
1418
1419 2001-08-12 Thien-Thi Nguyen <ttn@revel.glug.org>
1420
1421 * tests/getopt-long.test (exception:no-such-option,
1422 exception:option-does-not-support-arg,
1423 exception:option-must-be-specified,
1424 exception:option-must-have-arg, exception:not-enough-args):
1425 New vars.
1426
1427 ("option-ref", "required", "specified no value, given anyway",
1428 "specified arg required"): New top-level sections.
1429
1430 2001-08-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
1431
1432 * tests/numbers.test: Added Some syntax tests for
1433 string->number.
1434
1435 2001-08-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1436
1437 * Makefile.am (TESTS): Do not call the variable "TESTS", call it
1438 "SCM_TESTS". This has special meaning to automake. How many
1439 tries left to get this right, mvo?
1440
1441 2001-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1442
1443 * Makefile.am (TESTS): List tests explicitely instead of using a
1444 wildcard. Wildcards don't seem to work for VPATH "make dist"s.
1445
1446 2001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
1447
1448 * Makefile.am: New file, to control distribution of the
1449 test-suite.
1450
1451 2001-08-02 Thien-Thi Nguyen <ttn@revel.glug.org>
1452
1453 * tests/getopt-long.test: New file.
1454
1455 2001-08-01 Thien-Thi Nguyen <ttn@revel.glug.org>
1456
1457 * lib.scm (run-test-exception): Add special handling for
1458 `error'-generated exceptions, which pass key `misc-error' and
1459 leave messages unformatted.
1460
1461 2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1462
1463 * tests/alist.test, tests/bit-operations.test,
1464 tests/common-list.test, tests/environments.test, tests/eval.test,
1465 tests/gc.test, tests/hooks.test, tests/import.test,
1466 tests/interp.test, tests/list.test, tests/load.test,
1467 tests/numbers.test, tests/ports.test, tests/r4rs.test,
1468 tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
1469 copyright notice.
1470
1471 2001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1472
1473 * tests/srfi-14.test: New file.
1474
1475 2001-07-13 Marius Vollmer <mvo@zagadka.ping.de>
1476
1477 * tests/import.test: New file.
1478
1479 2001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
1480
1481 * tests/goops.test: Started with some real tests.
1482
1483 2001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
1484
1485 * guile-test: Use module (ice-9 rdelim).
1486
1487 2001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1488
1489 * tests/srfi-4.test: New file.
1490
1491 2001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
1492
1493 Thanks to Matthias Köppe!
1494
1495 * tests/ports.test: New test for output port line counts.
1496 * tests/format.test, tests/optargs.test, tests/srfi-19.test: New
1497 files.
1498
1499 2001-05-28 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1500
1501 * tests/symbols.test ("gensym"): New tests for long gensym
1502 prefices and embedded NULs in prefices.
1503
1504 2001-05-21 Marius Vollmer <mvo@zagadka.ping.de>
1505
1506 * test/goops.test, test/syncase.test: New, minimal tests.
1507
1508 2001-05-19 Marius Vollmer <mvo@zagadka.ping.de>
1509
1510 * tests/version.test: Updated test for new micro version stuff.
1511
1512 2001-05-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1513
1514 * tests/srfi-13.test: More tests.
1515
1516 2001-05-10 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1517
1518 * tests/srfi-10.test: New file.
1519
1520 * tests/srfi-9.test: New file.
1521
1522 * tests/srfi-13.test: Added some more tests.
1523
1524 2001-05-09 Thien-Thi Nguyen <ttn@revel.glug.org>
1525
1526 * tests/eval.test: ("evaluator" "memoization"): New test
1527 prefix block.
1528 ("transparency"): New "evaluator memoization" test.
1529
1530 2001-05-08 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1531
1532 * tests/srfi-13.test: Added module access kludge, and uncommented
1533 some tests depending on this.
1534
1535 2001-05-07 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1536
1537 * tests/srfi-13.test: New file testing the SRFI string library.
1538
1539 2001-04-26 Gary Houston <ghouston@arglist.com>
1540
1541 * tests/r4rs.test: delete files tmp1, tmp2, tmp3 after the tests
1542 have run.
1543
1544 * tests/ports.test (test-file), tests/load.test (temp-dir):
1545 redefined using data-file-name instead of tmpnam. the test files
1546 will be created in the build directory instead of /var/tmp or
1547 whereever tmpnam puts them.
1548
1549 2001-04-02 Dirk Herrmann <D.Herrmann@tu-bs.de>
1550
1551 * tests/symbols.c: Added some tests.
1552
1553 2001-03-19 Gary Houston <ghouston@arglist.com>
1554
1555 * tests/r4rs.test: use test-file-name to locate r4rs.test,
1556 not data-file-name.
1557
1558 * guile-test: define tmp-dir, the location where r4rs.test will
1559 create it's temporary files.
1560 (data-file-name): use tmp-dir. this must be under build-dir,
1561 not src-dir.
1562
1563 2001-03-18 Gary Houston <ghouston@arglist.com>
1564
1565 * guile-test: use #!/bogus-path/..., not #!/home/dirk/... in the
1566 first line.
1567
1568 2001-03-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
1569
1570 * tests/syntax.test: Added a test for let* bindings and
1571 re-arranged and slightly improved the existing one.
1572
1573 2001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1574
1575 * tests/syntax.test ("let*"): Changed the `duplicate bindings'
1576 test, dups are allowed in `let*' and are now expected to pass.
1577
1578 2001-03-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1579
1580 * lib.scm (run-test-exception): Preserve the original error's
1581 stack for re-throwing.
1582
1583 2001-03-04 Marius Vollmer <mvo@zagadka.ping.de>
1584
1585 * tests/syntax.test ("let,duplicate bindings", "let*,duplicate
1586 bindings", "letrec,duplicate bindings"): Expect to pass, bug has
1587 been fixed.
1588
1589 2001-03-03 Marius Vollmer <mvo@zagadka.ping.de>
1590
1591 * tests/syntax.test ("duplicate formals"): New category, move
1592 appropriate tests here. Expect them to pass.
1593 ("empty parentheses"): Expect to pass, bug has been fixed.
1594
1595 * tests/alist.test: Use "'()" instead of "()" in all places
1596 where the empty list is meant.
1597
1598 2001-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
1599
1600 * lib.scm (exception:unbound-var, exception:wrong-num-args): New
1601 exported constants.
1602
1603 * tests/r4rs.test: Make sure that no bindings for x and y exist
1604 after the file is loaded.
1605
1606 * tests/syntax.test: New file.
1607
1608 * tests/exceptions.test, tests/syntax.test, tests/eval.test:
1609 Moved the test cases that are related to guile's syntactic forms
1610 from tests/exceptions.test to tests/syntax.test. Moved tests
1611 related to evaluation and application to tests/eval.test.
1612
1613 * tests/exceptions.test: Added some test cases that check guile's
1614 exception handling.
1615
1616 2001-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
1617
1618 * tests/exceptions.test, tests/numbers.test: Moved the number
1619 related test cases from tests/exceptions.test to
1620 tests/numbers.test.
1621
1622 * tests/numbers.test: Added a test case.
1623
1624 2001-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
1625
1626 * tests/symbols.test: New file.
1627
1628 (exception:immutable-string): New constant. Currently, this is a
1629 dummy since guile does not have immutable strings.
1630
1631 * tests/exceptions.test, tests/strings.test, tests/symbols.test:
1632 Moved the string related test cases from tests/exceptions.test to
1633 tests/strings.test and the symbol related test cases to
1634 tests/symbols.test.
1635
1636 * tests/strings.test: Copyright notice updated. Added a couple
1637 of test cases.
1638
1639 (exception:immutable-string): New constant. Currently, this is a
1640 dummy since guile does not have immutable strings.
1641
1642 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
1643
1644 * tests/exceptions.test: Use expect-fail-exception to indicate
1645 test cases where exceptions should occur, but don't.
1646
1647 (exception:bad-bindings, exception:bad-formals, exception:bad-var,
1648 exception:missing/extra-expr): New constants.
1649
1650 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
1651
1652 * tests/reader.test, tests/exceptions.test: Moved the reader
1653 related test cases from tests/exceptions.test to
1654 tests/reader.test.
1655
1656 * tests/reader.test (exception:eof, exception:unexpected-rparen):
1657 New constants.
1658
1659 * tests/exceptions.test (read-string, x:eof, x:unexpected-rparen):
1660 Removed.
1661
1662 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
1663
1664 * lib.scm (signals-error?, signals-error?*): Removed.
1665
1666 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
1667
1668 * lib.scm: Added comment about new convenience functions/macros
1669 to test for exceptions.
1670
1671 (exception:out-of-range, exception:wrong-type-arg): New exported
1672 constants.
1673
1674 (run-test-exception): New function.
1675
1676 (pass-if-exception, expect-fail-exception): New exported macros.
1677
1678 * tests/environments.test: Fixed tests that were checking for
1679 exceptions when set!ing an unbound symbol.
1680
1681 (exception:unbound-symbol): New constant.
1682
1683 * tests/hooks.test (catch-error-returning-true, pass-if-not,
1684 catch-error-returning-false), tests/weaks.test
1685 (catch-error-returning-true, pass-if-not,
1686 catch-error-returning-false): Removed. The macro pass-if-not was
1687 not used. The macro catch-error-returning-false is unnecessary
1688 since exceptions are caught by the test-suite anyway. The
1689 functionality of catch-error-returning-true is provided by the new
1690 convenience macro pass-if-exception.
1691
1692 * tests/hooks.test (exception:wrong-num-hook-args): New constant.
1693 Maybe a standard wrong-num-arg exception should be thrown instead
1694 of a misc-error?
1695
1696 * tests/reader.test (try-to-read): Replaced by read-string.
1697
1698 (read-string): New function.
1699
1700 * tests/alist.test, tests/environments.test, tests/eval.test,
1701 tests/hooks.test, tests/list.test, tests/ports.test,
1702 tests/reader.test, tests/strings.test, tests/weaks.test: Replace
1703 tests for exceptions with the new convenience macros.
1704
1705 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
1706
1707 * tests/alist.test: Remove redundant test name prefix.
1708
1709 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
1710
1711 * lib.scm (pass-if): Tests shall return a boolean value.
1712
1713 * tests/bit-operations.test (documented?), tests/common-list.test
1714 (documented?), tests/environments.test (documented?),
1715 tests/eval.test (documented?), tests/gc.test (documented?),
1716 tests/numbers.test (documented?), tests/guardians.test,
1717 tests/hooks.test, tests/interp.test, tests/weaks.test: Make sure
1718 that tests return a boolean value.
1719
1720 * tests/list.test (documented?): New function, replace all checks
1721 for documentation with calls to this function.
1722
1723 2001-02-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
1724
1725 * lib.scm (data-file): Remove from export list.
1726
1727 2001-02-22 Thien-Thi Nguyen <ttn@revel.glug.org>
1728
1729 * tests/exceptions.test (syntax lambda): Renamed from (lambda).
1730 (syntax lambda cond-arrow-proc): Renamed from (lambda cond-arrow-proc).
1731 (syntax reading): New section.
1732 (syntax let*): New section.
1733 (syntax letrec): New section.
1734 (syntax set!): New section.
1735 (syntax misc): New section.
1736 (bindings unbound): New section.
1737 (bindings immutable-modification): New section.
1738 (bindings let): New section.
1739 (bindings let*): New section.
1740 (bindings letrec): New section.
1741
1742 * tests/exceptions.test: New file.
1743
1744 2001-02-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1745
1746 * guile-test: Use (ice-9 and-let-star) instead of (ice-9
1747 and-let*).
1748
1749 2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1750
1751 This patch fixes things that I have broken with the last one :-(
1752
1753 * guile-test (test-suite): New variable.
1754
1755 (data-file-name): New function. Has the same purpose as the
1756 former function data-file from lib.scm. Moved here in order to
1757 have all file name handling at the same place. In contrast to the
1758 former 'data-file function, it is not checked whether a file
1759 exists. This allows to use this function also for file names of
1760 files that are still to be created.
1761
1762 (test-file-name): Use the global 'test-suite variable.
1763
1764 (main): Initialize 'test-suite instead of a local variable.
1765
1766 * lib.scm: Don't import paths any more.
1767
1768 (data-file): Removed. Resurrected with a sligtly different
1769 functionality as 'data-file-name' in guile-test.
1770
1771 * r4rs.scm: For all references to temporary file, make use of
1772 data-file-name.
1773
1774 2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1775
1776 The following patch was sent by Thien-Thi Nguyen and a little bit
1777 modified by me.
1778
1779 * guile-test: Usage and installation comments improved. Added
1780 support for --test-suite and --debug command line options.
1781
1782 (default-test-suite): Added to allow for simplified
1783 configurability. No need to load the paths file any more.
1784
1785 (enable-debug-mode): New function. Will be called when the
1786 --debug command line option is given.
1787
1788 (test-root): Removed. The test directory has to be fully given.
1789 This allows for arbitrarily named test directories.
1790
1791 (test-file-name, enumerate-tets): Take the test directory as a
1792 paramter instead of using the global variable 'test-root'.
1793
1794 (main): Handle the new command line options. Return an exit code
1795 depending on whether all tests came out as expected.
1796
1797 * README: Updated.
1798
1799 * paths.scm: Removed.
1800
1801 2001-01-24 Gary Houston <ghouston@arglist.com>
1802
1803 * tests/ports.test: include (ice-9 rdelim) module.
1804
1805 2001-01-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
1806
1807 * tests/numbers.test: Converted to do real boundary testing.
1808
1809 2001-01-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
1810
1811 * tests/bit-operations.test: Added.
1812
1813 2000-11-03 Dirk Herrmann <D.Herrmann@tu-bs.de>
1814
1815 * tests/gc.test: Added.
1816
1817 2000-10-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
1818
1819 * tests/strings.test: string=? is fixed.
1820
1821 2000-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1822
1823 * tests/list.test: Removed references to sloppy-mem(q|v|ber)
1824
1825 2000-09-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1826
1827 * tests/strings.test: Added a test to help remember that string=?
1828 and friends need fixing.
1829
1830 2000-09-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
1831
1832 * tests/environments.test: For tests that rely on garbage
1833 collection, conservative scanning can be a problem. Add a comment
1834 for these tests and make them turn out unresolved if things don't
1835 work as expected.
1836
1837 2000-09-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1838
1839 * tests/environments.test: Finished and cleaned up the tests for
1840 the leaf environments. Added a complete set of testcases for the
1841 leaf environment based eval environments. Started with the tests
1842 for the import environments.
1843
1844 2000-08-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
1845
1846 * tests/environments.test: Added.
1847
1848 2000-08-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
1849
1850 * lib.scm (pass-if, expect-fail): Generalized to allow a sequence
1851 of expressions.
1852
1853 * tests/eval.test: Fix documentation test.
1854
1855 2000-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
1856
1857 * tests/list.test: Added tests for list-ref, list-set! and
1858 list-cdr-set!
1859
1860 2000-06-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
1861
1862 * tests/common-list.test: Added.
1863
1864 2000-06-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
1865
1866 * tests/eval.test: Added.
1867
1868 2000-06-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
1869
1870 * tests/list.test: Use cons* instead of list*.
1871
1872 2000-06-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1873
1874 * tests/numbers.test, tests/list.test: Updated for new
1875 documentation module.
1876
1877 2000-05-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1878
1879 * tests/hooks.test: make-hook-with-name is deprecated.
1880
1881 2000-05-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
1882
1883 * tests/list.test, tests/numbers.test: Added.
1884
1885 2000-05-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
1886
1887 * guile-test: Eliminate use of catch-test-errors.
1888
1889 * lib.scm: Adopted a couple of nice ideas from Greg.
1890
1891 (pass, fail, expect-failure, expect-failure-if,
1892 expect-failure-if*, catch-test-errors, catch-test-errors*,
1893 expected-failure-fluid, pessimist?): Removed.
1894
1895 (run-test, expect-fail, result-tags, important-result-tags):
1896 Added.
1897
1898 (report, make-count-reporter, print-counts, make-log-reporter,
1899 full-reporter, user-reporter): Reporters take two mandatory
1900 arguments and make use of the tag descriptions in result-tags and
1901 important-result-tags.
1902
1903 * tests/alist.test, tests/hooks.test, tests/ports.test,
1904 tests/weaks.test: Don't use catch-test-errors and
1905 expect-failure-if.
1906
1907 2000-05-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1908
1909 * mambo.test: Removed dummy file.
1910
1911 2000-03-31 Gary Houston <ghouston@arglist.com>
1912
1913 * tests/ports.test (non-blocking-I/O): a couple more details:
1914 a) combine the O_NONBLOCK flag with the default flags instead
1915 of replacing them. b) check EWOULDBLOCK as well as EAGAIN.
1916
1917 2000-03-22 Jim Blandy <jimb@savonarola.red-bean.com>
1918
1919 * lib.scm: Doc fixes.
1920
1921 Sun Jan 16 14:01:51 2000 Greg J. Badros <gjb@cs.washington.edu>
1922
1923 * paths.scm: Assume that ~/guile-core/test-suite is the location
1924 of the test suite now.
1925
1926 * tests/version.test: Added -- version.c had 0% coverage before,
1927 now at 100%.
1928
1929 * tests/chars.test: Added -- needed test of char-is-both?.
1930
1931 1999-12-22 Greg Harvey <Greg.Harvey@thezone.net>
1932
1933 * tests/weaks.test, tests/hooks.test: Added.
1934
1935 1999-12-18 Greg Harvey <Greg.Harvey@thezone.net>
1936
1937 * tests/alist.test: Added.
1938
1939 Fri Dec 17 12:14:10 1999 Greg J. Badros <gjb@cs.washington.edu>
1940
1941 * tests/c-api.test: Refine the list of files that are checked in
1942 the seek-offset-test. Was just using files that end in "c", but
1943 that caught the new ".doc" files, too, so make sure that files end
1944 in ".c" before requiring that they include unistd.h if they
1945 reference SEEK_(SET|CUR|END).
1946
1947 1999-10-24 Gary Houston <ghouston@freewire.co.uk>
1948
1949 * tests/ports.test ("string ports"): test seeking/unreading from
1950 an input string and seeking an output string.
1951
1952 1999-10-20 Gary Houston <ghouston@freewire.co.uk>
1953
1954 * tests/ports.test: in seek/tell test on input port, also test
1955 that ftell doesn't discard unread chars.
1956
1957 1999-10-18 Gary Houston <ghouston@freewire.co.uk>
1958
1959 * tests/ports.test: add seek/tell tests for unidirectional ports.
1960
1961 1999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
1962
1963 * tests/reader.test: Check that number->string checks its radix
1964 properly.
1965
1966 1999-09-20 Jim Blandy <jimb@savonarola.red-bean.com>
1967
1968 * tests/ports.test: Check that our input functions cope when
1969 current-input-port is closed.
1970
1971 * tests/regexp.test: Check regexp-substitute/global when there are
1972 no matches. (Duh.)
1973
1974 1999-09-15 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1975
1976 * tests/c-api.test: New file. Add test to check that all source
1977 files which use SEEK_SET, SEEK_CUR, and SEEK_END include unistd.h.
1978
1979 1999-09-14 Gary Houston <ghouston@freewire.co.uk>
1980
1981 * tests/ports.test: test non-blocking I/O.
1982
1983 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
1984
1985 * tests/strings.test: Add test for substring-move! argument checking.
1986
1987 * lib.scm (signals-error?, signals-error?*): New macro and function.
1988 * tests/reader.test: Use them.
1989
1990 * tests/interp.test: Add copyright notice.
1991
1992 * tests/reader.test: New test file.
1993
1994 * tests/regexp.test: New test file.
1995
1996 1999-09-06 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1997
1998 * tests/interp.test: Added tests for evaluation of closure bodies.
1999
2000 1999-09-03 James Blandy <jimb@mule.m17n.org>
2001
2002 * tests/multilingual.nottest: New file, which we will turn into a
2003 test file once we actually have multilingual support to test.
2004
2005 * tests/load.test: New test file.
2006
2007 1999-08-30 James Blandy <jimb@mule.m17n.org>
2008
2009 * tests/strings.test: New test file.
2010
2011 1999-08-29 Gary Houston <ghouston@easynet.co.uk>
2012
2013 * tests/ports.test: test unread-char and unread-string.
2014
2015 1999-08-19 Gary Houston <ghouston@easynet.co.uk>
2016
2017 * tests/ports.test: test line-buffering of fports.
2018
2019 1999-08-18 Gary Houston <ghouston@easynet.co.uk>
2020
2021 * tests/ports.test: tests for NUL and non-ASCII chars to fports.
2022
2023 1999-08-12 Gary Houston <ghouston@easynet.co.uk>
2024
2025 * tests/ports.test: lseek -> seek.
2026
2027 1999-08-04 Gary Houston <ghouston@easynet.co.uk>
2028
2029 * tests/ports.test: tests for buffered and unbuffered input/output
2030 fports with seeking.
2031
2032 1999-08-01 Jim Blandy <jimb@savonarola.red-bean.com>
2033
2034 * tests/r4rs.test (SECTION 3 4): Each element of type-matrix
2035 corresponds to an example object, not a predicate. Aubrey
2036 probably never noticed this because SCM doesn't check the lengths
2037 of the arguments to for-each and map...
2038
2039 * tests/ports.test: Add some regression tests for char-ready?.
2040
2041 1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
2042
2043 * tests/ports.test: Fix copyright years.
2044
2045 * tests/guardians.test: New test file.
2046
2047 * tests/ports.test ("read-delimited!"): New tests.
2048
2049 1999-06-19 Jim Blandy <jimb@savonarola.red-bean.com>
2050
2051 * tests/interp.test: New file.
2052
2053 1999-06-15 Jim Blandy <jimb@savonarola.red-bean.com>
2054
2055 * tests/time.test: New test file.
2056
2057 * tests/r4rs.test: New set of tests, taken from Guile's test
2058 script, taken from SCM.
2059
2060 * tests/ports.test: Group the string port tests under a new
2061 test name prefix.
2062
2063 * tests/ports.test ("line counter"): Check the final column, too.
2064
2065 * lib.scm: Import (test-suite paths).
2066 (data-file): New exported function.
2067
2068 1999-06-12 Jim Blandy <jimb@savonarola.red-bean.com>
2069
2070 * tests/ports.test ("line counter"): Add test for correct column
2071 at EOF.
2072
2073 1999-06-09 Jim Blandy <jimb@savonarola.red-bean.com>
2074
2075 * tests/ports.test ("line counter"): Verify that we do eventually
2076 get EOF on the port --- don't just read forever.
2077
2078 * lib.scm (full-reporter): The test name is the cadr of the
2079 result, not the cdr. I'm not macho enough to handle run-time
2080 typechecking.
2081
2082 * lib.scm (print-counts): XFAILS are "expected failures", not
2083 "unexpected failures."
2084
2085 * lib.scm, guile-test, paths.scm: Log begins.
2086