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

771 commits

Author SHA1 Message Date
Kevin Ryde
9d7b09897b *** empty log message *** 2006-05-19 23:27:08 +00:00
Kevin Ryde
b7884e64d5 (test-srfi-60): Use #:duplicates (last) to
suppress warning about replacing bit-count.
2006-05-19 23:26:35 +00:00
Kevin Ryde
810214aa9b (assoc): A few tests, in particular "=" argument
order which had been wrong.
2006-05-19 23:25:43 +00:00
Kevin Ryde
de4b36bffc *** empty log message *** 2006-05-09 00:36:49 +00:00
Kevin Ryde
dd07ef3e72 (n-par-for-each, n-for-each-par-map): New tests. 2006-05-09 00:32:31 +00:00
Kevin Ryde
d8e59af349 (exact->inexact): Test fractions big/big. 2006-05-09 00:31:48 +00:00
Kevin Ryde
140f5e5796 *** empty log message *** 2006-04-17 01:47:40 +00:00
Kevin Ryde
61c0f9ce63 (lstat): Allow for test-symlink not existing yet. 2006-04-17 01:46:55 +00:00
Kevin Ryde
287bb7a23f *** empty log message *** 2006-04-16 01:39:29 +00:00
Kevin Ryde
da58419409 (truncate-file): New tests. 2006-04-16 01:39:08 +00:00
Kevin Ryde
c783f5891a (lstat, stat): New tests. 2006-04-16 01:38:18 +00:00
Kevin Ryde
a77bd42e52 *** empty log message *** 2006-03-28 00:48:56 +00:00
Kevin Ryde
6fe012a32c (SCM_TESTS): Remove slib.test, it fails with current
slib and the ice-9 slib module is due for revision soon.
2006-03-28 00:44:54 +00:00
Kevin Ryde
59aece6031 *** empty log message *** 2006-03-18 22:56:36 +00:00
Kevin Ryde
bd2ad8e168 (make-shared-array): Another test which failed in 1.8.0 but is ok now. 2006-03-18 22:55:06 +00:00
Neil Jerram
e8c6c6ab28 *** empty log message *** 2006-03-10 23:06:45 +00:00
Kevin Ryde
e610622906 *** empty log message *** 2006-03-07 23:57:28 +00:00
Kevin Ryde
b945ad1f6a (make-shared-array): Add example usages from the
manual, two of which currently fail.
2006-03-07 23:57:01 +00:00
Kevin Ryde
7618420b4c *** empty log message *** 2006-03-03 23:31:36 +00:00
Kevin Ryde
c860829352 2006-03-04 Ludovic Courtès <ludovic.courtes@laas.fr>
* test-suite/tests/modules.test: New file.
	* test-suite/Makefile.am (SCM_TESTS): Added it.
2006-03-03 23:28:10 +00:00
Kevin Ryde
5f96214d0d 2006-03-04 Ludovic Courtès <ludovic.courtes@laas.fr>
* test-suite/tests/modules.test: New file.
2006-03-03 23:27:42 +00:00
Kevin Ryde
360a680ee6 *** empty log message *** 2006-02-25 20:59:02 +00:00
Kevin Ryde
f2b7310d44 (opendir etc): Exercise a little. 2006-02-25 20:52:35 +00:00
Kevin Ryde
b797324e95 *** empty log message *** 2006-02-25 20:45:53 +00:00
Kevin Ryde
12a14d28c4 (array-set!): Exercise bitvector case, which had been seg faulting. 2006-02-25 20:44:31 +00:00
Kevin Ryde
6ac0ec9692 * tests/strings.test (string<?, string-ci<?, string<=?, string-ci<=?,
string>?, string-ci>?, string>=?, string-ci>=?): Check ordering is the
	same as char<? etc.  Use a define-module to keep private test bits
	private.
	* tests/srfi-13.test (string-compare, string-compare-ci): Ditto.
2006-02-25 20:42:53 +00:00
Kevin Ryde
4c2dc0f0b5 (string<?, string-ci<?, string<=?, string-ci<=?,
string>?, string-ci>?, string>=?, string-ci>=?): Check ordering is the
same as char<? etc.  Use a define-module to keep private test bits
private.
2006-02-25 20:42:13 +00:00
Marius Vollmer
0ab652a386 Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
Kevin Ryde
1a5e18b5ef *** empty log message *** 2006-02-07 00:09:41 +00:00
Kevin Ryde
9595f0019b (pure-funcq): New tests. 2006-02-07 00:08:22 +00:00
Neil Jerram
26beee1e74 19 new test cases.
(throw-test): New macro for testing catches and throw handlers.
2006-02-04 14:36:43 +00:00
Kevin Ryde
f36978c9ce *** empty log message *** 2006-02-04 00:56:35 +00:00
Kevin Ryde
2d6e3bd4c0 Use the equal proc argument, so we exercise the
srfi-1 version of the code.  Without such an argument srfi-1.c passes
the job to the core scm_delete.
2006-02-04 00:54:24 +00:00
Kevin Ryde
f14a93dfe4 *** empty log message *** 2006-02-03 23:40:21 +00:00
Kevin Ryde
d7a88afe37 Add test-list.c 2006-02-03 23:38:51 +00:00
Kevin Ryde
2948fc75bd standalone/test-list.c: New file. 2006-02-03 23:34:48 +00:00
Marius Vollmer
a64d058951 Replaced 'futures' with threads. 2006-01-29 19:44:45 +00:00
Marius Vollmer
661ae7ab6b Renamed the "frames" that are related to dynamic-wind to "dynamic
contexts.  Renamed all functions from scm_frame_ to scm_dynwind_.
Updated documentation.
2006-01-29 00:23:28 +00:00
Kevin Ryde
aa1babce68 *** empty log message *** 2005-11-30 00:42:19 +00:00
Kevin Ryde
8a8ca420b1 (string-append/shared): New tests. 2005-11-30 00:35:45 +00:00
Kevin Ryde
f1ca69a6bf *** empty log message *** 2005-11-24 00:03:27 +00:00
Kevin Ryde
04f53076d9 (lset-difference!): More tests. 2005-11-24 00:00:59 +00:00
Kevin Ryde
4ec555c593 typo in lset-difference! name in with-test-prefix 2005-11-23 23:41:29 +00:00
Kevin Ryde
64cdbfc7af *** empty log message *** 2005-10-27 00:37:09 +00:00
Kevin Ryde
e7e4808056 2005-10-27 Ludovic Courtès <ludovic.courtes@laas.fr>
* tests/socket.test (make-socket-address): New tests.
	(connect, bind, sendto): Exercise sockaddr object.
2005-10-27 00:35:06 +00:00
Kevin Ryde
fc9f596c96 *** empty log message *** 2005-10-23 22:45:52 +00:00
Kevin Ryde
9f4e29f66b (strftime %Z): Disable this test, its assumptions
about %Z are not valid on NetBSD.
2005-10-23 22:40:12 +00:00
Kevin Ryde
abd063549b *** empty log message *** 2005-08-19 00:05:16 +00:00
Kevin Ryde
c992cc9617 (date->time-tai): New tests, exercising new leap-second. 2005-08-18 23:51:02 +00:00
Neil Jerram
d279764421 ("letrec init evaluation"): New paranoid test. 2005-08-15 20:57:38 +00:00