From e685f12ee67cee34ecc46a15f8ad64a3830f65b3 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Thu, 2 Apr 2020 20:55:53 +0100 Subject: [PATCH] test: restore --jitless test on AIX PR-URL: https://github.com/nodejs/node/pull/32619 Refs: https://github.com/v8/v8/commit/07ee86a5a28b7f9526748ca8f765c1b704f93c0c Reviewed-By: Richard Lau Reviewed-By: Michael Dawson Reviewed-By: Ben Noordhuis --- test/parallel/test-cli-node-options.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/parallel/test-cli-node-options.js b/test/parallel/test-cli-node-options.js index 9063a67a8b9789..0bbe4c9eae1ba2 100644 --- a/test/parallel/test-cli-node-options.js +++ b/test/parallel/test-cli-node-options.js @@ -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)/,