File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -251,16 +251,6 @@ struct TestSetup {
251251 BOOST_AUTO_TEST_CASE (FuncName##_Lazy) { FuncName<LazyCommCostPolicy>(); } \
252252 BOOST_AUTO_TEST_CASE (FuncName##_Buffered) { FuncName<BufferedCommCostPolicy>(); }
253253
254- // Incremental updates (UpdateDatastructureAfterMove) are only validated for
255- // Eager at this time. Lazy/Buffered have known divergence issues in the
256- // incremental path and are tested separately with hand-verified exact values.
257- #define INSTANTIATE_EAGER_ONLY (FuncName ) \
258- BOOST_AUTO_TEST_CASE (FuncName##_Eager) { FuncName<EagerCommCostPolicy>(); }
259-
260- #define INSTANTIATE_EAGER_LAZY (FuncName ) \
261- BOOST_AUTO_TEST_CASE (FuncName##_Eager) { FuncName<EagerCommCostPolicy>(); } \
262- BOOST_AUTO_TEST_CASE (FuncName##_Lazy) { FuncName<LazyCommCostPolicy>(); }
263-
264254// ============================================================================
265255// SUITE 1: ArrangeSuperstepCommData (max / second-max / count cache logic)
266256// ============================================================================
You can’t perform that action at this time.
0 commit comments