| This testcase exercises ThreadReference.Status command for the Thread which has started and finished.
At first the test starts Status006Debuggee which runs
the tested thread which starts and finishes.
Then the tests performs the ThreadReference.Status command
for tested thread.
It is expected that:
- returned thread status is ZOMBIE status;
- returned suspend status is not SUSPEND_STATUS_SUSPENDED status;
|