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
b78285b9
Commit
b78285b9
authored
Jan 20, 2021
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jan 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll/tests: Remove skips on missing ntdll.dll.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
f45606c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
change.c
dlls/ntdll/tests/change.c
+0
-5
path.c
dlls/ntdll/tests/path.c
+0
-5
No files found.
dlls/ntdll/tests/change.c
View file @
b78285b9
...
...
@@ -313,11 +313,6 @@ static void test_ntncdf_async(void)
START_TEST
(
change
)
{
HMODULE
hntdll
=
GetModuleHandleA
(
"ntdll"
);
if
(
!
hntdll
)
{
win_skip
(
"not running on NT, skipping test
\n
"
);
return
;
}
pNtNotifyChangeDirectoryFile
=
(
void
*
)
GetProcAddress
(
hntdll
,
"NtNotifyChangeDirectoryFile"
);
pNtCancelIoFile
=
(
void
*
)
GetProcAddress
(
hntdll
,
"NtCancelIoFile"
);
...
...
dlls/ntdll/tests/path.c
View file @
b78285b9
...
...
@@ -603,11 +603,6 @@ static void test_RtlDosPathNameToNtPathName_U(void)
START_TEST
(
path
)
{
HMODULE
mod
=
GetModuleHandleA
(
"ntdll.dll"
);
if
(
!
mod
)
{
win_skip
(
"Not running on NT, skipping tests
\n
"
);
return
;
}
pRtlMultiByteToUnicodeN
=
(
void
*
)
GetProcAddress
(
mod
,
"RtlMultiByteToUnicodeN"
);
pRtlUnicodeToMultiByteN
=
(
void
*
)
GetProcAddress
(
mod
,
"RtlUnicodeToMultiByteN"
);
...
...
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