mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
test: add missing ult for isAvailableExtendedScratch
Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c279647cb2
commit
dfe14a2f0d
@@ -1149,6 +1149,11 @@ HWTEST2_F(ProductHelperCommonTest, givenBlitterPreferenceWhenEnablingBlitterOper
|
||||
EXPECT_EQ(expectedBlitterSupport, hardwareInfo.capabilityTable.blitterOperationsSupported);
|
||||
}
|
||||
|
||||
HWTEST2_F(ProductHelperCommonTest, whenCallIsAvailableExtendedSratchThenReturnFalse, IsAtMostXe3Core) {
|
||||
auto &productHelper = getHelper<ProductHelper>();
|
||||
EXPECT_FALSE(productHelper.isAvailableExtendedScratch());
|
||||
}
|
||||
|
||||
HWTEST_F(GfxCoreHelperTest, givenGfxCoreHelperWhenAskingForIsaSystemMemoryPlacementThenReturnFalseIfLocalMemorySupported) {
|
||||
DebugManagerStateRestore restorer;
|
||||
auto &gfxCoreHelper = getHelper<GfxCoreHelper>();
|
||||
|
||||
Reference in New Issue
Block a user