Skip to content
  • Bill Hoffman's avatar
    CTest: Report lines matched by launchers · 1c61d240
    Bill Hoffman authored and Brad King's avatar Brad King committed
    Since launchers show the entire stderr/stdout for a command and only
    skip it if all of the lines are suppressed, it can be hard to tell if
    individual suppressions are working.  Mark up the output reported to
    CDash with a prefix for each line indicating whether it was a matched or
    suppressed warning.  Lines that are suppressed are prefixed with
    `[CTest: warning suppressed]` and lines that match the warning
    expression are prefixed with `[CTest: warning matched]`. This should
    make it easier for people to add suppressions as they will know what
    they need to match and what they have already suppressed. This is an
    issue because if there is more than one warning in a single compiler
    output you have to suppress all of them before it will go away.
    1c61d240