]> gitweb.factorcode.org Git - factor.git/commitdiff
gdbm: disable set-cache-size twice test on macos.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 26 Oct 2021 19:48:48 +0000 (12:48 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 26 Oct 2021 19:48:48 +0000 (12:48 -0700)
extra/gdbm/gdbm-tests.factor

index d50e9729142fc5f69d06fe5fd70b763bcc6d4cc5..f6782a35e8d74497ea301c68f9ee451eb06f04a1 100644 (file)
@@ -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 }
 [