kerneltest/e32test/misc/testexclusions.h
changeset 300 1d28c8722707
parent 286 48e57fb1237e
equal deleted inserted replaced
293:0659d0e1a03c 300:1d28c8722707
    30 
    30 
    31 // Bit masks to disable different tests
    31 // Bit masks to disable different tests
    32 
    32 
    33 // To disable invoking PowerController::PowerDown  
    33 // To disable invoking PowerController::PowerDown  
    34 const TUint KDisableControllerShutdown = 0x1;
    34 const TUint KDisableControllerShutdown = 0x1;
       
    35 // To disable test t_entropysources on platforms/configurations known to have no entropy source
       
    36 const TUint KDisableEntropySourceCheck = 0x2;
    35 
    37 
    36 TInt GetExclusionFromFile(TUint& aTestExclusion)
    38 TInt GetExclusionFromFile(TUint& aTestExclusion)
    37 	{
    39 	{
    38 	RFs theFs;
    40 	RFs theFs;
    39 	TInt r = KErrNone;
    41 	TInt r = KErrNone;