Displaying 1 result from an estimated 1 matches for "no_such_file_or_directory".
Did you mean:
_no_such_file_or_directory
2015 May 28
0
[LLVMdev] Test failure
...********
Note: Google Test filter = ErrorOr.Comparison
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from ErrorOr
[ RUN ] ErrorOr.Comparison
~/workspace/LLVM/llvm/unittests/Support/ErrorOrTest.cpp:71: Failure
Value of: std::errc::no_such_file_or_directory
Actual: 4-byte object <02-00 00-00>
Expected: x
Which is: 24-byte object <02-00 00-00 00-00 00-00 30-8D 96-9D B3-7F
00-00 91-D9 F9-00 00-00 00-00>
[ FAILED ] ErrorOr.Comparison (1 ms)
[----------] 1 test from ErrorOr (1 ms total)
[----------] Global test environment tear-down
[====...