https://git.reactos.org/?p=reactos.git;a=commitdiff;h=cbcfbc4322f20f19d47ff…
commit cbcfbc4322f20f19d47ff5cbc3bf11d302fdb3e1
Author: Serge Gautherie <reactos-git_serge_171003(a)gautherie.fr>
AuthorDate: Mon Aug 27 19:12:56 2018 +0200
Commit: Thomas Faber <thomas.faber(a)reactos.org>
CommitDate: Sat Sep 1 09:22:45 2018 +0200
[COMCTL32_WINETEST] treeview.c: Skip test_right_click()
until CORE-14975 is fixed upstream and WINESYNC.
CORE-14975
---
modules/rostests/winetests/comctl32/treeview.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/modules/rostests/winetests/comctl32/treeview.c
b/modules/rostests/winetests/comctl32/treeview.c
index 007bbe8957..ceaa112588 100644
--- a/modules/rostests/winetests/comctl32/treeview.c
+++ b/modules/rostests/winetests/comctl32/treeview.c
@@ -2724,6 +2724,14 @@ static void test_right_click(void)
LRESULT result;
POINT pt;
+#ifdef __REACTOS__
+ if (!winetest_interactive)
+ {
+ skip("test_right_click() (set WINETEST_INTERACTIVE=1), until CORE-14975 is
fixed upstream and WINESYNC\n");
+ return;
+ }
+#endif
+
hTree = create_treeview_control(0);
fill_tree(hTree);