summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2023-10-18 20:06:36 +0200
committerMiklos Vajna <vmiklos@collabora.com>2023-10-19 08:21:51 +0200
commit322044e128d86b1fd4a09c42f4950bf0f1cf4535 (patch)
tree504f30bcd6814484812aa5623b3ea7be30af11e2 /sw
parentf3e010829ab9d6b0b0ef48b67661774dd19f6de0 (diff)
uitest oneprocess mode: explicitly avoid this in the remaining tests
These 11 suites depended on the UITest default to not use oneprocess mode. Explicitly avoid that mode in these suites, because they currently fail that way. This allows changing the default in the future, so new suites automatically benefit from the oneprocess mode (it runs faster, somewhat similar to cppunit). Change-Id: I8c493ca63310815c1364bb6182c3285a9c7fbd63 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158128 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/UITest_sw_findReplace.mk4
-rw-r--r--sw/UITest_sw_sidebar.mk4
-rw-r--r--sw/UITest_sw_table.mk4
-rw-r--r--sw/UITest_writer_macro_tests.mk4
-rw-r--r--sw/UITest_writer_tests.mk4
-rw-r--r--sw/UITest_writer_tests5.mk4
6 files changed, 24 insertions, 0 deletions
diff --git a/sw/UITest_sw_findReplace.mk b/sw/UITest_sw_findReplace.mk
index cfcf6e8218b5..72caa3cd9ed5 100644
--- a/sw/UITest_sw_findReplace.mk
+++ b/sw/UITest_sw_findReplace.mk
@@ -14,3 +14,7 @@ $(eval $(call gb_UITest_add_modules,sw_findReplace,$(SRCDIR)/sw/qa/uitest,\
$(eval $(call gb_UITest_set_defs,sw_findReplace, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
+
+$(eval $(call gb_UITest_avoid_oneprocess,sw_findReplace))
+
+# vim: set noet sw=4 ts=4:
diff --git a/sw/UITest_sw_sidebar.mk b/sw/UITest_sw_sidebar.mk
index 8a087e14fa43..3d73a4cf20ec 100644
--- a/sw/UITest_sw_sidebar.mk
+++ b/sw/UITest_sw_sidebar.mk
@@ -14,3 +14,7 @@ $(eval $(call gb_UITest_add_modules,sw_sidebar,$(SRCDIR)/sw/qa/uitest,\
$(eval $(call gb_UITest_set_defs,sw_sidebar, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
+
+$(eval $(call gb_UITest_avoid_oneprocess,sw_findReplace))
+
+# vim: set noet sw=4 ts=4:
diff --git a/sw/UITest_sw_table.mk b/sw/UITest_sw_table.mk
index ce4434ebfb0a..11d7f79a2983 100644
--- a/sw/UITest_sw_table.mk
+++ b/sw/UITest_sw_table.mk
@@ -14,3 +14,7 @@ $(eval $(call gb_UITest_add_modules,sw_table,$(SRCDIR)/sw/qa/uitest,\
$(eval $(call gb_UITest_set_defs,sw_table, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
+
+$(eval $(call gb_UITest_avoid_oneprocess,sw_table))
+
+# vim: set noet sw=4 ts=4:
diff --git a/sw/UITest_writer_macro_tests.mk b/sw/UITest_writer_macro_tests.mk
index 4fddf1627338..01f58cd10f58 100644
--- a/sw/UITest_writer_macro_tests.mk
+++ b/sw/UITest_writer_macro_tests.mk
@@ -14,3 +14,7 @@ $(eval $(call gb_UITest_add_modules,writer_macro_tests,$(SRCDIR)/sw/qa/uitest,\
$(eval $(call gb_UITest_set_defs,writer_macro_tests, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
+
+$(eval $(call gb_UITest_avoid_oneprocess,writer_macro_tests))
+
+# vim: set noet sw=4 ts=4:
diff --git a/sw/UITest_writer_tests.mk b/sw/UITest_writer_tests.mk
index 6ae91f00cc69..bda48fb229b1 100644
--- a/sw/UITest_writer_tests.mk
+++ b/sw/UITest_writer_tests.mk
@@ -14,3 +14,7 @@ $(eval $(call gb_UITest_add_modules,writer_tests,$(SRCDIR)/sw/qa/uitest,\
$(eval $(call gb_UITest_set_defs,writer_tests, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
+
+$(eval $(call gb_UITest_avoid_oneprocess,writer_tests))
+
+# vim: set noet sw=4 ts=4:
diff --git a/sw/UITest_writer_tests5.mk b/sw/UITest_writer_tests5.mk
index 94bcdd13c1f0..47336dd98ba0 100644
--- a/sw/UITest_writer_tests5.mk
+++ b/sw/UITest_writer_tests5.mk
@@ -14,3 +14,7 @@ $(eval $(call gb_UITest_add_modules,writer_tests5,$(SRCDIR)/sw/qa/uitest,\
$(eval $(call gb_UITest_set_defs,writer_tests5, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
+
+$(eval $(call gb_UITest_avoid_oneprocess,writer_tests5))
+
+# vim: set noet sw=4 ts=4: