summaryrefslogtreecommitdiff
path: root/cts/interrupt/cts.testlist
diff options
context:
space:
mode:
Diffstat (limited to 'cts/interrupt/cts.testlist')
-rw-r--r--cts/interrupt/cts.testlist12
1 files changed, 12 insertions, 0 deletions
diff --git a/cts/interrupt/cts.testlist b/cts/interrupt/cts.testlist
index 01d6c1b06e..6e0265ed60 100644
--- a/cts/interrupt/cts.testlist
+++ b/cts/interrupt/cts.testlist
@@ -25,6 +25,18 @@ CTS_TEST(test_task_disable_irq)
*/
CTS_TEST(test_nested_interrupt_low_high)
+/* Test nested interrupt. Higher priority IRQ is fired, followed by
+ * lower priority IRQ. Handlers should be executed sequentially.
+ *
+ * P1 *-----*
+ * / \
+ * P2 / *-----*
+ * / \
+ * task_cts ----* *----
+ * B C A D
+ */
+CTS_TEST(test_nested_interrupt_high_low)
+
/*
* Other ideas
*