:orphan: .. index:: pair: enum; trc_report_flags .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323: enum trc_report_flags ===================== Overview ~~~~~~~~ TRC report tool options :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum trc_report_flags { :ref:`TRC_REPORT_NO_TOTAL_STATS` = 0x01, :ref:`TRC_REPORT_NO_PACKAGES_ONLY` = 0x02, :ref:`TRC_REPORT_NO_SCRIPTS` = 0x04, :ref:`TRC_REPORT_STATS_ONLY` = 0x08, :ref:`TRC_REPORT_NO_UNSPEC` = 0x10, :ref:`TRC_REPORT_NO_SKIPPED` = 0x20, :ref:`TRC_REPORT_NO_EXP_PASSED` = 0x40, :ref:`TRC_REPORT_NO_EXPECTED` = 0x80, :ref:`TRC_REPORT_KEEP_ARTIFACTS` = 0x40000, :ref:`TRC_REPORT_NO_STATS_NOT_RUN` = 0x100, :ref:`TRC_REPORT_NO_KEYS` = 0x200, :ref:`TRC_REPORT_KEYS_ONLY` = 0x400, :ref:`TRC_REPORT_KEYS_FAILURES` = 0x800, :ref:`TRC_REPORT_KEYS_SANITY` = 0x1000, :ref:`TRC_REPORT_KEYS_EXPECTED` = 0x2000, :ref:`TRC_REPORT_KEYS_UNEXPECTED` = 0x4000, :ref:`TRC_REPORT_WILD_VERBOSE` = 0x80000, :ref:`TRC_REPORT_KEYS_SKIP_PASSED_UNSPEC` = 0x8000, :ref:`TRC_REPORT_KEYS_SKIP_FAILED_UNSPEC` = 0x10000, :ref:`TRC_REPORT_UPDATE_DB` = 0x20000, }; .. _details-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ TRC report tool options Enum Values ----------- .. index:: pair: enumvalue; TRC_REPORT_NO_TOTAL_STATS .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323aa3b1d5ef7369683d30b093369e632118: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_NO_TOTAL_STATS Hide grand total statistics .. index:: pair: enumvalue; TRC_REPORT_NO_PACKAGES_ONLY .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323a1e3e717b9ff9dee37373b7de35dea469: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_NO_PACKAGES_ONLY Hide packages only statistics .. index:: pair: enumvalue; TRC_REPORT_NO_SCRIPTS .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323a027b09a031d09a7aeec509c2c48d8a84: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_NO_SCRIPTS Hide scripts .. index:: pair: enumvalue; TRC_REPORT_STATS_ONLY .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323a434f2119612f7434f8144bbea2b6553e: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_STATS_ONLY Show statistics only .. index:: pair: enumvalue; TRC_REPORT_NO_UNSPEC .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323ad21824f4a7d16e18b8fddfcd1d00ae10: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_NO_UNSPEC Hide entries with no obtained result .. index:: pair: enumvalue; TRC_REPORT_NO_SKIPPED .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323aef4ababec5113aecd6b965ed75c44261: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_NO_SKIPPED Hide skipped iterations .. index:: pair: enumvalue; TRC_REPORT_NO_EXP_PASSED .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323a87811988f21b6ead5b93878eb4215fc7: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_NO_EXP_PASSED Hide passed as expected iterations .. index:: pair: enumvalue; TRC_REPORT_NO_EXPECTED .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323a24e84273e69c21348d5685af3b330309: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_NO_EXPECTED Hide all expected iterations .. index:: pair: enumvalue; TRC_REPORT_KEEP_ARTIFACTS .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323a2e3dc8ff011ea16875a3e2eb0afd9c55: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_KEEP_ARTIFACTS Keep entries with artifacts regardless hiding options .. index:: pair: enumvalue; TRC_REPORT_NO_STATS_NOT_RUN .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323a097102f93a171cf5f79834797c89fd3a: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_NO_STATS_NOT_RUN Hide entries with unexpected not run statistic .. index:: pair: enumvalue; TRC_REPORT_NO_KEYS .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323afa5e813048d9403fe25b5eb9bbcdd25d: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_NO_KEYS Hide actual key entries .. index:: pair: enumvalue; TRC_REPORT_KEYS_ONLY .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323ae2f2c6654f3a40767bb412fcf692ecd0: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_KEYS_ONLY Show only keys table .. index:: pair: enumvalue; TRC_REPORT_KEYS_FAILURES .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323a2b463718308c3dedd1fa5212b7962af3: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_KEYS_FAILURES Keys table for failures .. index:: pair: enumvalue; TRC_REPORT_KEYS_SANITY .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323adb62596ceec6299deffd3c05b503f274: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_KEYS_SANITY Perform keys sanity check .. index:: pair: enumvalue; TRC_REPORT_KEYS_EXPECTED .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323aa54630ac5cb1e957b346e5606d4b06a5: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_KEYS_EXPECTED Keys for expected behaviour .. index:: pair: enumvalue; TRC_REPORT_KEYS_UNEXPECTED .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323ad4ea72fdc6f228fffaaa8e91bc61165b: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_KEYS_UNEXPECTED Keys for unexpected behaviour .. index:: pair: enumvalue; TRC_REPORT_WILD_VERBOSE .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323a862ce2958741a63d95ae2a98b9595471: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_WILD_VERBOSE Show wildcards for distinct verdicts, result statuses .. index:: pair: enumvalue; TRC_REPORT_KEYS_SKIP_PASSED_UNSPEC .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323a4042fd9cdb7bec9c78ea04b9f6c9d523: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_KEYS_SKIP_PASSED_UNSPEC Do not report unspecified key, if test passed with verdict .. index:: pair: enumvalue; TRC_REPORT_KEYS_SKIP_FAILED_UNSPEC .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323ac0887fbea03f72d37d3f03b0798f4b0e: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_KEYS_SKIP_FAILED_UNSPEC Do not report unspecified key, if test failed w/wo verdict .. index:: pair: enumvalue; TRC_REPORT_UPDATE_DB .. _doxid-trc__report_8h_1ab596b99cca9109533bfe21f9ff5b1323af8fcbe8ca16baff3fabc1dba3c93d5ba: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_REPORT_UPDATE_DB Update TRC database