racket/collects/tests
Matthew Flatt 717eacf90d fix bytecode validator bug
If a function is bound by a `letrec' (or internal definition)
that cannot be simplified to `let' or lifted to a constant or
top-/module-level function, and if the `letrec' binding is used in
a non-application position, and if the function has in its closure
a typed binding (i.e., boxed, fixnum, flonum, or extflonum),
then the validator was incorrectly rejecting the function's
bytecode --- because the validator didn't distinguish between typed
arguments and typed closure content.

File under "surprised that we didn't hit this one earlier".
2013-05-03 09:13:41 -06:00
..
algol60 Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
compiler
data Newlines at EOFs scan. 2013-02-23 02:09:56 -05:00
datalog Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
db Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
deinprogramm Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
drracket adjust run.sh so it runs all of the tests 2013-04-20 22:22:06 -05:00
eopl
errortrace errortrace: fix profiling for phase >= 2 code 2012-07-23 07:05:40 -05:00
file fix bug in untar when unpacking a tar file with top-level files 2013-04-03 10:18:02 -05:00
framework Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
frtime More "~n" -> "\n" changes 2010-08-26 12:11:00 -04:00
future Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
generic Fix #:methods regression at top-level 2013-04-12 16:10:27 -04:00
gracket racket/draw: fix in-region?' method of region%' 2013-04-26 16:28:29 -06:00
honu Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
htdp-lang fix string-ith's error message; Closes PR 13197 2012-10-17 20:27:12 -04:00
html Adding test for lex-name change 2013-01-18 06:35:52 -07:00
jpr A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
lazy
macro-debugger
match Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
mysterx
mzcom
net Fix parsing when CNAME is provided for MX query 2013-04-16 10:52:55 -04:00
openssl
pkg raco pkg: expose, record, etc., module and dependency information 2013-04-28 08:34:14 -06:00
plai fix plai/gc2/mutator for the case where a lambda-bound 2013-03-21 22:48:05 -05:00
planet the test case should have been checking for 6 builds all along. 2012-12-01 10:11:44 -06:00
profile
r6rs make case' in r5rs' and r6rs' still use eqv?' 2012-11-26 19:49:36 -07:00
racket fix bytecode validator bug 2013-05-03 09:13:41 -06:00
racklog
rackunit Fixing standalone 2013-03-28 08:45:03 -06:00
scribble scribble/manual: make `defmodule' more flexible 2013-04-30 09:36:48 -06:00
scriblib Generalizing define-bibtex-cite 2013-03-26 06:08:21 -06:00
slatex
srfi Fix year day for srfi/19-produced date*s 2013-01-18 15:48:11 -05:00
stepper Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
stxparse change stxparse tests to use unstable/macro-testing 2013-02-13 16:14:49 -05:00
syntax Defensively check pos before subtraction in module-reader.rkt. 2013-04-03 14:26:16 -06:00
syntax-color syntax-color/racket-lexer: update for single-precision and extflonums 2013-03-29 07:23:49 -06:00
test-engine
typed-racket Clean up struct: and disallow unsupported options 2013-05-02 18:31:58 -04:00
units
unstable add 'else' support to 2dcond 2013-04-26 10:26:03 -05:00
utils
web-server Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
xml Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
xrepl Improve some printouts. 2013-04-17 16:39:10 -04:00
eli-tester.rkt Adding summary mode, quiet program mode and changing tests/eli-tester to cooperate so it adds useful information in summary mode 2013-05-02 14:49:58 -06:00
info.rkt
run-automated-tests.rkt
stress.rkt
zo-path.rkt
zo-size.rkt