Sweden-Number/dlls/kernel32/tests
Vladimir Panteleev b0acb5982a kernel32/tests: Fix GetLastError() checks in environment tests.
Lack of SetLastError() calls caused tests to compare stale errors,
instead of the effects of the tested (immediately previously called)
functions.

Add SetLastError calls, and fix a broken test (copy check from A to W
tests).

Signed-off-by: Vladimir Panteleev <git@vladimir.panteleev.md>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-01-23 22:41:29 +01:00
..
Makefile.in
actctx.c
atom.c
change.c
codepage.c kernel32/tests: Fix some codepage test failures with Windows 10. 2020-01-05 17:34:22 +01:00
comm.c
console.c
debugger.c kernel32/tests: Skip instruction pointer check of the last exception in exception race tests. 2020-01-14 19:05:06 +01:00
directory.c
drive.c
dummy.c
dummy.spec
environ.c kernel32/tests: Fix GetLastError() checks in environment tests. 2020-01-23 22:41:29 +01:00
fiber.c
file.c
format_msg.c
generated.c
heap.c
loader.c
locale.c unicode: Remove case mappings that don't round-trip. 2020-01-23 21:11:29 +01:00
mailslot.c
module.c
path.c kernel32/tests: Remove GetLongPathName() workarounds. 2020-01-07 22:26:08 +01:00
pipe.c
power.c
process.c include: Allow using debug.h in tests. 2019-12-17 16:55:15 +01:00
profile.c kernel32/tests: Get rid of no longer needed win9x checks. 2020-01-02 17:40:39 +01:00
resource.c
resource.rc
sync.c
thread.c
time.c ntdll: Fix RtlQueryUnbiasedInterruptTime() prototype. 2019-12-16 18:44:57 +01:00
timer.c
toolhelp.c
version.c
virtual.c kernel32: Catch stack overflow faults in IsBad*Ptr() functions. 2020-01-13 19:41:02 +01:00
volume.c