Commit Graph

257 Commits

Author SHA1 Message Date
Sam Tobin-Hochstadt
437fc45ce4 Up timeouts for htdp-lang tests. 2011-09-04 12:16:38 -04:00
Sam Tobin-Hochstadt
4aeec8f061 Update props for typed-scheme -> typed-racket conversion. 2011-09-03 22:44:48 -04:00
Sam Tobin-Hochstadt
55e5ecfc74 Disable this file in DrDr -- it launches DrRacket. 2011-09-03 18:43:44 -04:00
Kevin Tew
7b97d09637 Add tests to props file 2011-09-01 12:02:21 -06:00
Robby Findler
8dbb879b0f adjust timeout for planet tests to 2x the number of seconds it takes to run
on my (slowish) laptop
2011-08-31 13:04:07 -05:00
Robby Findler
c11b7b3c9a double the planet tests timeout (again) 2011-08-30 16:10:59 -05:00
Robby Findler
936b51adf1 double planet tests timeout 2011-08-30 08:12:32 -05:00
Robby Findler
8ea1487eea double planet tests timeout 2011-08-30 06:52:00 -05:00
Robby Findler
d2d02cc7a2 lengthened the planet tests timeout 2011-08-29 19:36:32 -05:00
Eli Barzilay
a2d483bb95 Removed waterworld. 2011-08-29 16:58:03 -04:00
Eli Barzilay
f3f3af124f Removed SrPersist.
Blessed-by: Ryan
2011-08-29 16:55:42 -04:00
Eli Barzilay
0c26a38bed `scribble/tools' is Robby's. 2011-08-29 15:13:01 -04:00
Ryan Culpepper
78f7c4fcd4 db: fix problems found by drdr
avoid running odbc-dependent modules in drdr
  fix scribble config to use abs mod paths in eval setup
2011-08-27 16:31:22 -06:00
Robby Findler
72e5e1248f make all of the planet tests run sequentially (as they manipulate global
planet state that causes them to fail when run in parallel)
2011-08-27 16:41:33 -05:00
Eli Barzilay
3b13b7dfc3 Added ryan as responsible for db collection; added to distribution specs. 2011-08-26 05:26:46 -04:00
Kevin Tew
8782f4c445 send ffi pointers across places 2011-08-23 13:33:06 -06:00
Robby Findler
9f6862d12e more time for the planet resolver thread safety test 2011-08-20 07:33:14 -05:00
Robby Findler
2f1cf64b96 adjust timeout 2011-08-19 13:45:18 -05:00
Sam Tobin-Hochstadt
ae55d5afb6 Mark place-chan-rand as random for DrDr. 2011-08-19 14:25:23 -04:00
Casey Klein
de732dd538 DrDr-disables the Redex Check Syntax test module
run-tests.rkt runs it itself
2011-08-16 14:32:34 -05:00
Sam Tobin-Hochstadt
4c56a94eb1 DrDr repairs. 2011-08-16 08:14:39 -04:00
Vincent St-Amour
93e96fbabb Add samth as responsible for the typed benchmarks. 2011-08-15 12:52:23 -04:00
Eli Barzilay
16271950a3 Avoid running files that will try to download tex sources. 2011-08-15 02:37:39 -04:00
Vincent St-Amour
b068e4a53b Add a lower-level interface to unstable/logging. 2011-07-21 17:06:03 -04:00
Eli Barzilay
f5e53de4d9 XREPL tests.
Not too much, but already tests large parts of sensitive code.  Caught a
bug where ,top would use (enter! #f) but enter grabbed the wrong
namespace since it was instantiated in the wrong namespace.
2011-07-19 16:39:15 -04:00
Eli Barzilay
c544ebfe6c New `xrepl' collection. 2011-07-14 17:21:46 -04:00
Kevin Tew
a8fd86d780 Fix timeout for place-channel.rkt test 2011-07-14 10:14:33 -06:00
Vincent St-Amour
6da4835a14 Fix props. 2011-07-05 16:28:51 -04:00
Jay McCarthy
14bc3afe90 Increasing timeout based on linear projection 2011-07-02 12:17:01 -07:00
Jay McCarthy
375d6b8497 Initial adding of temporal contract library 2011-06-24 13:48:40 -06:00
Eli Barzilay
31c4afd4e9 Fix bogus username 2011-06-23 05:49:22 -04:00
Vincent St-Amour
8c5e215876 The format change script should not be run by drdr. 2011-06-18 08:41:20 -04:00
Eli Barzilay
f0691d07cc Switch to racket, clarify no setting for `drdr:command-line'. 2011-06-17 21:56:02 -04:00
Robby Findler
611a844877 run the place channel random tests 2011-06-18 04:55:27 +08:00
Robby Findler
8e80af6f42 random testing for messages sent over place channels
related to PR 11983
2011-06-17 18:46:59 +08:00
Eli Barzilay
35e4662b94 Disable drdr for the whole directory. 2011-06-16 21:37:48 -04:00
Eli Barzilay
03a5468e59 Disable drdr runs on `meta/web'.
The problem is that it spits out a warning message on stderr whenever it
can't find a git repository to extract release announcements (from
annotated tags).  Resolving this will require some way to (a) tell drdr
to ignore such output, (b) make it run the code with a $GIT_DIR
environment variable set to the git tree, or (c) make it set some
environment variable so the web build will avoid such messages.  (I
prefer the first most, and the last least.)
2011-06-14 19:02:30 -04:00
Eli Barzilay
13b2adc18c Switch the license text from LGPLv2 to LGPLv2.1.
This makes it correspond to the license page we have on downloads that
talks about the "lesser" GPL rather than the "library" one.

Also, change the file name to have a more friendly .txt suffix, and add
some more responsible properties for things in doc/release-notes.
2011-05-27 18:09:55 -04:00
Robby Findler
1db3ae3476 fixed up printing ~s vs ~a in contract system and made the contract tests run in drdr 2011-05-11 21:20:04 -05:00
Eli Barzilay
1f2b072a7b added robby to the collects/net part, and robby+mflatt to the tests 2011-05-03 18:20:09 -04:00
Kevin Tew
64ba1f2fa4 [Places] rename place-channel.rktl -> place-channel.rkt 2011-04-27 22:35:05 -06:00
Vincent St-Amour
69b7923cf1 Props. 2011-04-27 14:14:26 -04:00
Kevin Tew
028421432d [Places] place-channel tests for large messages 2011-04-27 11:50:45 -06:00
Robby Findler
8b8c3dbc3a contract tests are mine 2011-04-10 08:08:09 -05:00
Ryan Culpepper
f0310df85b added responsibility for tests/unstable 2011-04-08 14:19:14 -06:00
Casey Klein
df3bc8980b Fixes a bug in the stepper's diff highlighting 2011-03-29 13:05:02 -05:00
Vincent St-Amour
58c3c84c1b Raise drdr timeouts for TR tests, since typechecking now takes longer. 2011-03-19 14:29:32 -04:00
Vincent St-Amour
3d43724e4c Share TR responsibility with samth. 2011-03-17 18:43:58 -04:00
Kevin Tew
074c76b0e6 Fix thread based places test failures. Turn on testing of places 2011-03-04 10:41:59 -07:00
Eli Barzilay
1e3516cb26 Set responsible for tests/openssl 2011-03-03 11:10:12 -05:00