summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2023-12-04 16:59:54 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2023-12-04 18:36:43 +0100
commita4a1f2ecee2e7b1d50e0065e25090e262863e1c4 (patch)
treeef65480f41216f103109af051645260ef65a183f /qadevOOo
parentb50da6f3a9109fc1d4468c15aa7d5c68773ec199 (diff)
Disallow crash reporting in UITests
Otherwise, after one crash, the next UITest starts with the crash report dialog, and hangs, creating the noise in results. Seen when running UITests on Windows with parallelism. Crash reporting is unaffected by '--norestore', and handled separately in Desktop::OpenClients (desktop/source/app/app.cxx). Change-Id: I00b9bca3aa34c603bfdb54389437ce3ec4de6274 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160312 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/qa/registrymodifications.xcu1
1 files changed, 1 insertions, 0 deletions
diff --git a/qadevOOo/qa/registrymodifications.xcu b/qadevOOo/qa/registrymodifications.xcu
index 3ac099ff7f1e..0a4fccf18c88 100644
--- a/qadevOOo/qa/registrymodifications.xcu
+++ b/qadevOOo/qa/registrymodifications.xcu
@@ -3,6 +3,7 @@
when building with non-en system locales -->
<oor:items xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<item oor:path="/org.openoffice.Office.Calc/Formula/Syntax"><prop oor:name="EnglishFunctionName" oor:op="fuse"><value>true</value></prop></item>
+<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="CrashReport" oor:op="fuse"><value>false</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="UseSystemFileDialog" oor:op="fuse"><value>false</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/View/NewDocumentHandling"><prop oor:name="ForceFocusAndToFront" oor:op="fuse"><value>false</value></prop></item>
<item oor:path="/org.openoffice.Setup/L10N"><prop oor:name="ooSetupSystemLocale" oor:op="fuse"><value>en-US</value></prop></item>