You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-12-15 08:03:15 -08:00
Rebase against 6d5659103f49db9e045087dd0093acc3b9a4b919.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 5927f6063f981724d8b45031b9bd59aec465cb45 Mon Sep 17 00:00:00 2001
|
||||
From 22b05332c3dc04e44327931a307e899d9a59d074 Mon Sep 17 00:00:00 2001
|
||||
From: Zebediah Figura <z.figura12@gmail.com>
|
||||
Date: Tue, 26 Jun 2018 18:44:44 -0500
|
||||
Subject: [PATCH] kernel32/tests: Zigzag test.
|
||||
@@ -9,11 +9,11 @@ The primary function is to check for races. The secondary function is to measure
|
||||
1 file changed, 79 insertions(+)
|
||||
|
||||
diff --git a/dlls/kernel32/tests/sync.c b/dlls/kernel32/tests/sync.c
|
||||
index 6e4916f6bc3..0f072a5846e 100644
|
||||
index 42184d22517..82a236879e7 100644
|
||||
--- a/dlls/kernel32/tests/sync.c
|
||||
+++ b/dlls/kernel32/tests/sync.c
|
||||
@@ -3078,6 +3078,84 @@ static void test_crit_section(void)
|
||||
ok(cs.DebugInfo == NULL, "Unexpected debug info pointer %p.\n", cs.DebugInfo);
|
||||
@@ -3123,6 +3123,84 @@ static void test_QueueUserAPC(void)
|
||||
CloseHandle(thread);
|
||||
}
|
||||
|
||||
+static int zigzag_state, zigzag_count[2], zigzag_stop;
|
||||
@@ -97,7 +97,7 @@ index 6e4916f6bc3..0f072a5846e 100644
|
||||
START_TEST(sync)
|
||||
{
|
||||
char **argv;
|
||||
@@ -3140,5 +3218,6 @@ START_TEST(sync)
|
||||
@@ -3188,5 +3266,6 @@ START_TEST(sync)
|
||||
test_srwlock_example();
|
||||
test_alertable_wait();
|
||||
test_apc_deadlock();
|
||||
@@ -105,5 +105,5 @@ index 6e4916f6bc3..0f072a5846e 100644
|
||||
test_crit_section();
|
||||
}
|
||||
--
|
||||
2.28.0
|
||||
2.30.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user