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

62 commits

Author SHA1 Message Date
Jim Blandy
e59373d65f *** empty log message *** 1999-09-25 23:41:59 +00:00
Jim Blandy
06974184f0 * tests/reader.test: Check that number->string checks its radix
properly.
1999-09-25 23:38:26 +00:00
Jim Blandy
65b57e21cb *** empty log message *** 1999-09-20 23:57:55 +00:00
Jim Blandy
5f2125be10 Doc fix. 1999-09-20 23:57:44 +00:00
Jim Blandy
fe5b6bebaa * tests/ports.test: Check that our input functions cope when
current-input-port is closed.
1999-09-20 23:57:08 +00:00
Jim Blandy
d033ad5377 *** empty log message *** 1999-09-20 22:52:08 +00:00
Jim Blandy
f88fdc6e32 * tests/regexp.test: Check regexp-substitute/global when there are
no matches.  (Duh.)
1999-09-20 22:52:02 +00:00
Mikael Djurfeldt
44fdbfc668 Use egrep for better compatibility. 1999-09-15 15:55:06 +00:00
Mikael Djurfeldt
c0f87beb86 Fix 1999-09-15 15:42:16 +00:00
Mikael Djurfeldt
8c592a9387 *** empty log message *** 1999-09-15 15:28:44 +00:00
Mikael Djurfeldt
48fadf497f * tests/c-api.test: New file. Add test to check that all source
files which use SEEK_SET, SEEK_CUR, and SEEK_END include unistd.h.
1999-09-15 15:27:49 +00:00
Gary Houston
1ba57e8915 3 more bytes. 1999-09-14 20:56:13 +00:00
Gary Houston
6e822cce6a 1999-09-14 Gary Houston <ghouston@freewire.co.uk>
* tests/ports.test: test non-blocking I/O.
1999-09-14 20:48:00 +00:00
Jim Blandy
b142c81de4 *** empty log message *** 1999-09-11 18:51:58 +00:00
Jim Blandy
0bfcc6e0d4 * tests/strings.test: Add test for substring-move! argument checking. 1999-09-11 18:46:48 +00:00
Jim Blandy
69c74140dd * lib.scm (signals-error?, signals-error?*): New macro and function.
* tests/reader.test: Use them.
1999-09-11 18:46:32 +00:00
Jim Blandy
a2226cafa9 * tests/interp.test: Add copyright notice. 1999-09-11 18:46:24 +00:00
Jim Blandy
0c76ebbd1f * tests/reader.test: New test file. 1999-09-11 18:27:57 +00:00
Jim Blandy
3dcdcfe8c7 * tests/regexp.test: New test file. 1999-09-11 17:39:30 +00:00
Mikael Djurfeldt
95912c4ddc *** empty log message *** 1999-09-06 18:42:03 +00:00
Mikael Djurfeldt
c00b93eaa4 * tests/interp.test: Added tests for evaluation of closure bodies. 1999-09-06 18:41:03 +00:00
Jim Blandy
df476c8c05 Remove debugging output. 1999-09-03 08:00:14 +00:00
Jim Blandy
513571767f *** empty log message *** 1999-09-03 07:37:33 +00:00
Jim Blandy
f91cb9091a * tests/load.test: New test file. 1999-09-03 07:37:23 +00:00
Jim Blandy
701a8bdd6b * tests/multilingual.nottest: New file, which we will turn into a
test file once we actually have multilingual support to test.
1999-09-03 07:37:12 +00:00
Jim Blandy
7ef450bfce Fix copyright info. 1999-09-03 07:36:49 +00:00
Jim Blandy
6658356fb0 *** empty log message *** 1999-08-30 07:46:07 +00:00
Jim Blandy
9aa2c79671 * tests/strings.test: New test file. 1999-08-30 07:46:01 +00:00
Jim Blandy
4c8dd16a9e first cut 1999-08-30 07:39:21 +00:00
Gary Houston
d1b143e9a3 1999-08-29 Gary Houston <ghouston@easynet.co.uk>
* tests/ports.test: test unread-char and unread-string.
1999-08-29 17:48:26 +00:00
Gary Houston
0eb2e8cd94 1999-08-19 Gary Houston <ghouston@easynet.co.uk>
* tests/ports.test: test line-buffering of fports.
1999-08-19 21:29:00 +00:00
Gary Houston
7f214e6066 1999-08-18 Gary Houston <ghouston@easynet.co.uk>
* tests/ports.test: tests for NUL and non-ASCII chars to fports.
1999-08-18 20:33:18 +00:00
Gary Houston
75efe4535b 1999-08-12 Gary Houston <ghouston@easynet.co.uk>
* tests/ports.test: lseek -> seek.
1999-08-12 19:07:19 +00:00
Gary Houston
7c03500990 1999-08-04 Gary Houston <ghouston@easynet.co.uk>
* tests/ports.test: tests for buffered and unbuffered input/output
	fports with seeking.
1999-08-04 19:00:34 +00:00
Jim Blandy
769f054d52 *** empty log message *** 1999-08-01 08:08:18 +00:00
Jim Blandy
efd59562ee * tests/r4rs.test (SECTION 3 4): Each element of type-matrix
corresponds to an example object, not a predicate.  Aubrey
probably never noticed this because SCM doesn't check the lengths
of the arguments to for-each and map...
1999-08-01 08:06:15 +00:00
Jim Blandy
1b0549522b * tests/ports.test: Add some regression tests for char-ready?. 1999-08-01 08:06:01 +00:00
Jim Blandy
6d8500ad76 * tests/ports.test: Fix copyright years. 1999-07-19 18:44:32 +00:00
Jim Blandy
2e109b651d * tests/guardians.test: New test file. 1999-07-19 18:44:12 +00:00
Jim Blandy
a3bb43e586 *** empty log message *** 1999-07-19 08:11:28 +00:00
Jim Blandy
5bc1201f2d * tests/ports.test ("read-delimited!"): New tests. 1999-07-19 08:10:30 +00:00
Jim Blandy
9bb7a7ef7c *** empty log message *** 1999-06-19 16:28:17 +00:00
Jim Blandy
26dd899df2 * tests/interp.test: New file. 1999-06-19 16:28:11 +00:00
Jim Blandy
0bb126ba5b Doc fix. 1999-06-16 09:05:55 +00:00
Jim Blandy
efcbc5eb54 *** empty log message *** 1999-06-15 14:10:06 +00:00
Jim Blandy
9061286382 * tests/time.test: New test file. 1999-06-15 14:09:53 +00:00
Jim Blandy
70c4c075e3 *** empty log message *** 1999-06-15 08:40:04 +00:00
Jim Blandy
474d9afb8b * lib.scm: Import (test-suite paths).
(data-file): New exported function.
1999-06-15 08:39:39 +00:00
Jim Blandy
73cb0a9704 * tests/ports.test: Group the string port tests under a new
test name prefix.
* tests/ports.test ("line counter"): Check the final column, too.
1999-06-15 08:39:11 +00:00
Jim Blandy
cbe50a7301 * tests/r4rs.test: New set of tests, taken from Guile's test
script, taken from SCM.
1999-06-15 08:38:44 +00:00