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 cb08a29

Browse filesBrowse files
sxaaduh95
authored andcommitted
test: skip test-cluster-dgram-reuse on AIX 7.3
Signed-off-by: Stewart X Addison <sxa@ibm.com> PR-URL: #62238 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 4a1f20e commit cb08a29
Copy full SHA for cb08a29

1 file changed

+3Lines changed: 3 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎test/parallel/test-cluster-dgram-reuse.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-cluster-dgram-reuse.js
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
'use strict';
22
const common = require('../common');
3+
const os = require('os');
34
if (common.isWindows)
45
common.skip('dgram clustering is currently not supported on windows.');
6+
if (common.isAIX && os.release() === '7.3')
7+
common.skip('dgram clutering with reuse does not work if built on AIX 7.3.');
58

69
const assert = require('assert');
710
const cluster = require('cluster');

0 commit comments

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