Eli Barzilay
3358b40377
Forgot the meat of the change...
2011-02-15 11:34:09 -05:00
Eli Barzilay
6dccc8f059
5.1 improvement to sierpinski code from robby, can go live now
2011-02-15 11:20:51 -05:00
Eli Barzilay
2880edcb8c
v5.1 stuff
2011-02-14 22:04:44 -05:00
Eli Barzilay
8d211cd048
Removed some source file specs that are no longer relevant
2011-02-14 13:35:04 -05:00
David Van Horn
760a58b65d
Fixes more spelling errors.
2011-02-04 19:44:13 -07:00
Eli Barzilay
d2a6da7561
Proxy the irc logs from pre.racket-lang.org.
...
That's where the bot needs to run; use a proxy instead of NFS.
2011-02-03 21:27:08 -05:00
John Clements
e4c4170d31
updated props in test dir
2011-02-03 14:17:18 -08:00
Robby Findler
b683ba3918
doubled the timeout for the future random tests
2011-02-03 09:05:25 -06:00
Casey Klein
3250ff846c
Adds a Redex version of Jay's continuation mark transformation
2011-01-29 15:26:30 -06:00
Eli Barzilay
d2c2112ebc
Avoid possible X forwards
2011-01-26 15:51:33 -05:00
Eli Barzilay
f8039ddb74
Another place that needs to know about f14
2011-01-25 14:15:06 -05:00
Eli Barzilay
8d52697a75
New x86_64 version
2011-01-24 05:08:09 -05:00
Eli Barzilay
05109cf939
Convert backslashes to slashes on windows for path inputs.
...
This applies only to interactive use, using this as a library should
still use generic /-delimited strings.
Fixes PR 11619 -- hopefully.
2011-01-14 13:52:26 -05:00
Eli Barzilay
34e3279f98
Remove leftover debugging code
2011-01-14 13:52:26 -05:00
Eli Barzilay
f96361bb2c
Fix typo in web code
2011-01-14 08:33:19 -05:00
Carl Eastlund
b379e207fd
DrDr should not run the "scribblings-package" example in tests/planet.
2011-01-14 01:06:22 -05:00
Robby Findler
255cb84b87
add an example tool (that actually does something) to the docs and make a test suite that sets that tool up and runs it
2011-01-13 20:11:55 -06:00
Jay McCarthy
8b04595482
sync
2011-01-13 14:50:10 -07:00
Jay McCarthy
1b177f1788
Fixing site example
2011-01-13 14:50:10 -07:00
Jay McCarthy
89f3c56625
Trying xnest inside of real root
2011-01-13 14:50:10 -07:00
Jay McCarthy
dfe9bb9fca
Dumb problem
2011-01-13 14:50:10 -07:00
Jay McCarthy
2e6cfb0e02
Going back to simple X server
2011-01-13 14:50:10 -07:00
Jay McCarthy
83613e822f
Moving shm removal
2011-01-13 14:50:10 -07:00
Jay McCarthy
f9cb806343
Fixing shmget
2011-01-13 14:50:09 -07:00
Stephen Bloch
57dfc31f60
Two test files for picturing-programs had been disabled; they're re-enabled now.
2011-01-10 13:48:07 -05:00
Sam Tobin-Hochstadt
c30887b306
Disable tests that loop infinitely.
2011-01-04 14:29:48 -05:00
Casey Klein
4ca857fad7
Configures DrDr to run larger random tests
2011-01-03 09:37:32 -06:00
Robby Findler
a57666f130
set panel-single.rkt pref
2010-12-31 20:19:15 -06:00
Casey Klein
f480d75810
Enables the randomized delimited control tests in DrDr
2010-12-31 15:34:32 -06:00
Eli Barzilay
3fb871586f
Removed some exe bits that look redundant.
2010-12-31 15:59:39 -05:00
Eli Barzilay
5b2d55a336
sbloch is responsible for picturing-programs
2010-12-31 15:59:39 -05:00
Matthew Flatt
cdf38a259b
fix dist specs
2010-12-30 20:19:47 -07:00
Sam Tobin-Hochstadt
98aeb91aa2
Use 'earley' benchmark to try to avoid drdr race.
2010-12-29 14:48:25 -05:00
Eli Barzilay
3199fd166f
Change the download order.
...
Done in two steps: first, make the list of installers have a good order
(determined by package, then OS type, then cpu, etc); make the JS code
that re-sorts the entries move only the desired options to the top but
otherwise use the original order (which is the previous thing).
2010-12-13 03:27:40 -05:00
Eli Barzilay
1d9d490374
_timeout_run doesn't want to work nicely on windows, so dump it and stay
...
with only the timeout in the racket script.
This makes `_timeout_run' redundant, but leave it around in case there
is some future need for it.
2010-12-12 13:10:07 -05:00
Eli Barzilay
3d75992400
Re-fix the drr test on windows.
2010-12-10 11:32:12 -05:00
Eli Barzilay
ce890ef40e
No need for xvnc on windows
2010-12-10 08:36:06 -05:00
Eli Barzilay
de4daa8d81
Add a hack to get the environment variables from the visual studio batch
...
file.
Also change the version number in the foreign tests to make them work.
Also fix getting the `test_gui' configuration.
2010-12-10 05:15:14 -05:00
Eli Barzilay
adb1b56676
Small fixes
2010-12-10 01:26:47 -05:00
Eli Barzilay
a90338eddd
Accommodate Windows x64 builds and installers.
2010-12-09 11:53:26 -05:00
Eli Barzilay
8f17b95d82
Configurable setting for testing drr, use it on windows too.
2010-12-09 11:15:44 -05:00
Eli Barzilay
9d4d514d58
Use the worksp10 files
2010-12-09 11:09:56 -05:00
Jay McCarthy
16f8b3a2a6
Adding test case and fixing un-terminated requests
2010-12-07 14:14:50 -07:00
Eli Barzilay
71e912719d
PLT Scheme -> Racket
2010-12-06 10:22:56 -05:00
Casey Klein
341bee96e4
Further increases timeout for redex/examples/delim-cont/randomized-tests-test
2010-12-02 15:54:46 -06:00
Eli Barzilay
39806412ce
Indent manifest files.
2010-12-02 07:31:00 -05:00
Eli Barzilay
8903d1b5c9
Patch Racket manifest file too.
2010-11-30 05:15:12 -05:00
Casey Klein
805a4a66c9
Increases timeout for redex/examples/delim-cont/randomized-tests-test.rkt
2010-11-28 06:43:10 -06:00
Casey Klein
1ccd6e7a2c
Randomized tests for the delimited control model.
...
Tests in randomized-tests.rkt are deliberately not run by DrDr at the
moment because they fail too consistently.
2010-11-26 13:24:21 -06:00
Robby Findler
43e25a83f2
props
2010-11-26 09:11:48 -06:00