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 support for conformance groups #194

Open
dthaler opened this issue Feb 5, 2024 · 1 comment
Open

Add support for conformance groups #194

dthaler opened this issue Feb 5, 2024 · 1 comment
Assignees

Comments

@dthaler
Copy link
Collaborator

dthaler commented Feb 5, 2024

Conformance groups are added to draft-ietf-bpf-isa, so the conformance runner should report which groups pass conformance checks.

@dthaler dthaler self-assigned this Feb 9, 2024
@dthaler
Copy link
Collaborator Author

dthaler commented Feb 9, 2024

Most of this was done in PR #196.

However, the draft mentions that some groups include other groups:

base64: includes base32, plus instructions explicitly noted as being in the base64 conformance group
atomic64: includes atomic32, plus 64-bit atomic operation instructions
divmul64: includes divmul32, plus 64-bit division, multiplication, and modulo instructions

How should one specify just 32 bit conformance, E.g., base32+atomic32+divmul32?
I believe the current answer is to use v4 with --exclude_groups base64 atomic64 divmul64
The help text should really provide an example.

Also the help text should the set of strings that are legal to use.

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

No branches or pull requests

1 participant