aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/sgx/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-11selftests/sgx: Remove extra newlines in test outputReinette Chatre1-2/+2
2022-02-11selftests/sgx: Ensure enclave data available during debug printReinette Chatre1-2/+2
2022-02-11selftests/sgx: Do not attempt enclave build without valid enclaveReinette Chatre1-0/+1
2021-12-17selftests/sgx: Fix corrupted cpuid macro invocationJarkko Sakkinen1-3/+2
2021-11-15selftests/sgx: Add test for multiple TCS entryReinette Chatre1-0/+32
2021-11-15selftests/sgx: Add page permission and exception testReinette Chatre1-0/+134
2021-11-15selftests/sgx: Rename test properties in preparation for more enclave testsReinette Chatre1-16/+16
2021-11-15selftests/sgx: Provide per-op parameter structs for the test enclaveJarkko Sakkinen1-32/+36
2021-11-15selftests/sgx: Add a new kselftest: Unclobbered_vdso_oversubscribedJarkko Sakkinen1-0/+75
2021-11-15selftests/sgx: Move setup_test_encl() to each TEST_F()Jarkko Sakkinen1-4/+15
2021-11-15selftests/sgx: Encpsulate the test enclave creationJarkko Sakkinen1-18/+26
2021-11-15selftests/sgx: Dump segments and /proc/self/maps only on failureJarkko Sakkinen1-11/+12
2021-11-15selftests/sgx: Create a heap for the test enclaveJarkko Sakkinen1-1/+1
2021-06-15selftests/sgx: Refine the test enclave to have storageJarkko Sakkinen1-12/+45
2021-06-15selftests/sgx: Add EXPECT_EEXIT() macroJarkko Sakkinen1-3/+11
2021-06-15selftests/sgx: Dump enclave memory mapJarkko Sakkinen1-0/+14
2021-06-15selftests/sgx: Migrate to kselftest harnessJarkko Sakkinen1-85/+92
2021-06-15selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'Jarkko Sakkinen1-12/+13
2021-03-24selftests/sgx: Use getauxval() to simplify test codeTianjia Zhang1-20/+4
2021-03-19selftests/sgx: Improve error detection and messagesDave Hansen1-1/+1
2020-11-18selftests/x86: Add a selftest for SGXJarkko Sakkinen1-0/+246