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
c9f174f0
Commit
c9f174f0
authored
Jul 11, 2018
by
Piotr Caban
Committed by
Alexandre Julliard
Jul 11, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp120: Test values returned by _Concurrent_vector_base_v4::_Internal_clear.
Signed-off-by:
Piotr Caban
<
piotr@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c217dd36
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
msvcp120.c
dlls/msvcp120/tests/msvcp120.c
+4
-0
No files found.
dlls/msvcp120/tests/msvcp120.c
View file @
c9f174f0
...
...
@@ -2888,6 +2888,7 @@ static void test_vector_base_v4(void)
size
=
(
size_t
)
call_func2
(
p_vector_base_v4__Internal_clear
,
&
v2
,
concurrent_vector_int_destroy
);
CHECK_CALLED
(
concurrent_vector_int_destroy
);
ok
(
size
==
3
,
"_Internal_clear returned %ld expected 3
\n
"
,
(
long
)
size
);
concurrent_vector_int_dtor
(
&
v2
);
concurrent_vector_int_ctor
(
&
v2
);
...
...
@@ -2921,6 +2922,7 @@ static void test_vector_base_v4(void)
size
=
(
size_t
)
call_func2
(
p_vector_base_v4__Internal_clear
,
&
v2
,
concurrent_vector_int_destroy
);
CHECK_CALLED
(
concurrent_vector_int_destroy
);
ok
(
size
==
3
,
"_Internal_clear returned %ld expected 3
\n
"
,
(
long
)
size
);
concurrent_vector_int_dtor
(
&
v2
);
concurrent_vector_int_ctor
(
&
v2
);
...
...
@@ -2954,6 +2956,7 @@ static void test_vector_base_v4(void)
size
=
(
size_t
)
call_func2
(
p_vector_base_v4__Internal_clear
,
&
v2
,
concurrent_vector_int_destroy
);
CHECK_CALLED
(
concurrent_vector_int_destroy
);
ok
(
size
==
2
,
"_Internal_clear returned %ld expected 2
\n
"
,
(
long
)
size
);
concurrent_vector_int_dtor
(
&
v2
);
/* test for _Internal_compact */
...
...
@@ -3032,6 +3035,7 @@ static void test_vector_base_v4(void)
size
=
(
size_t
)
call_func2
(
p_vector_base_v4__Internal_clear
,
&
v2
,
concurrent_vector_int_destroy
);
CHECK_CALLED
(
concurrent_vector_int_destroy
);
ok
(
size
==
4
,
"_Internal_clear returned %ld expected 4
\n
"
,
(
long
)
size
);
concurrent_vector_int_dtor
(
&
v2
);
/* test for Internal_grow_by */
...
...
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