Displaying 3 results from an estimated 3 matches for "bitvectortest".
2013 Nov 21
2
[LLVMdev] [3.4 branch] SystemZ regressions
Hi,
Using openSUSE 13.1 on s390x machine I get two new regressions with llvm
3.4rc1:
[ 1412s]
/home/abuild/rpmbuild/BUILD/llvm/unittests/ADT/BitVectorTest.cpp:39: Failure
[ 1412s] Value of: Vec.count()
[ 1412s] Actual: 1
[ 1412s] Expected: 5U
[ 1412s] Which is: 5
[ 1412s]
/home/abuild/rpmbuild/BUILD/llvm/unittests/ADT/BitVectorTest.cpp:42: Failure
[ 1412s] Value of: Vec.all()
[ 1412s] Actual: false
[ 1412s] Expected: true
[ 1412s]
/home/abuild/rp...
2013 Nov 21
0
[LLVMdev] [3.4 branch] SystemZ regressions
...90x machine I get two new regressions with llvm
> 3.4rc1:
Hmm, I don't see this locally. Just to rule out one possibility,
which compiler are you using to build? Do you see the same thing
with a -O0 build?
Thanks,
Richard
> [ 1412s]
> /home/abuild/rpmbuild/BUILD/llvm/unittests/ADT/BitVectorTest.cpp:39: Failure
> [ 1412s] Value of: Vec.count()
> [ 1412s] Actual: 1
> [ 1412s] Expected: 5U
> [ 1412s] Which is: 5
> [ 1412s]
> /home/abuild/rpmbuild/BUILD/llvm/unittests/ADT/BitVectorTest.cpp:42: Failure
> [ 1412s] Value of: Vec.all()
> [ 1412s] Actual: false
> [ 1...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...HILREDDY/WORK/LLVM_OBJ/unittests/DebugInfo'
make[3]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/DebugInfo/DWARF'
llvm[3]: Compiling DWARFFormValueTest.cpp for Release+Asserts build
llvm[2]: Compiling ScalarEvolutionTest.cpp for Release+Asserts build
llvm[2]: Compiling BitVectorTest.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts unit test DebugInfoDWARF (without symbols)
llvm[2]: Linking Release+Asserts unit test CodeGen (without symbols)
llvm[2]: Linking Release+Asserts unit test Analysis (without symbols)
llvm[2]: Compiling DAGDeltaAlgorithmTest.cpp for Relea...