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
Currently we have some inconsistencies across the tests:
- using TS_ASSERT vs not
- (non TS_ASSERT tests) leaking on error vs not
In practical terms, we are not too worried about the leaks, since the
test failure comes first. As such, convert all the tests to TS_ASSERT().
This means we loose the useful error messages in a few instances, which
could be re-introduced at a later point alongside a TS_ASSERT_MSG()
macro.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: #375
Signed-off-by: Lucas De Marchi <ldemarchi@kernel.org>
0 commit comments