diff -r 657f875b013e -r 73ea206103e6 kerneltest/f32test/server/t_format.cpp --- a/kerneltest/f32test/server/t_format.cpp Fri Jun 11 15:02:23 2010 +0300 +++ b/kerneltest/f32test/server/t_format.cpp Wed Jun 23 19:44:53 2010 +0300 @@ -695,9 +695,9 @@ test_KErrNone(nRes); //-- this will mark the current Mount as "Dismounted" and will instantiate another CMountCB for formatting - fmtMode = EQuickFormat | EForceFormat; + fmtMode = EQuickFormat | EForceFormat; - nRes = format.Open(TheFs, drivePath, fmtMode, fmtCnt); + nRes = format.Open(TheFs, drivePath, fmtMode, fmtCnt); test_KErrNone(nRes); nRes = DoFormatSteps(format, fmtCnt); @@ -877,8 +877,11 @@ PrintDrvInfo(TheFs, gDrive); - if(Is_Win32(TheFs, gDrive)) - return; //-- emulator drive c: + if(Is_SimulatedSystemDrive(TheFs, gDrive)) + { + test.Printf(_L("Skipping T_FORMAT on PlatSim/Emulator drive %C:\n"), gSessionPath[0]); + return; + } SetSessionPath(_L("\\"));