www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 639a34c67890c0816fe1da9d873349752c4ca175
parent fc5731de00c595e3e878fb130e15e5dee0009a71
Author: Stephen Chang <stchang@ccs.neu.edu>
Date:   Tue, 11 Oct 2016 10:28:08 -0400

hide some test scripts from raco test

- these files should be manually run
- this hopefully prevents timeouts on the pkg server

Diffstat:
Mmacrotypes/examples/tests/run-all-mlish-tests.rkt | 3+++
Mmacrotypes/examples/tests/run-all-tests.rkt | 3+++
Mmacrotypes/examples/tests/run-mlish-tests1.rkt | 3+++
Mmacrotypes/examples/tests/run-mlish-tests2.rkt | 3+++
Mmacrotypes/examples/tests/run-mlish-tests3.rkt | 3+++
Mmacrotypes/examples/tests/run-mlish-tests4.rkt | 3+++
Mmacrotypes/examples/tests/run-mlish-tests5.rkt | 3+++
Mturnstile/examples/tests/rosette/run-all-rosette-tests.rkt | 3+++
Mturnstile/examples/tests/run-all-mlish-tests.rkt | 3+++
Mturnstile/examples/tests/run-all-tests.rkt | 3+++
Mturnstile/examples/tests/run-mlish-tests1.rkt | 3+++
Mturnstile/examples/tests/run-mlish-tests2.rkt | 3+++
Mturnstile/examples/tests/run-mlish-tests3.rkt | 3+++
Mturnstile/examples/tests/run-mlish-tests4.rkt | 3+++
Mturnstile/examples/tests/run-mlish-tests5.rkt | 3+++
15 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/macrotypes/examples/tests/run-all-mlish-tests.rkt b/macrotypes/examples/tests/run-all-mlish-tests.rkt @@ -7,3 +7,6 @@ "run-mlish-tests3.rkt" "Ben's" "run-mlish-tests4.rkt" "Okasaki / polymorphic recursion" "run-mlish-tests5.rkt" "typeclasses") + +; don't run this file for testing: +(module test racket/base) diff --git a/macrotypes/examples/tests/run-all-tests.rkt b/macrotypes/examples/tests/run-all-tests.rkt @@ -35,3 +35,6 @@ ;; type and effects (require "stlc+effect-tests.rkt") + +; don't run this file for testing: +(module test racket/base) diff --git a/macrotypes/examples/tests/run-mlish-tests1.rkt b/macrotypes/examples/tests/run-mlish-tests1.rkt @@ -20,3 +20,6 @@ ;; (require "mlish/knuc.mlish") ;; (require "mlish/matrix.mlish") ;; (require "mlish/nbody.mlish") + +; don't run this file for testing: +(module test racket/base) diff --git a/macrotypes/examples/tests/run-mlish-tests2.rkt b/macrotypes/examples/tests/run-mlish-tests2.rkt @@ -22,3 +22,6 @@ (require "mlish/alex.mlish") (require "mlish/inst.mlish") (require "mlish/result.mlish") + +; don't run this file for testing: +(module test racket/base) diff --git a/macrotypes/examples/tests/run-mlish-tests3.rkt b/macrotypes/examples/tests/run-mlish-tests3.rkt @@ -5,3 +5,6 @@ (require "mlish/bg/huffman.mlish") (require "mlish/bg/lambda.mlish") (require "mlish/bg/monad.mlish") + +; don't run this file for testing: +(module test racket/base) diff --git a/macrotypes/examples/tests/run-mlish-tests4.rkt b/macrotypes/examples/tests/run-mlish-tests4.rkt @@ -3,3 +3,6 @@ ;; okasaki tests ;(require "mlish/polyrecur.mlish") (require "mlish/bg/okasaki.mlish") + +; don't run this file for testing: +(module test racket/base) diff --git a/macrotypes/examples/tests/run-mlish-tests5.rkt b/macrotypes/examples/tests/run-mlish-tests5.rkt @@ -2,3 +2,6 @@ ;; adhoc polymorphism tests (require "mlish/generic.mlish") + +; don't run this file for testing: +(module test racket/base) diff --git a/turnstile/examples/tests/rosette/run-all-rosette-tests.rkt b/turnstile/examples/tests/rosette/run-all-rosette-tests.rkt @@ -5,3 +5,6 @@ ; visit but dont instantiate, o.w. will get unsat ;(dynamic-require "fsm-test.rkt" #f) (require "ifc-tests.rkt") + +; don't run this file for testing: +(module test racket/base) diff --git a/turnstile/examples/tests/run-all-mlish-tests.rkt b/turnstile/examples/tests/run-all-mlish-tests.rkt @@ -7,3 +7,6 @@ "run-mlish-tests3.rkt" "Ben's" "run-mlish-tests4.rkt" "Okasaki / polymorphic recursion" "run-mlish-tests5.rkt" "typeclasses") + +; don't run this file for testing: +(module test racket/base) diff --git a/turnstile/examples/tests/run-all-tests.rkt b/turnstile/examples/tests/run-all-tests.rkt @@ -38,3 +38,6 @@ ;; type and effects (require "stlc+effect-tests.rkt") + +; don't run this file for testing: +(module test racket/base) diff --git a/turnstile/examples/tests/run-mlish-tests1.rkt b/turnstile/examples/tests/run-mlish-tests1.rkt @@ -20,3 +20,6 @@ ;; (require "mlish/knuc.mlish") ;; (require "mlish/matrix.mlish") ;; (require "mlish/nbody.mlish") + +; don't run this file for testing: +(module test racket/base) diff --git a/turnstile/examples/tests/run-mlish-tests2.rkt b/turnstile/examples/tests/run-mlish-tests2.rkt @@ -22,3 +22,6 @@ (require "mlish/alex.mlish") (require "mlish/inst.mlish") (require "mlish/result.mlish") + +; don't run this file for testing: +(module test racket/base) diff --git a/turnstile/examples/tests/run-mlish-tests3.rkt b/turnstile/examples/tests/run-mlish-tests3.rkt @@ -5,3 +5,6 @@ (require "mlish/bg/huffman.mlish") (require "mlish/bg/lambda.mlish") (require "mlish/bg/monad.mlish") + +; don't run this file for testing: +(module test racket/base) diff --git a/turnstile/examples/tests/run-mlish-tests4.rkt b/turnstile/examples/tests/run-mlish-tests4.rkt @@ -3,3 +3,6 @@ ;; okasaki tests ;(require "mlish/polyrecur.mlish") (require "mlish/bg/okasaki.mlish") + +; don't run this file for testing: +(module test racket/base) diff --git a/turnstile/examples/tests/run-mlish-tests5.rkt b/turnstile/examples/tests/run-mlish-tests5.rkt @@ -2,3 +2,6 @@ ;; adhoc polymorphism tests (require "mlish/generic.mlish") + +; don't run this file for testing: +(module test racket/base)