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