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
cbc81c97
Commit
cbc81c97
authored
Feb 25, 2011
by
Austin English
Committed by
Alexandre Julliard
Feb 28, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fusion/tests: Remove win9x hacks.
parent
62b83bf0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
30 deletions
+10
-30
asmcache.c
dlls/fusion/tests/asmcache.c
+10
-30
No files found.
dlls/fusion/tests/asmcache.c
View file @
cbc81c97
...
...
@@ -1187,9 +1187,7 @@ static void test_QueryAssemblyInfo(void)
"Expected 0, got %d
\n
"
,
info
.
uliAssemblySizeInKB
.
u
.
HighPart
);
todo_wine
{
/* win9x: 32 */
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
)
||
broken
(
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
32
),
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
),
"Expected 4, got %d
\n
"
,
info
.
uliAssemblySizeInKB
.
u
.
LowPart
);
}
ok
(
!
lstrcmpW
(
info
.
pszCurrentAssemblyPathBuf
,
asmpath
),
...
...
@@ -1210,9 +1208,7 @@ static void test_QueryAssemblyInfo(void)
"Expected 0, got %d
\n
"
,
info
.
uliAssemblySizeInKB
.
u
.
HighPart
);
todo_wine
{
/* win9x: 32 */
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
)
||
broken
(
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
32
),
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
),
"Expected 4, got %d
\n
"
,
info
.
uliAssemblySizeInKB
.
u
.
LowPart
);
}
ok
(
!
lstrcmpW
(
info
.
pszCurrentAssemblyPathBuf
,
asmpath
),
...
...
@@ -1235,9 +1231,7 @@ static void test_QueryAssemblyInfo(void)
"Expected HRESULT_FROM_WIN32(ERROR_INSUFFICIENT_BUFFER), got %08x
\n
"
,
hr
);
todo_wine
{
/* win9x: 32 */
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
)
||
broken
(
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
32
),
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
),
"Expected 4, got %d
\n
"
,
info
.
uliAssemblySizeInKB
.
u
.
LowPart
);
}
ok
(
info
.
cchBuf
==
lstrlenW
(
asmpath
)
+
1
,
...
...
@@ -1260,9 +1254,7 @@ static void test_QueryAssemblyInfo(void)
"Expected HRESULT_FROM_WIN32(ERROR_INSUFFICIENT_BUFFER), got %08x
\n
"
,
hr
);
todo_wine
{
/* win9x: 32 */
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
)
||
broken
(
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
32
),
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
),
"Expected 4, got %d
\n
"
,
info
.
uliAssemblySizeInKB
.
u
.
LowPart
);
}
ok
(
info
.
cchBuf
==
lstrlenW
(
asmpath
)
+
1
,
...
...
@@ -1284,9 +1276,7 @@ static void test_QueryAssemblyInfo(void)
"Expected %d, got %d
\n
"
,
lstrlenW
(
asmpath
)
+
1
,
info
.
cchBuf
);
todo_wine
{
/* win9x: 32 */
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
)
||
broken
(
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
32
),
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
),
"Expected 4, got %d
\n
"
,
info
.
uliAssemblySizeInKB
.
u
.
LowPart
);
}
ok
(
!
lstrcmpW
(
info
.
pszCurrentAssemblyPathBuf
,
asmpath
),
...
...
@@ -1308,9 +1298,7 @@ static void test_QueryAssemblyInfo(void)
"Expected 0, got %d
\n
"
,
info
.
uliAssemblySizeInKB
.
u
.
HighPart
);
todo_wine
{
/* win9x: 32 */
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
)
||
broken
(
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
32
),
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
),
"Expected 4, got %d
\n
"
,
info
.
uliAssemblySizeInKB
.
u
.
LowPart
);
}
ok
(
!
lstrcmpW
(
info
.
pszCurrentAssemblyPathBuf
,
asmpath
),
...
...
@@ -1341,9 +1329,7 @@ static void test_QueryAssemblyInfo(void)
"Expected 0, got %d
\n
"
,
info
.
uliAssemblySizeInKB
.
u
.
HighPart
);
todo_wine
{
/* win9x: 32 */
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
)
||
broken
(
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
32
),
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
),
"Expected 4, got %d
\n
"
,
info
.
uliAssemblySizeInKB
.
u
.
LowPart
);
}
ok
(
!
lstrcmpW
(
info
.
pszCurrentAssemblyPathBuf
,
asmpath
),
...
...
@@ -1387,9 +1373,7 @@ static void test_QueryAssemblyInfo(void)
"Expected 0, got %d
\n
"
,
info
.
uliAssemblySizeInKB
.
u
.
HighPart
);
todo_wine
{
/* win9x: 32 */
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
)
||
broken
(
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
32
),
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
),
"Expected 4, got %d
\n
"
,
info
.
uliAssemblySizeInKB
.
u
.
LowPart
);
}
ok
(
!
lstrcmpW
(
info
.
pszCurrentAssemblyPathBuf
,
asmpath
),
...
...
@@ -1439,9 +1423,7 @@ static void test_QueryAssemblyInfo(void)
"Expected 0, got %d
\n
"
,
info
.
uliAssemblySizeInKB
.
u
.
HighPart
);
todo_wine
{
/* win9x: 32 */
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
)
||
broken
(
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
32
),
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
),
"Expected 4, got %d
\n
"
,
info
.
uliAssemblySizeInKB
.
u
.
LowPart
);
}
ok
(
!
lstrcmpW
(
info
.
pszCurrentAssemblyPathBuf
,
asmpath
),
...
...
@@ -1485,9 +1467,7 @@ static void test_QueryAssemblyInfo(void)
"Expected 0, got %d
\n
"
,
info
.
uliAssemblySizeInKB
.
u
.
HighPart
);
todo_wine
{
/* win9x: 32 */
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
)
||
broken
(
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
32
),
ok
((
info
.
uliAssemblySizeInKB
.
u
.
LowPart
==
4
),
"Expected 4, got %d
\n
"
,
info
.
uliAssemblySizeInKB
.
u
.
LowPart
);
}
ok
(
!
lstrcmpW
(
info
.
pszCurrentAssemblyPathBuf
,
asmpath
),
...
...
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