sw/qa/uitest/writer_tests/trackedChanges.py | 1 + 1 file changed, 1 insertion(+)
New commits: commit 4df88ad1a898a96ade30765caf9cf166e1526447 Author: Stephan Bergmann <[email protected]> AuthorDate: Mon Mar 31 13:44:27 2025 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Mon Mar 31 15:54:29 2025 +0200 import missing from previous commit ...15f03d91d86608e0a90db1251da282b38ddcd9b7 "HACK skipping tests that are known-unreliable for ASan/UBSan" Change-Id: I17e221fe9c17e98e1af8628b130038ca452775b1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183540 Tested-by: Stephan Bergmann <[email protected]> Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/sw/qa/uitest/writer_tests/trackedChanges.py b/sw/qa/uitest/writer_tests/trackedChanges.py index 55e0fdaf08a9..2b4b49c95a5d 100644 --- a/sw/qa/uitest/writer_tests/trackedChanges.py +++ b/sw/qa/uitest/writer_tests/trackedChanges.py @@ -8,6 +8,7 @@ from uitest.framework import UITestCase from uitest.debug import sleep from uitest.path import get_srcdir_url +import os import time from uitest.uihelper.common import get_state_as_dict, type_text
