seL4 / sel4test

Test suite for seL4.
http://sel4.systems
Other
25 stars 61 forks source link

Add a test for injecting an IRQ on a vCPU without a TCB associated #114

Closed Ivan-Velickovic closed 8 months ago

Ivan-Velickovic commented 8 months ago

This PR adds a test for a scenario described in https://github.com/seL4/seL4/issues/1199.

Using the following configuration: ../init-build.sh -DPLATFORM=odroidc4 -DSMP=1 -DARM_HYP=1

You will currently see the kernel crash:

KERNEL DATA ABORT!
Faulting instruction: 0x8000012d38
FAR: 0x3a8 ESR (DFSR): 0x96000004
halting...
Kernel entry via Syscall, number: 1, Call
Cap type: 15, Invocation tag: 48

This test is ARM specific. I believe there are no other vCPU tests in sel4test right now so I added a new file.