Skip to content

[UR][CTS] Temporarily disable urDeviceGetInfoTest.SuccessFanSpeed on L0 V2 Arc B580 - #22837

Closed
ldorau wants to merge 1 commit into
intel:syclfrom
ldorau:URCTS_Temporarily_disable_urDeviceGetInfoTest.SuccessFanSpeed_on_L0_V2_Arc_B580
Closed

[UR][CTS] Temporarily disable urDeviceGetInfoTest.SuccessFanSpeed on L0 V2 Arc B580#22837
ldorau wants to merge 1 commit into
intel:syclfrom
ldorau:URCTS_Temporarily_disable_urDeviceGetInfoTest.SuccessFanSpeed_on_L0_V2_Arc_B580

Conversation

@ldorau

@ldorau ldorau commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

This test fails in CI on the Level Zero V2 adapter with the Intel(R)
Arc(TM) B580 Graphics device:

  Expected equality of these values:
    uur::Result(UR_RESULT_SUCCESS)
      Which is: UR_RESULT_SUCCESS
    uur::Result(urDeviceGetInfo(device, property_name, property_size,
                                &property_value, nullptr))
      Which is: UR_RESULT_ERROR_UNSUPPORTED_FEATURE

zesFanGetState(ZES_FAN_SPEED_UNITS_PERCENT) started to return
ZE_RESULT_ERROR_UNSUPPORTED_FEATURE on Arc(TM) B580 because the User
Mode Driver was updated to v26.27.39122.11 in commit
9b65cb7, but the XE Kernel Mode Driver doesn't have support
for the FAN APIs yet on this device (see KMD Jira VLK-92189).

Disable temporarily via UUR_KNOWN_FAILURE_ON, scoped to the Level Zero
V2 backend and the Arc B580 device name, until the KMD adds Fan API
support.

Fixes: #22812

Ref: KMD Jira VLK-92189

@ldorau

ldorau commented Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

Please review @pbalcer @anvesh-intel @sarnex @intel/unified-runtime-reviewers

@ldorau
ldorau requested review from pbalcer and sarnex July 31, 2026 09:45

@anvesh-intel anvesh-intel left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

…L0 V2 Arc B580

This test fails in CI on the Level Zero V2 adapter with the Intel(R)
Arc(TM) B580 Graphics device:

  Expected equality of these values:
    uur::Result(UR_RESULT_SUCCESS)
      Which is: UR_RESULT_SUCCESS
    uur::Result(urDeviceGetInfo(device, property_name, property_size,
                                &property_value, nullptr))
      Which is: UR_RESULT_ERROR_UNSUPPORTED_FEATURE

zesFanGetState(ZES_FAN_SPEED_UNITS_PERCENT) started to return
ZE_RESULT_ERROR_UNSUPPORTED_FEATURE on Arc(TM) B580 because the User
Mode Driver was updated to v26.27.39122.11 in commit
9b65cb7, but the XE Kernel Mode
Driver doesn't have support for the FAN APIs yet on this device (see
KMD Jira VLK-92189).

Disable temporarily via UUR_KNOWN_FAILURE_ON, scoped to the Level Zero
V2 backend and the Arc B580 device name, until the KMD adds FAN API
support.

Fixes: intel#22812

Ref: KMD Jira VLK-92189

Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
@kweronsx

Copy link
Copy Markdown
Contributor

I would check if this change is still necessary. Please see #22733 (comment):
image

@ldorau

ldorau commented Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

I would check if this change is still necessary. Please see #22733 (comment):

@kweronsx Does it replace UR_RESULT_ERROR_UNSUPPORTED_FEATURE with UR_RESULT_ERROR_UNSUPPORTED_ENUMERATION and gets skipped?

@kweronsx

Copy link
Copy Markdown
Contributor

I would check if this change is still necessary. Please see #22733 (comment):

@kweronsx Does it replace UR_RESULT_ERROR_UNSUPPORTED_FEATURE with UR_RESULT_ERROR_UNSUPPORTED_ENUMERATION and gets skipped?

I believe it should.

@ldorau

ldorau commented Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

It should not be needed since #22733 has been merged.

@ldorau ldorau closed this Jul 31, 2026
@ldorau
ldorau deleted the URCTS_Temporarily_disable_urDeviceGetInfoTest.SuccessFanSpeed_on_L0_V2_Arc_B580 branch August 3, 2026 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unified Runtime Conformance :: device//device-test/urDeviceGetInfoTest/SuccessFanSpeed fails with UR_RESULT_ERROR_UNSUPPORTED_FEATURE

3 participants