1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-23 04:50:28 +02:00
Commit graph

491 commits

Author SHA1 Message Date
Kevin Ryde
1692522d53 (lset-adjoin): Amend tests to expect duplicates among args cast out. 2005-02-17 20:58:01 +00:00
Kevin Ryde
463cd21d69 (reduce, reduce-right): New tests. 2005-02-11 21:41:33 +00:00
Kevin Ryde
80eba4e572 (reduce, reduce-right): New tests. 2005-02-11 21:40:32 +00:00
Kevin Ryde
ffb468f7f9 (ash): Remove tests of ash on fractions, not
supported after scm_ash rewrite.
2005-02-10 20:37:19 +00:00
Kevin Ryde
0da830fa49 (list=): New tests. 2005-02-03 23:21:17 +00:00
Kevin Ryde
eccc026e06 (list=): New tests. 2005-02-03 23:20:08 +00:00
Kevin Ryde
389a4e4715 (remove!): New tests. 2005-01-28 21:49:09 +00:00
Kevin Ryde
d64179499c (remove): New tests. 2005-01-28 21:44:51 +00:00
Kevin Ryde
44a84ce09e (lset-adjoin): New tests. 2005-01-28 21:32:42 +00:00
Kevin Ryde
b66ccb2693 Add a copyright year. 2005-01-28 21:19:20 +00:00
Kevin Ryde
49579cbd3a (ash): New tests. 2005-01-28 21:18:55 +00:00
Kevin Ryde
981b5d1ff0 (lset-adjoin): New tests. 2005-01-28 21:18:01 +00:00
Kevin Ryde
71d0dab137 More of:
(lset=): New tests.
2005-01-27 23:21:06 +00:00
Kevin Ryde
a9c3bff968 (lset=): New tests. 2005-01-27 23:20:14 +00:00
Kevin Ryde
2ebe323a15 (while): Tests running in empty environment are
now "unresolved" do to workaround in while implementation.
2005-01-27 21:23:09 +00:00
Kevin Ryde
7682257388 (lset=, member): New tests. 2005-01-23 21:36:00 +00:00
Kevin Ryde
fb5f4acc64 (lset=): Exercise no-arg case. 2005-01-23 21:31:15 +00:00
Kevin Ryde
435298181d (current-input-port, current-output-port, current-error-port): New tests. 2005-01-11 23:52:20 +00:00
Kevin Ryde
b85bb56c1c (current-input-port, current-output-port, current-error-port): New tests. 2005-01-11 23:48:42 +00:00
Marius Vollmer
34ea161776 (exception:wrong-num-indices): New, use it for array-set! tests with
wrong number of indices.
2005-01-10 01:44:34 +00:00
Marius Vollmer
f16f4d3cae Use (test-suite lib) module. 2005-01-07 00:31:36 +00:00
Marius Vollmer
a483777244 (have-llvect?): Removed, Scheme code will always
have u64 and s64 uniform vectors.
2005-01-06 18:58:30 +00:00
Marius Vollmer
28c1c15c75 Use *unspecified* instead of #f to get an uninitialized array. 2005-01-04 23:41:48 +00:00
Kevin Ryde
66e9b24dcb New file, test array-map!. 2005-01-04 00:44:37 +00:00
Marius Vollmer
3963764d1d Rewritten for new 'typed' approach to uniform arrays. 2005-01-02 21:03:52 +00:00
Marius Vollmer
42fc3f2c76 New tests, especially for sorting non-contigous and
negative-incrementing vectors.
2005-01-02 21:03:12 +00:00
Kevin Ryde
1352a75547 Use define-module to keep bindings from
subsequent tests, use test-suite lib for stand-alone checking.
2005-01-01 22:46:43 +00:00
Neil Jerram
6686011779 Fix making a stack from a continuation, and related functions. 2004-12-27 23:19:30 +00:00
Neil Jerram
d241f86a8e Move continuation / stack tests to continuations.test, and add save and
restore of debug options.
2004-12-27 20:17:03 +00:00
Marius Vollmer
4f2ec3becc News tests for making stacks from continuations. From Neil Jerram. 2004-12-23 15:32:02 +00:00
Kevin Ryde
103cc4e9db More of:
New file, test array-map!.
2004-12-15 23:11:39 +00:00
Kevin Ryde
2675a8d0b4 New file, test array-map!. 2004-12-15 23:03:21 +00:00
Kevin Ryde
3810edd92c (inet-pton): New tests. 2004-12-10 00:42:20 +00:00
Kevin Ryde
ff758237f7 Let the string->number documented? test say "documented?". 2004-12-08 23:09:15 +00:00
Kevin Ryde
fd4ba60be8 (string->number): New tests. 2004-12-08 22:59:42 +00:00
Kevin Ryde
f0d1bc09cf (break): New tests. 2004-12-06 00:41:41 +00:00
Kevin Ryde
161308d88d (break): New tests. 2004-12-06 00:41:09 +00:00
Kevin Ryde
ee0301df8c (span): New tests. 2004-12-06 00:33:40 +00:00
Kevin Ryde
4e697dba18 (span): New tests. 2004-12-06 00:31:54 +00:00
Kevin Ryde
872223a898 (alist-delete): New tests. 2004-12-06 00:12:00 +00:00
Kevin Ryde
4c6f3d05fb (alist-delete): New tests. 2004-12-06 00:11:05 +00:00
Kevin Ryde
79239024f5 (delete-duplicates, delete-duplicates!): New tests. 2004-12-06 00:10:32 +00:00
Kevin Ryde
27036c046d (delete, delete!): New tests. 2004-12-05 22:32:01 +00:00
Kevin Ryde
9fa5fdc6cd (map!): New tests. 2004-12-05 22:24:38 +00:00
Kevin Ryde
cabc854555 (partition): New tests, by Matthias Koeppe. 2004-12-05 22:15:54 +00:00
Kevin Ryde
49d2f1f850 (map): New tests. 2004-12-05 22:00:14 +00:00
Kevin Ryde
d4dfc9d426 (alist-copy): New tests. 2004-12-05 21:53:53 +00:00
Kevin Ryde
f9a95cfe2a (alist-copy): New tests. 2004-12-05 21:49:48 +00:00
Kevin Ryde
86e8289b7e (count): New tests. 2004-12-05 00:24:27 +00:00
Kevin Ryde
890ed2790b (append-map): New tests. 2004-12-04 23:11:33 +00:00