[go: up one dir, main page]

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 tests for the cpp version #30

Open
6 tasks
jvoisin opened this issue Sep 7, 2021 · 2 comments
Open
6 tasks

Add tests for the cpp version #30

jvoisin opened this issue Sep 7, 2021 · 2 comments

Comments

@jvoisin
Copy link
Contributor
jvoisin commented Sep 7, 2021
  • new/delete
  • new[]/delete[]
  • size mismatch on delete
  • std::bad_alloc on invalid new
  • no exception if configured this way on invalid new
@struct
Copy link
Owner
struct commented Sep 11, 2021

Did you try running make cpp_tests ?

@jvoisin
Copy link
Contributor Author
jvoisin commented Sep 11, 2021

Yes, but they only check that things are ~working, but not that isoalloc is catching bad things™

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

2 participants