enum trc_report_flags

Overview

TRC report tool options More…

#include <trc_report.h>

enum trc_report_flags {
    TRC_REPORT_NO_TOTAL_STATS          = 0x01,
    TRC_REPORT_NO_PACKAGES_ONLY        = 0x02,
    TRC_REPORT_NO_SCRIPTS              = 0x04,
    TRC_REPORT_STATS_ONLY              = 0x08,
    TRC_REPORT_NO_UNSPEC               = 0x10,
    TRC_REPORT_NO_SKIPPED              = 0x20,
    TRC_REPORT_NO_EXP_PASSED           = 0x40,
    TRC_REPORT_NO_EXPECTED             = 0x80,
    TRC_REPORT_KEEP_ARTIFACTS          = 0x40000,
    TRC_REPORT_NO_STATS_NOT_RUN        = 0x100,
    TRC_REPORT_NO_KEYS                 = 0x200,
    TRC_REPORT_KEYS_ONLY               = 0x400,
    TRC_REPORT_KEYS_FAILURES           = 0x800,
    TRC_REPORT_KEYS_SANITY             = 0x1000,
    TRC_REPORT_KEYS_EXPECTED           = 0x2000,
    TRC_REPORT_KEYS_UNEXPECTED         = 0x4000,
    TRC_REPORT_WILD_VERBOSE            = 0x80000,
    TRC_REPORT_KEYS_SKIP_PASSED_UNSPEC = 0x8000,
    TRC_REPORT_KEYS_SKIP_FAILED_UNSPEC = 0x10000,
    TRC_REPORT_UPDATE_DB               = 0x20000,
};

Detailed Documentation

TRC report tool options

Enum Values

TRC_REPORT_NO_TOTAL_STATS

Hide grand total statistics

TRC_REPORT_NO_PACKAGES_ONLY

Hide packages only statistics

TRC_REPORT_NO_SCRIPTS

Hide scripts

TRC_REPORT_STATS_ONLY

Show statistics only

TRC_REPORT_NO_UNSPEC

Hide entries with no obtained result

TRC_REPORT_NO_SKIPPED

Hide skipped iterations

TRC_REPORT_NO_EXP_PASSED

Hide passed as expected iterations

TRC_REPORT_NO_EXPECTED

Hide all expected iterations

TRC_REPORT_KEEP_ARTIFACTS

Keep entries with artifacts regardless hiding options

TRC_REPORT_NO_STATS_NOT_RUN

Hide entries with unexpected not run statistic

TRC_REPORT_NO_KEYS

Hide actual key entries

TRC_REPORT_KEYS_ONLY

Show only keys table

TRC_REPORT_KEYS_FAILURES

Keys table for failures

TRC_REPORT_KEYS_SANITY

Perform keys sanity check

TRC_REPORT_KEYS_EXPECTED

Keys for expected behaviour

TRC_REPORT_KEYS_UNEXPECTED

Keys for unexpected behaviour

TRC_REPORT_WILD_VERBOSE

Show wildcards for distinct verdicts, result statuses

TRC_REPORT_KEYS_SKIP_PASSED_UNSPEC

Do not report unspecified key, if test passed with verdict

TRC_REPORT_KEYS_SKIP_FAILED_UNSPEC

Do not report unspecified key, if test failed w/wo verdict

TRC_REPORT_UPDATE_DB

Update TRC database