| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,8 +1,9 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | const common = require('../../common'); | |
| 3 | 3 | ||
| 4 | - if (common.isAIX) { | ||
| 5 | - common.skip('AIX is not supported by libuv'); | ||
| 4 | + if (common.isAIX || common.isIBMi) { | ||
| 5 | + // see: https://github.com/libuv/libuv/pull/4599#issuecomment-2498376606 | ||
| 6 | + common.skip('AIX, IBM i do not support get/set thread name'); | ||
| 6 | 7 | } | |
| 7 | 8 | ||
| 8 | 9 | const assert = require('node:assert'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments