racket/collects/tests
Robby Findler df6590b80f adjust contract violation message by putting the name at the start of the message. For example, this:
contract violation, expected <(or/c (quote clean) (quote armed) (quote tained))>, given: #f
  contract on wrapped from 'zo-structs, blaming 'no-dep
  contract:
     (->
        any/c
	(listof wrap?)
	(or/c 'clean 'armed 'tained)
	wrapped?)
  at: C:\tmp3.rkt:6.21

becomes this:

wrapped: contract violation, expected <(or/c (quote clean) (quote armed) (quote tained))>, given: #f
  contract from 'zo-structs, blaming 'no-dep
  contract:
     (->
        any/c
        (listof wrap?)
        (or/c 'clean 'armed 'tained)
        wrapped?)
  at: C:\tmp3.rkt:6.21

(apologies if the indenting isn't quite right above; vi messed with it when I tried to paste it in ...)
2011-07-03 00:04:12 +08:00
..
aligned-pasteboard Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files. 2011-06-20 04:27:14 -04:00
compiler A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
data ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
datalog Fixing example from Naurin Zamir 2011-06-28 08:41:38 -06:00
deinprogramm Add DMdA teachpacks to documentation check. 2011-05-28 12:31:20 +02:00
drracket ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
errortrace Add a test file to check the hack that errortrace uses. 2010-10-04 22:22:24 -04:00
file ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
framework ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
frtime More "~n" -> "\n" changes 2010-08-26 12:11:00 -04:00
future futures: make `future' work in a future, overhaul logging, fix bugs 2011-04-06 17:40:44 -06:00
gracket ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
honu dont require core files 2010-10-22 10:48:09 -06:00
htdp-lang Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files. 2011-06-20 04:27:14 -04:00
html moved the docs-complete library into rackunit 2011-05-05 16:10:42 -05:00
jpr A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
lazy add Lazy Racket tests from Premiers cours de programmation avec Scheme (Roy) 2011-04-26 19:13:41 -04:00
macro-debugger ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
match ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
mysterx A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
mzcom Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files. 2011-06-20 04:27:14 -04:00
net ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
openssl Use runtime paths to make this work from a different directory 2011-03-03 12:25:19 -05:00
plai ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
planet ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
plot plot bug fixes, including new images and a more forgiving image-equality test 2010-11-10 09:18:50 -07:00
profile ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
r6rs Fixes more spelling errors. 2011-02-04 19:44:13 -07:00
racket adjust contract violation message by putting the name at the start of the message. For example, this: 2011-07-03 00:04:12 +08:00
racklog A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
rackunit A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
scribble Try to improve the tests wrt timeouts and memory limits 2011-07-02 01:10:38 -04:00
scriblib A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
slatex A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
srfi ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
srpersist Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
stepper ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
stxparse Fixed syntax/parse bug: 2011-07-01 15:32:34 -04:00
syntax-color fix syntax colorer for #true and #false 2010-10-12 08:22:12 -06:00
test-engine
typed-scheme ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
units Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files. 2011-06-20 04:27:14 -04:00
unstable ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
utils ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
web-server ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
xml A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
eli-tester.rkt add keyword argument to eli-tester that allows for silent successes 2010-10-06 11:10:43 -06:00
info.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
run-automated-tests.rkt Add a "BOOM" string to the timeout message, otherwise the failure is 2011-02-14 13:35:04 -05:00
stress.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
zo-size.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00