Skip to content
Snippets Groups Projects
Commit f4a59854 authored by Monty Brandenberg's avatar Monty Brandenberg
Browse files

Unit test fixups. Mac/Linux detect memory leak due to llwarns, try/catch cleanup.

Our logging holds on to a changing bit of memory between operations and the memory
leak detection I'm using senses this and complains.  So, for now, disable the
final memory check on Mac & Linux, leave it active on Windows.  Solve this for
real some other day.  Add try/catch blocks to do cleanup in unit tests that go
wrong so that we don't get a cascade of assertion failures when subsequent tests
find singletons still alive.
parent 28a04400
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment