1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
bug1 test...
before start()...
Run()...
Final()...
exiting...
bug2 test...
thread1 test...
***********************************************
* Testing class Thread without syncronization *
***********************************************
Testing thread creation
- thread should set n to 1...ok
Testing thread is working
- thread should change n...ok
- thread should change n...ok
Testing suspend & resume
- thread should not change n...ok
- thread should not change n...ok
- thread should change n...ok
- thread should change n...ok
Testing recursive suspend & resume
- thread should not change n...ok
- thread should not change n...ok
- thread should not change n...ok
- thread should not change n...ok
- thread should change n...ok
- thread should change n...ok
Testing no suspend on resume
- thread should change n...ok
- thread should change n...ok
Testing resuspend
- thread should not change n...ok
- thread should not change n...ok
Now program should finish... :)
digest test...
0c88028bf3aa6a6a143ed846f2be1ea4
tcpstr1 test...
pippo
url1 test...
All seem ok
|