mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
ULT renaming: HW Info Setup tests
Related-To: NEO-2236 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
bcf946357d
commit
b9a185df76
@ -13,7 +13,7 @@
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
TEST(SklDeviceIdTest, supportedDeviceId) {
|
||||
TEST(SklDeviceIdTest, GivenSupportedDeviceIdThenHardwareInfoIsCorrect) {
|
||||
std::array<DeviceDescriptor, 30> expectedDescriptors = {{
|
||||
{0x0901, &SKL_1x2x6::hwInfo, &SKL_1x2x6::setupHardwareInfo, GTTYPE_GT1},
|
||||
{0x1902, &SKL_1x2x6::hwInfo, &SKL_1x2x6::setupHardwareInfo, GTTYPE_GT1},
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
TEST(SklHwInfoConfig, givenHwInfoErrorneousConfigString) {
|
||||
TEST(SklHwInfoConfig, GivenIncorrectDataWhenConfiguringHwInfoThenErrorIsReturned) {
|
||||
if (IGFX_SKYLAKE != productFamily) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user