Skip to content

Commit

Permalink
test: restore --jitless test on AIX
Browse files Browse the repository at this point in the history
PR-URL: nodejs#32619
Refs: v8/v8@07ee86a
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
richardlau authored and MylesBorins committed Apr 3, 2020
1 parent a1be327 commit e685f12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/parallel/test-cli-node-options.js
Expand Up @@ -67,8 +67,7 @@ if (common.hasCrypto) {
// V8 options
expect('--abort_on-uncaught_exception', 'B\n');
expect('--disallow-code-generation-from-strings', 'B\n');
if (!common.isAIX)
expect('--jitless', 'B\n');
expect('--jitless', 'B\n');
expect('--max-old-space-size=0', 'B\n');
expect('--stack-trace-limit=100',
/(\s*at f \(\[(eval|worker eval)\]:1:\d*\)\r?\n)/,
Expand Down

0 comments on commit e685f12

Please sign in to comment.