Rebase against 19441ac8046556a0118d6b59838dfd408fa56fdd.

This commit is contained in:
Alistair Leslie-Hughes
2025-06-13 07:55:01 +10:00
parent cc517dd949
commit 52ba925f90
3 changed files with 19 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
From 3b4b41d03d84560e9da893815d5f4b820bdb8be9 Mon Sep 17 00:00:00 2001
From 1adf055005de5589212c1936d80cb676a899e4cf Mon Sep 17 00:00:00 2001
From: Mark Jansen <learn0more+wine@gmail.com>
Date: Fri, 27 Feb 2015 21:24:58 +0100
Subject: [PATCH] version: Test for VerQueryValueA (try 2)
@@ -18,10 +18,10 @@ suggested by nsivov from #winehackers.
1 file changed, 124 insertions(+)
diff --git a/dlls/version/tests/info.c b/dlls/version/tests/info.c
index 31d4a8d11dc..586e02d4a85 100644
index b498f5331c8..c56c98d6b15 100644
--- a/dlls/version/tests/info.c
+++ b/dlls/version/tests/info.c
@@ -715,6 +715,129 @@ static void test_VerQueryValue_EmptyData(void)
@@ -723,6 +723,129 @@ static void test_VerQueryValue_EmptyData(void)
HeapFree(GetProcessHeap(), 0, ver);
}
@@ -151,14 +151,14 @@ index 31d4a8d11dc..586e02d4a85 100644
static void test_extra_block(void)
{
WORD extra_block[] = {
@@ -875,6 +998,7 @@ START_TEST(info)
@@ -983,6 +1106,7 @@ START_TEST(info)
test_32bit_win();
test_VerQueryValueA();
test_VerQueryValue_EmptyData();
+ test_VerQueryValue_InvalidLength();
test_extra_block();
test_GetFileVersionInfoEx();
}
test_wow64_redirection();
--
2.47.2