isoalloc icon indicating copy to clipboard operation
isoalloc copied to clipboard

Add tests for the cpp version

Open jvoisin opened this issue 4 years ago • 2 comments

  • [ ] new/delete
  • [ ] new[]/delete[]
  • [ ] size mismatch on delete
  • [ ] std::bad_alloc on invalid new
  • [ ] no exception if configured this way on invalid new
  • [ ] …

jvoisin avatar Sep 07 '21 19:09 jvoisin

Did you try running make cpp_tests ?

struct avatar Sep 11 '21 14:09 struct

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

jvoisin avatar Sep 11 '21 17:09 jvoisin