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