Turn off demod tests for CS

This commit is contained in:
Jay McCarthy 2019-10-28 16:37:37 -04:00
parent 7d58a92af1
commit 6510ebb565

View File

@ -63,6 +63,7 @@
(and (not (regexp-match #rx"merged" filename))
(regexp-match #rx"rkt$" filename)))
(unless (eq? (system-type 'vm) 'chez-scheme)
(test
(for ([i (in-list (directory-list tests))])
(define ip (build-path tests i))
@ -73,4 +74,4 @@
(test-on-program (path->string ip)
(list "-e"
(path->string
(collection-file-path "pre-base.rkt" "racket/private")))))))
(collection-file-path "pre-base.rkt" "racket/private"))))))))