| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,10 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | const common = require('../common'); | |
| 3 | + const os = require('os'); | ||
| 3 | 4 | if (common.isWindows) | |
| 4 | 5 | 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.'); | ||
| 5 | 8 | ||
| 6 | 9 | const assert = require('assert'); | |
| 7 | 10 | const cluster = require('cluster'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments