Home
last modified time | relevance | path

Searched full:pass (Results 1 – 25 of 33) sorted by relevance

12

/kvm-unit-tests/lib/
H A Dreport.c93 bool pass, bool xfail, bool kfail, bool skip, va_list va) in va_report() argument
96 : xfail ? (pass ? "XPASS" : "XFAIL") in va_report()
97 : kfail ? (pass ? "PASS" : "KFAIL") in va_report()
98 : (pass ? "PASS" : "FAIL"); in va_report()
109 else if (xfail && !pass) in va_report()
111 else if (kfail && !pass) in va_report()
113 else if (xfail || !pass) in va_report()
118 return pass || xfail; in va_report()
121 bool report(bool pass, const char *msg_fmt, ...) in report() argument
127 ret = va_report(msg_fmt, pass, false, false, false, va); in report()
[all …]
H A Dlibcflat.h100 extern bool report(bool pass, const char *msg_fmt, ...)
102 extern bool report_xfail(bool xfail, bool pass, const char *msg_fmt, ...)
104 extern bool report_kfail(bool kfail, bool pass, const char *msg_fmt, ...)
H A Defi.h15 * Define a GUID that we can use to to pass environment variables.
H A Dprintf.c290 * We want to pass our input va_list to helper functions by reference, in vsnprintf()
292 * to us by value, we could just pass &ap down to the helpers. This is in vsnprintf()
/kvm-unit-tests/riscv/
H A Dsbi-tests.h49 bool pass; \
52 pass = report_kfail(kfail, ch_err && ch_val, fmt, ##__VA_ARGS__); \
54 pass = report_kfail(kfail, ch_err, fmt ": %s", ##__VA_ARGS__, expected_error_name); \
56 if (!pass && has_val) \
59 else if (!pass) \
63 pass; \
H A Dflat.lds2 * init::start will pass stacktop to setup() as the base of free memory.
/kvm-unit-tests/
H A D.gitlab-ci.yml53 - grep -q PASS results.txt && ! grep -q FAIL results.txt
67 - grep -q PASS results.txt && ! grep -q FAIL results.txt
81 - grep -q PASS results.txt && ! grep -q FAIL results.txt
113 - grep -q PASS results.txt && ! grep -q FAIL results.txt
127 - grep -q PASS results.txt && ! grep -q FAIL results.txt
142 - grep -q PASS results.txt && ! grep -q FAIL results.txt
195 - grep -q PASS results.txt && ! grep -q FAIL results.txt
208 - grep -q PASS results.txt && ! grep -q FAIL results.txt
223 - grep -q PASS results.txt && ! grep -q FAIL results.txt
236 - grep -q PASS results.txt && ! grep -q FAIL results.txt
[all …]
H A D.travis.yml34 grep -q PASS results.txt && ! grep -q FAIL results.txt ;
H A Drun_tests.sh107 PASS)
/kvm-unit-tests/x86/
H A Dhyperv_clock.c118 bool pass; in check_test() local
126 pass = true; in check_test()
128 pass &= ok[i]; in check_test()
130 report(pass, "TSC reference precision test"); in check_test()
H A Drmap_chain.c44 printf("PASS\n"); in main()
H A Dpmu.c403 bool pass; in verify_event() local
408 pass = count >= e->min && count <= e->max; in verify_event()
409 if (!pass) in verify_event()
412 return pass; in verify_event()
/kvm-unit-tests/arm/
H A Dpsci.c45 bool pass; in psci_invalid_function() local
49 pass = psci_invoke(1337, 0, 0, 0) == PSCI_RET_NOT_SUPPORTED || invalid_function_exception; in psci_invalid_function()
52 return pass; in psci_invalid_function()
H A Dgic.c78 * interrupt as a pass. in wait_for_interrupts()
100 bool pass = true; in check_acked() local
119 pass = false; in check_acked()
125 pass = false; in check_acked()
132 pass = false; in check_acked()
135 return pass; in check_acked()
191 bool pass = true; in check_lpi_hits() local
198 pass = false; in check_lpi_hits()
202 report(pass, "%s", msg); in check_lpi_hits()
H A DMakefile.arm6415 # Don't pass the option to the compiler, we don't
H A Dflat.lds2 * init::start will pass stacktop to setup() as the base of free memory.
/kvm-unit-tests/ci/
H A Dcirrus-ci-macos-i386.yml37 - grep -q PASS results.txt && ! grep -q FAIL results.txt
H A Dcirrus-ci-macos-x86-64.yml41 - grep -q PASS results.txt && ! grep -q FAIL results.txt
H A Dcirrus-ci-fedora.yml74 - grep -q PASS results.txt && ! grep -q FAIL results.txt
/kvm-unit-tests/s390x/snippets/asm/
H A Dpv-diag-308.S43 /* Pass on a special value indicating success */
/kvm-unit-tests/scripts/
H A Druntime.bash5 PASS() { echo -ne "\e[32mPASS\e[0m"; } function
191 print_result "PASS" $testname "$summary"
/kvm-unit-tests/x86/efi/
H A Drun53 # Also, pass in an EFI-specific smp count (i.e., `-smp 1`) as the last argument
/kvm-unit-tests/powerpc/
H A Dsprs.c579 bool pass = true; in main() local
586 pass = false; in main()
589 pass = false; in main()
593 report_kfail(host_is_kvm && i == 136, pass, in main()
598 report(pass, "%-10s(%4d):\t0x%016lx <==> 0x%016lx", in main()
/kvm-unit-tests/docs/
H A Dunittests.txt62 be used to pass arguments into the test case argv. Multiple parameters can
/kvm-unit-tests/lib/s390x/
H A Dinterrupt.c86 * Pass NULL to unregister a previously registered cleanup function.
101 * Pass NULL to unregister a previously registered cleanup function.

12