Skip to content

Commit e685f12

Browse files
richardlauMylesBorins
authored andcommitted
test: restore --jitless test on AIX
PR-URL: #32619 Refs: v8/v8@07ee86a Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent a1be327 commit e685f12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/parallel/test-cli-node-options.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ if (common.hasCrypto) {
6767
// V8 options
6868
expect('--abort_on-uncaught_exception', 'B\n');
6969
expect('--disallow-code-generation-from-strings', 'B\n');
70-
if (!common.isAIX)
71-
expect('--jitless', 'B\n');
70+
expect('--jitless', 'B\n');
7271
expect('--max-old-space-size=0', 'B\n');
7372
expect('--stack-trace-limit=100',
7473
/(\s*at f \(\[(eval|worker eval)\]:1:\d*\)\r?\n)/,

0 commit comments

Comments
 (0)