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>
This commit is contained in:
parent
b50da6f3a9
commit
a4a1f2ecee
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue