search for: debuglineparameterisedfixture

Displaying 2 results from an estimated 2 matches for "debuglineparameterisedfixture".

2018 Mar 16
0
[RFC] Updating googletest to non-release tagged version
...it DWARF. So I have two axes, with multiple values on each. The end "symptoms" being tested aren't much different in each case, so it makes sense to share the test code as much as possible. Without Combine, I have to do the following: INSTANTIATE_TEST_CASE_P( LineTableTestParams, DebugLineParameterisedFixture, Values(std::make_pair(2, DWARF32), std::make_pair(3, DWARF32), std::make_pair(4, DWARF32), std::make_pair(5, DWARF32), std::make_pair(2, DWARF64), std::make_pair(3, DWARF64), std::make_pair(4, DWARF64), std::make_pair(5, DWARF64))); I realised whilst typing th...
2018 Mar 15
2
[RFC] Updating googletest to non-release tagged version
On Thu, Mar 15, 2018 at 9:09 PM, David Blaikie via llvm-dev <llvm-dev at lists.llvm.org> wrote: > +Chandler who might have some thoughts on this. > > Could you provide an example here of the motivation for the feature you're > missing? Might help motivate the discussion (and/or we'll end up nitpicking > how it could be done differently without that feature... - which