[all-commits] [llvm/llvm-project] 9c144b: [lldb/test] Fix InvalidScriptedThread windows test...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Mon Dec 6 18:00:32 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c144b3b0d6a995c2a1eecb53db06f3896e878ff
https://github.com/llvm/llvm-project/commit/9c144b3b0d6a995c2a1eecb53db06f3896e878ff
Author: Med Ismail Bennani <medismail.bennani at gmail.com>
Date: 2021-12-06 (Mon, 06 Dec 2021)
Changed paths:
M lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py
Log Message:
-----------
[lldb/test] Fix InvalidScriptedThread windows test failure
This patch should fix a Windows test failure for the
InvalidScriptedThread test:
https://lab.llvm.org/buildbot/#/builders/83/builds/12571
This refactors the test to stop using python `tempfile` since it's not
supported on Windows and creates a logfile at runtime in the test folder.
Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>
More information about the All-commits
mailing list