sw/qa/uitest/writer_tests/tdf79569.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a94a481c9f5088e6957220a7e09b64fc3f15aaf1
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Aug 9 16:47:16 2018 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Thu Aug 9 21:44:55 2018 +0200

    One last attempt at fixing UITest_writer_tests for Jenkins ASan+UBSan build
    
    ...where <https://ci.libreoffice.org/job/lo_ubsan/997/> still triggered the
    assert at sw/source/core/layout/findfrm.cxx:1702 during the second 
.uno:Undo.
    Lets see if a little sleep "fixes" that.
    
    Change-Id: I659ea86aab03f2d39913122af2cc8869abff5578
    Reviewed-on: https://gerrit.libreoffice.org/58777
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/sw/qa/uitest/writer_tests/tdf79569.py 
b/sw/qa/uitest/writer_tests/tdf79569.py
index c4acbd50b9c4..5bd794b9d314 100644
--- a/sw/qa/uitest/writer_tests/tdf79569.py
+++ b/sw/qa/uitest/writer_tests/tdf79569.py
@@ -60,6 +60,7 @@ class tdf79569(UITestCase):
         print("DEBUG.18", file=stderr);
         toolkit_ex.processEventsToIdle()
         print("DEBUG.19", file=stderr);
+        sleep(3)
         self.xUITest.executeCommand(".uno:Undo")
         print("DEBUG.20", file=stderr);
         toolkit_ex.processEventsToIdle()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to