Merge branch 'topic/4205-various-fixes' into 'qualkit-4502'

Various qualkit updates

See merge request eng/das/cov/gnatcoverage-qualification!36

The modifications include:

* TOR: Refinements over the expected execution environment
* TOR: remove index entry definitions
* PLANS: Remove duplicate revision history section

(cherry picked from commit 772afba72ae4014b866562d04b6f3fd8c5f8d5dd)
This commit is contained in:
Léo Creuse
2025-09-29 15:18:43 +00:00
parent e0a7d6fe36
commit 435d0d95fa
9 changed files with 4 additions and 43 deletions

View File

@@ -9,7 +9,7 @@ project:
'prj_toolset_bold': '**GNATcoverage**',
'prj_switches': '<none>',
'prj_platform': 'TBD',
'prj_host_platform': 'TBD',
'prj_host_platform': 'linux',
'prj_RTS': 'No --RTS switch expected. Programs shall honor the :ref:`language-scope` restrictions, nevertheless.',
'prj_dump_trigger': ':literal:`--dump-triger=atexit`',
'prj_dump_channel': ':literal:`--dump-channel=bin-file`',

View File

@@ -2,14 +2,6 @@
GNATcoverage - |tool_standard| Qualification Material: |doc_title|
===================================================================
.. rubric:: Revision History
.. csv-table::
:delim: &
:header: "Version #", "Date", "Comment"
|release| & |today| & Initial version
.. toctree::
:maxdepth: 1

View File

@@ -1,9 +1,6 @@
Source coverage TORs for Ada
============================
.. index::
single: Ada; Toplevel Requirement Group
This is split in several parts, one per coverage criterion of
relevance:
@@ -13,4 +10,3 @@ relevance:
stmt
decision
mcdc

View File

@@ -3,16 +3,9 @@ Decision Coverage (DC) assessments
Decision Coverage (DC) TORs and Testcases for Ada
.. index::
pair: Ada; DECISION Coverage
single: Requirements; Ada DECISION Coverage
This is split in several parts:
.. qmlink:: SubsetIndexImporter
*

View File

@@ -3,16 +3,9 @@ Modified Condition/Decision Coverage (MCDC) assessments
Modified Condition/Decision Coverage (MCDC) TORs and Testcases for Ada
.. index::
pair: Ada; MCDC Coverage
single: Requirements; Ada MCDC Coverage
This is split in several parts:
.. qmlink:: SubsetIndexImporter
*

View File

@@ -1,15 +1,9 @@
Statement Coverage (SC) assessments
===================================
.. index::
pair: Ada; STATEMENT Coverage
single: Requirements; Ada STATEMENT Coverage
This is split in several parts:
.. qmlink:: SubsetIndexImporter
*

View File

@@ -3,9 +3,6 @@ Source coverage TORs and Testcases for C
Source coverage TORs and Testcases for C
.. index::
single: C; Toplevel Requirement Group
This is split in several parts, one per target coverage criterion of relevance:
%(subset-index)s

View File

@@ -3,10 +3,6 @@ Statement Coverage (SC) TORs and Testcases for C
Statement Coverage (SC) TORs and Testcases for C
.. index::
pair: C; STATEMENT Coverage
single: Requirements; C STATEMENT Coverage
This is split in several parts:
%(subset-index)s

View File

@@ -27,9 +27,9 @@ matching process.
:widths: 5, 30, 60
:delim: /
e1 / Host Operating System name and version / |prj_host_platform|
e2 / GNATcoverage executable name and version / |gnatcov_version|
e3 / GNAT Pro compiler executable name and version / |gnatpro_version|
e1 / Host Operating System family / |prj_host_platform|
e2 / GNATcoverage version / |gnatcov_version|
e3 / GNAT Pro platform version / |gnatpro_version|
s1 / GNAT Pro compilation switches / |prj_switches|
s2 / GNAT Pro Runtime Library Profile / |prj_RTS|
s3 / GNATcov dump trigger switch value / |prj_dump_trigger|