Skip to content

Commit 754d6cc

Browse files
committed
updated fixture costs for CTest
1 parent a25bc07 commit 754d6cc

1 file changed

Lines changed: 30 additions & 12 deletions

File tree

test/CMakeLists.txt

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -181,18 +181,36 @@ if (BUILD_TESTS)
181181
# NOTE: The TestProcessExecutor* tests are not the slowest but they invoke processes which max out the system
182182
# and negatively impact the run-time of the other tests
183183
if (TRUE)
184-
fixture_cost(TestProcessExecutorFiles 1.10)
185-
fixture_cost(TestProcessExecutorFS 1.09)
186-
fixture_cost(TestTokenizerCompileLimits 1.08)
187-
fixture_cost(cfg-std_c 1.08)
188-
fixture_cost(TestIO 1.07)
189-
fixture_cost(cfg-std_cpp 1.06)
190-
fixture_cost(TestCondition 1.05)
191-
fixture_cost(TestValueFlow 1.04)
192-
fixture_cost(TestLeakAutoVarRecursiveCountLimit 1.03)
193-
fixture_cost(TestBufferOverrun 1.02)
194-
fixture_cost(TestClass 1.01)
195-
fixture_cost(TestStl 1.00)
184+
fixture_cost(TestProcessExecutorFiles 2.00)
185+
fixture_cost(TestProcessExecutorFS 2.00)
186+
fixture_cost(TestCondition 1.30)
187+
fixture_cost(TestStl 1.30)
188+
fixture_cost(TestTokenizer 1.30)
189+
fixture_cost(cfg-std_c 1.20)
190+
fixture_cost(cfg-std_cpp 1.20)
191+
fixture_cost(TestAutoVariables 1.20)
192+
fixture_cost(TestUninitVar 1.20)
193+
fixture_cost(TestSimplifyTemplate 1.15)
194+
fixture_cost(TestIO 1.15)
195+
fixture_cost(TestBufferOverrun 1.15)
196+
fixture_cost(TestClass 1.15)
197+
fixture_cost(TestNullPointer 1.15)
198+
fixture_cost(TestSuppressions 1.15)
199+
fixture_cost(TestLeakAutoVar 1.10)
200+
fixture_cost(TestSingleExecutorFS 1.10)
201+
fixture_cost(TestLeakAutoVarRecursiveCountLimit 1.05)
202+
fixture_cost(TestThreadExecutorFS 1.05)
203+
fixture_cost(TestThreadExecutorFiles 1.05)
204+
fixture_cost(TestSymbolDatabase 1.05)
205+
fixture_cost(TestSingleExecutorFiles 1.05)
206+
fixture_cost(TestOther 1.05)
207+
fixture_cost(TestValueFlow 1.05)
208+
fixture_cost(cfg-wxwidgets_cpp 1.05)
209+
fixture_cost(cfg-posix_c 1.05)
210+
fixture_cost(cfg-windows32A 1.03)
211+
fixture_cost(cfg-windows32W 1.03)
212+
fixture_cost(cfg-windows64 1.03)
213+
fixture_cost(TestUnusedVar 1.03)
196214
endif()
197215
endif()
198216
endif()

0 commit comments

Comments
 (0)