equal
deleted
inserted
replaced
57 } |
57 } |
58 } |
58 } |
59 |
59 |
60 TInt failCount = 1; |
60 TInt failCount = 1; |
61 TBool completed = EFalse; |
61 TBool completed = EFalse; |
62 iAllocTestStepResult = EPass; // XXX check?? assume pass |
62 iAllocTestStepResult = EPass; // TODO check?? assume pass |
63 TBool reachedEnd = EFalse; // Note: declare outside loop to help with debugging |
63 TBool reachedEnd = EFalse; // Note: declare outside loop to help with debugging |
64 |
64 |
65 aPlayer->UseSharedHeap(); //-Enable UseSharedHeap to test controller alloc failures |
65 aPlayer->UseSharedHeap(); //-Enable UseSharedHeap to test controller alloc failures |
66 |
66 |
67 for(;;) |
67 for(;;) |