qadevOOo/qa/registrymodifications.xcu |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a4a1f2ecee2e7b1d50e0065e25090e262863e1c4
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Mon Dec 4 16:59:54 2023 +0300
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Mon Dec 4 18:36:43 2023 +0100

    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.kagan...@collabora.com>

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>

Reply via email to