kerneltest/e32test/nkernsa/threadbasic.cpp
branchRCL_3
changeset 43 c1f20ce4abcf
parent 0 a41df078684a
child 44 3e88ff8f41d5
--- a/kerneltest/e32test/nkernsa/threadbasic.cpp	Thu Aug 19 11:14:22 2010 +0300
+++ b/kerneltest/e32test/nkernsa/threadbasic.cpp	Tue Aug 31 16:34:26 2010 +0300
@@ -413,7 +413,7 @@
 				}
 			}
 		}
-	TEST_RESULT(RANGE_CHECK(0, pointA, delta), "pointA");
+	TEST_RESULT(RANGE_LQ(pointA, delta), "pointA");
 	if (aCpu != this_cpu)
 		{
 		TEST_RESULT(RANGE_CHECK(TUint32(aSpin1), pointB, TUint32(aSpin1)+delta), "pointB");
@@ -1246,6 +1246,7 @@
 	NThreadGroup* group = aJoin ? &TG1 : 0;
 	SNThreadGroupCreateInfo ginfo;
 	ginfo.iCpuAffinity = 0xffffffff;
+	ginfo.iDestructionDfc = 0;	//FIXME
 	TInt r = KErrNone;
 	if (group)
 		r = NKern::GroupCreate(group, ginfo);