Displaying 4 results from an estimated 4 matches for "stringtablebuildertest".
2014 Jul 30
2
[LLVMdev] Unit tests failure in debug mode
I have a debug tree with shared objects enabled (to help streamline
the development process), and I see those unit tests failing where
they don't fail on a release/static build.
Anyone seeing these, too?
FAIL: LLVM-Unit :: Object/ObjectTests/StringTableBuilderTest.Basic
(19422 of 20473)
******************** TEST 'LLVM-Unit ::
Object/ObjectTests/StringTableBuilderTest.Basic' FAILED
********************
Note: Google Test filter = StringTableBuilderTest.Basic
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[---...
2016 Dec 02
9
3.9.1-rc2 is ready for testing
Hi,
I just tagged 3.9.1-rc2, so testing can begin. There was a bug found in
-rc1 before I could send out a release announcement, so I decided to merge
the fix and tag -rc2 to save some testing cycles.
We can always use more testers, so if you are interested in helping, let
me know.
Thanks,
Tom
2016 Dec 04
2
[Release-testers] 3.9.1-rc2 is ready for testing
...a bug found in
>> -rc1 before I could send out a release announcement, so I decided to merge
>> the fix and tag -rc2 to save some testing cycles.
>>
>>
>>
> SLES11SP3 fails during tests.
>
> [ 92%] Building CXX object unittests/MC/CMakeFiles/MCTests.dir/
> StringTableBuilderTest.cpp.o
> /tmp/llvm/utils/release/rc2/llvm.src/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp:37:27:
> error: no member named 'yield' in namespace 'std::this_thread'
> std::this_thread::yield();
> ~~~~~~~~~~~~~~~~~~^
> [ 92%] Building CXX object unittest...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...llvm[2]: Compiling MakeUniqueTest.cpp for Release+Asserts build
make[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/MC'
llvm[2]: Compiling Disassembler.cpp for Release+Asserts build
llvm[2]: Compiling LegacyPassManagerTest.cpp for Release+Asserts build
llvm[2]: Compiling StringTableBuilderTest.cpp for Release+Asserts build
llvm[2]: Compiling MapVectorTest.cpp for Release+Asserts build
llvm[2]: Compiling YAMLTest.cpp for Release+Asserts build
llvm[2]: Compiling MDBuilderTest.cpp for Release+Asserts build
llvm[2]: Compiling OptionalTest.cpp for Release+Asserts build
llvm[2]: Linking Releas...