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