fix populate-compiled.rkt test
This commit is contained in:
parent
bbb0c5f6e9
commit
a41c408158
|
@ -16,6 +16,12 @@
|
|||
(make-directory* coll-dir)
|
||||
(make-directory* coll2-dir)
|
||||
|
||||
(call-with-output-file*
|
||||
(build-path pkg-dir "info.rkt")
|
||||
(λ (o)
|
||||
(fprintf o "#lang info\n")
|
||||
(write '(define collection 'multi) o)))
|
||||
|
||||
(call-with-output-file*
|
||||
(build-path coll-dir "main.rkt")
|
||||
(lambda (o)
|
||||
|
@ -23,6 +29,12 @@
|
|||
(write '(provide popcomp) o)
|
||||
(write '(define popcomp (gensym 'popcomp)) o)))
|
||||
|
||||
(call-with-output-file*
|
||||
(build-path pkg2-dir "info.rkt")
|
||||
(λ (o)
|
||||
(fprintf o "#lang info\n")
|
||||
(write '(define collection 'multi) o)))
|
||||
|
||||
(call-with-output-file*
|
||||
(build-path coll2-dir "main.rkt")
|
||||
(lambda (o)
|
||||
|
|
|
@ -758,7 +758,7 @@ path/s is either such a string or a list of them.
|
|||
"pkgs/drracket-pkgs/drracket-test/tests/drracket/memory-log.rkt" drdr:command-line (gracket *)
|
||||
"pkgs/drracket-pkgs/drracket-test/tests/drracket/module-lang-test.rkt" drdr:command-line (gracket "-j" "-e" "(void (putenv \"PLTDRDRTEST\" \"yes\"))" "-t" *) drdr:timeout 800
|
||||
"pkgs/drracket-pkgs/drracket-test/tests/drracket/no-write-and-frame-leak.rkt" drdr:timeout 500
|
||||
"pkgs/drracket-pkgs/drracket-test/tests/drracket/populate-compiled.rkt" drdr:command-line #f
|
||||
"pkgs/drracket-pkgs/drracket-test/tests/drracket/populate-compiled.rkt" drdr:command-line (gracket *)
|
||||
"pkgs/drracket-pkgs/drracket-test/tests/drracket/randomly-click-language-dialog.rkt" drdr:command-line (mzc *)
|
||||
"pkgs/drracket-pkgs/drracket-test/tests/drracket/randomly-click-preferences.rkt" drdr:command-line (mzc *)
|
||||
"pkgs/drracket-pkgs/drracket-test/tests/drracket/repl-test-debug.rkt" drdr:command-line (gracket *) drdr:timeout 300
|
||||
|
|
Loading…
Reference in New Issue
Block a user