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
COMP: Add false-positive error exceptions for expected ITK test output
The ARM CI dashboard reports ci_completed_successfully failure even
when all tests pass (3171/3171) because CTest/CDash pattern-matches
test output from negative test cases as errors. Tests that verify
correct exception handling print "--- ERROR ---" banners,
itk::ExceptionObject traces, and descriptive error messages that are
normal expected output.
Add patterns for additional expected exception descriptions:
- "Transform has not been set"
- "Input parameter list size is not expected size"
- "Input InputImage is required but not set"
0 commit comments