occlum/test/exit_group
Tate, Hongliang Tian a3ad465ce3 Fix SGX simulation mode broken by the interrupt subsystem
The new interrupt subsystem breaks the simulation mode in two ways:

1. The signal 64 is not handled by Intel SGX SDK in simulation mode. A
handled real-time signal crashes the process.

2. The newly-enabled test case exit_group depends on interrupts. But
enclave interrupts, like enclave exceptions, are not supported in
simulation mode.

This commit ensures signal 64 is ignored by default and exit_group test
case is not enabled in simulation mode.
2020-07-11 14:19:41 +00:00
..
main.c Fix SGX simulation mode broken by the interrupt subsystem 2020-07-11 14:19:41 +00:00
Makefile Workaround exit_group syscall 2019-11-07 13:34:53 +00:00