[Libreoffice-commits] core.git: sw/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Aug 9 19:45:22 UTC 2018
sw/qa/uitest/writer_tests/tdf79569.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a94a481c9f5088e6957220a7e09b64fc3f15aaf1
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Aug 9 16:47:16 2018 +0200
Commit: Stephan Bergmann <sbergman at 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 <sbergman at 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()
More information about the Libreoffice-commits
mailing list