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
ea932fbc
Commit
ea932fbc
authored
Dec 05, 2014
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 05, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
717385b0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
font.c
dlls/dwrite/tests/font.c
+1
-1
virtual.c
dlls/kernel32/tests/virtual.c
+2
-2
input.c
dlls/user32/tests/input.c
+2
-2
No files found.
dlls/dwrite/tests/font.c
View file @
ea932fbc
...
...
@@ -1513,7 +1513,7 @@ static void test_CustomFontCollection(void)
ok
(
hr
==
S_OK
,
"got 0x%08x
\n
"
,
hr
);
EXPECT_REF
(
idfont2
,
1
);
EXPECT_REF
(
idfont
,
1
);
ok
(
idfont2
!=
idfont
,
"Font instances shou
dl
not match
\n
"
);
ok
(
idfont2
!=
idfont
,
"Font instances shou
ld
not match
\n
"
);
idfontface2
=
NULL
;
hr
=
IDWriteFont_CreateFontFace
(
idfont2
,
&
idfontface2
);
...
...
dlls/kernel32/tests/virtual.c
View file @
ea932fbc
...
...
@@ -1618,7 +1618,7 @@ static void test_guard_page(void)
/* test behaviour of VirtualLock - first attempt should fail */
SetLastError
(
0xdeadbeef
);
success
=
VirtualLock
(
base
,
size
);
ok
(
!
success
,
"VirtualLock unexpectedly succeded
\n
"
);
ok
(
!
success
,
"VirtualLock unexpectedly succe
e
ded
\n
"
);
todo_wine
ok
(
GetLastError
()
==
STATUS_GUARD_PAGE_VIOLATION
,
"wrong error %u
\n
"
,
GetLastError
()
);
...
...
@@ -1770,7 +1770,7 @@ static void test_guard_page(void)
/* test behaviour of VirtualLock - first attempt should fail without triggering write watches */
SetLastError
(
0xdeadbeef
);
success
=
VirtualLock
(
base
,
size
);
ok
(
!
success
,
"VirtualLock unexpectedly succeded
\n
"
);
ok
(
!
success
,
"VirtualLock unexpectedly succe
e
ded
\n
"
);
todo_wine
ok
(
GetLastError
()
==
STATUS_GUARD_PAGE_VIOLATION
,
"wrong error %u
\n
"
,
GetLastError
()
);
...
...
dlls/user32/tests/input.c
View file @
ea932fbc
...
...
@@ -1863,8 +1863,8 @@ static void test_Input_mouse(void)
ok
(
!
got_button_down
,
"unexpected WM_RBUTTONDOWN message
\n
"
);
ok
(
!
got_button_up
,
"unexpected WM_RBUTTONUP message
\n
"
);
/* click on HTTRANSPARENT top-level window that belongs to ther thread,
* thread
s
input queues are attached */
/* click on HTTRANSPARENT top-level window that belongs to
o
ther thread,
* thread input queues are attached */
thread
=
CreateThread
(
NULL
,
0
,
create_static_win
,
&
thread_data
,
0
,
&
thread_id
);
ok
(
thread
!=
NULL
,
"CreateThread failed
\n
"
);
hittest_no
=
0
;
...
...
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