From 2c021dd6d2ddeeeac971f884cf18dd3c2f472357 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Sun, 27 Jun 2010 14:20:14 -0400 Subject: [PATCH] Disabled running the optimizer's test harness by drdr, to avoid timeout. --- collects/meta/props | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/meta/props b/collects/meta/props index 3cdb7f9100..b390c55de7 100755 --- a/collects/meta/props +++ b/collects/meta/props @@ -1864,6 +1864,7 @@ path/s is either such a string or a list of them. "collects/tests/typed-scheme/fail/with-type3.rkt" responsible (sstrickl) "collects/tests/typed-scheme/nightly-run.rkt" drdr:command-line #f "collects/tests/typed-scheme/optimizer" responsible (stamourv) +"collects/tests/typed-scheme/optimizer/run.rkt" drdr:command-line #f "collects/tests/typed-scheme/run.rkt" drdr:command-line (racket "-t" * "--" "--nightly") drdr:timeout 1200 "collects/tests/typed-scheme/xfail" drdr:command-line #f "collects/tests/units" responsible (sstrickl)