Added test for RtlIpv4StringToAddressExA.

This commit is contained in:
Sebastian Lackner
2014-12-20 20:13:49 +01:00
parent 0d1d699881
commit 030275f110
4 changed files with 148 additions and 2 deletions

View File

@@ -77,6 +77,7 @@ PATCHLIST := \
ntdll-NtQuerySection.ok \
ntdll-NtSetLdtEntries.ok \
ntdll-Pipe_SpecialCharacters.ok \
ntdll-RtlIpv4StringToAddressExA.ok \
ntdll-ThreadTime.ok \
ntdll-User_Shared_Data.ok \
ntdll-WRITECOPY.ok \
@@ -1155,6 +1156,18 @@ ntdll-Pipe_SpecialCharacters.ok:
echo '+ { "Michael Müller", "ntdll: Allow special characters in pipe names.", 1 },'; \
) > ntdll-Pipe_SpecialCharacters.ok
# Patchset ntdll-RtlIpv4StringToAddressExA
# |
# | Modified files:
# | * dlls/ntdll/tests/rtl.c
# |
.INTERMEDIATE: ntdll-RtlIpv4StringToAddressExA.ok
ntdll-RtlIpv4StringToAddressExA.ok:
$(call APPLY_FILE,ntdll-RtlIpv4StringToAddressExA/0001-ntdll-tests-Add-tests-for-RtlIpv4StringToAddressExA.patch)
@( \
echo '+ { "Sebastian Lackner", "ntdll/tests: Add tests for RtlIpv4StringToAddressExA.", 1 },'; \
) > ntdll-RtlIpv4StringToAddressExA.ok
# Patchset ntdll-ThreadTime
# |
# | This patchset fixes the following Wine bugs: