Skip to content

Commit

Permalink
Bug 1816890 - Fix local test failures r=sfink
Browse files Browse the repository at this point in the history
I'm seeing this fail locally when the tests are run with GC zeal. I don't know
why this is not showing up on infra.

Differential Revision: https://phabricator.services.mozilla.com/D170181
  • Loading branch information
jonco3 committed Feb 19, 2023
1 parent 5bdea1e commit 70bbd05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/src/jit-test/tests/gc/test-root-arrays.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
gczeal(0);
let objects = [{}, {}, {}];
blackRoot()[0] = objects[0];
grayRoot()[0] = objects[1];
Expand Down

0 comments on commit 70bbd05

Please sign in to comment.