1 This patch disable GC-sensitive tests. This is particularly useful when
2 compiling with `-O0' (as is done with coverage analysis) since there may
3 be many false references held on the stack, leading to the failure of
6 --- a/test-suite/tests/gc.test
7 +++ b/test-suite/tests/gc.test
10 (with-test-prefix "gc"
11 (pass-if "Unused modules are removed"
13 (let* ((guard (make-guardian))
16 --- a/test-suite/tests/threads.test
17 +++ b/test-suite/tests/threads.test
19 (not (mutex-owner m))))
21 (pass-if "mutex with owner not retained (bug #27450)"
23 (let ((g (make-guardian)))
24 (g (let ((m (make-mutex))) (lock-mutex m) m))