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