Rémi Bernon : kernel32/tests: Mark activatableClass wrong xmlns test as broken on w1064v1909.

Alexandre Julliard julliard at winehq.org
Fri May 20 15:26:47 CDT 2022


Module: wine
Branch: master
Commit: 0f9ad11a27b82f8aee2b56e4cb139057464a0c79
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0f9ad11a27b82f8aee2b56e4cb139057464a0c79

Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Fri Apr 22 11:53:39 2022 +0200

kernel32/tests: Mark activatableClass wrong xmlns test as broken on w1064v1909.

Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/tests/actctx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/kernel32/tests/actctx.c b/dlls/kernel32/tests/actctx.c
index 71337c0f38e..bec04b7f066 100644
--- a/dlls/kernel32/tests/actctx.c
+++ b/dlls/kernel32/tests/actctx.c
@@ -1108,7 +1108,7 @@ static void test_create_fail(void)
     trace("wrong_manifest10\n");
     test_create_and_fail(wrong_manifest10, NULL, 0, TRUE /* WinXP */);
     trace("wrong_manifest11\n");
-    test_create_and_fail(wrong_manifest11, NULL, 1, FALSE);
+    test_create_and_fail(wrong_manifest11, NULL, 1, TRUE /* w1064v1909 */);
     trace("UTF-16 manifest1 without BOM\n");
     test_create_wide_and_fail(manifest1, FALSE );
     trace("manifest2\n");




More information about the wine-cvs mailing list