[Lldb-commits] [PATCH] D48665: Added test case for: r334978 - Fixed file completion for paths that start with '~'
Stella Stamenova via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 28 14:32:43 PDT 2018
stella.stamenova added a comment.
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)
Repository:
rL LLVM
https://reviews.llvm.org/D48665
More information about the lldb-commits
mailing list