[llvm-commits] [llvm] r146363 - in /llvm/trunk: include/llvm/Support/FileSystem.h lib/Support/Unix/PathV2.inc lib/Support/Windows/PathV2.inc lib/Support/Windows/Windows.h unittests/Support/Path.cpp
Chad Rosier
mcrosier at apple.com
Mon Dec 12 10:03:12 PST 2011
Hi Michael,
I reverted this in r146378 to allow the buildbots to make forward progress. Please recommit once you've fixed this issue.
Thanks,
Chad
On Dec 12, 2011, at 8:41 AM, Jakob Stoklund Olesen wrote:
>
> On Dec 11, 2011, at 10:04 PM, Michael J. Spencer wrote:
>
>> Author: mspencer
>> Date: Mon Dec 12 00:04:01 2011
>> New Revision: 146363
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=146363&view=rev
>> Log:
>> Support/FileSystem: Implement canonicalize.
>>
>> Modified:
>> llvm/trunk/include/llvm/Support/FileSystem.h
>> llvm/trunk/lib/Support/Unix/PathV2.inc
>> llvm/trunk/lib/Support/Windows/PathV2.inc
>> llvm/trunk/lib/Support/Windows/Windows.h
>> llvm/trunk/unittests/Support/Path.cpp
>
> This is failing on OS X Lion:
>
> ******************** TEST 'LLVM-Unit :: Support/Release+Asserts/SupportTests/FileSystemTest.Canonicalize' FAILED ********************
> Note: Google Test filter = FileSystemTest.Canonicalize
> [==========] Running 1 test from 1 test case.
> [----------] Global test environment set-up.
> [----------] 1 test from FileSystemTest
> [ RUN ] FileSystemTest.Canonicalize
> /Volumes/Krask/g/llvm/unittests/Support/Path.cpp:336: Failure
> Value of: res.str().find("canonicalize") != StringRef::npos
> Actual: false
> Expected: true
> [ FAILED ] FileSystemTest.Canonicalize (5 ms)
> [----------] 1 test from FileSystemTest (5 ms total)
>
> [----------] Global test environment tear-down
> [==========] 1 test from 1 test case ran. (6 ms total)
> [ PASSED ] 0 tests.
> [ FAILED ] 1 test, listed below:
> [ FAILED ] FileSystemTest.Canonicalize
>
> 1 FAILED TEST
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list