[llvm-bugs] [Bug 27725] New: [VFS][Unittests] VFSFromYAMLTest.DirectoryIteration fails on Windows hosts
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu May 12 11:46:55 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27725
Bug ID: 27725
Summary: [VFS][Unittests] VFSFromYAMLTest.DirectoryIteration
fails on Windows hosts
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: bruno.cardoso at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Commit r269100/r269270 was reverted because of buildbot failures on windows.
Creating this PR to keep track of future advances when re-committing this
patches.
http://lab.llvm.org:8011/builders/clang-x86-win2008-selfhost/builds/7954
http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/12119
http://bb.pgr.jp/builders/ninja-clang-i686-msc19-R/builds/2847
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/5103
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/2969
******************** TEST 'Clang-Unit ::
Basic/BasicTests.exe/VFSFromYAMLTest.DirectoryIteration' FAILED
********************
Note: Google Test filter = VFSFromYAMLTest.DirectoryIteration
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from VFSFromYAMLTest
[ RUN ] VFSFromYAMLTest.DirectoryIteration
C:\buildbot\slave-config\clang-x86-win2008-selfhost\llvm\tools\clang\unittests\Basic\VirtualFileSystemTest.cpp(385):
error: Value of: Expected.size()
Actual: 2
Expected: InputToCheck.size()
Which is: 0
[ FAILED ] VFSFromYAMLTest.DirectoryIteration (0 ms)
[----------] 1 test from VFSFromYAMLTest (0 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (0 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] VFSFromYAMLTest.DirectoryIteration
1 FAILED TEST
********************
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160512/29fbf180/attachment.html>
More information about the llvm-bugs
mailing list