removing disabled test

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2020-11-30 23:19:33 +01:00
committed by Compute-Runtime-Automation
parent 20fb14b017
commit 2e2d5584b8

View File

@@ -157,14 +157,6 @@ TEST_F(PageTableTests48, WhenPageTableIsCreatedThenItIsEmpty) {
EXPECT_TRUE(pageTable->isEmpty());
}
TEST_F(PageTableTests48, DISABLED_mapSizeZero) {
std::unique_ptr<PPGTTPageTable> pageTable(new PPGTTPageTable(&allocator));
EXPECT_TRUE(pageTable->isEmpty());
auto phys1 = pageTable->map(0x0, 0x0, 0, MemoryBanks::MainBank);
std::cerr << phys1 << std::endl;
}
TEST_F(PageTableTests48, WhenAssigningWalkerThenWalkIsExecutedCorrectly) {
std::unique_ptr<PPGTTPageTable> pageTable(new PPGTTPageTable(&allocator));
uintptr_t addr1 = refAddr + (510 * pageSize) + 0x10;