Displaying 4 results from an estimated 4 matches for "fdr_logging_test".
2017 Jan 25
2
Unstable XRay test on ARM
Hi Dean/Serge,
I just spotted this on our bots:
First failure, unrelated commit:
http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-full/builds/3190
'XRay-Unit :: unit/XRayFDRLoggingTest/FDRLoggingTest.Simple' FAILED
llvm/projects/compiler-rt/lib/xray/tests/unit/fdr_logging_test.cc:55: Failure
Expected: FDRLogging_init(kBufferSize, kBufferMax, &Options,
sizeof(FDRLoggingOptions))
Which is: 0
To be equal to: XRayLogInitStatus::XRAY_LOG_INITIALIZED
Which is: 2
[ FAILED ] FDRLoggingTest.Simple (0 ms)
...
1 FAILED TEST
==11476==XRay instrumentation map...
2017 Jan 25
2
Unstable XRay test on ARM
...gt;
> I just spotted this on our bots:
>
> First failure, unrelated commit:
> http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-full/builds/3190
>
> 'XRay-Unit :: unit/XRayFDRLoggingTest/FDRLoggingTest.Simple' FAILED
> llvm/projects/compiler-rt/lib/xray/tests/unit/fdr_logging_test.cc:55:
> Failure
> Expected: FDRLogging_init(kBufferSize, kBufferMax, &Options,
> sizeof(FDRLoggingOptions))
> Which is: 0
> To be equal to: XRayLogInitStatus::XRAY_LOG_INITIALIZED
> Which is: 2
> [ FAILED ] FDRLoggingTest.Simple (0 ms)
> ...
> 1...
2017 Feb 16
3
Linker error with XRay & GCC/libstdc++ 6.1
Hi Dean,
Wondering if you've seen anything like this:
/usr/local/google/home/blaikie/dev/llvm/build/clang/debug/split/notypes/nostandalone/projects/compiler-rt/lib/xray/tests/unit
&&
/usr/local/google/home/blaikie/dev/llvm/build/clang/debug/split/notypes/nostandalone/./bin/clang
fdr_logging_test.cc.x86_64.o xray_unit_test_main.cc.x86_64.o
gtest-all.cc.x86_64.o -o
/usr/local/google/home/blaikie/dev/llvm/build/clang/debug/split/notypes/nostandalone/projects/compiler-rt/lib/xray/tests/unit/XRayFDRLoggingTest-x86_64
-Wl,-allow-shlib-undefined -m64 -lstdc++ -lm -lpthread -lpthread
-L/usr/local/...
2017 Jan 26
2
Unstable XRay test on ARM
...>
>>> First failure, unrelated commit:
>>> http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-full/builds/3190
>>>
>>> 'XRay-Unit :: unit/XRayFDRLoggingTest/FDRLoggingTest.Simple' FAILED
>>> llvm/projects/compiler-rt/lib/xray/tests/unit/fdr_logging_test.cc:55: Failure
>>> Expected: FDRLogging_init(kBufferSize, kBufferMax, &Options,
>>> sizeof(FDRLoggingOptions))
>>> Which is: 0
>>> To be equal to: XRayLogInitStatus::XRAY_LOG_INITIALIZED
>>> Which is: 2
>>> [ FAILED ] FDR...