/kvm-unit-tests/ |
H A D | .gitlab-ci.yml | 53 - 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 162 - if grep -q FAIL results.txt ; then exit 1 ; fi 180 - if grep -q FAIL results.txt ; then exit 1 ; fi 195 - grep -q PASS results.txt && ! grep -q FAIL results.txt 208 - grep -q PASS results.txt && ! grep -q FAIL results.txt [all …]
|
H A D | .travis.yml | 34 grep -q PASS results.txt && ! grep -q FAIL results.txt ;
|
H A D | run_tests.sh | 119 FAIL)
|
/kvm-unit-tests/lib/arm/ |
H A D | spinlock.c | 14 u32 val, fail; in spin_lock() local 29 : "=&r" (val), "=&r" (fail) in spin_lock() 32 } while (fail); in spin_lock()
|
/kvm-unit-tests/lib/arm64/ |
H A D | spinlock.c | 15 u32 val, fail; in spin_lock() local 29 : "=&r" (val), "=&r" (fail) in spin_lock() 32 } while (fail); in spin_lock()
|
/kvm-unit-tests/riscv/ |
H A D | selftest.c | 48 bool fail = false; in check_smp() local 59 fail = true; in check_smp() 63 report(!fail, "All secondaries are idle"); in check_smp()
|
/kvm-unit-tests/lib/s390x/ |
H A D | malloc_io.h | 28 * The allocation will assert the size parameter, will fail if the 29 * underlying page allocator fail or in the case of protected
|
/kvm-unit-tests/lib/libfdt/ |
H A D | fdt_ro.c | 52 goto fail; in fdt_get_string() 57 goto fail; in fdt_get_string() 62 goto fail; in fdt_get_string() 65 goto fail; in fdt_get_string() 74 goto fail; in fdt_get_string() 79 goto fail; in fdt_get_string() 87 goto fail; in fdt_get_string() 94 fail: in fdt_get_string() 308 goto fail; in fdt_get_name() 322 goto fail; in fdt_get_name() [all …]
|
/kvm-unit-tests/scripts/ |
H A D | runtime.bash | 7 FAIL() { echo -ne "\e[31mFAIL\e[0m"; } function 203 print_result "FAIL" $testname "" "timeout; duration=$timeout" 209 print_result "FAIL" $testname "" "terminated on $signame" 216 print_result "FAIL" $testname "$summary"
|
H A D | check-patch.py | 58 print(" ❌ FAIL one or more commits failed scripts/checkpatch.pl")
|
H A D | vmm.bash | 5 # that use the command line will fail without this parameter.
|
/kvm-unit-tests/x86/ |
H A D | access.c | 762 printf("FAIL: %s\n", buf); in ac_test_check() 945 printf("corrupt_hugepage_trigger test fail\n"); in corrupt_hugepage_trigger() 967 printf("%s: prepare fail\n", __FUNCTION__); in check_pfec_on_prefetch_pte() 972 printf("%s: check PFEC on prefetch pte path fail\n", in check_pfec_on_prefetch_pte() 1008 printf("%s: read on the first mapping fail.\n", __FUNCTION__); in check_large_pte_dirty_for_nowp() 1015 printf("%s: write on the second mapping fail.\n", __FUNCTION__); in check_large_pte_dirty_for_nowp() 1022 printf("%s: write on the first mapping fail.\n", __FUNCTION__); in check_large_pte_dirty_for_nowp() 1058 printf("%s: SMEP prepare fail\n", __FUNCTION__); in check_smep_andnot_wp() 1073 printf("%s: check SMEP without wp fail\n", __FUNCTION__); in check_smep_andnot_wp() 1181 printf("%s: read access at1 fail\n", __FUNCTION__); in check_effective_sp_permissions() [all …]
|
H A D | pmu_pebs.c | 324 printf("FAIL: The applicable_counters (0x%lx) doesn't match with pmc_bitmask (0x%lx).\n", in check_pebs_records() 327 printf("FAIL: The pebs_record_size (%d) doesn't match with expected record size (%d).\n", in check_pebs_records() 330 …printf("FAIL: The pebs_data_cfg (0x%lx) doesn't match with the effective MSR_PEBS_DATA_CFG (0x%lx)… in check_pebs_records()
|
H A D | svm_tests.c | 685 goto fail; in test_ioio() 692 goto fail; in test_ioio() 696 goto fail; in test_ioio() 700 goto fail; in test_ioio() 706 goto fail; in test_ioio() 711 goto fail; in test_ioio() 717 goto fail; in test_ioio() 723 goto fail; in test_ioio() 729 goto fail; in test_ioio() 734 goto fail; in test_ioio() [all …]
|
H A D | vmx.c | 15 * 5. vmenter fail handler to handle direct failure of vmenter 312 printf("FAIL: VMWRITE/VMREAD %lx (expected: %lx, actual: %lx)\n", in check_vmcs_field() 680 printf("VM-Fail on %s: ", result->instr); in print_vmentry_failure_info() 1746 * Tries to enter the guest, populates @result with VM-Fail, VM-Exit, entered, 2018 report(result.vm_fail, "VM-Fail occurred as expected"); in enter_guest_with_bad_controls() 2020 "FLAGS set correctly on VM-Fail"); in enter_guest_with_bad_controls()
|
/kvm-unit-tests/ci/ |
H A D | cirrus-ci-macos-i386.yml | 37 - grep -q PASS results.txt && ! grep -q FAIL results.txt
|
H A D | cirrus-ci-macos-x86-64.yml | 41 - grep -q PASS results.txt && ! grep -q FAIL results.txt
|
H A D | cirrus-ci-fedora.yml | 74 - grep -q PASS results.txt && ! grep -q FAIL results.txt
|
/kvm-unit-tests/s390x/ |
H A D | firq.c | 58 /* This must not fail because we have at least 3 CPUs */ in test_wait_state_delivery()
|
H A D | mvpg-sie.c | 50 * behind the mvpg. It makes sure we fail the tests above if in test_mvpg_pei()
|
H A D | pv-attest.c | 73 * unsealing the request. However, this unsealing will fail as the in test_attest_v1()
|
/kvm-unit-tests/powerpc/ |
H A D | atomics.c | 91 /* This is implementation specific, so don't fail */ in test_lwarx_stwcx() 207 /* This is implementation specific, so don't fail */ in test_lqarx_stqcx()
|
H A D | spapr_vpa.c | 153 /* TCG known fail, could be wrong test, must verify against PowerVM */ in test_vpa()
|
/kvm-unit-tests/docs/ |
H A D | unittests.txt | 113 Optional timeout in seconds, after which the test will be killed and fail. Can
|
/kvm-unit-tests/lib/ |
H A D | report.c | 98 : (pass ? "PASS" : "FAIL"); in va_report()
|