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
1db4ecf8
Commit
1db4ecf8
authored
Mar 08, 2009
by
Paul Vriens
Committed by
Alexandre Julliard
Mar 09, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wininet/tests: Test result differences are related to IE6 version, not to platform.
parent
9083b4e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
internet.c
dlls/wininet/tests/internet.c
+8
-8
No files found.
dlls/wininet/tests/internet.c
View file @
1db4ecf8
...
...
@@ -643,7 +643,7 @@ static void test_IsDomainLegalCookieDomainW(void)
ret
=
pIsDomainLegalCookieDomainW
(
NULL
,
NULL
);
error
=
GetLastError
();
ok
(
!
ret
||
broken
(
ret
),
/*
Win98, NT4, W2K, XP (some)
*/
broken
(
ret
),
/*
IE6
*/
"IsDomainLegalCookieDomainW succeeded
\n
"
);
ok
(
error
==
ERROR_INVALID_PARAMETER
,
"got %u expected ERROR_INVALID_PARAMETER
\n
"
,
error
);
...
...
@@ -664,7 +664,7 @@ static void test_IsDomainLegalCookieDomainW(void)
error
=
GetLastError
();
ok
(
!
ret
,
"IsDomainLegalCookieDomainW succeeded
\n
"
);
ok
(
error
==
ERROR_INVALID_NAME
||
broken
(
error
==
ERROR_INVALID_PARAMETER
),
/*
Win98, NT4, W2K, XP (some)
*/
broken
(
error
==
ERROR_INVALID_PARAMETER
),
/*
IE6
*/
"got %u expected ERROR_INVALID_NAME
\n
"
,
error
);
SetLastError
(
0xdeadbeef
);
...
...
@@ -672,7 +672,7 @@ static void test_IsDomainLegalCookieDomainW(void)
error
=
GetLastError
();
ok
(
!
ret
,
"IsDomainLegalCookieDomainW succeeded
\n
"
);
ok
(
error
==
ERROR_INVALID_NAME
||
broken
(
error
==
ERROR_INVALID_PARAMETER
),
/*
Win98, NT4, W2K, XP (some)
*/
broken
(
error
==
ERROR_INVALID_PARAMETER
),
/*
IE6
*/
"got %u expected ERROR_INVALID_NAME
\n
"
,
error
);
SetLastError
(
0xdeadbeef
);
...
...
@@ -680,7 +680,7 @@ static void test_IsDomainLegalCookieDomainW(void)
error
=
GetLastError
();
ok
(
!
ret
,
"IsDomainLegalCookieDomainW succeeded
\n
"
);
ok
(
error
==
ERROR_INVALID_NAME
||
broken
(
error
==
0xdeadbeef
),
/*
Win98, NT4, W2K, XP (some)
*/
broken
(
error
==
0xdeadbeef
),
/*
IE6
*/
"got %u expected ERROR_INVALID_NAME
\n
"
,
error
);
SetLastError
(
0xdeadbeef
);
...
...
@@ -688,7 +688,7 @@ static void test_IsDomainLegalCookieDomainW(void)
error
=
GetLastError
();
ok
(
!
ret
,
"IsDomainLegalCookieDomainW succeeded
\n
"
);
ok
(
error
==
ERROR_INVALID_NAME
||
broken
(
error
==
0xdeadbeef
),
/*
Win98, NT4, W2K, XP (some)
*/
broken
(
error
==
0xdeadbeef
),
/*
IE6
*/
"got %u expected ERROR_INVALID_NAME
\n
"
,
error
);
SetLastError
(
0xdeadbeef
);
...
...
@@ -702,7 +702,7 @@ static void test_IsDomainLegalCookieDomainW(void)
error
=
GetLastError
();
ok
(
!
ret
,
"IsDomainLegalCookieDomainW succeeded
\n
"
);
ok
(
error
==
ERROR_INVALID_NAME
||
broken
(
error
==
0xdeadbeef
),
/*
Win98, NT4, W2K, XP (some)
*/
broken
(
error
==
0xdeadbeef
),
/*
IE6
*/
"got %u expected ERROR_INVALID_NAME
\n
"
,
error
);
SetLastError
(
0xdeadbeef
);
...
...
@@ -710,7 +710,7 @@ static void test_IsDomainLegalCookieDomainW(void)
error
=
GetLastError
();
ok
(
!
ret
,
"IsDomainLegalCookieDomainW succeeded
\n
"
);
ok
(
error
==
ERROR_INVALID_NAME
||
broken
(
error
==
0xdeadbeef
),
/*
Win98, NT4, W2K, XP (some)
*/
broken
(
error
==
0xdeadbeef
),
/*
IE6
*/
"got %u expected ERROR_INVALID_NAME
\n
"
,
error
);
SetLastError
(
0xdeadbeef
);
...
...
@@ -745,7 +745,7 @@ static void test_IsDomainLegalCookieDomainW(void)
error
=
GetLastError
();
ok
(
!
ret
,
"IsDomainLegalCookieDomainW succeeded
\n
"
);
ok
(
error
==
ERROR_INVALID_NAME
||
broken
(
error
==
0xdeadbeef
),
/*
Win98, NT4, W2K, XP (some)
*/
broken
(
error
==
0xdeadbeef
),
/*
IE6
*/
"got %u expected ERROR_INVALID_NAME
\n
"
,
error
);
ret
=
pIsDomainLegalCookieDomainW
(
gmail_com
,
mail_gmail_com
);
...
...
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