racket/collects/tests
Stephen Chang c0f8f1cdb2 lazy stepper working with infinite lists
in stepper/private/marks.rkt
- in mark-binding-value, add exception handler to catch undefined vars, so
  display-mark in break works with recursive fns

in /tests/stepper/automatic-tests.rkt
                  through-tests.rkt
- add inf list example from icfp paper

in stepper/private/model.rkt
- refactor send-step to use cond instead of unless
- in send-step, when highlight-stack = null and last-rhs != null (and lhs !=
  last-rhs), send a step with lhs = last-rhs (previously skipped whenever
  highlight-stack = null)
  - basic filter example wasnt showing result without this
  - in icfp inf list example, this shows some intermediate forcing states
  - all other existing tests passed
2011-04-06 18:42:57 -04:00
..
aligned-pasteboard More "~n" -> "\n" changes 2010-08-26 12:11:00 -04:00
compiler Removing test because we reintroduced gensym 2010-11-24 23:33:42 -05:00
data add in-queue 2010-11-16 23:09:19 -07:00
datalog Supporting empty programs in datalog languages, fixes pr11140 2010-08-28 15:54:38 -06:00
deinprogramm Add vector signatures, and `vector-of' to the HtDP signature syntax. 2010-12-19 11:20:51 +01:00
drracket adjusted to change in the module language dialog 2011-02-25 09:42:16 -06:00
errortrace Add a test file to check the hack that errortrace uses. 2010-10-04 22:22:24 -04:00
file More "~n" -> "\n" changes 2010-08-26 12:11:00 -04:00
framework lift the restriction that the text:ports mixin 2011-02-15 18:10:02 -06:00
frtime More "~n" -> "\n" changes 2010-08-26 12:11:00 -04:00
future futures: limit parallelism via custodians 2011-03-15 14:43:18 -06:00
gracket fix region% problems 2011-03-28 15:15:57 -06:00
honu dont require core files 2010-10-22 10:48:09 -06:00
htdp-lang Fixes usage of argb-pixels 2010-11-25 12:01:44 -05:00
html
jpr
lazy Reorganize, improve, and extend lazy tests. 2011-01-30 13:52:04 -05:00
macro-debugger
match Fixing struct pattern optimization 2010-10-05 09:55:16 -06:00
mysterx More "~n" -> "\n" changes 2010-08-26 12:11:00 -04:00
mzcom Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
net Use "127.0.0.1" instead of "localhost" which can be more fragile. 2011-03-03 11:10:12 -05:00
openssl Use runtime paths to make this work from a different directory 2011-03-03 12:25:19 -05:00
plai Fixes more spelling errors. 2011-02-04 19:44:13 -07:00
planet Added a sample package to test Planet scribblings. No automated tests yet. 2011-01-11 18:00:40 -05:00
plot plot bug fixes, including new images and a more forgiving image-equality test 2010-11-10 09:18:50 -07:00
profile
r6rs Fixes more spelling errors. 2011-02-04 19:44:13 -07:00
racket Changing absent so that fields may be specified as well as methods. 2011-04-05 15:03:46 -04:00
racklog
rackunit oops rename in tests subdir too 2011-03-08 17:37:38 -08:00
scribble Scribble: simplify content that is conditioned on the render mode 2011-04-04 10:45:02 -06:00
slatex
srfi Fix typo 2010-12-03 12:18:04 +00:00
srpersist Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
stepper lazy stepper working with infinite lists 2011-04-06 18:42:57 -04:00
stxparse syntax/parse: added phase options to define-literal-set 2011-04-01 00:57:04 -06:00
syntax-color fix syntax colorer for #true and #false 2010-10-12 08:22:12 -06:00
test-engine
typed-scheme Fix bounded-fixnum opts to only fire with the right number of arguments. 2011-04-01 14:56:17 -04:00
units new attempt at contract violation error messages 2010-12-22 10:39:59 -06:00
unstable Count pairs as having size 1, not 0, in minimizing edit distance. 2010-12-08 18:22:29 -05:00
utils Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
web-server Fix drdr discovered problem 2011-04-06 16:00:54 -06:00
xml Fixes PR11793. 2011-04-06 11:14:25 -06: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 Add a test file to check the hack that errortrace uses. 2010-10-04 22:22:24 -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 Adding normalization display 2010-11-23 15:42:39 -07:00
zo-size.rkt Adding zo size reporter test 2010-08-20 10:35:36 -06:00