You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you do a git status while running the dap tests, you often see an untracked file in the llvm repository.
Untracked files:
(use "git add <file>..." to include in what will be committed)
test/API/tools/lldb-dap/stackTraceDisassemblyDisplay/other.c
This is because the test is creating other.c in the current working directory. The test relies on the file being present for part of it and then not being there. Changing the source directory from the test is not acceptable, and we should be building the inferior in the test directory instead.