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

Missing test cases for unions #859

Open
tedinski opened this issue Feb 24, 2022 · 1 comment
Open

Missing test cases for unions #859

tedinski opened this issue Feb 24, 2022 · 1 comment
Labels
[C] Internal Tracks some internal work. I.e.: Users should not be affected. [I] CI / Infrastructure Work done to CI, tests and infrastructure.

Comments

@tedinski
Copy link
Contributor

~/rmc/tests$ git grep union
kani/Unit/main.rs:///   - As a variable type in a struct or union
kani/Unit/main.rs:union U {

Just one test of a repr(C) union. We uh, could use some more there.

These may also be good candidate for performance testing, as CBMC may have difficulty with unions.

@zhassan-aws
Copy link
Contributor

Related to #703 and #705.

@tedinski tedinski added [C] Internal Tracks some internal work. I.e.: Users should not be affected. [I] CI / Infrastructure Work done to CI, tests and infrastructure. labels Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C] Internal Tracks some internal work. I.e.: Users should not be affected. [I] CI / Infrastructure Work done to CI, tests and infrastructure.
Projects
None yet
Development

No branches or pull requests

3 participants