Commit Graph

18020 Commits

Author SHA1 Message Date
John Clements
c05b501f1b may have fixed cond in stepper tests
(cherry picked from commit 60dabc8ad7)
2010-10-20 23:38:11 -06:00
John Clements
5f7993c6db looks like a fix for cond
(cherry picked from commit 0536d52efd)
2010-10-20 23:38:04 -06:00
John Clements
754dde0611 got testing harness working again.
(cherry picked from commit 2083181d2e)
2010-10-20 23:37:54 -06:00
Mike Sperber
8007ba6256 Unbreak the stepper on `check-expect'.
All kinds of things expand into (let () ...), so all kinds of things
break.
(cherry picked from commit fd5e9d4d63)
2010-10-20 23:37:42 -06:00
Matthew Flatt
d06ef8bc05 fix non-inlined `in-vector' sequence on proxied vectors
Merge to 5.0.2
 Closes PR 11225
(cherry picked from commit ddca8cd29b)
2010-10-18 21:55:38 -06:00
Ryan Culpepper
4965622a63 Disabled redex test per Robby's request
(no corresponding master commit)
2010-10-18 08:40:50 -06:00
Mike Sperber
c1746d7649 Two more (hopefully last) renamings "Vertrag" -> "Signatur"
(i.e. "contract" -> "signature" in German)
(cherry picked from commit 17c4cb9254)
2010-10-18 08:37:58 -06:00
Mike Sperber
9146b803ee Don't annoy the user with test-engine summaries.
Make sure the test-engine summary is only printed when there's
something new to say.
(cherry picked from commit 43d097cc05)
2010-10-18 08:37:49 -06:00
Mike Sperber
c4766f1faf Made sperber responsible for `test-engine-tests.rkt'.
(cherry picked from commit 0821f694af)
2010-10-18 08:37:40 -06:00
Mike Sperber
33d4a451b3 Unbreak the test-engine-test.rkt test suite.
- signatures are only in ASL now
- the error messages for the DMdA languages are different
(cherry picked from commit 32455894bc)
2010-10-18 08:37:32 -06:00
Mike Sperber
ef2e970539 For DMdA, follow Robby's fix for htpd-langs.ss.
Namely, don't set an uncaught-exception-handler.
(cherry picked from commit 2a418b9cf0)
2010-10-18 08:37:17 -06:00
John Clements
6772e78474 r/exact-integer?/fixnum/
(cherry picked from commit bb160fbc04)
2010-10-18 08:37:08 -06:00
John Clements
ee41160d08 exr -> expr
(cherry picked from commit 9f7eeee570)
2010-10-18 08:36:58 -06:00
Matthew Flatt
478425520f fix quotability annotation on HtDP-language structs
Merge to 5.0.2
(cherry picked from commit 9f959f247e)
2010-10-17 21:12:58 -06:00
Matthew Flatt
81a6c4ff43 fix problem with recursive prints in custom printers
Merge to 5.0.2
(cherry picked from commit bb799ee9ee)
2010-10-17 21:12:48 -06:00
Matthew Flatt
9610515529 fix 3m problem with --disable-jit and --disable-futures
Merge to 5.0.2
(cherry picked from commit 68079d738d)
2010-10-17 10:10:40 -06:00
Matthew Flatt
83dfd88505 fix --disable-jit plus --disable-futures
Merge to 5.0.2
(cherry picked from commit aaeb21e0cc)
2010-10-17 10:10:40 -06:00
Matthew Flatt
fef3bc2b77 initialize `make-flvector' result with default 0.0s
Merge to 5.0.2
(cherry picked from commit 51f20afd0b)
2010-10-17 10:10:39 -06:00
Robby Findler
0b8537e246 fixed mangled test case
(cherry picked from commit 93260c7dd0)
2010-10-16 23:37:04 -04:00
Matthew Flatt
4ae79dd014 fix an interaction of `dynamic-wind' pre thunks and composable continuations
Merge to 5.0.2
(cherry picked from commit caa747e5c6)
2010-10-16 23:37:02 -04:00
Eli Barzilay
f29e7130f7 New Racket version 5.0.1.900. 2010-10-16 21:08:26 -04:00
Ryan Culpepper
617a6af686 Alpha version number for the v5.0.2 release 2010-10-16 18:47:32 -06:00
Robby Findler
ccdea59949 added a failing test case; fixing this one isn't simple, but hopefully will also lead to good performance improvements (for some models at least) 2010-10-16 16:29:17 -05:00
Robby Findler
99d85159b6 adjusted define-metafunction/extension so that it recompiles the old cases in the new language 2010-10-16 16:29:15 -05:00
Robby Findler
e875f262d9 added a test case to be sure that the extension's clauses come before the original clauses in an extended metafunction 2010-10-16 16:29:15 -05:00
Jay McCarthy
fae28f1bb3 Disable stress 2010-10-15 13:44:34 -06:00
Jay McCarthy
e6b2965d39 Re-enabling tests 2010-10-15 13:08:39 -06:00
Jay McCarthy
05dc137ca0 Fixing srcloc on module expressions because srclocs come from the cons 2010-10-15 13:08:39 -06:00
Jay McCarthy
4528c7657a Fixing mutator test printing modulo line numbers 2010-10-15 13:08:38 -06:00
Jay McCarthy
f6fbc85d1b Adding test printing tests 2010-10-15 13:08:38 -06:00
Jay McCarthy
e8ceade2a5 Little stress tests 2010-10-15 13:08:38 -06:00
Mike Sperber
39541c51b5 Add `tech-equal?'.
This refuses to work on inexact numbers and procedures.  Use it in
`check-expect' & friends.
2010-10-15 15:26:24 +02:00
Robby Findler
1d0ebeae62 added a check to avoid creating a new bitmap struct (so caching works better when you flip images that are not scaled) 2010-10-14 14:05:12 -05:00
Sam Tobin-Hochstadt
4311a5e5d6 disable this file too 2010-10-14 14:55:51 -04:00
Sam Tobin-Hochstadt
a826b8462e disable this file since it doesn't terminate 2010-10-14 14:54:11 -04:00
Vincent St-Amour
12a5454b14 Removed logging when no optimization actually happens. 2010-10-14 14:13:06 -04:00
Eli Barzilay
42e76eaaf4 Encode any text instead of going through a pretty-printer. 2010-10-14 13:46:51 -04:00
Eli Barzilay
dc25ef2d26 Pub links for byu and calpoly. 2010-10-14 13:46:50 -04:00
Robby Findler
dac011bc9f move the signature coverage test to ASL since signatures are now only in ASL 2010-10-14 11:45:04 -05:00
Sam Tobin-Hochstadt
c7eb46b1b3 Fix props 2010-10-14 12:21:28 -04:00
Sam Tobin-Hochstadt
24bddafa82 Add type for `compose' 2010-10-14 11:44:14 -04:00
Robby Findler
61188f3e44 adjusted to new error messages 2010-10-14 10:06:26 -05:00
Robby Findler
345707b4bc adjusted props so Matthias is notified for teaching language related tests 2010-10-14 10:06:26 -05:00
Vincent St-Amour
3f5ea8a5be Fixed a test to reflect implicit let in cond instead of implicit begin. 2010-10-14 10:53:43 -04:00
Robby Findler
2f01da7450 props 2010-10-14 07:27:40 -05:00
Robby Findler
c2d7f58e65 Rackety 2010-10-13 17:44:20 -05:00
Robby Findler
2652237559 fixed a bug in extended languages & the _ check 2010-10-13 17:44:19 -05:00
Robby Findler
3e9858b001 added an argument to open-input-text-editor so that it can lock (and unlock) the editor when editing would not be allowed. 2010-10-13 15:55:17 -05:00
Robby Findler
fc22d10b49 fixed typos 2010-10-13 15:55:17 -05:00
Robby Findler
c785235af4 made the pretty big and r5rs drracket languages use the new read-accept-lang parameter to disable #lang in the REPL 2010-10-13 15:55:17 -05:00