From: John Benediktsson Date: Tue, 26 Oct 2021 19:48:48 +0000 (-0700) Subject: gdbm: disable set-cache-size twice test on macos. X-Git-Tag: 0.99~2245 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=470bb02bc8d50d27250405eb0b2ad6df7662083e gdbm: disable set-cache-size twice test on macos. --- diff --git a/extra/gdbm/gdbm-tests.factor b/extra/gdbm/gdbm-tests.factor index d50e972914..f6782a35e8 100644 --- a/extra/gdbm/gdbm-tests.factor +++ b/extra/gdbm/gdbm-tests.factor @@ -39,11 +39,14 @@ CLEANUP { f f } [ [ "unknown" fetch* ] with-test.db ] unit-test -[ +! XXX: different behavior on macOS Big Sur and Monterey? +os macosx? [ [ - 300 set-cache-size 300 set-cache-size - ] with-test.db -] [ gdbm-option-already-set = ] must-fail-with + [ + 300 set-cache-size 300 set-cache-size + ] with-test.db + ] [ gdbm-option-already-set = ] must-fail-with +] unless { t } [