summaryrefslogtreecommitdiffstats
path: root/rtemsspec/validation.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* validation: Add nested test case remarksSebastian Huber2023-11-271-4/+13
* validation: Add test-ident substitutionSebastian Huber2023-07-211-0/+7
* items: Derive ItemCache from dictSebastian Huber2023-06-141-1/+1
* Update company nameSebastian Huber2023-05-191-1/+1
* validation: Add group for performance measurementsSebastian Huber2023-05-081-0/+3
* items: Remove ${spec} substitutionSebastian Huber2023-05-081-0/+6
* spec: Use ${.:/step}Sebastian Huber2023-05-081-17/+11
* content: Add get_value_unspecified_type()Sebastian Huber2023-05-081-1/+6
* spec: Place test suites in design groupsSebastian Huber2023-03-141-1/+2
* validation: Derive names from item UIDsSebastian Huber2023-02-161-23/+19
* Replace type comment with ":" annotationSebastian Huber2023-01-031-11/+11
* Format with yapf version 0.32.0Sebastian Huber2023-01-031-0/+7
* spec: Add "memory-benchmark" item typeSebastian Huber2022-09-281-0/+1
* items: Add create_unique_link()Sebastian Huber2022-09-021-5/+4
* validation: Add augment_with_test_case_links()Sebastian Huber2022-09-021-22/+43
* validation: Support optional perf measurementsSebastian Huber2021-11-251-3/+15
* validation: Add optional begin/end time pointSebastian Huber2021-11-251-0/+8
* validation: Add test context type supportSebastian Huber2021-11-251-0/+2
* validation: Move support code before fixtureSebastian Huber2021-11-081-3/+3
* validation: Add mapper for unspecified functionsSebastian Huber2021-09-241-0/+2
* validation: Fix skipping of transition variantsSebastian Huber2021-09-221-19/+51
* validation: Fix pre-condition state handlingSebastian Huber2021-09-141-9/+42
* validation: Fix transition variants skipSebastian Huber2021-09-141-4/+4
* validation: Fix empty test contextSebastian Huber2021-09-021-5/+9
* validation: Add ${.:/test-context-type}Sebastian Huber2021-08-171-1/+18
* validation: Simplify mapper customizationSebastian Huber2021-08-171-10/+7
* spec2modules.py: Add target files optionSebastian Huber2021-08-171-3/+10
* validation: Add ${.:skip} for action requirementsSebastian Huber2021-08-161-11/+64
* validation: Move parts of loop body to a functionSebastian Huber2021-08-161-8/+17
* validation: Move map index/entry to contextSebastian Huber2021-08-161-28/+39
* validation: Simplify pre-condition N/A supportSebastian Huber2021-08-161-19/+7
* validation: Support freestanding test casesSebastian Huber2021-07-301-10/+23
* validation: Support test cases in build objectsSebastian Huber2021-07-211-1/+11
* validation: Split fileSebastian Huber2021-06-161-640/+5
* validation: Let skip reasons overwriteSebastian Huber2021-05-141-31/+52
* validation: Support glossary term pluralsSebastian Huber2021-05-121-1/+2
* validation: Fix N/A pre-condition handlingSebastian Huber2021-05-061-17/+28
* validation: Fix remove duplicate pre-condsSebastian Huber2021-05-051-1/+1
* validation: Reliably remove duplicate pre-condsSebastian Huber2021-05-051-6/+5
* validation: More compact post-conditionsSebastian Huber2021-04-191-21/+49
* validation: Assign run parameters earlySebastian Huber2021-04-191-8/+12
* validation: Avoid use of uint0_tSebastian Huber2021-04-191-1/+1
* validation: Add get_post_conditions()Sebastian Huber2021-04-131-0/+49
* validation: Reject more duplicatesSebastian Huber2021-03-251-7/+8
* validation: The skip entry flag must be 0 or 1Sebastian Huber2021-03-251-4/+5
* validation: Check more before discarding variantsSebastian Huber2021-03-251-1/+5
* validation: Take N/A pre-conditions into accountSebastian Huber2021-03-231-30/+36
* validation: Add TransitionMap.skip_idx_to_name()Sebastian Huber2021-03-221-3/+16
* validation: Add TransitionMap.get_variants()Sebastian Huber2021-03-221-1/+28
* validation: SimplifySebastian Huber2021-03-221-2/+2