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

Add a skip counter for unsupported and check it #658

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Conversation

ia0
Copy link
Member

@ia0 ia0 commented Oct 25, 2024

During development it can happen that a bug returns unsupported instead of failing. We want to detect those cases. Using a skip counter is an approximation. But since for almost all tests it is zero, then it's actually exact.

During development it can happen that a bug returns unsupported instead of failing. We want to
detect those cases. Using a skip counter is an approximation. But since for almost all tests it is
zero, then it's actually exact.
@ia0 ia0 added crate:interpreter Modifies the interpreter for:maintainability Improves maintainers life labels Oct 25, 2024
@ia0 ia0 requested a review from ia0-review October 25, 2024 08:56
@ia0 ia0 merged commit 4cf9d5a into google:main Oct 25, 2024
21 checks passed
@ia0 ia0 deleted the unsupported branch October 25, 2024 09:09
@zhouwfang
Copy link
Member

#46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate:interpreter Modifies the interpreter for:maintainability Improves maintainers life
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants