Eli Barzilay
bc7230bea2
Add missing responsible.
2013-04-09 05:15:57 -04:00
Vincent St-Amour
51c94e26d3
Increase timeout for TR random tester.
2013-04-02 16:29:09 -04:00
Eli Barzilay
9f057857e5
Fix props order.
2013-03-22 11:21:04 -04:00
Jay McCarthy
04d723eea8
Fixing broken rackunit tests
2013-03-22 07:45:14 -06:00
Jay McCarthy
9f337c632a
Removing the planet2 name from the code
2013-03-22 07:45:14 -06:00
Jay McCarthy
fd9fce47d9
Turn off DrDr testing
2013-03-16 10:39:49 -06:00
Robby Findler
a50dfcc670
add a test for drdr's consumption to keep the ryr models in sync
2013-03-16 11:20:44 -05:00
Eli Barzilay
bbeb293b2a
Fix renamed file in props.
2013-03-07 16:43:02 -05:00
Matthew Flatt
72c39ca7ff
test fixups
2013-02-16 08:56:21 -07:00
Robby Findler
4df519d8d7
I'm responsible for 2d
2013-02-15 07:47:42 -06:00
Neil Toronto
670efed007
Increased timeout for matrix tests
2013-02-08 12:18:48 -07:00
Robby Findler
642ef7f136
dont use raco test for encode.rkt (as it expects command-line
...
arguments and doesn't have a test submodule)
2013-02-07 06:56:26 -06:00
Vincent St-Amour
117c81e2a6
Increase timeout for TR random testing.
2013-02-06 17:28:13 -05:00
Sam Tobin-Hochstadt
c1e54419eb
Serialize these two tests to fix DrDr concurrency issue.
2013-01-23 10:35:18 -05:00
Vincent St-Amour
18389532e7
Move define-inline to racket/performance-hint.
...
Move begin-encourage-inline to racket/private for dependencies.
2013-01-02 12:18:36 -05:00
Matthew Flatt
24725f8366
props: matthias responsible for `realm'
2012-12-23 06:43:54 -07:00
Vincent St-Amour
b715a6fed5
Add define-inline.
...
Drop-in replacement for define that guarantees inlining.
2012-12-17 13:57:31 -05:00
Neil Toronto
009293885b
Renamed typed/plot' to
plot/typed'
2012-12-17 11:52:24 -07:00
Neil Toronto
5a2aa226fb
Initial commit for `typed/plot' module
...
I also made some minor changes to `plot' so that its functions would
type more easily. In particular, everything that used to take a list
of vectors now accepts a (Sequenceof (Sequenceof Real)). The 3D
discrete histogram renderers now also accept lists as well as vectors
in the sequence of categories.
For now, in typed/plot functions, optional non-keyword arguments are
required. As soon as Vincent closes PR 13354, I should be able to
uncomment part of a macro in "typed/plot/syntax.rkt" to make them
correctly optional.
2012-12-15 21:22:50 -07:00
Sam Tobin-Hochstadt
8fc0aedb6b
Increase another timeout.
2012-12-07 12:58:31 -05:00
Sam Tobin-Hochstadt
f7d7bf0aa4
Increase some DrDr timeouts.
2012-12-07 11:53:31 -05:00
Matthew Flatt
fc7fa68039
remove test for removed library
...
And remove the `props' entry again.
2012-12-05 11:18:02 -06:00
Matthew Flatt
863af8c480
try again to fix props
...
I deleted the entry before.
2012-12-05 11:10:33 -06:00
Matthew Flatt
a559347f4c
remove property for removed file
2012-12-05 08:33:50 -06:00
Carl Eastlund
46dc3ef33b
Made Ryan responsible for unstable/cat.
2012-12-04 16:01:04 -05:00
Jay McCarthy
fd86928320
Changing the timeout for this file for DrDr
...
Before Matthew's change, it takes 7m24s but after it takes 3m9s, at
least when I run it manually... for some reason it takes longer when
DrDr runs it.
2012-11-24 09:22:14 -07:00
Matthew Flatt
3e505af4f9
remove `sirmail'
...
SirMail is moving to its own repo:
https://github.com/mflatt/sirmail
Install with
raco pkg install sirmail
2012-11-19 12:15:01 -07:00
Matthew Flatt
6fdcee44db
props fix
2012-11-16 22:21:54 -07:00
Neil Toronto
26475f44e4
Set ntoronto as responsible for math
2012-11-16 15:43:29 -07:00
Robby Findler
899ce93d07
don't run follow-log.rkt in drdr
2012-11-16 14:33:17 -06:00
Robby Findler
a4d440a5e9
fix redex docs and disable running test-docs-complete.rkt directly
...
in drdr (it runs already via run-tests.rkt)
2012-11-12 07:42:09 -06:00
Eli Barzilay
ad8a14cb5b
Rename path-error' ->
path-warning'.
...
To avoid the kind of problematic assumption in the last fix.
2012-11-11 14:45:01 -05:00
Eli Barzilay
ae5a066d00
Fix prop problems.
...
"follow-log.rkt" moved to "framework/private", fix sorting for the
collatz benchmark.
2012-11-11 14:37:56 -05:00
Eli Barzilay
f0adf694cb
Fix error when a path is not found.
...
(`path-error' doesn't throw an exception, just prints the error.)
2012-11-11 14:36:55 -05:00
Asumu Takikawa
7c5db431a0
Add typed version of collatz benchmark
2012-11-10 19:28:56 -05:00
Jay McCarthy
fae660b0e4
Release Planet 2 (beta)
...
This was developed in a different repository, so the history will be
archived there:
https://github.com/jeapostrophe/galaxy
2012-11-08 06:16:42 -07:00
Robby Findler
3e8cd0277f
increase snips test timeout
2012-11-06 09:46:18 -06:00
Robby Findler
916046dacd
don't run follow-log.rkt in drdr
2012-11-02 07:28:34 -05:00
Jay McCarthy
0c892b5b0d
pushing update timeout
2012-11-01 11:13:02 -06:00
Sam Tobin-Hochstadt
6b436cac5a
Try running universe test with gracket on DrDr.
...
Maybe serialization on the display will cause it to stop failing.
2012-10-30 14:05:59 -04:00
Sam Tobin-Hochstadt
9773d89a44
Clean up drdr:random
props.
2012-10-29 16:35:13 -04:00
Jay McCarthy
9f66a39794
removing unnecessary grackets
2012-10-29 13:44:56 -06:00
Matthew Flatt
616d49124c
fix testing prop
2012-10-27 09:24:02 -06:00
Ryan Culpepper
b382e79210
update props for removed file
2012-10-22 16:54:48 -04:00
Ryan Culpepper
6283ce733d
add test for unsolved db crash
2012-10-20 18:28:20 -04:00
Vincent St-Amour
f1f1826bff
Move screenshot scripts to the meta collect.
2012-09-18 14:17:36 -04:00
Robby Findler
97f47e4fbb
up the timeout for the no-write-and-frame-leak.rkt drracket test
2012-08-24 07:42:51 -05:00
Matthew Flatt
7a0281c571
props fixup
2012-08-22 15:58:00 -06:00
Robby Findler
e14013670a
disable standalone submod.rkt test. it is run by run-all.rkt and
...
running it in parallel with other planet tests is not safe
2012-08-20 20:30:52 -05:00
Vincent St-Amour
444bd434f9
Turn comments into tests in the profiler.
2012-08-10 17:09:30 -04:00