X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fgc.impure.lisp;h=a5e9bfb82c6b9426ea511bff584e9baae615f31a;hb=97dd06859cae90c8ef9021dafe1beebb78b1547f;hp=fbe284b9950ab3b6dfa168d7f3b57d9aa9a5dd95;hpb=3fa2feb10ab827fc6cc2a85287e78b6e66b7bf4d;p=sbcl.git diff --git a/tests/gc.impure.lisp b/tests/gc.impure.lisp index fbe284b..a5e9bfb 100644 --- a/tests/gc.impure.lisp +++ b/tests/gc.impure.lisp @@ -53,8 +53,7 @@ (assert gc-happend))) ;;; SB-EXT:GENERATION-* accessors returned bogus values for generation > 0 -#+gencgc -(with-test (:name :bug-529014) +(with-test (:name :bug-529014 :skipped-on '(not :gencgc)) ;; FIXME: These parameters are a) tunable in the source and b) ;; duplicated multiple times there and now here. It would be good to ;; OAOO-ify them (probably to src/compiler/generic/params.lisp).