mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
test: don't use product specific ioctl helper in generic tests
Related-To: NEO-13527 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c5d541dd81
commit
e7a8936d70
@@ -858,6 +858,7 @@ int main(int argc, char **argv) {
|
||||
defaultHwInfo = std::make_unique<HardwareInfo>();
|
||||
*defaultHwInfo = DEFAULT_TEST_PLATFORM::hwInfo;
|
||||
|
||||
debugManager.flags.IgnoreProductSpecificIoctlHelper.set(true);
|
||||
initializeTestedDevice();
|
||||
|
||||
Os::dxcoreDllName = "";
|
||||
|
||||
Reference in New Issue
Block a user