racket/collects/tests
Matthew Flatt b5f0c97762 fix arity error message for keyword-accepting methods
Internally, there's a `prop:method-arity-error' property that is
used for keyword-accepting methods. The same thing could be
accomplished with `procedure->method', but the new property avoids
a wrapper. It might be nice to expose the property from `racket/base',
but that creates trouble for generating arity errors for keyword-
requiring procedures (i.e., when such a procedure is wrapped), so
keep it provate for now.

Closes PR 12982
2012-08-10 12:59:36 -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 adding gvector-remove-last! 2012-01-30 16:14:22 -07:00
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 fix some tests related to the make-color' and make-pen' addition 2012-05-03 19:22:58 -06:00
drracket add check for adjacent separators into tests 2012-08-07 12:51:52 -05:00
eopl Big newline at EOF scan. 2012-02-29 00:28:11 -05:00
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 A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
frtime
future Don't wait for future log messages if futures are disabled (future-visualizer) 2012-08-08 12:01:58 -05:00
generic racket/generics: add contract combinator 2012-06-25 20:33:48 -04:00
gracket add missing `super-new' from class100 conversion 2012-07-24 11:16:43 -05: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 fix check-requires for submodules 2012-05-07 14:46:13 -06:00
match Allow multiple right hand sides in match/values. 2012-03-01 15:05:51 -05:00
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 openssl: more little fixes 2012-03-01 20:34:53 -07:00
plai fix misc tests for error-message change 2012-05-26 08:18:19 -06:00
planet fix Planet resolver for submodule tests 2012-04-19 08:15:11 -06:00
profile Leftover file that wasn't added with the `tests/profile' refactoring. 2012-05-24 11:53:03 -04:00
r6rs
racket fix arity error message for keyword-accepting methods 2012-08-10 12:59:36 -06:00
racklog
rackunit
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 added tests for srfi/13 from SXML codebase 2012-01-08 23:25:53 -07:00
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 Make generated flat contracts actually flat. 2012-08-10 10:39:44 -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 generalize `xml/plist' to read/write any plist value 2012-04-10 16:38:54 -06:00
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 Don't compile test files. 2012-03-13 10:29:13 -04:00
run-automated-tests.rkt Don't compile test files. 2012-03-13 10:29:13 -04:00
stress.rkt
zo-path.rkt change `current-write-relative-directory' to support more path conversions 2012-02-10 06:17:18 -07:00
zo-size.rkt