Skip to content

Commit

Permalink
chore(swingset): re-enable test of unrecognizable orphan cleanup
Browse files Browse the repository at this point in the history
This clause was commented out because bug #3378 was still pending at
the time. I think we happened to fix that as a side-effect of adding
`syscall.abandonExport` for #4951 (in PR #4957), but didn't realize we
could re-enable the clause.

closes #3378
  • Loading branch information
warner committed Dec 23, 2023
1 parent bef63e5 commit 6cc37f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/SwingSet/test/test-gc-kernel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ test('terminated vat', async t => {

// TODO: we still fail to clean up the [0,0] kref: #3378 is about finding
// somewhere to delete the .refcount key
// t.is(refcounts[doomedExport2Kref], undefined);
t.is(refcounts[doomedExport2Kref], undefined);
t.falsy(owners[doomedExport2Kref]);
});

Expand Down

0 comments on commit 6cc37f0

Please sign in to comment.