Searched full:xpass (Results 1 – 14 of 14) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsmin/ |
H A D | run-ptest | 2 … || $NF=="XPASS"){printf "%s: %s\n", $NF, $0}else{print}}'| awk '{if ($NF=="PASS" || $NF=="FAIL" |…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fuse/fuse3/ |
H A D | run-ptest | 3 … || $NF=="XPASS"){printf "%s: %s\n", $NF, $0}else{print}}'| awk '{if ($NF=="PASS" || $NF=="FAIL" |…
|
/openbmc/openbmc/poky/meta/recipes-support/libpcre/libpcre/ |
H A D | Makefile | 96 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 98 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 129 result_count $$1 "XPASS:" $$xpass "$$red"; \
|
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/ |
H A D | autotest-automake-result-format.patch | 75 + at_am_msg="XPASS" 76 at_res=xpass
|
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/ |
H A D | selftest | 27 print("# XPASS: %s" % str(xpasscount)) 75 print("XPASS: %s (file: %s)" % (testid.strip("."), os.path.basename(patch)))
|
/openbmc/u-boot/test/py/ |
H A D | multiplexed_log.css | 84 .status-xpass {
|
H A D | multiplexed_log.py | 253 passed_bcs = passed_bcs.not(":has(.status-xpass)"); 612 self._note("status-xpass", msg, anchor)
|
H A D | conftest.py | 398 log.status_xpass('%d xpass' % len(tests_xpassed))
|
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/ |
H A D | 0004-Add-a-new-distro-feature-ptest.patch | 44 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | binutils.py | 15 …for v in ["PASS", "FAIL", "XPASS", "XFAIL", "UNRESOLVED", "UNSUPPORTED", "UNTESTED", "ERROR", "WAR…
|
H A D | glibc.py | 17 …for v in ["PASS", "FAIL", "XPASS", "XFAIL", "UNRESOLVED", "UNSUPPORTED", "UNTESTED", "ERROR", "WAR…
|
H A D | gcc.py | 15 …for v in ["PASS", "FAIL", "XPASS", "XFAIL", "UNRESOLVED", "UNSUPPORTED", "UNTESTED", "ERROR", "WAR…
|
/openbmc/qemu/ |
H A D | .patchew.yml | 100 {% grep_C output regex="\b(FAIL|XPASS|ERROR|WARN|error:|warning:)" n=3 %} 108 {% grep_C output regex="\b(FAIL|XPASS|ERROR|WARN|error:|warning:)" n=3 %}
|
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | report.py | 23 … 'failed': ['FAILED', 'failed', 'FAIL', 'ERROR', 'error', 'UNKNOWN', 'XPASS'],
|