Actions
Optimization #4795
closedRemove PASS_IF macro from the FAIL/PASS API
Effort:
Difficulty:
Label:
C
Description
According to the discussion in this PR https://github.com/OISF/suricata/pull/5485
it was agreed that having a PASS_IF macro could lead to unittests checks that would
not have the PASS as the final call, or to the test-writing logic having to be reverted
to write the PASS_IF, after all the FAIL_IF checks.
Adding a ticket to keep this well documented/tracked.
Actions