summaryrefslogtreecommitdiff
path: root/tests/type.pure.lisp
diff options
context:
space:
mode:
authorStas Boukarev <stassats@gmail.com>2024-04-30 14:56:33 +0300
committerStas Boukarev <stassats@gmail.com>2024-04-30 14:56:33 +0300
commit899dac72050005b98f9bf0bae6e4e159abbf3d82 (patch)
tree93df8a0999b3cd5520735561cabb9bd993ee1cf9 /tests/type.pure.lisp
parent684802b8924fce5ee27848ce258f67a14c1cdcc7 (diff)
Disable failing tests on mark-region-gc
Diffstat (limited to 'tests/type.pure.lisp')
-rw-r--r--tests/type.pure.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/type.pure.lisp b/tests/type.pure.lisp
index f11d02466..26f748c52 100644
--- a/tests/type.pure.lisp
+++ b/tests/type.pure.lisp
@@ -305,7 +305,8 @@
(loop for d from c below size do
(test a b c d op deriver))))))))))
-(with-test (:name (:type-derivation :logical-operations :scaling) :slow t)
+(with-test (:name (:type-derivation :logical-operations :scaling
+ :broken-on :mark-region-gc) :slow t)
(let ((type-x1 (sb-c::specifier-type `(integer ,(expt 2 10000)
,(expt 2 10000))))
(type-x2 (sb-c::specifier-type `(integer ,(expt 2 100000)