racket/collects/tests
Matthew Flatt 3150b31eb7 bytecode optimizer improvement
Generalize splitting of `(let-values ([(x ...) (values e ...)]) ....)'
to `(let ([x e] ...) ....)' for any `e', since it's always equivalent.
Right?

(The old requirements on the `e's seem to be needed only for
`letrec-values' splitting and maybe mutable variables.)
2012-08-16 16:39:21 -06:00
..
algol60 Added @literal-algol{} and started an algol60 test suite (apologies 2012-06-20 10:28:53 -05:00
compiler compiler/zo-marshal: repair mashaling of import info in syntax 2012-08-06 15:32:27 -06:00
data
datalog adjust datalog so that syntax objects are not used as source location 2012-06-02 08:04:45 -05:00
db
deinprogramm
drracket adjust the leak test so that it first runs with online 2012-08-13 10:31:54 -05:00
eopl
errortrace errortrace: fix profiling for phase >= 2 code 2012-07-23 07:05:40 -05:00
file Streamline more test suits. 2012-05-24 11:27:13 -04:00
framework
frtime
future Fix process id sorting in future visualizer 2012-08-11 09:21:29 -05:00
generic racket/generics: add contract combinator 2012-06-25 20:33:48 -04:00
gracket racket/gui: fix access of scrollbar values for canvas without a scrollbar 2012-08-12 20:17:29 -06:00
honu [honu] assignment operators cooperate with the dot operator 2012-06-11 13:07:52 -06:00
htdp-lang *SL: fix `check-expect' syntax checking 2012-07-01 09:25:12 -06:00
html
jpr
lazy fix misc tests for error-message change 2012-05-26 08:18:19 -06:00
macro-debugger
match
mysterx COM test updates 2012-07-26 16:32:59 -06:00
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 bytecode optimizer improvement 2012-08-16 16:39:21 -06:00
racklog Fixing Racklog cut error found by Erik Dominikus 2012-08-14 21:34:02 -06:00
rackunit Revert "Fixing Rackunit tests after alignment" 2012-08-15 09:34:17 -06:00
scribble scribble/base: generalize `itemlist' to splice/coerce some arguments 2012-08-03 13:43:23 -06: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 removed (unused) reference to not-break-exn? 2012-07-31 19:15:21 -04:00
syntax syntax/location: fix and change `quote-submodule-{name,path}' 2012-07-10 11:42:42 -06:00
syntax-color
test-engine
typed-racket Replaced infer-dummy with lazy-require. 2012-08-14 16:04:51 -04:00
units Fix unit test broken by mzlib movement 2012-07-11 21:38:42 -04:00
unstable added recontract-out 2012-08-03 20:52:35 -04:00
utils
web-server New error message 2012-06-25 15:59:17 -06:00
xml
xrepl Fix test due to code refactoring, sort export lists in module descriptions. 2012-07-28 12:12:35 -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