{% block bootstrap4_extra_head %}{% endblock %} {% block bootstrap4_before_content %}{% endblock %} {% block bootstrap4_content %}
  • Test Report for
    {{ tests_title }}

    {{ test_summary.toolchain_variant_dir }}
  • Summary
    Test Suites
    Test Cases
    Status
    Assertions
    Test Duration
    Time
    hh:mm:ss.mmm,μμμ,nnn
    CPU/Wall
  • All
    {{ test_summary.test_suites_count }}
    Pass
    {{ test_summary.test_suites_passed }}
    Fail
    {{ test_summary.test_suites_failed }}
    Abrt
    {{ test_summary.test_suites_aborted }}
    All
    {{ test_summary.tests_count }}
    Pass
    {{ test_summary.tests_passed }}
    Fail
    {{ test_summary.tests_failed }}
    Abrt
    {{ test_summary.tests_aborted }}
    {{ test_summary.status }}
    All
    {{ test_summary.assertions_count }}
    Pass
    {{ test_summary.assertions_passed }}
    Fail
    {{ test_summary.assertions_failed }}
    Abrt
    {{ test_summary.assertions_aborted }}
    CPU
    Wall
    {{ test_summary.cpu_time_label|safe }}
    {{ test_summary.wall_time_label|safe }}
    {{ test_summary.cpu_wall_percent_label }}
  • Test Suite
    Test Cases
    Status
    Assertions
    Test Duration
    Time
    hh:mm:ss.mmm,μμμ,nnn
    CPU/Wall
  • {% for test_suite in test_suites %}
  • All
    {{ test_suite.tests_count }}
    Pass
    {{ test_suite.tests_passed }}
    Fail
    {{ test_suite.tests_failed }}
    Abrt
    {{ test_suite.tests_aborted }}
    {{ test_suite.status }}
    All
    {{ test_suite.assertions_count }}
    Pass
    {{ test_suite.assertions_passed }}
    Fail
    {{ test_suite.assertions_failed }}
    Abrt
    {{ test_suite.assertions_aborted }}
    CPU
    Wall
    {{ test_suite.cpu_time_label|safe }}
    {{ test_suite.wall_time_label|safe }}
    {{ test_suite.cpu_wall_percent_label }}
  • Test Case
    Status
    Assertions
    Test Duration
    Time
    hh:mm:ss.mmm,μμμ,nnn
    CPU/Wall
  • {% for test_case in test_suite.test_cases %}
  • {{ loop.index }}
    {% if test_case.uri %} {{ test_case.name }} {% else %} {{ test_case.name }} {% endif %}
    {% if test_case.stdout %} {% endif %}
    {{ test_case.status }}
    All
    {{ test_case.assertions }}
    Pass
    {{ test_case.passed }}
    Fail
    {{ test_case.failed }}
    Abrt
    {{ test_case.aborted }}
    CPU
    Wall
    {{ test_case.cpu_time_label|safe }}
    {{ test_case.wall_time_label|safe }}
    {{ test_case.cpu_wall_percent_label }}
  • {% if test_case.stdout %}
  • {% for line in test_case.stdout %} {{ line }}
    {% endfor %}
  • {% endif %} {% endfor %}
    {% endfor %}
{% endblock %} {% block bootstrap4_after_content %}{% endblock %} {% block bootstrap4_extra_script %}{% endblock %}