racket/collects/tests
Matthew Flatt 6d944453a7 make memory accounting and places work together
The `current-memory-use' function's result now includes the memory
use of places created from the calling place, and custodian memory
limits apply to memory use by places (owned by the custodian).

This change is relevant to PR 12004 in that DrRacket will no longer
crash on the example if a memory limit is in effect, but plain
Racket starts with no such limit and will exhaust all memory.
2011-09-05 13:24:22 -06:00
..
aligned-pasteboard
compiler fix `compile-collection-zos' 2011-08-21 11:43:59 -06:00
data
datalog Adding serialization of theories 2011-07-26 08:22:19 -04:00
db db: fixed kill-safe-connection, improved tests 2011-08-31 05:40:24 -06:00
deinprogramm
drracket more adjustment of the drracket test suites to avoid using os-given focus information 2011-09-05 14:13:49 -05:00
errortrace Organize the errortrace tests. 2011-08-29 16:33:12 -04:00
file
framework fix the auto-square-bracket thing for with-syntax 2011-08-08 19:30:13 -05:00
frtime
future fix problems related to futures and is-list flags on pairs 2011-07-31 04:43:24 -06:00
gracket Remove a bunch of no-longer-needed `compile-omit-paths', and move the 2011-08-29 16:33:12 -04:00
honu Revert "Abolish "typed-scheme"." 2011-09-04 10:27:58 -04:00
htdp-lang fix HtDP local' to work better with macros that expand to begin' 2011-09-03 15:15:24 -06:00
html
jpr
lazy Actually run the strictness-tests. 2011-09-05 13:58:33 -04:00
macro-debugger Revert "Abolish "typed-scheme"." 2011-09-04 10:27:58 -04:00
match Add tests for non-linearity in `match-let'. 2011-09-03 18:13:34 -04:00
mysterx
mzcom
net Heavily revise this test. 2011-08-15 02:37:39 -04:00
openssl
plai Remove a bunch of no-longer-needed `compile-omit-paths', and move the 2011-08-29 16:33:12 -04:00
planet Remove a bunch of no-longer-needed `compile-omit-paths', and move the 2011-08-29 16:33:12 -04:00
plot
profile
r6rs
racket make memory accounting and places work together 2011-09-05 13:24:22 -06:00
racklog Fixing PR12085 2011-08-08 12:39:22 -06:00
rackunit
scribble Revert "Fix a scribble test for plural "Examples"" 2011-08-17 20:43:12 -06:00
scriblib generalize #%variable-reference' and add variable-reference-constant?' 2011-08-09 16:33:17 -06:00
slatex
srfi Use reference implementation for srfi/11. 2011-08-31 12:38:38 -04:00
stepper updated expected (cons 1 2) error message 2011-08-09 09:42:23 -04:00
stxparse
syntax fix build-struct-generation' to work with racket/base' 2011-09-03 07:49:22 -06:00
syntax-color
test-engine
typed-racket Tests for all Typed Racket languages, and add missing ones. 2011-09-04 12:58:13 -04:00
units For lack of a colon, unit tests were failed. 2011-07-19 08:25:42 -04:00
unstable Changing test phase 2011-08-30 08:52:54 -06:00
utils
web-server Repairing tests 2011-07-24 16:58:59 -04:00
xml Adding documentation and tests for xml/path 2011-07-24 16:58:59 -04:00
xrepl Add $1', $2', ..., `$5' as last-value references. 2011-08-26 09:42:56 -04:00
eli-tester.rkt fix a `(with-handlers ([exn? ....]) ....)' 2011-08-09 16:33:18 -06:00
info.rkt Remove a bunch of no-longer-needed `compile-omit-paths', and move the 2011-08-29 16:33:12 -04:00
run-automated-tests.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
stress.rkt
zo-size.rkt