Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated fixture costs for CTest #6692

Merged
merged 1 commit into from
Aug 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 30 additions & 12 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,18 +181,36 @@ if (BUILD_TESTS)
# NOTE: The TestProcessExecutor* tests are not the slowest but they invoke processes which max out the system
# and negatively impact the run-time of the other tests
if (TRUE)
fixture_cost(TestProcessExecutorFiles 1.10)
fixture_cost(TestProcessExecutorFS 1.09)
fixture_cost(TestTokenizerCompileLimits 1.08)
fixture_cost(cfg-std_c 1.08)
fixture_cost(TestIO 1.07)
fixture_cost(cfg-std_cpp 1.06)
fixture_cost(TestCondition 1.05)
fixture_cost(TestValueFlow 1.04)
fixture_cost(TestLeakAutoVarRecursiveCountLimit 1.03)
fixture_cost(TestBufferOverrun 1.02)
fixture_cost(TestClass 1.01)
fixture_cost(TestStl 1.00)
fixture_cost(TestProcessExecutorFiles 2.00)
fixture_cost(TestProcessExecutorFS 2.00)
fixture_cost(TestCondition 1.30)
fixture_cost(TestStl 1.30)
fixture_cost(TestTokenizer 1.30)
fixture_cost(cfg-std_c 1.20)
fixture_cost(cfg-std_cpp 1.20)
fixture_cost(TestAutoVariables 1.20)
fixture_cost(TestUninitVar 1.20)
fixture_cost(TestSimplifyTemplate 1.15)
fixture_cost(TestIO 1.15)
fixture_cost(TestBufferOverrun 1.15)
fixture_cost(TestClass 1.15)
fixture_cost(TestNullPointer 1.15)
fixture_cost(TestSuppressions 1.15)
fixture_cost(TestLeakAutoVar 1.10)
fixture_cost(TestSingleExecutorFS 1.10)
fixture_cost(TestLeakAutoVarRecursiveCountLimit 1.05)
fixture_cost(TestThreadExecutorFS 1.05)
fixture_cost(TestThreadExecutorFiles 1.05)
fixture_cost(TestSymbolDatabase 1.05)
fixture_cost(TestSingleExecutorFiles 1.05)
fixture_cost(TestOther 1.05)
fixture_cost(TestValueFlow 1.05)
fixture_cost(cfg-wxwidgets_cpp 1.05)
fixture_cost(cfg-posix_c 1.05)
fixture_cost(cfg-windows32A 1.03)
fixture_cost(cfg-windows32W 1.03)
fixture_cost(cfg-windows64 1.03)
fixture_cost(TestUnusedVar 1.03)
endif()
endif()
endif()
Loading