Sweden-Number/dlls/ntdll/tests
Alex Henrie 42525d8516 ntdll/tests: Fix expected RtlIpv6StringToAddress terminator output.
The "broken" function was applied to the wrong condition in the "ok"
statement (RtlIpv6StringToAddress is supposed to set the terminator to
the first character after the address, not the second-to-last character
of the address). However, since this test is already being skipped on XP
and Vista and we really don't need a test for how exactly XP and Vista
are broken, we can just delete it.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-01-05 17:34:52 +01:00
..
Makefile.in
atom.c
change.c
directory.c
env.c
error.c
exception.c ntdll/tests: Fix some exception test failures. 2020-01-02 19:16:02 +01:00
file.c
generated.c
info.c ntdll/tests: Remove a no longer reliable test. 2019-12-26 22:08:32 +01:00
large_int.c
ntdll_test.h
om.c
path.c
pipe.c
port.c
reg.c ntdll/tests: Fix some test failures with Windows 10. 2019-12-30 21:11:45 +01:00
rtl.c ntdll/tests: Fix expected RtlIpv6StringToAddress terminator output. 2020-01-05 17:34:52 +01:00
rtlbitmap.c
rtlstr.c ntdll/tests: Enable some more string API tests. 2019-12-09 23:47:45 +01:00
string.c ntdll: Drop support for floating point numbers in sscanf. 2019-12-23 10:51:08 +01:00
threadpool.c
time.c
virtual.c