diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-03-29 15:51:43 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-03-29 16:24:17 +0000 |
commit | 10daade356692417e43faaa1909d3794e279054b (patch) | |
tree | 4f4f66687bc2c739d791c5d3d4baf36e74139571 /sc | |
parent | 98a23169bf761825d0e6ed432632d71dee5a691f (diff) |
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 <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sc')
-rw-r--r-- | sc/UITest_calc_tests.mk | 2 | ||||
-rw-r--r-- | sc/UITest_calc_tests2.mk | 2 | ||||
-rw-r--r-- | sc/UITest_calc_tests3.mk | 2 | ||||
-rw-r--r-- | sc/UITest_calc_tests4.mk | 2 |
4 files changed, 8 insertions, 0 deletions
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: |