aboutsummaryrefslogtreecommitdiff
path: root/util/all_tests.go
AgeCommit message (Expand)AuthorFilesLines
2024-06-10Remove Knights Landing and Knights Mill logicDavid Benjamin1-2/+0
2024-05-23Add error string to JSON test result outputRoland Shoemaker1-3/+3
2024-03-17Make ninja run_tests output less confusingDavid Benjamin1-1/+1
2023-07-03Configure explicitly whether to shard testsDavid Benjamin1-6/+1
2023-04-25Re-add go:build ignore linesDavid Benjamin1-0/+2
2023-02-16Revert go:build ignore linesDavid Benjamin1-2/+0
2023-01-31Mark standalone Go scripts with go:build ignoreDavid Benjamin1-13/+15
2022-07-08Use GTest's built-in sharding featureDavid Benjamin1-70/+15
2020-04-08Update list of tested SDE configurations.Adam Langley1-5/+12
2020-02-14Skip RSATest.DISABLED_BlindingCacheConcurrency in SDE.David Benjamin1-44/+23
2020-01-17Restore ARM CPU variation tests on builders.David Benjamin1-1/+1
2019-10-18Add urandom_test to all_tests.jsonAdam Langley1-4/+30
2019-01-03Add a CFI tester to CHECK_ABI.David Benjamin1-2/+7
2018-11-16Move JSON test results code into a common module.David Benjamin1-64/+8
2018-11-15Simulate other ARM CPUs when running tests.David Benjamin1-15/+57
2017-09-28Make all_tests.go output cleaner.David Benjamin1-19/+29
2017-07-26x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results.David Benjamin1-0/+1
2017-07-17Use -chip_check_exe_only to work around SDE VDSO issues.David Benjamin1-1/+10
2017-06-08Run GTest-based tests in parallel.David Benjamin1-2/+87
2017-05-10Add a flag to configure the path to the SDE executable.David Benjamin1-1/+2
2017-05-05Move cipher/ into crypto/fipsmodule/Adam Langley1-1/+1
2017-05-02Put spaces between arguments of failed tests.Adam Langley1-1/+1
2017-04-21Add CAVP GCMVS Known Answer tests.Martin Kreichgauer1-1/+1
2017-04-12Add AESVS KAT vectors (CBC and ECB only).Martin Kreichgauer1-4/+4
2017-04-12Run unit tests concurrently by default.Adam Langley1-1/+2
2017-02-07Combine stdout and stderr in all_test.goDavid Benjamin1-7/+6
2017-02-03Support running tests under Intel SDE.Adam Langley1-13/+70
2017-01-21Do a cursory conversion of a few tests to GTest.David Benjamin1-0/+8
2016-09-21Improve -valgrind error-handling.David Benjamin1-1/+1
2016-03-03Adding scripts to generate line coverage.Steven Valdez1-0/+11
2016-03-02Fix up all_tests.go parallelism support.David Benjamin1-7/+8
2016-03-02Making all_tests.go parallelizableSteven Valdez1-7/+41
2015-09-03Markdown-ify BUILDING.David Benjamin1-2/+2
2015-06-16Move test configuration into a separate file.Adam Langley1-57/+35
2015-05-21Add malloc test support to unit tests.David Benjamin1-5/+59
2015-05-20Add infrastructure for reference counts.Adam Langley1-0/+1
2015-05-11Add evp_test, loosely based on upstream's version.David Benjamin1-4/+6
2015-05-11Rename evp_test to evp_extra_test.David Benjamin1-1/+1
2015-05-11Add file-based test framework and convert hmac_test.David Benjamin1-1/+1
2015-05-07Add support for CMAC (RFC 4493).Adam Langley1-0/+1
2015-04-06runner and all_tests should exit with failure on failing tests.David Benjamin1-8/+9
2015-04-06Add the is_unexpected key to the test output.David Benjamin1-3/+8
2015-03-31Add native support for onces and thread-local storage.Adam Langley1-0/+1
2015-03-18Add AEADs for AES-CTR with HMAC-SHA256.Adam Langley1-0/+2
2015-02-17Add support for Chromium's JSON test result format.David Benjamin1-4/+79
2015-02-11Replace all_tests.sh with a test runner in Go.David Benjamin1-0/+153