[UR][CTS] Temporarily disable urDeviceGetInfoTest.SuccessFanSpeed on L0 V2 Arc B580 - #22837
Closed
ldorau wants to merge 1 commit into
Conversation
Contributor
Author
|
Please review @pbalcer @anvesh-intel @sarnex @intel/unified-runtime-reviewers |
…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>
Contributor
|
I would check if this change is still necessary. Please see #22733 (comment): |
Contributor
Author
@kweronsx Does it replace |
Contributor
I believe it should. |
Contributor
Author
|
It should not be needed since #22733 has been merged. |
ldorau
deleted the
URCTS_Temporarily_disable_urDeviceGetInfoTest.SuccessFanSpeed_on_L0_V2_Arc_B580
branch
August 3, 2026 07:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This test fails in CI on the Level Zero V2 adapter with the Intel(R)
Arc(TM) B580 Graphics device:
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