Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
5d8d9cd6
Commit
5d8d9cd6
authored
Jul 09, 2022
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 25, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws2_32/tests: Add comments to help identify the hint test indices.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
parent
7961e00e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
protocol.c
dlls/ws2_32/tests/protocol.c
+4
-4
No files found.
dlls/ws2_32/tests/protocol.c
View file @
5d8d9cd6
...
...
@@ -1572,7 +1572,7 @@ static const struct addr_hint_tests
}
hinttests
[]
=
{
{
AF_UNSPEC
,
SOCK_STREAM
,
IPPROTO_TCP
,
0
},
{
AF_UNSPEC
,
SOCK_STREAM
,
IPPROTO_TCP
,
0
},
/* 0 */
{
AF_UNSPEC
,
SOCK_STREAM
,
IPPROTO_UDP
,
0
},
{
AF_UNSPEC
,
SOCK_STREAM
,
IPPROTO_IPV6
,
0
},
{
AF_UNSPEC
,
SOCK_DGRAM
,
IPPROTO_TCP
,
0
},
...
...
@@ -1582,7 +1582,7 @@ hinttests[] =
{
AF_INET
,
SOCK_STREAM
,
IPPROTO_UDP
,
0
},
{
AF_INET
,
SOCK_STREAM
,
IPPROTO_IPV6
,
0
},
{
AF_INET
,
SOCK_DGRAM
,
IPPROTO_TCP
,
0
},
{
AF_INET
,
SOCK_DGRAM
,
IPPROTO_UDP
,
0
},
{
AF_INET
,
SOCK_DGRAM
,
IPPROTO_UDP
,
0
},
/* 10 */
{
AF_INET
,
SOCK_DGRAM
,
IPPROTO_IPV6
,
0
},
{
AF_UNSPEC
,
0
,
IPPROTO_TCP
,
0
},
{
AF_UNSPEC
,
0
,
IPPROTO_UDP
,
0
},
...
...
@@ -1592,7 +1592,7 @@ hinttests[] =
{
AF_INET
,
0
,
IPPROTO_TCP
,
0
},
{
AF_INET
,
0
,
IPPROTO_UDP
,
0
},
{
AF_INET
,
0
,
IPPROTO_IPV6
,
0
},
{
AF_INET
,
SOCK_STREAM
,
0
,
0
},
{
AF_INET
,
SOCK_STREAM
,
0
,
0
},
/* 20 */
{
AF_INET
,
SOCK_DGRAM
,
0
,
0
},
{
AF_UNSPEC
,
999
,
IPPROTO_TCP
,
WSAESOCKTNOSUPPORT
},
{
AF_UNSPEC
,
999
,
IPPROTO_UDP
,
WSAESOCKTNOSUPPORT
},
...
...
@@ -1602,7 +1602,7 @@ hinttests[] =
{
AF_INET
,
999
,
IPPROTO_IPV6
,
WSAESOCKTNOSUPPORT
},
{
AF_UNSPEC
,
SOCK_STREAM
,
999
,
0
},
{
AF_UNSPEC
,
SOCK_STREAM
,
999
,
0
},
{
AF_INET
,
SOCK_DGRAM
,
999
,
0
},
{
AF_INET
,
SOCK_DGRAM
,
999
,
0
},
/* 30 */
{
AF_INET
,
SOCK_DGRAM
,
999
,
0
},
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment