Home
last modified time | relevance | path

Searched full:fail (Results 1 – 25 of 39) sorted by relevance

12

/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
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.yml34 grep -q PASS results.txt && ! grep -q FAIL results.txt ;
H A Drun_tests.sh119 FAIL)
/kvm-unit-tests/lib/arm/
H A Dspinlock.c14 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 Dspinlock.c15 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 Dselftest.c48 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 Dmalloc_io.h28 * 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 Dfdt_ro.c52 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 Druntime.bash7 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 Dcheck-patch.py58 print(" ❌ FAIL one or more commits failed scripts/checkpatch.pl")
H A Dvmm.bash5 # that use the command line will fail without this parameter.
/kvm-unit-tests/x86/
H A Daccess.c762 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 Dpmu_pebs.c324 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 Dsvm_tests.c685 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 Dvmx.c15 * 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 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/
H A Dfirq.c58 /* This must not fail because we have at least 3 CPUs */ in test_wait_state_delivery()
H A Dmvpg-sie.c50 * behind the mvpg. It makes sure we fail the tests above if in test_mvpg_pei()
H A Dpv-attest.c73 * unsealing the request. However, this unsealing will fail as the in test_attest_v1()
/kvm-unit-tests/powerpc/
H A Datomics.c91 /* 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 Dspapr_vpa.c153 /* TCG known fail, could be wrong test, must verify against PowerVM */ in test_vpa()
/kvm-unit-tests/docs/
H A Dunittests.txt113 Optional timeout in seconds, after which the test will be killed and fail. Can
/kvm-unit-tests/lib/
H A Dreport.c98 : (pass ? "PASS" : "FAIL"); in va_report()

12