Skip to content
  • Alexander Stein's avatar
    GoogleTest: Add support for skipped tests · 98868dad
    Alexander Stein authored and Brad King's avatar Brad King committed
    Skipped tests are currently reported as successful. Using
    SKIP_REGULAR_EXPRESSION on googletest's output prefix, skipped tests can
    be detected and accounted accordingly.
    Using SKIP_RETURN_CODE is not possible, googletests exit code is not
    affected by skipped tests.
    
    Fixes: #19669
    98868dad