Gilles Peskine 764c2d3013 PSA test case generation: dependency inference class: operation fail
Use psa_information.TestCase for operation failure test cases.

This changes the generated output in two ways:

* Not-implemented mechanisms now have a `DEPENDENCY_NOT_IMPLEMENTED_YET_xxx`
  dependency in addition to the never-fulfilled `PSA_WANT_xxx` dependency.
  This does not affect when test cases run.
* ECC test cases now have correct dependency symbols, e.g.
  `PSA_WANT_ECC_SECP_R1_192` instead of `PSA_WANT_ECC_FAMILY_SECP_R1`. This
  is a bug fix: ECC test cases were formerly never executed because of
  incorrect dependency symbols.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-04-11 22:00:54 +02:00
..
__init__.py Documentation typo 2022-10-14 15:34:06 +02:00
asymmetric_key_data.py Add test data for secp192r1 2024-01-09 09:53:54 +01:00
build_tree.py Update headers 2023-11-03 12:04:52 +00:00
c_build_helper.py Update headers 2023-11-03 12:04:52 +00:00
c_parsing_helper.py Fix parsing of C line comments 2024-01-08 21:06:47 +01:00
c_wrapper_generator.py Add review exception warning 2024-01-04 17:28:59 +01:00
crypto_data_tests.py Update new license headers 2023-11-13 11:45:12 +00:00
crypto_knowledge.py Add test data for secp192r1 2024-01-09 09:53:54 +01:00
macro_collector.py Update headers 2023-11-03 12:04:52 +00:00
psa_information.py PSA test case generation: dependency inference class: operation fail 2024-04-11 22:00:54 +02:00
psa_storage.py Update headers 2023-11-03 12:04:52 +00:00
test_case.py Update headers 2023-11-03 12:04:52 +00:00
test_data_generation.py Update headers 2023-11-03 12:04:52 +00:00
typing_util.py Update headers 2023-11-03 12:04:52 +00:00