| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7bef222 commit 930647d
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,6 +5,11 @@ 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 | + | ||
| 8 | 13 | const binding = require(`./build/${common.buildType}/binding`); | |
| 9 | 14 | const assert = require('assert'); | |
| 10 | 15 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,3 +16,6 @@ prefix message | |||
| 16 | 16 | ||
| 17 | 17 | [$system==freebsd] | |
| 18 | 18 | ||
| 19 | + [$system==aix] | ||
| 20 | + # https://github.com/nodejs/node/pull/28469 | ||
| 21 | + vm_dont_display_syntax_error: SKIP | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,6 +3,10 @@ prefix pseudo-tty | |||
| 3 | 3 | [$system==aix] | |
| 4 | 4 | # being investigated under https://github.com/nodejs/node/issues/9728 | |
| 5 | 5 | test-tty-wrap : FAIL, PASS | |
| 6 | + # https://github.com/nodejs/build/issues/1820#issuecomment-505998851 | ||
| 7 | + # https://github.com/nodejs/node/pull/28469 | ||
| 8 | + console-dumb-tty: SKIP | ||
| 9 | + test-fatal-error: SKIP | ||
| 6 | 10 | ||
| 7 | 11 | [$system==solaris] | |
| 8 | 12 | # https://github.com/nodejs/node/pull/16225 - `ioctl(fd, TIOCGWINSZ)` seems | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,3 +25,6 @@ test-http2-settings-flood: PASS,FLAKY | |||
| 25 | 25 | [$system==freebsd] | |
| 26 | 26 | ||
| 27 | 27 | [$system==aix] | |
| 28 | + # https://github.com/nodejs/node/pull/28469 | ||
| 29 | + test-async-wrap-getasyncid: SKIP | ||
| 30 | + test-buffer-creation-regression: SKIP | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments