test: add missing ult for isAvailableExtendedScratch

Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
Katarzyna Cencelewska
2025-08-27 14:11:09 +00:00
committed by Compute-Runtime-Automation
parent c279647cb2
commit dfe14a2f0d

View File

@@ -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>();