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