summaryrefslogtreecommitdiff
path: root/cts/task/cts.testlist
diff options
context:
space:
mode:
Diffstat (limited to 'cts/task/cts.testlist')
-rw-r--r--cts/task/cts.testlist9
1 files changed, 8 insertions, 1 deletions
diff --git a/cts/task/cts.testlist b/cts/task/cts.testlist
index 7c8c5757df..25dbcc313a 100644
--- a/cts/task/cts.testlist
+++ b/cts/task/cts.testlist
@@ -16,4 +16,11 @@ CTS_TEST(test_task_switch)
* has a higher priority, C should run first. This should result in C running
* one more time than A (or B).
*/
-CTS_TEST(test_task_priority) \ No newline at end of file
+CTS_TEST(test_task_priority)
+
+/*
+ * Test stack overflow. CTS task overflows the stack and it should be detected
+ * when task switch happens. Reboot is expected.
+ * TODO: Verify stack overflow detection and reboot.
+ */
+CTS_TEST(test_stack_overflow) \ No newline at end of file