···11-This patch disable GC-sensitive tests. This is particularly useful when22-compiling with `-O0' (as is done with coverage analysis) since there may33-be many false references held on the stack, leading to the failure of44-such tests.55-66---- a/test-suite/tests/gc.test77-+++ b/test-suite/tests/gc.test88-@@ -67,6 +67,7 @@99-1010- (with-test-prefix "gc"1111- (pass-if "Unused modules are removed"1212-+ (throw 'unresolved)1313- (let* ((guard (make-guardian))1414- (total 1000))1515-1616---- a/test-suite/tests/threads.test1717-+++ b/test-suite/tests/threads.test1818-@@ -366,6 +366,7 @@1919- (not (mutex-owner m))))2020-2121- (pass-if "mutex with owner not retained (bug #27450)"2222-+ (throw 'unresolved)2323- (let ((g (make-guardian)))2424- (g (let ((m (make-mutex))) (lock-mutex m) m))2525-