[PATCH] D74777: [VFS][WIP] More consistent handling of hybrid paths of Windows+Posix styles
John Brawn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 2 06:16:57 PST 2020
john.brawn added a comment.
Running that command (with this patch applied to trunk revision 56ac9d30d35632969baa39829ebc8465ed5937ef <https://reviews.llvm.org/rG56ac9d30d35632969baa39829ebc8465ed5937ef>) I get
Note: Google Test filter = VFSFromYAMLTest.MappedFiles
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from VFSFromYAMLTest
[ RUN ] VFSFromYAMLTest.MappedFiles
C:\Users\johbra01\llvm-project\llvm\unittests\Support\VirtualFileSystemTest.cpp(1411): error: Value of: S.getError()
Actual: true
Expected: false
[ FAILED ] VFSFromYAMLTest.MappedFiles (30 ms)
[----------] 1 test from VFSFromYAMLTest (94 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (232 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] VFSFromYAMLTest.MappedFiles
1 FAILED TEST
And I also see this same failure on Linux. I'll try looking into this some more to make sure I'm not doing something strange somehow.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74777/new/
https://reviews.llvm.org/D74777
More information about the llvm-commits
mailing list