[rtems commit] build: Exclude performance test if RTEMS_GCOV_COVERAGE

Sebastian Huber sebh at rtems.org
Fri Nov 3 06:01:26 UTC 2023


Module:    rtems
Branch:    master
Commit:    06f3780d604ed0433daebe5fb1c32d4073f5ba46
Changeset: http://git.rtems.org/rtems/commit/?id=06f3780d604ed0433daebe5fb1c32d4073f5ba46

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Aug  1 17:12:59 2022 +0200

build: Exclude performance test if RTEMS_GCOV_COVERAGE

The code coverage build is usually done without compiler optimizations.
This results in long performance test runtimes and useless performance
results.

---

 spec/build/testsuites/validation/performance-no-clock-0.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/spec/build/testsuites/validation/performance-no-clock-0.yml b/spec/build/testsuites/validation/performance-no-clock-0.yml
index 28d1ff7592..af47b308fa 100644
--- a/spec/build/testsuites/validation/performance-no-clock-0.yml
+++ b/spec/build/testsuites/validation/performance-no-clock-0.yml
@@ -5,7 +5,8 @@ copyrights:
 - Copyright (C) 2020 embedded brains GmbH & Co. KG
 cppflags: []
 cxxflags: []
-enabled-by: true
+enabled-by:
+  not: RTEMS_GCOV_COVERAGE
 features: c cprogram
 includes: []
 ldflags: []



More information about the vc mailing list