Removing pieces of zo-test-worker we dont care about

original commit: e94823b82c
This commit is contained in:
Blake Johnson 2010-09-08 15:27:33 -06:00 committed by Jay McCarthy
parent 78d5856d4d
commit 785033b880

View File

@ -210,8 +210,8 @@
(if serious? (if serious?
(esc #f) (esc #f)
#f))]) #f))])
e)]) (begin0 e
(record! (success 'step1)) (record! (success 'step1))))])
(run/stages* file . rst)))])) (run/stages* file . rst)))]))
(define-syntax-rule (define-stages (run! file) (define-syntax-rule (define-stages (run! file)
@ -235,22 +235,22 @@
[compare-parsed-to-parsed-marshalled [compare-parsed-to-parsed-marshalled
#f #f
(equal?/why-not parse-orig parse-marshalled)] (equal?/why-not parse-orig parse-marshalled)]
[marshal-marshalled #;[marshal-marshalled
#t #t
(zo-marshal parse-marshalled)] (zo-marshal parse-marshalled)]
[compare-marshalled-to-marshalled-marshalled #;[compare-marshalled-to-marshalled-marshalled
#f #f
(bytes-not-equal?-error marshal-parsed marshal-marshalled)] (bytes-not-equal?-error marshal-parsed marshal-marshalled)]
#;[replace-with-marshalled #;[replace-with-marshalled
#t #t
(replace-file file marshal-marshalled)] (replace-file file marshal-marshalled)]
[decompile-parsed #;[decompile-parsed
#t #t
(decompile parse-orig)] (decompile parse-orig)]
[c-parse-marshalled [c-parse-marshalled
#t #t
(read-compiled-bytes marshal-parsed)] (read-compiled-bytes marshal-parsed)]
[compare-orig-to-marshalled #;[compare-orig-to-marshalled
#f #f
(bytes-not-equal?-error read-orig marshal-parsed)]) (bytes-not-equal?-error read-orig marshal-parsed)])
@ -260,7 +260,7 @@
(define (run-test file) (define (run-test file)
(run-with-limit (run-with-limit
file file
(* 1024 1024 128) (* 1024 1024 1024)
(lambda () (lambda ()
(run! file))) (run! file)))
(write (reverse RESULTS))) (write (reverse RESULTS)))