test: fix test-cli-node-options.js on mips
The performance jit logger is not implemented on mips. PR-URL: https://github.com/nodejs/node/pull/20377 Reviewed-By: Richard Lau <riclau@uk.ibm.com>
This commit is contained in:
parent
df2d73d410
commit
8444bba0af
@ -32,7 +32,7 @@ if (!common.isWindows) {
|
|||||||
expect('--perf-basic-prof', 'B\n');
|
expect('--perf-basic-prof', 'B\n');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (common.isLinux && ['arm', 'x64', 'mips'].includes(process.arch)) {
|
if (common.isLinux && ['arm', 'x64'].includes(process.arch)) {
|
||||||
// PerfJitLogger is only implemented in Linux.
|
// PerfJitLogger is only implemented in Linux.
|
||||||
expect('--perf-prof', 'B\n');
|
expect('--perf-prof', 'B\n');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user