mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
revert: disabled deferred deleter on DG2
Related-To: NEO-7532 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e6181d7933
commit
6b6e112412
@@ -13,6 +13,6 @@ using Dg2ProductHelperWindows = ProductHelperTestWindows;
|
||||
|
||||
HWTEST_EXCLUDE_PRODUCT(ProductHelperTest, givenProductHelperWhenCheckingIsMultiContextResourceDeferDeletionSupportedThenReturnFalse, IGFX_DG2);
|
||||
|
||||
HWTEST2_F(Dg2ProductHelperWindows, givenProductHelperWhenCheckingIsMultiContextResourceDeferDeletionSupportedThenReturnTrue, IsDG2) {
|
||||
EXPECT_TRUE(productHelper->isMultiContextResourceDeferDeletionSupported());
|
||||
HWTEST2_F(Dg2ProductHelperWindows, givenProductHelperWhenCheckingIsMultiContextResourceDeferDeletionSupportedThenReturnFalse, IsDG2) {
|
||||
EXPECT_FALSE(productHelper->isMultiContextResourceDeferDeletionSupported());
|
||||
}
|
||||
Reference in New Issue
Block a user