aboutsummaryrefslogtreecommitdiff
path: root/tests/suites/helpers.function
AgeCommit message (Expand)AuthorFilesLines
2020-07-02tests: Isolate mbedtls_param_failed() long jumpRonald Cron1-13/+60
2020-07-02tests: Isolate mbedtls_param_failed() call checkRonald Cron1-22/+50
2020-07-02tests: Move mbedtls_param_failed() call location recordRonald Cron1-5/+34
2020-06-12tests: Move random helper functionsRonald Cron1-141/+0
2020-06-12tests: Add random.c and random.h filesRonald Cron1-0/+1
2020-06-12tests: Move generic helper functionsRonald Cron1-144/+0
2020-06-12tests: Add helpers.c and helpers.h filesRonald Cron1-0/+1
2020-06-10tests: Move generic macros to macros.hRonald Cron1-83/+0
2020-06-10tests: Add macros.h include fileRonald Cron1-0/+2
2020-06-10tests: helpers: Update static qualifiersRonald Cron1-5/+5
2020-02-03Merge remote-tracking branch 'upstream-public/development' into developmentGilles Peskine1-3/+35
2020-01-21If ASSERT_ALLOC_WEAK fails, mark the test as skipped, not passedGilles Peskine1-5/+3
2019-11-29Change ASSERT_ALLOC to take a size in elements, not bytesGilles Peskine1-12/+13
2019-11-29New macro ASSERT_ALLOC to allocate memory in testsGilles Peskine1-3/+34
2019-11-15Merge remote-tracking branch 'myfork-public/development' into merge-crypto-de...Gilles Peskine1-2/+3
2019-09-18Give a type name to test_infoGilles Peskine1-2/+3
2019-09-11New test helper macro ASSERT_ALLOC_WEAKGilles Peskine1-0/+20
2019-09-11Report step number when a test case failsGilles Peskine1-0/+14
2019-08-08Merge branch 'psa-api-1.0-beta' into merge-psa-api-branch-into-developmentJanos Follath1-8/+0
2019-08-06Merge 'mbedtls/development' into merge-crypto-development-20190806Gilles Peskine1-3/+33
2019-07-31Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-b...Gilles Peskine1-13/+13
2019-07-31Merge remote-tracking branch 'tls/development' into developmentJaeden Amero1-7/+7
2019-07-05Add TEST_ASSUME macro to allow skipping tests at runtimeHanno Becker1-3/+33
2019-06-21Merge remote-tracking branch 'origin/pr/2697' into developmentJaeden Amero1-6/+6
2019-06-21Merge remote-tracking branch 'origin/pr/2053' into developmentJaeden Amero1-7/+7
2019-06-13Make test suites compatible with #include <assert.h>Gilles Peskine1-6/+6
2019-06-13Make test suites compatible with #include <assert.h>Gilles Peskine1-6/+6
2019-06-05Create PSA-specific helper function fileGilles Peskine1-8/+0
2019-02-15Write documentation for TEST_ASSERTAndrzej Kurek1-0/+8
2019-02-14Merge branch 'development-psa-proposed' into developmentJaeden Amero1-27/+182
2019-01-31Merge development commit 8e76332 into development-psaAndrzej Kurek1-19/+178
2018-12-28Change file scoping of test helpers.functionSimon Butcher1-7/+7
2018-12-20Move MIN and MAX macros from PSA tests to helpers.functionGilles Peskine1-0/+17
2018-12-20New test macro TEST_EQUALGilles Peskine1-1/+11
2018-12-20Move the PSA_ASSERT macro to the common helpers fileGilles Peskine1-0/+8
2018-12-20Add a safety check to ARRAY_LENGTHGilles Peskine1-2/+34
2018-12-19Add parameter validation for the GCM modulek-stachowiak1-1/+0
2018-12-17Move the ARRAY_LENGTH macro to the common helpers fileGilles Peskine1-0/+3
2018-12-13Improve some documentation and ChangeLog entryManuel Pégourié-Gonnard1-1/+1
2018-12-12Make TEST_VALID_PARAM() available unconditionallyManuel Pégourié-Gonnard1-1/+7
2018-12-12Fix some whitespace issuesManuel Pégourié-Gonnard1-4/+4
2018-12-12Improve wording in documentation and ChangeLogManuel Pégourié-Gonnard1-2/+2
2018-12-11Change ASSERT_ALLOC to take a size in elements, not bytesGilles Peskine1-12/+13
2018-12-11Fix a few style / whitespace issuesManuel Pégourié-Gonnard1-1/+0
2018-12-11Fix test macro that was too lenientManuel Pégourié-Gonnard1-1/+1
2018-12-11Document AES functions and fix free() functionsManuel Pégourié-Gonnard1-0/+27
2018-12-11Skip param validation tests if custom macro usedManuel Pégourié-Gonnard1-27/+11
2018-12-11Fix const-ness in mbedtls_param_failed()Manuel Pégourié-Gonnard1-1/+3
2018-12-11Fix arity of the PARAM_FAILED() macro and functionManuel Pégourié-Gonnard1-1/+1
2018-12-11Change the use of setjmp/longjmp in parameter failure callbackSimon Butcher1-98/+63