1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 13:20:26 +02:00
Commit graph

1731 commits

Author SHA1 Message Date
Kevin Ryde
be1b896c82 *** empty log message *** 2005-01-24 00:11:03 +00:00
Kevin Ryde
4858610b00 (check_cont): Cast rewindable to long, to
avoid warning from gcc 3.4 on 64-bit systems about casting int
(32-bits) to pointer (64-bits).
2005-01-24 00:07:01 +00:00
Kevin Ryde
edfc07b3e1 *** empty log message *** 2005-01-23 21:36:22 +00:00
Kevin Ryde
7682257388 (lset=, member): New tests. 2005-01-23 21:36:00 +00:00
Kevin Ryde
2a1ee5cd05 *** empty log message *** 2005-01-11 23:49:04 +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
74c58fce0f *** empty log message *** 2005-01-10 01:45:07 +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
f01fe441aa *** empty log message *** 2005-01-07 00:32:03 +00:00
Marius Vollmer
f16f4d3cae Use (test-suite lib) module. 2005-01-07 00:31:36 +00:00
Marius Vollmer
2aaf5726a3 *** empty log message *** 2005-01-06 19:01:14 +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
34ae52fcaf *** empty log message *** 2005-01-04 23:42:03 +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
f1fd6418f9 *** empty log message *** 2005-01-04 00:45:36 +00:00
Kevin Ryde
2c0ddf445a * tests/ramap.test: New file, test array-map!.
* Makefile.am (SCM_TESTS): Add it.
2005-01-04 00:45:13 +00:00
Kevin Ryde
66e9b24dcb New file, test array-map!. 2005-01-04 00:44:37 +00:00
Marius Vollmer
5be5e69974 *** empty log message *** 2005-01-02 21:04:11 +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
af1133310d *** empty log message *** 2005-01-01 22:48:18 +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
Kevin Ryde
2b78075b31 (SCM_TESTS): Add srfi-39.test. 2005-01-01 22:45:32 +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
49c5161012 *** empty log message *** 2004-12-23 15:32:17 +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
86347b2bf3 *** empty log message *** 2004-12-10 00:42:42 +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
b9e1ef086b *** empty log message *** 2004-12-06 00:51:00 +00:00
Kevin Ryde
f0d1bc09cf (break): New tests. 2004-12-06 00:41:41 +00:00
Kevin Ryde
ee0301df8c (span): New tests. 2004-12-06 00:33:40 +00:00
Kevin Ryde
872223a898 (alist-delete): New tests. 2004-12-06 00:12:00 +00:00
Kevin Ryde
6d7db38196 *** empty log message *** 2004-12-05 21:57:44 +00:00
Kevin Ryde
f9a95cfe2a (alist-copy): New tests. 2004-12-05 21:49:48 +00:00
Kevin Ryde
b802470747 *** empty log message *** 2004-12-05 00:56:26 +00:00
Kevin Ryde
bbd1b480f4 (append-map): New tests. 2004-12-04 23:10:39 +00:00
Kevin Ryde
a52ef9e4a0 (filter-map): New tests. 2004-12-04 22:47:12 +00:00
Marius Vollmer
d550e35f37 *** empty log message *** 2004-11-12 19:00:36 +00:00
Marius Vollmer
bd6713d5ea Replaced uniform-array-set1! with just array-set!. Do not check
improper index lists, which can't arise with uarray-set!.  Use
"#s16()" instead of "#h()".
2004-11-12 19:00:22 +00:00
Marius Vollmer
bb9f50ae10 *** empty log message *** 2004-10-27 19:38:04 +00:00
Marius Vollmer
af4701b0de Removed tests that tried to store a character into a byte vector,
which no longer works.  Characters are not bytes.
2004-10-27 19:34:17 +00:00
Dirk Herrmann
c454c4e624 * tests/syntax.test: Added tests for unmemoization. 2004-10-03 06:15:22 +00:00
Marius Vollmer
6a0813c35d *** empty log message *** 2004-09-30 11:59:36 +00:00
Marius Vollmer
b144a33c42 (string-set!): Explicitely construct read-only string. String
literals are not yet read-only.
2004-09-30 11:58:26 +00:00
Marius Vollmer
818deb1158 *** empty log message *** 2004-09-29 15:50:24 +00:00
Marius Vollmer
400f0fb716 (array-equal?): New test. 2004-09-29 15:49:38 +00:00
Kevin Ryde
d748089e17 *** empty log message *** 2004-09-28 23:55:54 +00:00
Kevin Ryde
38923713f1 (match:string): New tests. 2004-09-28 23:53:02 +00:00
Kevin Ryde
e5c2d5c87f *** empty log message *** 2004-09-25 22:09:03 +00:00