You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a branch where, if I add one more #[test] to core then valgrind will abort with an internal assertion failure. I don't have the message here but the valgrind source indicates its a sanity check about function size. Presumably our test harness is generating a main function that is larger than anything valgrind expects to see in the real world.