racket/collects/tests
Noel Welsh cfa7b727f4 Fix some errors with in-vector and derived forms:
- Range checking was inconsistent between the sequence and macro forms
- The macro form could crash due to unsafe vector refs

Fixes involved refactoring the range checks so they are shared between both versions, and changing the contract slightly so start and stop are checked before the sequence runs. This allows unsafe vector refs and earlier error notifications at the cost making some valid programs (e.g. those using some condition to stop a comprehension hitting an invalid index) now be invalid. Only crazy people would rely on the old behaviour, so it isn't a problem in practice.
2010-12-13 13:38:35 +00:00
..
aligned-pasteboard
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
deinprogramm This code appears to have been copied from the other 2010-11-25 12:03:10 -05:00
drracket added a not-quite-right test case (drracket's test suites don't run well in gr2 yet) 2010-12-02 10:40:43 -06:00
errortrace
file More "~n" -> "\n" changes 2010-08-26 12:11:00 -04:00
framework Adds auto-completion to LaTeX and TeX inspired keybindings 2010-11-02 22:34:05 -05:00
frtime
future fix `touch' to run a suspended future in the runtime thread 2010-10-07 14:58:53 -06:00
gracket add width' and height' arguments to post-script-dc% and pdf-dc% 2010-11-26 20:40:43 -07: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
macro-debugger
match
mysterx
mzcom
net
plai Fixing problem with previous "fix" to mutator-begin 2010-11-24 23:33:42 -05:00
planet
plot plot bug fixes, including new images and a more forgiving image-equality test 2010-11-10 09:18:50 -07:00
profile
r6rs
racket Fix some errors with in-vector and derived forms: 2010-12-13 13:38:35 +00:00
racklog
rackunit This test relied on the old source location losing behavior of Rackunit 2010-11-25 11:38:43 -05:00
scribble Some additional tests, and use () instead of {} for racket sexprs 2010-10-11 15:07:28 -04:00
slatex
srfi Fix typo 2010-12-03 12:18:04 +00:00
srpersist
stepper added universe-test 2010-10-21 07:19:10 -07:00
stxparse updated test 2010-08-31 17:15:36 -06:00
syntax-color fix syntax colorer for #true and #false 2010-10-12 08:22:12 -06:00
test-engine rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
typed-scheme Fixed a fixnum typechecking issue. 2010-11-04 17:27:34 -04:00
units
unstable
utils Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
web-server Adding containers 2010-11-26 19:59:32 -05:00
xml Transparent XML structs 2010-06-21 12:48:26 -06:00
eli-tester.rkt
info.rkt
run-automated-tests.rkt
stress.rkt Adding normalization display 2010-11-23 15:42:39 -07:00
zo-size.rkt