| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b3ca539 commit 3a122aa
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,11 @@ | |||
| 1 | + prefix abort | ||
| 2 | + | ||
| 3 | + # To mark a test as flaky, list the test name in the appropriate section | ||
| 4 | + # below, without ".js", followed by ": PASS,FLAKY". Example: | ||
| 5 | + # sample-test : PASS,FLAKY | ||
| 6 | + | ||
| 7 | + [true] # This section applies to all platforms | ||
| 8 | + | ||
| 9 | + [$system==ibmi] | ||
| 10 | + # https://github.com/nodejs/node/issues/34410 | ||
| 11 | + test-addon-register-signal-handler: PASS,FLAKY | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,3 +13,5 @@ openssl-binding/test: PASS,FLAKY | |||
| 13 | 13 | [$system==ibmi] | |
| 14 | 14 | openssl-binding/test: SKIP | |
| 15 | 15 | zlib-binding/test: SKIP | |
| 16 | + # https://github.com/nodejs/node/issues/34410 | ||
| 17 | + register-signal-handler/test: PASS,FLAKY | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -69,3 +69,7 @@ test-net-write-after-end-nt: SKIP | |||
| 69 | 69 | test-tls-env-extra-ca: SKIP | |
| 70 | 70 | # https://github.com/nodejs/node/pull/34209 | |
| 71 | 71 | test-dgram-error-message-address: SKIP | |
| 72 | + # https://github.com/nodejs/node/issues/36929 | ||
| 73 | + test-crypto-secure-heap: PASS,FLAKY | ||
| 74 | + # https://github.com/nodejs/node/issues/36925 | ||
| 75 | + test-fs-read-type: PASS,FLAKY | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments