Open
Bug 1896695
Opened 1 year ago
Updated 1 year ago
Add a jit-test that covers AllocateBigIntNoGC
Categories
(Core :: JavaScript Engine: JIT, task, P3)
Core
JavaScript Engine: JIT
Tracking
()
NEW
People
(Reporter: jandem, Unassigned)
References
(Blocks 1 open bug)
Details
Jon noticed this isn't covered by a full jit-test run. We should make sure we have a test for this, maybe one that allocates BigInts in a loop or uses gczeal
.
Updated•1 year ago
|
Comment 1•1 year ago
|
||
Adding MOZ_CRASH
to AllocateBigIntNoGC
and then running ../jit-test/jit_test.py --tbpl dist/bin/js atomics/
crashes in AllocateBigIntNoGC
.
Coverage also shows that AllocateBigIntNoGC
is executed: https://coverage.moz.tools/#view=file&revision=1f6dc95932ad44dfc2ce7ffd613d707ab56f60de&path=js%2Fsrc%2Fjit%2FVMFunctions.cpp&line=2489
You need to log in
before you can comment on or make changes to this bug.
Description
•