mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1175347 - Fix a test that assumes too much in compacting builds. r=intermittent-orange in a CLOSED TREE
This commit is contained in:
parent
7c672419e8
commit
d26181572a
@ -1,5 +1,7 @@
|
|||||||
// Test that new.target is acceptably usable in RematerializedFrames.
|
// Test that new.target is acceptably usable in RematerializedFrames.
|
||||||
|
|
||||||
|
gczeal(0);
|
||||||
|
|
||||||
load(libdir + "jitopts.js");
|
load(libdir + "jitopts.js");
|
||||||
|
|
||||||
if (!jitTogglesMatch(Opts_Ion2NoOffthreadCompilation))
|
if (!jitTogglesMatch(Opts_Ion2NoOffthreadCompilation))
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Test that new.target is acceptably usable in RematerializedFrames.
|
// Test that new.target is acceptably usable in RematerializedFrames.
|
||||||
|
|
||||||
|
gczeal(0);
|
||||||
|
|
||||||
load(libdir + "jitopts.js");
|
load(libdir + "jitopts.js");
|
||||||
|
|
||||||
if (!jitTogglesMatch(Opts_Ion2NoOffthreadCompilation))
|
if (!jitTogglesMatch(Opts_Ion2NoOffthreadCompilation))
|
||||||
|
Loading…
Reference in New Issue
Block a user