mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
test: cleanup in common matchers
IsAtLeastGen12LP / IsNotWithinXeGfxFamily / IsNotXe2HpgCore / IsWithinXeHpgCoreAndXe3Core / IsWithinXeHpcCoreAndXe3Core -> deleted IsAtLeastXeHpCore -> IsAtLeastXeCore IsBeforeXeHpCore / IsBeforeXeHpgCore / IsAtMostXeHpCore -> IsGen12LP IsXeHpOrXeHpgCore -> IsXeHpgCore IsXeHpOrXeHpcCore -> IsXeHpcCore IsNotXeHpOrXeHpgCore -> IsNotXeHpgCore IsNotXeHpOrXeHpcCore -> IsNotXeHpcCore IsWithinXeGfxFamily / IsXeHpcOrXeHpgCore / IsXeHpOrXeHpcOrXeHpgCore -> IsXeCore IsNotXeHpgOrXeHpcCore -> IsNotXeCore IsWithinXeHpCoreAndXe2HpgCore -> IsWithinXeCoreAndXe2HpgCore IsXeHpcCoreOrXe2HpgCore -> IsWithinXeHpcCoreAndXe2HpgCore IsWithinXeHpCoreAndXe3Core -> IsWithinXeCoreAndXe3Core IsXe2HpgCoreOrXe3Core -> IsWithinXe2HpgCoreAndXe3Core IsAtLeastBmg -> IsAtLeastXe2HpgCore IsBeforeXeHpcCore -> IsAtMostXeHpgCore IsBeforeXe2HpgCore / IsAtMostArl / IsAtMostXeHpcCore -> IsAtMostXeCore Related-To: NEO-12681 Signed-off-by: Jaroslaw Warchulski <jaroslaw.warchulski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
670d47d27c
commit
49152d957f
@@ -1289,7 +1289,7 @@ TEST_F(DeviceTests, WhenIsStateSipRequiredIsCalledThenCorrectValueIsReturned) {
|
||||
device->executionEnvironment->rootDeviceEnvironments[0].reset(backupenv);
|
||||
}
|
||||
|
||||
HWTEST2_F(DeviceTests, GivenXeHpAndLaterThenDefaultPreemptionModeIsThreadGroup, IsWithinXeGfxFamily) {
|
||||
HWTEST2_F(DeviceTests, GivenXeHpAndLaterThenDefaultPreemptionModeIsThreadGroup, IsXeCore) {
|
||||
EXPECT_EQ(PreemptionMode::ThreadGroup, defaultHwInfo->capabilityTable.defaultPreemptionMode);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user