[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
Jakob Stoklund Olesen
stoklund at 2pi.dk
Mon Dec 12 08:41:01 PST 2011
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
More information about the llvm-commits
mailing list