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