Merge pull request #10677 from gilles-peskine-arm/analyze_outcomes-uncovered-3.6

Outcome analysis: rename IGNORED_TESTS to UNCOVERED_TESTS
This commit is contained in:
Gilles Peskine
2026-04-10 14:51:40 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ class CoverageTask(outcome_analysis.CoverageTask):
r'.*\b(?:' + r'|'.join(words) + r')\b.*',
re.DOTALL)
IGNORED_TESTS = {
UNCOVERED_TESTS = {
'ssl-opt': [
# We don't run ssl-opt.sh with Valgrind on the CI because
# it's extremely slow. We don't intend to change this.