ChangeLog 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066
  1. 2008-01-24 Neil Jerram <neil@ossau.uklinux.net>
  2. * tests/filesys.test ("dirname"): New test.
  3. 2007-10-19 Neil Jerram <neil@ossau.uklinux.net>
  4. * tests/eval.test ("continuations"): Use with-debugging-evaluator.
  5. ("promises"): Add promise tests from CVS HEAD.
  6. * lib.scm (with-debugging-evaluator*, with-debugging-evaluator):
  7. New utilities.
  8. 2006-10-05 Kevin Ryde <user42@zip.com.au>
  9. * tests/ftw.test: New file.
  10. * Makefile.am (SCM_TESTS): Add it.
  11. 2006-10-03 Kevin Ryde <user42@zip.com.au>
  12. * tests/eval.test (apply): New tests, exercising scm_tc7_subr_2o which
  13. had lacked some arg count checking.
  14. 2006-09-08 Kevin Ryde <user42@zip.com.au>
  15. * tests/format.test (~f): Test leading zeros bugfix.
  16. 2006-08-25 Kevin Ryde <user42@zip.com.au>
  17. * tests/popen.test (open-input-pipe, open-output-pipe): In the "no
  18. duplicate" tests, close parent side of signalling pipe, to hopefully
  19. generate an error instead of a hang if something bad in the child
  20. means it doesn't write anything.
  21. 2006-07-24 Kevin Ryde <user42@zip.com.au>
  22. * tests/socket.test: New file, exercising htonl and ntohl.
  23. * Makefile.am (SCM_TESTS): Add it.
  24. 2006-07-06 Kevin Ryde <user42@zip.com.au>
  25. * tests/time.test (localtime, mktime, strptime): More tests.
  26. 2006-06-13 Kevin Ryde <user42@zip.com.au>
  27. * tests/srfi-9.test: Further tests, in particular check error on wrong
  28. record type in accessor and modifier.
  29. 2006-04-09 Kevin Ryde <user42@zip.com.au>
  30. * tests/gc.test (scm_must_realloc): Exercise `malloced' change on
  31. shrinking blocks by bignum trim.
  32. 2006-01-13 Rob Browning <rlb@defaultvalue.org>
  33. * tests/slib.test: Pass as32 to create-array rather than As32 in
  34. order to match the current SLIB definition.
  35. 2005-10-24 Kevin Ryde <user42@zip.com.au>
  36. * tests/time.test (strftime %Z): Disable this test, its assumptions
  37. about %Z are not valid on NetBSD.
  38. 2005-08-19 Kevin Ryde <user42@zip.com.au>
  39. * tests/srfi-19.test (date->time-tai): New tests, exercising new
  40. leap-second.
  41. 2005-08-13 Kevin Ryde <user42@zip.com.au>
  42. * tests/poe.test: New file.
  43. * Makefile.am (SCM_TESTS): Add it.
  44. 2005-06-07 Neil Jerram <neil@ossau.uklinux.net>
  45. * tests/srcprop.test ("set-source-property!"): Two new tests.
  46. 2005-06-06 Kevin Ryde <user42@zip.com.au>
  47. * tests/strings.test (string-split): Try splitting on an 8-bit char.
  48. 2005-04-30 Kevin Ryde <user42@zip.com.au>
  49. * tests/numbers.test (/): New tests.
  50. 2005-04-25 Kevin Ryde <user42@zip.com.au>
  51. * tests/ramap.test (array-map!): Further tests.
  52. 2005-04-23 Kevin Ryde <user42@zip.com.au>
  53. * tests/list.test (list, make-list, cons*): New tests.
  54. * tests/numbers.test (numerator, denominator): New tests.
  55. 2005-04-02 Kevin Ryde <user42@zip.com.au>
  56. * tests/srfi-1.test (lset-union): New tests.
  57. 2005-03-26 Kevin Ryde <user42@zip.com.au>
  58. * tests/srfi-13.test (string-index): Exercise 8-bit char in string.
  59. 2005-03-18 Kevin Ryde <user42@zip.com.au>
  60. * tests/srfi-17.test: New file.
  61. * Makefile.am (SCM_TESTS): Add it.
  62. 2005-02-21 Kevin Ryde <user42@zip.com.au>
  63. * tests/numbers.test (string->number): Exercise polar form with
  64. invalid angle.
  65. 2005-02-18 Kevin Ryde <user42@zip.com.au>
  66. * tests/srfi-1.test (lset-adjoin): Amend tests to expect duplicates
  67. among args cast out.
  68. 2005-02-12 Kevin Ryde <user42@zip.com.au>
  69. * tests/srfi-1.test (reduce, reduce-right): New tests.
  70. 2005-02-04 Kevin Ryde <user42@zip.com.au>
  71. * tests/srfi-1.test (list=): New tests.
  72. 2005-01-29 Kevin Ryde <user42@zip.com.au>
  73. * tests/srfi-1.test (lset-adjoin): New tests.
  74. 2005-01-24 Kevin Ryde <user42@zip.com.au>
  75. * tests/srfi-1.test (lset=): New tests.
  76. 2005-01-12 Kevin Ryde <user42@zip.com.au>
  77. * tests/srfi-39.test (current-input-port, current-output-port,
  78. current-error-port): New tests.
  79. 2005-01-02 Kevin Ryde <user42@zip.com.au>
  80. * Makefile.am (SCM_TESTS): Add srfi-39.test.
  81. 2004-12-27 Neil Jerram <neil@ossau.uklinux.net>
  82. * tests/eval.test (continuations): Test making a stack from a
  83. continuation, and related functions.
  84. 2004-12-16 Kevin Ryde <user42@zip.com.au>
  85. * tests/ramap.test: New file, test array-map!.
  86. * Makefile.am (SCM_TESTS): Add it.
  87. 2004-12-09 Kevin Ryde <user42@zip.com.au>
  88. * tests/numbers.test (string->number): New tests.
  89. 2004-12-06 Kevin Ryde <user42@zip.com.au>
  90. * tests/srfi-1.test (alist-copy, alist-delete, break, delete, delete!,
  91. map, map!, span): New tests.
  92. (partition): New tests, by Matthias Koeppe.
  93. 2004-12-05 Kevin Ryde <user42@zip.com.au>
  94. * tests/srfi-1.test (append-map, count, filter-map): New tests.
  95. 2004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
  96. * tests/unif.test (array-equal?): New test.
  97. 2004-09-26 Kevin Ryde <user42@zip.com.au>
  98. * tests/optargs.test (let-keywords, let-keywords*, let-optional,
  99. let-optional*): Add tests of internal defines when no bindings.
  100. 2004-09-09 Kevin Ryde <user42@zip.com.au>
  101. * tests/ports.test (port-column): Further tests, of new \a \b \r.
  102. * tests/streams.test: New file.
  103. 2004-09-02 Kevin Ryde <user42@zip.com.au>
  104. * tests/format.test (~@d): New tests.
  105. New tests of excess arguments now ignored.
  106. 2004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
  107. * tests/gc.test: Exercise record in weak-values hash table, exposing a
  108. problem in gc.
  109. 2004-08-27 Kevin Ryde <user42@zip.com.au>
  110. * tests/regexp.test (regexp-quote): New tests.
  111. * tests/srfi-31.test: Use define-module to keep bindings out of
  112. further tests. Use-module (test-suite lib) for stand-alone operation.
  113. (rec): Exercise bad args.
  114. 2004-08-25 Kevin Ryde <user42@zip.com.au>
  115. * and-let-star.scm (and-let*): Give #t for an empty body, per srfi-2
  116. spec, previously came out as an empty (begin).
  117. 2004-08-18 Kevin Ryde <user42@zip.com.au>
  118. * tests/and-let-star.test, tests/receive.test: New files.
  119. * Makefile.am (SCM_TESTS): Add them.
  120. 2004-08-15 Marius Vollmer <mvo@zagadka.de>
  121. * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
  122. 2004-08-14 Kevin Ryde <user42@zip.com.au>
  123. * tests/srfi-13.test (string-any, string-every): Exercise char and
  124. charset predicate cases.
  125. 2004-08-10 Kevin Ryde <user42@zip.com.au>
  126. * tests/posix.test (putenv, setenv): New tests.
  127. * tests/slib.test: New file.
  128. * Makefile.am (SCM_TESTS): Add it.
  129. 2004-08-07 Rob Browning <rlb@defaultvalue.org>
  130. * tests/srfi-4.test: rewrite tests and add tests for write/read
  131. idempotency.
  132. 2004-08-06 Kevin Ryde <user42@zip.com.au>
  133. * tests/unif.test (array-set!): Exercise byte array range checks.
  134. (uniform-vector-ref): Exercise byte returns.
  135. (array-fill!): Exercise byte range and type checks.
  136. 2004-08-02 Kevin Ryde <user42@zip.com.au>
  137. * tests/srfi-13.test (string-every): Check empty string case.
  138. 2004-07-31 Kevin Ryde <user42@zip.com.au>
  139. * tests/filesys.test: New file, exercising copy-file.
  140. * Makefile.am (SCM_TESTS): Add it.
  141. 2004-07-28 Kevin Ryde <user42@zip.com.au>
  142. * tests/regexp.test (make-regexp): Exercise flags args validation.
  143. * tests/unif.test (array-set!): Exercise svect value range check.
  144. 2004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
  145. * tests/format.test (~{): Test no arbitrary iteration limit.
  146. 2004-07-10 Kevin Ryde <user42@zip.com.au>
  147. * tests/hash.test: New file.
  148. * Makefile.am (SCM_TESTS): Add it.
  149. 2004-05-10 Kevin Ryde <user42@zip.com.au>
  150. * tests/numbers.test (logbit?): New tests.
  151. 2004-05-09 Kevin Ryde <user42@zip.com.au>
  152. * tests/srfi-19.test (test-dst, string->date local DST): Test with
  153. "EST5EDT" instead of "CET", since HP-UX doesn't know CET. Reported by
  154. Andreas Vögele.
  155. 2004-05-03 Kevin Ryde <user42@zip.com.au>
  156. * tests/time.test (strftime): Force tm:isdst to 0 for the test, for
  157. the benefit of HP-UX. Reported by Andreas Vögele.
  158. Use set-tm:zone rather than a hard coded vector offset.
  159. 2004-04-28 Kevin Ryde <user42@zip.com.au>
  160. * tests/numbers.test (truncate, round, floor, ceiling): Add tests, in
  161. particular exercising exactness fixes and scm_round 2^53-1 fix.
  162. 2004-04-24 Kevin Ryde <user42@zip.com.au>
  163. * tests/srfi-1.test: New file, exercising extended list-copy.
  164. * Makefile.am (SCM_TESTS): Add it.
  165. 2004-02-29 Kevin Ryde <user42@zip.com.au>
  166. * tests/posix.test: New file, exercise execl, execlp, execle errors.
  167. * Makefile.am (SCM_TESTS): Add it.
  168. 2004-02-12 Kevin Ryde <user42@zip.com.au>
  169. * tests/unif.test: New file, test array? and uniform-array-set1!.
  170. * Makefile.am (SCM_TESTS): Add it.
  171. 2004-02-01 Rob Browning <rlb@defaultvalue.org>
  172. * Makefile.am (SCM_TESTS): add srfi-31.scm.
  173. * tests/srfi-31.test: new file.
  174. 2003-10-02 Kevin Ryde <user42@zip.com.au>
  175. * tests/ports.test (call-with-output-string): Test proc closing port.
  176. 2003-09-19 Kevin Ryde <user42@zip.com.au>
  177. * tests/popen.test: New file.
  178. * Makefile.am (SCM_TESTS): Add it.
  179. 2003-08-26 Kevin Ryde <user42@zip.com.au>
  180. * tests/srfi-19.test (date-week-number): Add tests.
  181. 2003-08-09 Kevin Ryde <user42@zip.com.au>
  182. * tests/srcprop.test: New file.
  183. * Makefile.am (SCM_TESTS): Add it.
  184. 2003-04-17 Mikael Djurfeldt <djurfeldt@nada.kth.se>
  185. * tests/goops.test: New tests.
  186. 2003-04-12 Rob Browning <rlb@defaultvalue.org>
  187. * guile-test: added "Running test FOO" output by default. There
  188. may be a good reason to remove this, but the output can be helpful
  189. in determining where a failure occurred.
  190. 2002-12-08 Rob Browning <rlb@defaultvalue.org>
  191. * tests/version.test: test (effective-version).
  192. 2002-09-09 Marius Vollmer <mvo@zagadka.ping.de>
  193. * Makefile.am (dist-hook): Do not distribute CVS directories.
  194. Thanks to Greg Troxel.
  195. 2002-05-16 Rob Browning <rlb@defaultvalue.org>
  196. * tests/numbers.test ("expt"): add expt tests.
  197. 2002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
  198. * tests/regexp.test (regexp-substitute/global): Do not test with
  199. empty regexp. Empty regexps do not work on NetBSD.
  200. * tests/syncase.test (basic syncase macro): Added.
  201. 2002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
  202. * tests/srfi-13.test (string-tokenize): Updated for fixed
  203. semantics.
  204. 2002-04-08 Marius Vollmer <mvo@zagadka.ping.de>
  205. * Makefile.am (SCM_TESTS_DIRS, dist-hook): New, distribute
  206. directories manually.
  207. 2002-02-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
  208. * guile-test (main): Handle `--flag-unresolved'. No longer set
  209. exit value to #f unconditionally on UNRESOLVED results.
  210. (for-each-file): Do not recurse into "CVS" or "RCS" subdirs.
  211. 2001-10-18 Mikael Djurfeldt <mdj@linnaeus>
  212. * lib.scm: Move module the system directives `export',
  213. `export-syntax', `re-export' and `re-export-syntax' into the
  214. `define-module' form. This is the recommended way of exporting
  215. bindings.
  216. 2001-09-21 Rob Browning <rlb@defaultvalue.org>
  217. * tests/numbers.test (fixnum-bit): compute dynamically.
  218. * tests/bit-operations.test (fixnum-bit): compute dynamically.
  219. 2001-09-07 Thien-Thi Nguyen <ttn@revel.glug.org>
  220. * tests/getopt-long.test ("apples-blimps-catalexis example",
  221. "multiple occurances"): New top-level sections.
  222. 2001-08-25 Thien-Thi Nguyen <ttn@revel.glug.org>
  223. * tests/srfi-19.test (test-time-comparision,
  224. test-time-arithmatic): New procs.
  225. Add time comparison tests using new procs.
  226. Thanks to Alex Shinn.
  227. 2001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
  228. * tests/srfi-13.test (string-for-each, string-for-each-index):
  229. Add tests. (Thanks to Alex Shinn.)
  230. 2001-08-23 Thien-Thi Nguyen <ttn@revel.glug.org>
  231. * tests/srfi-13.test (string-map): Swapped order of string and
  232. proc args to conform with the srfi. (Thanks to Alex Shinn.)
  233. 2001-08-12 Thien-Thi Nguyen <ttn@revel.glug.org>
  234. * tests/getopt-long.test (exception:no-such-option,
  235. exception:option-does-not-support-arg,
  236. exception:option-must-be-specified,
  237. exception:option-must-have-arg, exception:not-enough-args):
  238. New vars.
  239. ("option-ref", "required", "specified no value, given anyway",
  240. "specified arg required"): New top-level sections.
  241. 2001-08-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
  242. * Makefile.am (TESTS): Do not call the variable "TESTS", call it
  243. "SCM_TESTS". This has special meaning to automake. How many
  244. tries left to get this right, mvo?
  245. 2001-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
  246. * Makefile.am (TESTS): List tests explicitely instead of using a
  247. wildcard. Wildcards don't seem to work for VPATH "make dist"s.
  248. 2001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
  249. * Makefile.am: New file, to control distribution of the
  250. test-suite.
  251. 2001-08-02 Thien-Thi Nguyen <ttn@revel.glug.org>
  252. * tests/getopt-long.test: New file.
  253. 2001-08-01 Thien-Thi Nguyen <ttn@revel.glug.org>
  254. * lib.scm (run-test-exception): Add special handling for
  255. `error'-generated exceptions, which pass key `misc-error' and
  256. leave messages unformatted.
  257. 2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  258. * tests/alist.test, tests/bit-operations.test,
  259. tests/common-list.test, tests/environments.test, tests/eval.test,
  260. tests/gc.test, tests/hooks.test, tests/import.test,
  261. tests/interp.test, tests/list.test, tests/load.test,
  262. tests/numbers.test, tests/ports.test, tests/r4rs.test,
  263. tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
  264. copyright notice.
  265. 2001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  266. * tests/srfi-14.test: New file.
  267. 2001-07-13 Marius Vollmer <mvo@zagadka.ping.de>
  268. * tests/import.test: New file.
  269. 2001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
  270. * tests/goops.test: Started with some real tests.
  271. 2001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
  272. * guile-test: Use module (ice-9 rdelim).
  273. 2001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  274. * tests/srfi-4.test: New file.
  275. 2001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
  276. Thanks to Matthias Köppe!
  277. * tests/ports.test: New test for output port line counts.
  278. * tests/format.test, tests/optargs.test, tests/srfi-19.test: New
  279. files.
  280. 2001-05-28 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  281. * tests/symbols.test ("gensym"): New tests for long gensym
  282. prefices and embedded NULs in prefices.
  283. 2001-05-21 Marius Vollmer <mvo@zagadka.ping.de>
  284. * test/goops.test, test/syncase.test: New, minimal tests.
  285. 2001-05-19 Marius Vollmer <mvo@zagadka.ping.de>
  286. * tests/version.test: Updated test for new micro version stuff.
  287. 2001-05-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  288. * tests/srfi-13.test: More tests.
  289. 2001-05-10 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  290. * tests/srfi-10.test: New file.
  291. * tests/srfi-9.test: New file.
  292. * tests/srfi-13.test: Added some more tests.
  293. 2001-05-09 Thien-Thi Nguyen <ttn@revel.glug.org>
  294. * tests/eval.test: ("evaluator" "memoization"): New test
  295. prefix block.
  296. ("transparency"): New "evaluator memoization" test.
  297. 2001-05-08 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  298. * tests/srfi-13.test: Added module access kludge, and uncommented
  299. some tests depending on this.
  300. 2001-05-07 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  301. * tests/srfi-13.test: New file testing the SRFI string library.
  302. 2001-04-26 Gary Houston <ghouston@arglist.com>
  303. * tests/r4rs.test: delete files tmp1, tmp2, tmp3 after the tests
  304. have run.
  305. * tests/ports.test (test-file), tests/load.test (temp-dir):
  306. redefined using data-file-name instead of tmpnam. the test files
  307. will be created in the build directory instead of /var/tmp or
  308. whereever tmpnam puts them.
  309. 2001-04-02 Dirk Herrmann <D.Herrmann@tu-bs.de>
  310. * tests/symbols.c: Added some tests.
  311. 2001-03-19 Gary Houston <ghouston@arglist.com>
  312. * tests/r4rs.test: use test-file-name to locate r4rs.test,
  313. not data-file-name.
  314. * guile-test: define tmp-dir, the location where r4rs.test will
  315. create it's temporary files.
  316. (data-file-name): use tmp-dir. this must be under build-dir,
  317. not src-dir.
  318. 2001-03-18 Gary Houston <ghouston@arglist.com>
  319. * guile-test: use #!/bogus-path/..., not #!/home/dirk/... in the
  320. first line.
  321. 2001-03-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
  322. * tests/syntax.test: Added a test for let* bindings and
  323. re-arranged and slightly improved the existing one.
  324. 2001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  325. * tests/syntax.test ("let*"): Changed the `duplicate bindings'
  326. test, dups are allowed in `let*' and are now expected to pass.
  327. 2001-03-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
  328. * lib.scm (run-test-exception): Preserve the original error's
  329. stack for re-throwing.
  330. 2001-03-04 Marius Vollmer <mvo@zagadka.ping.de>
  331. * tests/syntax.test ("let,duplicate bindings", "let*,duplicate
  332. bindings", "letrec,duplicate bindings"): Expect to pass, bug has
  333. been fixed.
  334. 2001-03-03 Marius Vollmer <mvo@zagadka.ping.de>
  335. * tests/syntax.test ("duplicate formals"): New category, move
  336. appropriate tests here. Expect them to pass.
  337. ("empty parentheses"): Expect to pass, bug has been fixed.
  338. * tests/alist.test: Use "'()" instead of "()" in all places
  339. where the empty list is meant.
  340. 2001-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
  341. * lib.scm (exception:unbound-var, exception:wrong-num-args): New
  342. exported constants.
  343. * tests/r4rs.test: Make sure that no bindings for x and y exist
  344. after the file is loaded.
  345. * tests/syntax.test: New file.
  346. * tests/exceptions.test, tests/syntax.test, tests/eval.test:
  347. Moved the test cases that are related to guile's syntactic forms
  348. from tests/exceptions.test to tests/syntax.test. Moved tests
  349. related to evaluation and application to tests/eval.test.
  350. * tests/exceptions.test: Added some test cases that check guile's
  351. exception handling.
  352. 2001-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
  353. * tests/exceptions.test, tests/numbers.test: Moved the number
  354. related test cases from tests/exceptions.test to
  355. tests/numbers.test.
  356. * tests/numbers.test: Added a test case.
  357. 2001-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
  358. * tests/symbols.test: New file.
  359. (exception:immutable-string): New constant. Currently, this is a
  360. dummy since guile does not have immutable strings.
  361. * tests/exceptions.test, tests/strings.test, tests/symbols.test:
  362. Moved the string related test cases from tests/exceptions.test to
  363. tests/strings.test and the symbol related test cases to
  364. tests/symbols.test.
  365. * tests/strings.test: Copyright notice updated. Added a couple
  366. of test cases.
  367. (exception:immutable-string): New constant. Currently, this is a
  368. dummy since guile does not have immutable strings.
  369. 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
  370. * tests/exceptions.test: Use expect-fail-exception to indicate
  371. test cases where exceptions should occur, but don't.
  372. (exception:bad-bindings, exception:bad-formals, exception:bad-var,
  373. exception:missing/extra-expr): New constants.
  374. 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
  375. * tests/reader.test, tests/exceptions.test: Moved the reader
  376. related test cases from tests/exceptions.test to
  377. tests/reader.test.
  378. * tests/reader.test (exception:eof, exception:unexpected-rparen):
  379. New constants.
  380. * tests/exceptions.test (read-string, x:eof, x:unexpected-rparen):
  381. Removed.
  382. 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
  383. * lib.scm (signals-error?, signals-error?*): Removed.
  384. 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
  385. * lib.scm: Added comment about new convenience functions/macros
  386. to test for exceptions.
  387. (exception:out-of-range, exception:wrong-type-arg): New exported
  388. constants.
  389. (run-test-exception): New function.
  390. (pass-if-exception, expect-fail-exception): New exported macros.
  391. * tests/environments.test: Fixed tests that were checking for
  392. exceptions when set!ing an unbound symbol.
  393. (exception:unbound-symbol): New constant.
  394. * tests/hooks.test (catch-error-returning-true, pass-if-not,
  395. catch-error-returning-false), tests/weaks.test
  396. (catch-error-returning-true, pass-if-not,
  397. catch-error-returning-false): Removed. The macro pass-if-not was
  398. not used. The macro catch-error-returning-false is unnecessary
  399. since exceptions are caught by the test-suite anyway. The
  400. functionality of catch-error-returning-true is provided by the new
  401. convenience macro pass-if-exception.
  402. * tests/hooks.test (exception:wrong-num-hook-args): New constant.
  403. Maybe a standard wrong-num-arg exception should be thrown instead
  404. of a misc-error?
  405. * tests/reader.test (try-to-read): Replaced by read-string.
  406. (read-string): New function.
  407. * tests/alist.test, tests/environments.test, tests/eval.test,
  408. tests/hooks.test, tests/list.test, tests/ports.test,
  409. tests/reader.test, tests/strings.test, tests/weaks.test: Replace
  410. tests for exceptions with the new convenience macros.
  411. 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
  412. * tests/alist.test: Remove redundant test name prefix.
  413. 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
  414. * lib.scm (pass-if): Tests shall return a boolean value.
  415. * tests/bit-operations.test (documented?), tests/common-list.test
  416. (documented?), tests/environments.test (documented?),
  417. tests/eval.test (documented?), tests/gc.test (documented?),
  418. tests/numbers.test (documented?), tests/guardians.test,
  419. tests/hooks.test, tests/interp.test, tests/weaks.test: Make sure
  420. that tests return a boolean value.
  421. * tests/list.test (documented?): New function, replace all checks
  422. for documentation with calls to this function.
  423. 2001-02-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
  424. * lib.scm (data-file): Remove from export list.
  425. 2001-02-22 Thien-Thi Nguyen <ttn@revel.glug.org>
  426. * tests/exceptions.test (syntax lambda): Renamed from (lambda).
  427. (syntax lambda cond-arrow-proc): Renamed from (lambda cond-arrow-proc).
  428. (syntax reading): New section.
  429. (syntax let*): New section.
  430. (syntax letrec): New section.
  431. (syntax set!): New section.
  432. (syntax misc): New section.
  433. (bindings unbound): New section.
  434. (bindings immutable-modification): New section.
  435. (bindings let): New section.
  436. (bindings let*): New section.
  437. (bindings letrec): New section.
  438. * tests/exceptions.test: New file.
  439. 2001-02-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
  440. * guile-test: Use (ice-9 and-let-star) instead of (ice-9
  441. and-let*).
  442. 2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
  443. This patch fixes things that I have broken with the last one :-(
  444. * guile-test (test-suite): New variable.
  445. (data-file-name): New function. Has the same purpose as the
  446. former function data-file from lib.scm. Moved here in order to
  447. have all file name handling at the same place. In contrast to the
  448. former 'data-file function, it is not checked whether a file
  449. exists. This allows to use this function also for file names of
  450. files that are still to be created.
  451. (test-file-name): Use the global 'test-suite variable.
  452. (main): Initialize 'test-suite instead of a local variable.
  453. * lib.scm: Don't import paths any more.
  454. (data-file): Removed. Resurrected with a sligtly different
  455. functionality as 'data-file-name' in guile-test.
  456. * r4rs.scm: For all references to temporary file, make use of
  457. data-file-name.
  458. 2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
  459. The following patch was sent by Thien-Thi Nguyen and a little bit
  460. modified by me.
  461. * guile-test: Usage and installation comments improved. Added
  462. support for --test-suite and --debug command line options.
  463. (default-test-suite): Added to allow for simplified
  464. configurability. No need to load the paths file any more.
  465. (enable-debug-mode): New function. Will be called when the
  466. --debug command line option is given.
  467. (test-root): Removed. The test directory has to be fully given.
  468. This allows for arbitrarily named test directories.
  469. (test-file-name, enumerate-tets): Take the test directory as a
  470. paramter instead of using the global variable 'test-root'.
  471. (main): Handle the new command line options. Return an exit code
  472. depending on whether all tests came out as expected.
  473. * README: Updated.
  474. * paths.scm: Removed.
  475. 2001-01-24 Gary Houston <ghouston@arglist.com>
  476. * tests/ports.test: include (ice-9 rdelim) module.
  477. 2001-01-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
  478. * tests/numbers.test: Converted to do real boundary testing.
  479. 2001-01-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
  480. * tests/bit-operations.test: Added.
  481. 2000-11-03 Dirk Herrmann <D.Herrmann@tu-bs.de>
  482. * tests/gc.test: Added.
  483. 2000-10-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
  484. * tests/strings.test: string=? is fixed.
  485. 2000-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
  486. * tests/list.test: Removed references to sloppy-mem(q|v|ber)
  487. 2000-09-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
  488. * tests/strings.test: Added a test to help remember that string=?
  489. and friends need fixing.
  490. 2000-09-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
  491. * tests/environments.test: For tests that rely on garbage
  492. collection, conservative scanning can be a problem. Add a comment
  493. for these tests and make them turn out unresolved if things don't
  494. work as expected.
  495. 2000-09-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
  496. * tests/environments.test: Finished and cleaned up the tests for
  497. the leaf environments. Added a complete set of testcases for the
  498. leaf environment based eval environments. Started with the tests
  499. for the import environments.
  500. 2000-08-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
  501. * tests/environments.test: Added.
  502. 2000-08-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
  503. * lib.scm (pass-if, expect-fail): Generalized to allow a sequence
  504. of expressions.
  505. * tests/eval.test: Fix documentation test.
  506. 2000-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
  507. * tests/list.test: Added tests for list-ref, list-set! and
  508. list-cdr-set!
  509. 2000-06-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
  510. * tests/common-list.test: Added.
  511. 2000-06-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
  512. * tests/eval.test: Added.
  513. 2000-06-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
  514. * tests/list.test: Use cons* instead of list*.
  515. 2000-06-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  516. * tests/numbers.test, tests/list.test: Updated for new
  517. documentation module.
  518. 2000-05-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
  519. * tests/hooks.test: make-hook-with-name is deprecated.
  520. 2000-05-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
  521. * tests/list.test, tests/numbers.test: Added.
  522. 2000-05-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
  523. * guile-test: Eliminate use of catch-test-errors.
  524. * lib.scm: Adopted a couple of nice ideas from Greg.
  525. (pass, fail, expect-failure, expect-failure-if,
  526. expect-failure-if*, catch-test-errors, catch-test-errors*,
  527. expected-failure-fluid, pessimist?): Removed.
  528. (run-test, expect-fail, result-tags, important-result-tags):
  529. Added.
  530. (report, make-count-reporter, print-counts, make-log-reporter,
  531. full-reporter, user-reporter): Reporters take two mandatory
  532. arguments and make use of the tag descriptions in result-tags and
  533. important-result-tags.
  534. * tests/alist.test, tests/hooks.test, tests/ports.test,
  535. tests/weaks.test: Don't use catch-test-errors and
  536. expect-failure-if.
  537. 2000-05-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
  538. * mambo.test: Removed dummy file.
  539. 2000-03-31 Gary Houston <ghouston@arglist.com>
  540. * tests/ports.test (non-blocking-I/O): a couple more details:
  541. a) combine the O_NONBLOCK flag with the default flags instead
  542. of replacing them. b) check EWOULDBLOCK as well as EAGAIN.
  543. 2000-03-22 Jim Blandy <jimb@savonarola.red-bean.com>
  544. * lib.scm: Doc fixes.
  545. Sun Jan 16 14:01:51 2000 Greg J. Badros <gjb@cs.washington.edu>
  546. * paths.scm: Assume that ~/guile-core/test-suite is the location
  547. of the test suite now.
  548. * tests/version.test: Added -- version.c had 0% coverage before,
  549. now at 100%.
  550. * tests/chars.test: Added -- needed test of char-is-both?.
  551. 1999-12-22 Greg Harvey <Greg.Harvey@thezone.net>
  552. * tests/weaks.test, tests/hooks.test: Added.
  553. 1999-12-18 Greg Harvey <Greg.Harvey@thezone.net>
  554. * tests/alist.test: Added.
  555. Fri Dec 17 12:14:10 1999 Greg J. Badros <gjb@cs.washington.edu>
  556. * tests/c-api.test: Refine the list of files that are checked in
  557. the seek-offset-test. Was just using files that end in "c", but
  558. that caught the new ".doc" files, too, so make sure that files end
  559. in ".c" before requiring that they include unistd.h if they
  560. reference SEEK_(SET|CUR|END).
  561. 1999-10-24 Gary Houston <ghouston@freewire.co.uk>
  562. * tests/ports.test ("string ports"): test seeking/unreading from
  563. an input string and seeking an output string.
  564. 1999-10-20 Gary Houston <ghouston@freewire.co.uk>
  565. * tests/ports.test: in seek/tell test on input port, also test
  566. that ftell doesn't discard unread chars.
  567. 1999-10-18 Gary Houston <ghouston@freewire.co.uk>
  568. * tests/ports.test: add seek/tell tests for unidirectional ports.
  569. 1999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
  570. * tests/reader.test: Check that number->string checks its radix
  571. properly.
  572. 1999-09-20 Jim Blandy <jimb@savonarola.red-bean.com>
  573. * tests/ports.test: Check that our input functions cope when
  574. current-input-port is closed.
  575. * tests/regexp.test: Check regexp-substitute/global when there are
  576. no matches. (Duh.)
  577. 1999-09-15 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  578. * tests/c-api.test: New file. Add test to check that all source
  579. files which use SEEK_SET, SEEK_CUR, and SEEK_END include unistd.h.
  580. 1999-09-14 Gary Houston <ghouston@freewire.co.uk>
  581. * tests/ports.test: test non-blocking I/O.
  582. 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
  583. * tests/strings.test: Add test for substring-move! argument checking.
  584. * lib.scm (signals-error?, signals-error?*): New macro and function.
  585. * tests/reader.test: Use them.
  586. * tests/interp.test: Add copyright notice.
  587. * tests/reader.test: New test file.
  588. * tests/regexp.test: New test file.
  589. 1999-09-06 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  590. * tests/interp.test: Added tests for evaluation of closure bodies.
  591. 1999-09-03 James Blandy <jimb@mule.m17n.org>
  592. * tests/multilingual.nottest: New file, which we will turn into a
  593. test file once we actually have multilingual support to test.
  594. * tests/load.test: New test file.
  595. 1999-08-30 James Blandy <jimb@mule.m17n.org>
  596. * tests/strings.test: New test file.
  597. 1999-08-29 Gary Houston <ghouston@easynet.co.uk>
  598. * tests/ports.test: test unread-char and unread-string.
  599. 1999-08-19 Gary Houston <ghouston@easynet.co.uk>
  600. * tests/ports.test: test line-buffering of fports.
  601. 1999-08-18 Gary Houston <ghouston@easynet.co.uk>
  602. * tests/ports.test: tests for NUL and non-ASCII chars to fports.
  603. 1999-08-12 Gary Houston <ghouston@easynet.co.uk>
  604. * tests/ports.test: lseek -> seek.
  605. 1999-08-04 Gary Houston <ghouston@easynet.co.uk>
  606. * tests/ports.test: tests for buffered and unbuffered input/output
  607. fports with seeking.
  608. 1999-08-01 Jim Blandy <jimb@savonarola.red-bean.com>
  609. * tests/r4rs.test (SECTION 3 4): Each element of type-matrix
  610. corresponds to an example object, not a predicate. Aubrey
  611. probably never noticed this because SCM doesn't check the lengths
  612. of the arguments to for-each and map...
  613. * tests/ports.test: Add some regression tests for char-ready?.
  614. 1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
  615. * tests/ports.test: Fix copyright years.
  616. * tests/guardians.test: New test file.
  617. * tests/ports.test ("read-delimited!"): New tests.
  618. 1999-06-19 Jim Blandy <jimb@savonarola.red-bean.com>
  619. * tests/interp.test: New file.
  620. 1999-06-15 Jim Blandy <jimb@savonarola.red-bean.com>
  621. * tests/time.test: New test file.
  622. * tests/r4rs.test: New set of tests, taken from Guile's test
  623. script, taken from SCM.
  624. * tests/ports.test: Group the string port tests under a new
  625. test name prefix.
  626. * tests/ports.test ("line counter"): Check the final column, too.
  627. * lib.scm: Import (test-suite paths).
  628. (data-file): New exported function.
  629. 1999-06-12 Jim Blandy <jimb@savonarola.red-bean.com>
  630. * tests/ports.test ("line counter"): Add test for correct column
  631. at EOF.
  632. 1999-06-09 Jim Blandy <jimb@savonarola.red-bean.com>
  633. * tests/ports.test ("line counter"): Verify that we do eventually
  634. get EOF on the port --- don't just read forever.
  635. * lib.scm (full-reporter): The test name is the cadr of the
  636. result, not the cdr. I'm not macho enough to handle run-time
  637. typechecking.
  638. * lib.scm (print-counts): XFAILS are "expected failures", not
  639. "unexpected failures."
  640. * lib.scm, guile-test, paths.scm: Log begins.