Disable test many-vectors-in-reasonable-space? for cgc (#2832)
This is currently failing in cgc: https://gitlab.com/racket/racket/-/jobs/303266624
This commit is contained in:
parent
6d7ae5e1d2
commit
3a46e41cde
|
@ -386,6 +386,7 @@
|
||||||
'done
|
'done
|
||||||
(unbox (loop (sub1 n)))))))))
|
(unbox (loop (sub1 n)))))))))
|
||||||
|
|
||||||
|
(unless (eq? 'cgc (system-type 'gc))
|
||||||
(let ([init-memory-use (current-memory-use)])
|
(let ([init-memory-use (current-memory-use)])
|
||||||
(define done? #f)
|
(define done? #f)
|
||||||
(define t (thread (lambda ()
|
(define t (thread (lambda ()
|
||||||
|
@ -404,7 +405,7 @@
|
||||||
(kill-thread t)])))))
|
(kill-thread t)])))))
|
||||||
(sync t)
|
(sync t)
|
||||||
(kill-thread watcher-t)
|
(kill-thread watcher-t)
|
||||||
(test #t 'many-vectors-in-reasonable-space? done?))
|
(test #t 'many-vectors-in-reasonable-space? done?)))
|
||||||
|
|
||||||
;; ----------------------------------------
|
;; ----------------------------------------
|
||||||
;; Check that a thread that has a reference to
|
;; Check that a thread that has a reference to
|
||||||
|
|
Loading…
Reference in New Issue
Block a user