Remove the 'death' tasks from the demo as on Win2K and WinXP the behaviour of the TerminateThread() function is such that resources leak and eventually the 'death' tests will fail.

This commit is contained in:
Richard Barry 2010-11-22 16:11:16 +00:00
parent 97ce25072a
commit 93b74b6f8d
3 changed files with 1 additions and 13 deletions

View file

@ -43,7 +43,6 @@ IF EXIST FreeRTOS Goto END
copy ..\Common\include\QPeek.h DemoTasks\include
copy ..\Common\include\flop.h DemoTasks\include
copy ..\Common\include\recmutex.h DemoTasks\include
copy ..\Common\include\death.h DemoTasks\include
copy ..\Common\Minimal\BlockQ.c DemoTasks
copy ..\Common\Minimal\integer.c DemoTasks
copy ..\Common\Minimal\semtest.c DemoTasks
@ -51,6 +50,5 @@ IF EXIST FreeRTOS Goto END
copy ..\Common\Minimal\GenQTest.c DemoTasks
copy ..\Common\Minimal\QPeek.c DemoTasks
copy ..\Common\Minimal\flop.c DemoTasks
copy ..\Common\Minimal\death.c DemoTasks
: END