sc/UITest_calc_tests.mk | 2 ++ sc/UITest_calc_tests2.mk | 2 ++ sc/UITest_calc_tests3.mk | 2 ++ sc/UITest_calc_tests4.mk | 2 ++ 4 files changed, 8 insertions(+)
New commits: commit 10daade356692417e43faaa1909d3794e279054b Author: Miklos Vajna <[email protected]> AuthorDate: Wed Mar 29 15:51:43 2023 +0100 Commit: Miklos Vajna <[email protected]> CommitDate: Wed Mar 29 16:24:17 2023 +0000 UITest_calc_tests{,2,3,4}: enable oneprocess mode Execution time changes: - from 5m6,456s to 3m26,832s - from 2m56,710s to 1m56,982s - from 1m37,645s to 1m9,388s - from 1m52,203s to 1m12,651s for me. Change-Id: Ie3860309c768dd3aaf8efe40a1e995874737b052 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149728 Reviewed-by: Miklos Vajna <[email protected]> Tested-by: Jenkins diff --git a/sc/UITest_calc_tests.mk b/sc/UITest_calc_tests.mk index bedfc5fed5bc..ccb4e8effd46 100644 --- a/sc/UITest_calc_tests.mk +++ b/sc/UITest_calc_tests.mk @@ -17,4 +17,6 @@ $(eval $(call gb_UITest_set_defs,calc_tests, \ TDOC="$(SRCDIR)/sc/qa/uitest/data" \ )) +$(eval $(call gb_UITest_use_oneprocess,calc_tests)) + # vim: set noet sw=4 ts=4: diff --git a/sc/UITest_calc_tests2.mk b/sc/UITest_calc_tests2.mk index fb229bab9d40..97e17ab93970 100644 --- a/sc/UITest_calc_tests2.mk +++ b/sc/UITest_calc_tests2.mk @@ -17,4 +17,6 @@ $(eval $(call gb_UITest_set_defs,calc_tests2, \ TDOC="$(SRCDIR)/sc/qa/uitest/data" \ )) +$(eval $(call gb_UITest_use_oneprocess,calc_tests2)) + # vim: set noet sw=4 ts=4: diff --git a/sc/UITest_calc_tests3.mk b/sc/UITest_calc_tests3.mk index db1c37642a41..8a864dc0d919 100644 --- a/sc/UITest_calc_tests3.mk +++ b/sc/UITest_calc_tests3.mk @@ -17,4 +17,6 @@ $(eval $(call gb_UITest_set_defs,calc_tests3, \ TDOC="$(SRCDIR)/sc/qa/uitest/data" \ )) +$(eval $(call gb_UITest_use_oneprocess,calc_tests3)) + # vim: set noet sw=4 ts=4: diff --git a/sc/UITest_calc_tests4.mk b/sc/UITest_calc_tests4.mk index ff3ae20c72aa..df486a78aa0a 100644 --- a/sc/UITest_calc_tests4.mk +++ b/sc/UITest_calc_tests4.mk @@ -17,4 +17,6 @@ $(eval $(call gb_UITest_set_defs,calc_tests4, \ TDOC="$(SRCDIR)/sc/qa/uitest/data" \ )) +$(eval $(call gb_UITest_use_oneprocess,calc_tests4)) + # vim: set noet sw=4 ts=4:
