Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
c7895547
Commit
c7895547
authored
Oct 03, 2015
by
André Hentschel
Committed by
Alexandre Julliard
Oct 05, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
psapi/tests: Adjust margin for win10.
Signed-off-by:
André Hentschel
<
nerv@dawncrow.de
>
parent
9182d5b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
psapi_main.c
dlls/psapi/tests/psapi_main.c
+2
-2
No files found.
dlls/psapi/tests/psapi_main.c
View file @
c7895547
...
...
@@ -225,7 +225,7 @@ static void test_GetPerformanceInfo(void)
ok
(
check_with_margin
(
info
.
CommitPeak
,
sys_performance_info
->
PeakCommitment
,
32
),
"expected approximately %ld but got %d
\n
"
,
info
.
CommitPeak
,
sys_performance_info
->
PeakCommitment
);
ok
(
check_with_margin
(
info
.
PhysicalAvailable
,
sys_performance_info
->
AvailablePages
,
64
),
ok
(
check_with_margin
(
info
.
PhysicalAvailable
,
sys_performance_info
->
AvailablePages
,
128
),
"expected approximately %ld but got %d
\n
"
,
info
.
PhysicalAvailable
,
sys_performance_info
->
AvailablePages
);
/* TODO: info.SystemCache not checked yet - to which field(s) does this value correspond to? */
...
...
@@ -279,7 +279,7 @@ static void test_GetPerformanceInfo(void)
}
HeapFree
(
GetProcessHeap
(),
0
,
sys_process_info
);
ok
(
check_with_margin
(
info
.
HandleCount
,
handle_count
,
8
),
ok
(
check_with_margin
(
info
.
HandleCount
,
handle_count
,
24
),
"expected approximately %d but got %d
\n
"
,
info
.
HandleCount
,
handle_count
);
ok
(
check_with_margin
(
info
.
ProcessCount
,
process_count
,
4
),
...
...
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