Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

Commit

Permalink
Bug 1295717 - interpreter-only test runs should also disable the rege…
Browse files Browse the repository at this point in the history
…x jit, r=shu

MozReview-Commit-ID: 7AllIx1FkgW

--HG--
extra : rebase_source : 3ddef0e6addf8aae2208ebb82cc4fd763f12cf48
  • Loading branch information
hotsphink committed Aug 16, 2016
1 parent 5589763 commit 8b3378d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/tests/lib/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
# Interpreter-only, for tools that cannot handle binary code generation.
'interp': [
['--no-baseline', '--no-asmjs']
['--no-baseline', '--no-asmjs', '--no-native-regexp']
],
'none': [
[] # no flags, normal baseline and ion
Expand Down

0 comments on commit 8b3378d

Please sign in to comment.