| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 930647d commit 588b761
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,19 @@ | |||
| 1 | + prefix addons | ||
| 2 | + | ||
| 3 | + [true] # This section applies to all platforms | ||
| 4 | + | ||
| 5 | + [$system==aix] | ||
| 6 | + # https://github.com/nodejs/build/issues/1820#issuecomment-505998851 | ||
| 7 | + # https://github.com/nodejs/node/pull/28469 | ||
| 8 | + # https://github.com/nodejs/node/pull/28516 | ||
| 9 | + stringbytes-external-exceed-max/test-stringbytes-external-exceed-max.js: SKIP | ||
| 10 | + | ||
| 11 | + # https://github.com/nodejs/node/pull/28516 | ||
| 12 | + stringbytes-external-exceed-max/test-stringbytes-external-at-max: SKIP | ||
| 13 | + stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-ascii: SKIP | ||
| 14 | + stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-base64: SKIP | ||
| 15 | + stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-binary: SKIP | ||
| 16 | + stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-hex: SKIP | ||
| 17 | + stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-utf8: SKIP | ||
| 18 | + stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-2: SKIP | ||
| 19 | + stringbytes-external-exceed-max/test-stringbytes-external-exceed-max: SKIP | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,11 +5,6 @@ const skipMessage = 'intensive toString tests due to memory confinements'; | |||
| 5 | 5 | if (!common.enoughTestMem) | |
| 6 | 6 | common.skip(skipMessage); | |
| 7 | 7 | ||
| 8 | - // See https://github.com/nodejs/build/issues/1820#issuecomment-505998851 | ||
| 9 | - // See https://github.com/nodejs/node/pull/28469 | ||
| 10 | - if (process.platform === 'aix') | ||
| 11 | - common.skip('flaky on AIX'); | ||
| 12 | - | ||
| 13 | 8 | const binding = require(`./build/${common.buildType}/binding`); | |
| 14 | 9 | const assert = require('assert'); | |
| 15 | 10 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments