Updated test case descriptions

This commit is contained in:
dario 2024-02-14 13:49:03 +01:00
parent 25b41578c4
commit 7dbccbbdf7
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ namespace sta
signal->notify(); signal->notify();
// This should notify the watchdog that this thread should be monitored. // This should notify the watchdog that this thread should not be monitored.
blocking( blocking(
pointless_expensive_computation(); pointless_expensive_computation();
) )

View File

@ -1,12 +1,12 @@
/* /*
* case10.cpp * case11.cpp
* *
* Created on: Feb 7, 2024 * Created on: Feb 7, 2024
* Author: Dario * Author: Dario
*/ */
/** /**
* Tests if threads are properly terminated and started because of state transitions. The thread status is updated accordingly and no memory leaks occur. * Tests if a thread with IGNORED status is properly ignored.
*/ */
#include <sta/tasty/config.hpp> #include <sta/tasty/config.hpp>
#ifdef TASTY_CASE_11 #ifdef TASTY_CASE_11