Details
Details
- Reviewers
labath - Commits
- rG2476374c61d3: Added test case for: r334978 - Fixed file completion for paths that start with…
rLLDB335905: Added test case for: r334978 - Fixed file completion for paths that start with…
rL335905: Added test case for: r334978 - Fixed file completion for paths that start with…
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This test fails on Windows with the Visual Studio generator.
##[error]llvm\tools\lldb\unittests\interpreter\testcompletion.cpp(291,0): Error : Value of: ContainsExactString(Twine("~/foo") + path::get_separator() + "nested" + path::get_separator(), Results) e:\_work\1\s\llvm\tools\lldb\unittests\interpreter\testcompletion.cpp(291): error : Value of: ContainsExactString(Twine("~/foo") + path::get_separator() + "nested" + path::get_separator(), Results) [E:\_work\1\b\LLVMBuild\tools\lldb\lit\check-lldb-lit.vcxproj] Actual: false Expected: true ##[error]llvm\tools\lldb\unittests\interpreter\testcompletion.cpp(297,0): Error : Value of: ContainsExactString(Twine("~/foo") + path::get_separator() + "nested" + path::get_separator(), Results) e:\_work\1\s\llvm\tools\lldb\unittests\interpreter\testcompletion.cpp(297): error : Value of: ContainsExactString(Twine("~/foo") + path::get_separator() + "nested" + path::get_separator(), Results) [E:\_work\1\b\LLVMBuild\tools\lldb\lit\check-lldb-lit.vcxproj] Actual: false Expected: true [ FAILED ] CompletionTest.DirCompletionUsername (1 ms) [----------] 1 test from CompletionTest (1 ms total)