Rebase against 542175ab10420953920779f3c64eb310dd3aa258.

This commit is contained in:
Zebediah Figura
2021-06-26 12:20:36 -05:00
parent 0dd44a250f
commit 1c9c21dc1c
17 changed files with 1407 additions and 585 deletions

View File

@@ -1,4 +1,4 @@
From 414a6313d1562ce78fd2700d5ee1aeac14e87868 Mon Sep 17 00:00:00 2001
From 9d8e065b5e001715aa96cfee3fb9fcd89cc77674 Mon Sep 17 00:00:00 2001
From: Zebediah Figura <z.figura12@gmail.com>
Date: Thu, 9 Jan 2020 13:44:01 -0600
Subject: [PATCH] ntdll/tests: Move some tests to a new sync.c file.
@@ -12,7 +12,7 @@ Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
create mode 100644 dlls/ntdll/tests/sync.c
diff --git a/dlls/ntdll/tests/Makefile.in b/dlls/ntdll/tests/Makefile.in
index ed15c51339f..9a99c01bd7c 100644
index 7ad39e0992c..8c6a86fb965 100644
--- a/dlls/ntdll/tests/Makefile.in
+++ b/dlls/ntdll/tests/Makefile.in
@@ -21,6 +21,7 @@ C_SRCS = \
@@ -22,7 +22,7 @@ index ed15c51339f..9a99c01bd7c 100644
+ sync.c \
threadpool.c \
time.c \
virtual.c
virtual.c \
diff --git a/dlls/ntdll/tests/om.c b/dlls/ntdll/tests/om.c
index 82f8188d176..9a9536f4639 100644
--- a/dlls/ntdll/tests/om.c