Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit daa0940

Browse filesBrowse files
BridgeARMylesBorins
authored andcommitted
test: fix test-cli-node-options.js on mips
The performance jit logger is not implemented on mips. PR-URL: #20377 Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent f6f69aa commit daa0940
Copy full SHA for daa0940

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: test/parallel/test-cli-node-options.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (!common.isWindows) {
3232
expect('--perf-basic-prof', 'B\n');
3333
}
3434

35-
if (common.isLinux && ['arm', 'x64', 'mips'].includes(process.arch)) {
35+
if (common.isLinux && ['arm', 'x64'].includes(process.arch)) {
3636
// PerfJitLogger is only implemented in Linux.
3737
expect('--perf-prof', 'B\n');
3838
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.