[all-commits] [llvm/llvm-project] e7a3c4: [lldb-vscode] Speculative fix for raciness in Test...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Thu Dec 17 05:20:48 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7a3c4c11e84ba99c3682ae6cf20c398f16cf3f5
https://github.com/llvm/llvm-project/commit/e7a3c4c11e84ba99c3682ae6cf20c398f16cf3f5
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-12-17 (Thu, 17 Dec 2020)
Changed paths:
M lldb/test/API/tools/lldb-vscode/attach/TestVSCode_attach.py
Log Message:
-----------
[lldb-vscode] Speculative fix for raciness in TestVSCode_attach
The test appears to expect the inferior to be stopped, but the custom
"attach commands" leave it in a running state.
It's unclear how this could have ever worked.
More information about the All-commits
mailing list