You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current interrupt test implementation for ARM assumes the availability of NVIC, which is only present on the Cortex-M devices.
A GIC-based implementation should be implemented for the Cortex-R and Cortex-A devices. Note that not all Cortex-R devices make use of the GIC, in which case the interrupt test should either be filtered out or executed partially.
The current
interrupt
test implementation for ARM assumes the availability ofNVIC
, which is only present on the Cortex-M devices.A GIC-based implementation should be implemented for the Cortex-R and Cortex-A devices. Note that not all Cortex-R devices make use of the GIC, in which case the interrupt test should either be filtered out or executed partially.
List of failed tests: https://gist.github.com/stephanosio/3b4e575d04759f436ea9dcd0241b6eb3
Failure log: https://gist.github.com/f78db00e94c9dd6b1fe67d18b647cf33
The text was updated successfully, but these errors were encountered: