kerneltest/e32test/mmu/t_ramall.cpp
branchRCL_3
changeset 41 0ffb4e86fcc9
parent 39 2bb754abd467
--- a/kerneltest/e32test/mmu/t_ramall.cpp	Mon Jun 21 17:12:14 2010 +0300
+++ b/kerneltest/e32test/mmu/t_ramall.cpp	Thu Jul 15 20:11:42 2010 +0300
@@ -602,8 +602,6 @@
 		TestMultipleContiguousAllocations(10, PageSize * 1024, PageShift + 10);
 		UnfragmentMemory(ETrue, ETrue, EFalse);
 
-		// Temporarily disable these tests until errors they cause are fixed.
-#if 0
 		test.Next(_L("TestMultipleContiguousAllocations with repeated movable and discardable allocations"));
 		FragmentMemory(PageSize, PageSize * 2, EFalse, EFalse, ETrue);
 		TestMultipleContiguousAllocations(20, PageSize * 2, PageShift);
@@ -620,7 +618,7 @@
 		FragmentMemory(PageSize * 32, PageSize * 64, ETrue, EFalse, ETrue);
 		TestMultipleContiguousAllocations(20, PageSize * 1024, PageShift + 10);
 		UnfragmentMemory(ETrue, EFalse, ETrue);
-#endif
+
 		gobbler.Close();
 		r = User::FreeLogicalDevice(KGobblerLddFileName);
 		test_KErrNone(r);