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
tests: Require run-fail ui tests to have an exit code (SIGABRT not ok)
Normally a `run-fail` ui test shall not be terminated by a signal like
SIGABRT. So begin having that as a hard requirement.
Some of our current tests do terminate by a signal however. Introduce
and use `run-crash` for those tests.
0 commit comments