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
b288f0a8
Commit
b288f0a8
authored
Aug 15, 2013
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Aug 15, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32/tests: Make ClearCommError very first test since it depends on device queue being empty.
parent
ab7dac68
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
comm.c
dlls/kernel32/tests/comm.c
+1
-7
No files found.
dlls/kernel32/tests/comm.c
View file @
b288f0a8
...
...
@@ -1671,6 +1671,7 @@ START_TEST(comm)
hcom
=
test_OpenComm
(
FALSE
);
if
(
hcom
!=
INVALID_HANDLE_VALUE
)
{
test_ClearCommErrors
(
hcom
);
/* keep it the very first test */
test_GetModemStatus
(
hcom
);
test_ReadTimeOut
(
hcom
);
test_waittxempty
(
hcom
);
...
...
@@ -1679,13 +1680,6 @@ START_TEST(comm)
hcom
=
test_OpenComm
(
FALSE
);
if
(
hcom
!=
INVALID_HANDLE_VALUE
)
{
Sleep
(
200
);
/* Give the laster character of test_waittxempty to drop into the receiver */
test_ClearCommErrors
(
hcom
);
CloseHandle
(
hcom
);
}
hcom
=
test_OpenComm
(
FALSE
);
if
(
hcom
!=
INVALID_HANDLE_VALUE
)
{
test_non_pending_errors
(
hcom
);
CloseHandle
(
hcom
);
}
...
...
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