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