mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
test: Fixed test for queue priority levels
Related-To: NEO-14572 Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d552c5b85a
commit
930cb2f25a
@@ -2034,7 +2034,7 @@ HWTEST_F(GfxCoreHelperTest, givenCommandCacheInvalidateFlagSetWhenProgrammingBar
|
||||
EXPECT_TRUE(pipeControl->getCommandCacheInvalidateEnable());
|
||||
}
|
||||
|
||||
TEST_F(GfxCoreHelperTest, whenGetQueuePriorityLevelsQueriedThen2IsReturned) {
|
||||
HWTEST2_F(GfxCoreHelperTest, whenGetQueuePriorityLevelsQueriedThen2IsReturned, IsAtMostXe3Core) {
|
||||
auto &gfxCoreHelper = getHelper<GfxCoreHelper>();
|
||||
EXPECT_EQ(2u, gfxCoreHelper.getQueuePriorityLevels());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user