search for: coveragemappingtest

Displaying 7 results from an estimated 7 matches for "coveragemappingtest".

2018 Mar 12
3
[RFC] Updating googletest to non-release tagged version
...ts for some debug line error handling code I'm working on (see e.g. https://reviews.llvm.org/D44382), and I just ran into an annoying disabled feature in gtest, specifically the "Combine" feature for use in combinatorially generating parameterised tests. A FIXME comment in ProfileData\CoverageMappingTest.cpp suggests that I'm not the only one to have tried and discovered that they cannot use this feature. The problem is that the version of googletest (v 1.8.0, released in Aug 2016) in the LLVM tree requires TR1 tuple support for this feature, which is not really supported in recent compilers, a...
2018 Mar 15
0
[RFC] Updating googletest to non-release tagged version
...ne error handling > code I'm working on (see e.g. https://reviews.llvm.org/D44382), and I > just ran into an annoying disabled feature in gtest, specifically the > "Combine" feature for use in combinatorially generating parameterised > tests. A FIXME comment in ProfileData\CoverageMappingTest.cpp suggests that > I'm not the only one to have tried and discovered that they cannot use this > feature. The problem is that the version of googletest (v 1.8.0, released > in Aug 2016) in the LLVM tree requires TR1 tuple support for this feature, > which is not really supported in...
2018 Mar 15
2
[RFC] Updating googletest to non-release tagged version
...g >> code I'm working on (see e.g. https://reviews.llvm.org/D44382), and I just >> ran into an annoying disabled feature in gtest, specifically the "Combine" >> feature for use in combinatorially generating parameterised tests. A FIXME >> comment in ProfileData\CoverageMappingTest.cpp suggests that I'm not the >> only one to have tried and discovered that they cannot use this feature. The >> problem is that the version of googletest (v 1.8.0, released in Aug 2016) in >> the LLVM tree requires TR1 tuple support for this feature, which is not >> rea...
2018 Mar 19
2
[RFC] Updating googletest to non-release tagged version
...g >> code I'm working on (see e.g. https://reviews.llvm.org/D44382), and I >> just ran into an annoying disabled feature in gtest, specifically the >> "Combine" feature for use in combinatorially generating parameterised >> tests. A FIXME comment in ProfileData\CoverageMappingTest.cpp suggests that >> I'm not the only one to have tried and discovered that they cannot use this >> feature. The problem is that the version of googletest (v 1.8.0, released >> in Aug 2016) in the LLVM tree requires TR1 tuple support for this feature, >> which is not rea...
2018 Mar 16
0
[RFC] Updating googletest to non-release tagged version
...g on (see e.g. https://reviews.llvm.org/D44382), and I > just > >> ran into an annoying disabled feature in gtest, specifically the > "Combine" > >> feature for use in combinatorially generating parameterised tests. A > FIXME > >> comment in ProfileData\CoverageMappingTest.cpp suggests that I'm not > the > >> only one to have tried and discovered that they cannot use this > feature. The > >> problem is that the version of googletest (v 1.8.0, released in Aug > 2016) in > >> the LLVM tree requires TR1 tuple support for this feat...
2018 Mar 20
0
[RFC] Updating googletest to non-release tagged version
...ode I'm working on (see e.g. https://reviews.llvm.org/D44382), and I >>> just ran into an annoying disabled feature in gtest, specifically the >>> "Combine" feature for use in combinatorially generating parameterised >>> tests. A FIXME comment in ProfileData\CoverageMappingTest.cpp suggests >>> that I'm not the only one to have tried and discovered that they cannot use >>> this feature. The problem is that the version of googletest (v 1.8.0, >>> released in Aug 2016) in the LLVM tree requires TR1 tuple support for this >>> feature,...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...]: Compiling PatternMatch.cpp for Release+Asserts build llvm[2]: Compiling SmallPtrSetTest.cpp for Release+Asserts build llvm[2]: Linking Release+Asserts unit test Option (without symbols) make[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/ProfileData' llvm[2]: Compiling CoverageMappingTest.cpp for Release+Asserts build llvm[2]: Compiling TypeBuilderTest.cpp for Release+Asserts build llvm[2]: ======= Finished Linking Release+Asserts Unit test Option (without symbols) make[2]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/Option' llvm[2]: Compiling SmallStringTes...