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

2614 commits

Author SHA1 Message Date
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
Kevin Ryde
927a122dde (let-keywords, let-keywords*, let-optional,
let-optional*): Add tests of internal defines when no bindings.
2004-09-25 22:08:32 +00:00
Marius Vollmer
effad63994 *** empty log message *** 2004-09-25 00:09:58 +00:00
Marius Vollmer
7108b7b8b2 (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
instead of LDFLAGS; the latter is a user variable.
2004-09-25 00:09:45 +00:00
Marius Vollmer
ad7de4b857 *** empty log message *** 2004-09-24 01:30:38 +00:00
Marius Vollmer
ae90bbb5b9 (test_cflags, LDFLAGS): Include
GUILE_CFLAGS.
2004-09-24 01:30:23 +00:00
Marius Vollmer
c9fedf8ada *** empty log message *** 2004-09-23 17:58:07 +00:00
Marius Vollmer
a47d845fd4 (exception:out-of-range, exception:wrong-type-arg):
Accept new wording.
2004-09-23 17:57:55 +00:00
Marius Vollmer
77d0383ae3 *** empty log message *** 2004-09-22 14:33:00 +00:00
Marius Vollmer
d7e4c2da23 * tests/ports.test ("string ports"): Copy string literal so that
it can be modified.
* tests/srfi-13.test ("string-copy!"): Likewise.
* tests/strings.test ("substring/shared"): Likewise.
2004-09-22 14:32:47 +00:00
Marius Vollmer
e4cbd1d8aa ("string ports"): Copy string literal so that it can be modified. 2004-09-22 14:25:47 +00:00
Kevin Ryde
1c923ba760 *** empty log message *** 2004-09-08 23:14:34 +00:00
Kevin Ryde
148c3306f6 New file. 2004-09-08 22:51:08 +00:00
Marius Vollmer
0b49c6452b *** empty log message *** 2004-09-08 16:20:21 +00:00
Marius Vollmer
6005b7a235 Don't expect (expt 1/2 2.0) to yield an exact result, use (expt 1/2 2)
instead.
2004-09-08 16:19:51 +00:00
Kevin Ryde
05414844e1 *** empty log message *** 2004-09-08 01:23:35 +00:00
Kevin Ryde
e456f08e24 Correction to:
(integer?): Exercise nan and +/-inf.

+/-inf should be #t.
2004-09-08 01:22:37 +00:00
Kevin Ryde
7424deab5d (port-column): Further tests, of new \a \b \r. 2004-09-08 01:20:52 +00:00