Commit 87596d91 authored by Eric Faust's avatar Eric Faust
Browse files

Bug 1496297 - Use |jit-test| skip-if as appropriate in jit-test/tests/profiler/ (r=jorendorff)

--HG--
extra : rebase_source : 7326c9a30355b71d3092689825ad6d43df1b6283
parent 44551330
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
// |jit-test| slow;
if (!('oomTest' in this))
    quit();
// |jit-test| slow; skip-if: !('oomTest' in this)

enableGeckoProfiling();
var lfGlobal = newGlobal();
+1 −2
Original line number Diff line number Diff line
if (!('oomTest' in this))
  quit();
// |jit-test| skip-if: !('oomTest' in this)

enableGeckoProfiling();
oomTest(function() {
+1 −2
Original line number Diff line number Diff line
if (!('oomTest' in this))
    quit();
// |jit-test| skip-if: !('oomTest' in this)

enableGeckoProfiling();
oomTest(() => {
+2 −2
Original line number Diff line number Diff line
if (helperThreadCount() === 0)
    quit();
// |jit-test| skip-if: helperThreadCount() === 0

evalInWorker("enableGeckoProfiling()");