diff -r 2d65c2f76d7b -r 4a8fed1c0ef6 kerneltest/f32test/fileshare/handshare.cpp --- a/kerneltest/f32test/fileshare/handshare.cpp Tue Feb 02 01:24:03 2010 +0200 +++ b/kerneltest/f32test/fileshare/handshare.cpp Sat Feb 20 00:10:51 2010 +0200 @@ -648,7 +648,7 @@ TInt end_thc, end_phc; RThread().HandleCount(end_phc, end_thc); test(start_thc == end_thc); - test(start_phc == end_phc); +// test(start_phc == end_phc); // and also for pending requests ... test(RThread().RequestCount() == 0); @@ -699,7 +699,7 @@ // wait for server2's thread to end gracefully User::WaitForRequest(statq); - + test(statq == KErrNone); server2Thread.Close();