racket/collects/tests
Matthew Flatt edce1b0406 fix optimizer for impersonated continuation mark keys
The optimizer can no longer reduce
  (with-continuation-mark _id _v-expr _expr)
to just
  _expr
when _v-expr and _expr are simple enough, because _id
might be bound to a continuation mark key with an
impersonator that checks the result of _v-expr.

The loss of an optimization can have a significant affect on
errortrace of microbenchmarks, such as

 (for ([i (in-range 10000000)])
   i)
2012-06-27 09:57:50 -06:00
..
algol60 Added @literal-algol{} and started an algol60 test suite (apologies 2012-06-20 10:28:53 -05:00
compiler A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
data
datalog adjust datalog so that syntax objects are not used as source location 2012-06-02 08:04:45 -05:00
db db: various fixes and additions 2012-05-09 09:17:52 -06:00
deinprogramm
drracket adjust the drracket language test suite for the new error messages 2012-06-11 14:04:05 -05:00
eopl
errortrace
file Streamline more test suits. 2012-05-24 11:27:13 -04:00
framework A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
frtime
future fix some error-message tests 2012-06-23 05:21:52 -07:00
generic racket/generics: add contract combinator 2012-06-25 20:33:48 -04:00
gracket racket/gui: fixed by-position widget initialization 2012-06-19 12:37:35 -04:00
honu [honu] assignment operators cooperate with the dot operator 2012-06-11 13:07:52 -06:00
htdp-lang restored object-name tests for the new doc system 2012-06-25 19:15:09 -04:00
html
jpr
lazy fix misc tests for error-message change 2012-05-26 08:18:19 -06:00
macro-debugger fix check-requires for submodules 2012-05-07 14:46:13 -06:00
match
mysterx
mzcom
net Streamline more test suits. 2012-05-24 11:27:13 -04:00
openssl
plai fix misc tests for error-message change 2012-05-26 08:18:19 -06:00
planet
profile Leftover file that wasn't added with the `tests/profile' refactoring. 2012-05-24 11:53:03 -04:00
r6rs
racket fix optimizer for impersonated continuation mark keys 2012-06-27 09:57:50 -06:00
racklog
rackunit
scribble fix some error-message tests 2012-06-23 05:21:52 -07:00
scriblib Fixing PR12779 2012-05-28 11:52:56 -06:00
slatex
srfi
stepper refactored to reduce stepper dependencies 2012-06-19 23:51:59 -07:00
stxparse
syntax syntax/free-vars: fix quadratic behavior 2012-05-28 20:22:31 -06:00
syntax-color
test-engine
typed-racket Update types of string-join and add-between. 2012-06-27 11:39:15 -04:00
units "broke it's contract" -> "broke its contract" 2012-05-16 11:44:09 -04:00
unstable Add tests from unstable/generics. 2012-05-24 16:51:10 -04:00
utils
web-server New error message 2012-06-25 15:59:17 -06:00
xml
xrepl Use `scribble/text/wrap' in xrepl. 2012-05-06 05:38:04 -04:00
eli-tester.rkt Drop the now-redundant " " argument from existing uses of `string-join'. 2012-05-24 10:40:20 -04:00
info.rkt
run-automated-tests.rkt
stress.rkt
zo-path.rkt
zo-size.rkt