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>
This commit is contained in:
Miklos Vajna 2023-10-18 20:06:36 +02:00
parent f3e010829a
commit 322044e128
11 changed files with 35 additions and 0 deletions

View file

@ -17,4 +17,6 @@ $(eval $(call gb_UITest_set_defs,calc_tests7, \
TDOC="$(SRCDIR)/sc/qa/uitest/data" \ TDOC="$(SRCDIR)/sc/qa/uitest/data" \
)) ))
$(eval $(call gb_UITest_avoid_oneprocess,calc_tests7))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:

View file

@ -17,4 +17,6 @@ $(eval $(call gb_UITest_set_defs,calc_tests8, \
TDOC="$(SRCDIR)/sc/qa/uitest/data" \ TDOC="$(SRCDIR)/sc/qa/uitest/data" \
)) ))
$(eval $(call gb_UITest_avoid_oneprocess,calc_tests8))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:

View file

@ -17,4 +17,6 @@ $(eval $(call gb_UITest_set_defs,calc_tests9, \
TDOC="$(SRCDIR)/sc/qa/uitest/data" \ TDOC="$(SRCDIR)/sc/qa/uitest/data" \
)) ))
$(eval $(call gb_UITest_avoid_oneprocess,calc_tests9))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:

View file

@ -16,4 +16,7 @@ $(eval $(call gb_UITest_add_modules,search_replace,$(SRCDIR)/sc/qa/uitest,\
$(eval $(call gb_UITest_set_defs,search_replace, \ $(eval $(call gb_UITest_set_defs,search_replace, \
TDOC="$(SRCDIR)/sc/qa/uitest/data/search_replace" \ TDOC="$(SRCDIR)/sc/qa/uitest/data/search_replace" \
)) ))
$(eval $(call gb_UITest_avoid_oneprocess,search_replace))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:

View file

@ -15,4 +15,6 @@ $(eval $(call gb_UITest_set_defs,impress_tests, \
TDOC="$(SRCDIR)/sd/qa/uitest/data" \ TDOC="$(SRCDIR)/sd/qa/uitest/data" \
)) ))
$(eval $(call gb_UITest_avoid_oneprocess,impress_tests))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:

View file

@ -14,3 +14,7 @@ $(eval $(call gb_UITest_add_modules,sw_findReplace,$(SRCDIR)/sw/qa/uitest,\
$(eval $(call gb_UITest_set_defs,sw_findReplace, \ $(eval $(call gb_UITest_set_defs,sw_findReplace, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \ TDOC="$(SRCDIR)/sw/qa/uitest/data" \
)) ))
$(eval $(call gb_UITest_avoid_oneprocess,sw_findReplace))
# vim: set noet sw=4 ts=4:

View file

@ -14,3 +14,7 @@ $(eval $(call gb_UITest_add_modules,sw_sidebar,$(SRCDIR)/sw/qa/uitest,\
$(eval $(call gb_UITest_set_defs,sw_sidebar, \ $(eval $(call gb_UITest_set_defs,sw_sidebar, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \ TDOC="$(SRCDIR)/sw/qa/uitest/data" \
)) ))
$(eval $(call gb_UITest_avoid_oneprocess,sw_findReplace))
# vim: set noet sw=4 ts=4:

View file

@ -14,3 +14,7 @@ $(eval $(call gb_UITest_add_modules,sw_table,$(SRCDIR)/sw/qa/uitest,\
$(eval $(call gb_UITest_set_defs,sw_table, \ $(eval $(call gb_UITest_set_defs,sw_table, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \ TDOC="$(SRCDIR)/sw/qa/uitest/data" \
)) ))
$(eval $(call gb_UITest_avoid_oneprocess,sw_table))
# vim: set noet sw=4 ts=4:

View file

@ -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, \ $(eval $(call gb_UITest_set_defs,writer_macro_tests, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \ TDOC="$(SRCDIR)/sw/qa/uitest/data" \
)) ))
$(eval $(call gb_UITest_avoid_oneprocess,writer_macro_tests))
# vim: set noet sw=4 ts=4:

View file

@ -14,3 +14,7 @@ $(eval $(call gb_UITest_add_modules,writer_tests,$(SRCDIR)/sw/qa/uitest,\
$(eval $(call gb_UITest_set_defs,writer_tests, \ $(eval $(call gb_UITest_set_defs,writer_tests, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \ TDOC="$(SRCDIR)/sw/qa/uitest/data" \
)) ))
$(eval $(call gb_UITest_avoid_oneprocess,writer_tests))
# vim: set noet sw=4 ts=4:

View file

@ -14,3 +14,7 @@ $(eval $(call gb_UITest_add_modules,writer_tests5,$(SRCDIR)/sw/qa/uitest,\
$(eval $(call gb_UITest_set_defs,writer_tests5, \ $(eval $(call gb_UITest_set_defs,writer_tests5, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \ TDOC="$(SRCDIR)/sw/qa/uitest/data" \
)) ))
$(eval $(call gb_UITest_avoid_oneprocess,writer_tests5))
# vim: set noet sw=4 ts=4: