mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 17:13:29 +08:00
removing disabled test
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
20fb14b017
commit
2e2d5584b8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user