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
87a21586
Commit
87a21586
authored
Jan 30, 2024
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbghelp/tests: Mark failing tests as todo.
parent
08f4705e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
dbghelp.c
dlls/dbghelp/tests/dbghelp.c
+3
-0
No files found.
dlls/dbghelp/tests/dbghelp.c
View file @
87a21586
...
...
@@ -876,6 +876,7 @@ static void test_loaded_modules(void)
aggregation
.
count_systemdir
,
aggregation
.
count_wowdir
);
break
;
case
PCSKIND_WINE_OLD_WOW64
:
todo_wine
ok
(
aggregation
.
count_systemdir
==
1
&&
aggregation
.
count_wowdir
>
2
,
"Wrong directory aggregation count %u %u
\n
"
,
aggregation
.
count_systemdir
,
aggregation
.
count_wowdir
);
break
;
...
...
@@ -1353,6 +1354,7 @@ static void test_live_modules_proc(WCHAR* exename, BOOL with_32)
ok
(
aggregation_event
.
count_exe
==
1
,
"Unexpected event.count_exe %u
\n
"
,
aggregation_event
.
count_exe
);
ok
(
aggregation_event
.
count_32bit
>=
MODCOUNT
,
"Unexpected event.count_32bit %u
\n
"
,
aggregation_event
.
count_32bit
);
ok
(
aggregation_event
.
count_64bit
==
0
,
"Unexpected event.count_64bit %u
\n
"
,
aggregation_event
.
count_64bit
);
todo_wine
ok
(
aggregation_event
.
count_systemdir
==
0
,
"Unexpected event.count_systemdir %u
\n
"
,
aggregation_event
.
count_systemdir
);
ok
(
aggregation_event
.
count_wowdir
>=
MODCOUNT
,
"Unexpected event.count_wowdir %u
\n
"
,
aggregation_event
.
count_wowdir
);
ok
(
aggregation_event
.
count_ntdll
==
1
,
"Unexpected event.count_ntdll %u
\n
"
,
aggregation_event
.
count_ntdll
);
...
...
@@ -1418,6 +1420,7 @@ static void test_live_modules_proc(WCHAR* exename, BOOL with_32)
ok
(
aggregation_event
.
count_exe
==
1
,
"Unexpected event.count_exe %u
\n
"
,
aggregation_event
.
count_exe
);
ok
(
aggregation_event
.
count_32bit
>=
MODCOUNT
,
"Unexpected event.count_32bit %u
\n
"
,
aggregation_event
.
count_32bit
);
ok
(
aggregation_event
.
count_64bit
==
0
,
"Unexpected event.count_64bit %u
\n
"
,
aggregation_event
.
count_64bit
);
todo_wine
ok
(
aggregation_event
.
count_systemdir
==
1
,
"Unexpected event.count_systemdir %u
\n
"
,
aggregation_event
.
count_systemdir
);
ok
(
aggregation_event
.
count_wowdir
>=
MODCOUNT
,
"Unexpected event.count_wowdir %u
\n
"
,
aggregation_event
.
count_wowdir
);
ok
(
aggregation_event
.
count_ntdll
==
1
,
"Unexpected event.count_ntdll %u
\n
"
,
aggregation_event
.
count_ntdll
);
...
...
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