| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2123d53 commit 305e45a
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,6 +5,8 @@ prefix async-hooks | |||
| 5 | 5 | # sample-test : PASS,FLAKY | |
| 6 | 6 | ||
| 7 | 7 | [true] # This section applies to all platforms | |
| 8 | + # https://github.com/nodejs/node/issues/21425 | ||
| 9 | + test-statwatcher: PASS,FLAKY | ||
| 8 | 10 | ||
| 9 | 11 | [$system==win32] | |
| 10 | 12 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,14 +11,24 @@ test-fs-stat-bigint: PASS,FLAKY | |||
| 11 | 11 | test-net-connect-options-port: PASS,FLAKY | |
| 12 | 12 | ||
| 13 | 13 | [$system==win32] | |
| 14 | - # https://github.com/nodejs/node/issues/20750 | ||
| 15 | - test-http2-pipe: PASS,FLAKY | ||
| 16 | - # https://github.com/nodejs/node/issues/23277 | ||
| 17 | - test-worker-memory: PASS,FLAKY | ||
| 14 | + # https://github.com/nodejs/node/issues/30620 | ||
| 15 | + test-child-process-fork-exec-path: PASS,FLAKY | ||
| 18 | 16 | # https://github.com/nodejs/node/issues/20750 | |
| 19 | 17 | test-http2-client-upload: PASS,FLAKY | |
| 20 | 18 | # https://github.com/nodejs/node/issues/20750 | |
| 21 | 19 | test-http2-client-upload-reject: PASS,FLAKY | |
| 20 | + # https://github.com/nodejs/node/issues/30847 | ||
| 21 | + test-http2-compat-client-upload-reject: PASS,FLAKY | ||
| 22 | + # https://github.com/nodejs/node/issues/30845 | ||
| 23 | + test-http2-multistream-destroy-on-read-tls: PASS,FLAKY | ||
| 24 | + # https://github.com/nodejs/node/issues/20750 | ||
| 25 | + test-http2-pipe: PASS,FLAKY | ||
| 26 | + # https://github.com/nodejs/node/issues/30844 | ||
| 27 | + test-module-loading-globalpaths: PASS,FLAKY | ||
| 28 | + # https://github.com/nodejs/node/issues/23277 | ||
| 29 | + test-worker-memory: PASS,FLAKY | ||
| 30 | + # https://github.com/nodejs/node/issues/30846 | ||
| 31 | + test-worker-message-port-transfer-terminate: PASS,FLAKY | ||
| 22 | 32 | ||
| 23 | 33 | [$system==linux] | |
| 24 | 34 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,6 +9,8 @@ prefix sequential | |||
| 9 | 9 | [$system==win32] | |
| 10 | 10 | # https://github.com/nodejs/node/issues/22327 | |
| 11 | 11 | test-http2-large-file: PASS, FLAKY | |
| 12 | + # https://github.com/nodejs/node/issues/26401 | ||
| 13 | + test-worker-prof: PASS, FLAKY | ||
| 12 | 14 | ||
| 13 | 15 | [$system==linux] | |
| 14 | 16 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments