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