1734
1731
self.addCleanup(self._finishLogFile)
1736
1733
def _finishLogFile(self):
1742
1736
# flush the log file, to get all content
1743
1737
trace._trace_file.flush()
1744
1738
trace.pop_log_file(self._log_memento)
1746
1742
def thisFailsStrictLockCheck(self):
1747
1743
"""It is known that this test would fail with -Dstrict_locks.