Commit ed69df14 authored by Eric Faust's avatar Eric Faust
Browse files

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

--HG--
extra : rebase_source : 8ab3b2e745c2d9431bcd15582b6d8f54e8fb5c16
parent 287a92b6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
if (typeof parseRegExp === 'undefined')
    quit();

load(libdir + "regexp_parse.js");

test_mix("^", no_multiline_flags,
+0 −3
Original line number Diff line number Diff line
if (typeof parseRegExp === 'undefined')
    quit();

load(libdir + "regexp_parse.js");

test_mix("a", all_flags,
+0 −3
Original line number Diff line number Diff line
if (typeof parseRegExp === 'undefined')
    quit();

load(libdir + "regexp_parse.js");

test_mix("\\d", all_flags,
+0 −3
Original line number Diff line number Diff line
if (typeof parseRegExp === 'undefined')
    quit();

load(libdir + "regexp_parse.js");

test_mix("\\f", all_flags,
+0 −3
Original line number Diff line number Diff line
if (typeof parseRegExp === 'undefined')
    quit();

load(libdir + "regexp_parse.js");

test_mix("\\ca", all_flags,
Loading