Re: master: Skip inapplicable test
Stas Boukarev <[email protected]> Mon, 16 Mar 2026 16:35:46 +0300
| Newsgroups | gmane.lisp.steel-bank.cvs,gmane.lisp.steel-bank.devel |
|---|---|
| Message-ID | <CAF63=11qQo+CSq7e6mMJk7OuFB4N9kCxy+AfEz9r=_8g4_UbOQ@mail.gmail.com> |
That's not a great solution because if we ever switch to mark-region-gc things won't be tested. And mark-region also has gc_copy_object_resizing, which might need testing. On Mon, Mar 16, 2026 at 4:32 PM snuglas via Sbcl-commits <[email protected]> wrote: > > The branch "master" has been updated in SBCL: > via c1e8cd47608c6792beddefc77b86be9b939800bc (commit) > from 45dc509ce302b273312bebfe279a60f098367e20 (commit) > > - Log ----------------------------------------------------------------- > commit c1e8cd47608c6792beddefc77b86be9b939800bc > Author: Douglas Katzman <[email protected]> > Date: Mon Mar 16 09:31:32 2026 -0400 > > Skip inapplicable test > --- > tests/stablehash.pure.lisp | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/tests/stablehash.pure.lisp b/tests/stablehash.pure.lisp > index a65c766bd..8a57c2661 100644 > --- a/tests/stablehash.pure.lisp > +++ b/tests/stablehash.pure.lisp > @@ -12,7 +12,8 @@ > (defvar *primsize1* (primitive-object-size *obj1*)) > (defvar *primsize2* (primitive-object-size *obj2*)) > > -(with-test (:name :lazy-hash-slot-instance-length-invariant) > +(with-test (:name :lazy-hash-slot-instance-length-invariant > + :skipped-on :mark-region-gc) ; nothing to test really > (gc) > ;; both should have moved > (assert (/= (sb-kernel:get-lisp-obj-address *obj1*) *addr1*)) > > ----------------------------------------------------------------------- > > > hooks/post-receive > -- > SBCL > > > _______________________________________________ > Sbcl-commits mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sbcl-commits _______________________________________________ Sbcl-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sbcl-commits