Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 44246e6

Browse filesBrowse files
dmabuptaddaleax
authored andcommitted
test: skip some IBM i unsupported test cases
Issuing a shutdown() on IBM i PASE with parameter SHUT_WR also sends a normal close sequence to the partner program. This leads to timing issues and ECONNRESET failures in some test cases. Refs: libuv/libuv#2782 PR-URL: #34118 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent bf4e778 commit 44246e6
Copy full SHA for 44246e6

File tree

Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed
Open diff view settings
Collapse file

‎test/parallel/parallel.status‎

Copy file name to clipboardExpand all lines: test/parallel/parallel.status
+10Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,13 @@ test-cluster-shared-leak: SKIP
6565
test-http-writable-true-after-close: SKIP
6666
test-http2-connect-method: SKIP
6767
test-net-error-twice: SKIP
68+
# https://github.com/libuv/libuv/pull/2782
69+
test-net-allow-half-open: SKIP
70+
test-net-keepalive: SKIP
71+
test-net-persistent-keepalive: SKIP
72+
test-net-socket-close-after-end: SKIP
73+
test-net-socket-connect-without-cb: SKIP
74+
test-net-socket-connecting: SKIP
75+
test-net-socket-ready-without-cb: SKIP
76+
test-net-write-after-end-nt: SKIP
77+
test-tls-env-extra-ca: SKIP

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.