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 6153c2b52d..01d6c1b06e 100644
--- a/cts/interrupt/cts.testlist
+++ b/cts/interrupt/cts.testlist
@@ -13,6 +13,18 @@ CTS_TEST(test_task_wait_event)
/* Test task_disable_irq */
CTS_TEST(test_task_disable_irq)
+/* Test nested interrupt. Lower priority IRQ is fired, followed by
+ * higher priority IRQ. Handler executions should be nested.
+ *
+ * P1 *-----*
+ * / \
+ * P2 *----* *----*
+ * / \
+ * task_cts ----* *----
+ * A B C D
+ */
+CTS_TEST(test_nested_interrupt_low_high)
+
/*
* Other ideas
*