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.
Updated by Juliana Fajardini Reichow about 3 years ago
- Related to Optimization #4066: Add a PASS_IF_NULL macro to the FAIL/PASS API added
Updated by Juliana Fajardini Reichow about 3 years ago
- Status changed from In Progress to In Review
PR for review: https://github.com/OISF/suricata/pull/6546
Updated by Juliana Fajardini Reichow about 3 years ago
- Status changed from In Review to Closed
Actions