Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CTS] Treat skipped tests as passes #1416

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

kbenzie
Copy link
Contributor

@kbenzie kbenzie commented Mar 7, 2024

The conformance tests skip tests when a devices returns UR_RESULT_ERROR_UNSUPPORTED_FEATURE and the feature under test is optional. As such, skipped tests count as passes because the device has exhibiting valid behaviour. This patch changes how CTS pass rates are calculated to match.

The conformance tests skip tests when a devices returns
`UR_RESULT_ERROR_UNSUPPORTED_FEATURE` and the feature under test is
optional. As such, skipped tests count as passes because the device has
exhibiting valid behaviour. This patch changes how CTS pass rates are
calculated to match.
@kbenzie kbenzie requested a review from a team as a code owner March 7, 2024 16:23
@kbenzie kbenzie merged commit 24140ee into oneapi-src:main Mar 8, 2024
52 checks passed
@kbenzie kbenzie deleted the benie/cts-tweak-numbers branch June 11, 2024 15:51
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.

2 participants