Skip to content

Commit

Permalink
Revert "test(SwingSet): Comment out a failing vat-upgrade GC assertion"
Browse files Browse the repository at this point in the history
This reverts commit 2e8e2ba.
  • Loading branch information
gibson042 committed Mar 27, 2023
1 parent c2645fa commit c1e09d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/SwingSet/test/upgrade/test-upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,6 @@ const testUpgrade = async (t, defaultManagerType, options = {}) => {
}
const { isReachable } = parseReachableAndVatSlot(entry);
const expectReachable = i !== 32 || !afterGC;
// TODO: Figure out why import-32 is still reachable after upgrade
if (i === 32 && afterGC) {
continue;
}
t.is(isReachable, expectReachable, `import-${i} reachability ${when}`);
}
// exported object ownership
Expand Down

0 comments on commit c1e09d0

Please sign in to comment.