[lldb-dap][windows] fix invalid path substitution for lldb-dap#180237
Merged
charles-zablit merged 1 commit intoFeb 9, 2026
Conversation
Member
|
@llvm/pr-subscribers-lldb Author: Charles Zablit (charles-zablit) Changes#178642 added 1 Files Affected:
diff --git a/lldb/test/Shell/DAP/TestSTDINConsole.test b/lldb/test/Shell/DAP/TestSTDINConsole.test
index ba2357d1b0fe4..0d6d25400260e 100644
--- a/lldb/test/Shell/DAP/TestSTDINConsole.test
+++ b/lldb/test/Shell/DAP/TestSTDINConsole.test
@@ -1,5 +1,5 @@
# REQUIRES: python, system-windows
-# RUN: %python %s %lldb-dap > %t.out 2>&1
+# RUN: %python %s lldb-dap > %t.out 2>&1
# RUN: FileCheck %s --check-prefix=ERROR --allow-empty < %t.out
# ERROR-NOT: DAP session error:
|
adrian-prantl
approved these changes
Feb 6, 2026
JDevlieghere
approved these changes
Feb 6, 2026
charles-zablit
added a commit
to charles-zablit/llvm-project
that referenced
this pull request
Feb 9, 2026
…180237) llvm#178642 added `lldb/test/Shell/DAP/TestSTDINConsole.test` with an incorrect `%lldb-dap` expansion. This patch fixes it. (cherry picked from commit dbbea96)
rishabhmadan19
pushed a commit
to rishabhmadan19/llvm-project
that referenced
this pull request
Feb 9, 2026
…180237) llvm#178642 added `lldb/test/Shell/DAP/TestSTDINConsole.test` with an incorrect `%lldb-dap` expansion. This patch fixes it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#178642 added
lldb/test/Shell/DAP/TestSTDINConsole.testwith an incorrect%lldb-dapexpansion. This patch fixes it.