Home
last modified time | relevance | path

Searched refs:failure (Results 1 – 25 of 68) sorted by relevance

123

/qemu/tests/tcg/s390x/
H A Dmc.S23 j failure
26 j failure
35 j failure
38 jne failure
40 jne failure
42 jne failure
46 jne failure
48 failure: label
H A Dlpswe-early.S19 j failure
23 jne failure
25 jne failure
27 jne failure
29 failure: label
H A Dssm-early.S20 j failure
24 jne failure
26 jne failure
28 jne failure
30 failure: label
H A Dstosm-early.S20 j failure
24 jne failure
26 jne failure
28 jne failure
30 failure: label
H A Dexrl-ssm-early.S20 j failure
26 jne failure
28 jne failure
30 jne failure
32 failure: label
H A Dprecise-smc-softmmu.S27 cgijne %r1,42,failure
37 failure: label
42 jne failure
44 jne failure
56 .quad 0x200180000000,failure /* cc is from addition */
H A Dlpsw.S18 j failure
22 jne failure
24 failure: label
H A Dclm.S10 jle failure
13 failure: label
17 jne failure
H A Dcksm.S11 jne failure
13 failure: label
17 jne failure
H A Dicm.S11 jne failure
14 failure: label
18 jne failure
H A Dpgm-specification-softmmu.S23 jne failure
29 jne failure
31 failure: label
H A Dstpq.S8 jne failure
10 failure: label
H A DMakefile.softmmu-target4 QEMU_OPTS+=-action panic=exit-failure -nographic -serial chardev:output $(EXTFLAGS) -kernel
/qemu/tests/qemu-iotests/
H A D257253 def test_bitmap_sync(bsync_mode, msync_mode='bitmap', failure=None): argument
287 preposition = "with" if failure else "without"
289 "{:s} failure".format(failure) if failure
304 if failure == 'intermediate':
351 if failure == 'intermediate':
374 if ((bsync_mode == 'on-success' and not failure) or
381 cancel=(failure == 'simulated'))
386 if bsync_mode == 'always' and failure == 'intermediate':
432 expected_match=failure != 'intermediate')
433 if not failure or bsync_mode == 'always':
[all …]
H A D026207 echo === Avoid cluster leaks after temporary failure ===
224 echo === Avoid freeing preallocated zero clusters on failure ===
H A D135.out3 === Verify image open and failure ====
H A D289.out3 === Avoid freeing external data clusters on failure ===
H A D28950 echo === Avoid freeing external data clusters on failure ===
H A D188.out16 == verify open failure with wrong password ==
H A D134.out26 == verify pattern failure with wrong password ==
H A D182.out51 === Testing failure to loosen restrictions ===
/qemu/tests/tcg/aarch64/
H A Dsme-fmopa-1.c52 goto failure; in main()
58 failure: in main()
/qemu/qapi/
H A Drun-state.json368 # @exit-failure: Shutdown the VM and exit with nonzero status
374 'data': [ 'pause', 'shutdown', 'exit-failure', 'none' ] }
631 # Emitted when a memory failure occurs on host side.
658 # Hardware memory failure occurs, handled by recipient.
660 # @hypervisor: memory failure at QEMU process address space. (none
663 # @guest: memory failure at guest memory,
674 # Actions taken by QEMU in response to a hardware memory failure.
676 # @ignore: the memory failure could be ignored. This will only be the
679 # @inject: memory failure occurred in guest memory, the guest enabled
683 # @fatal: the failure is unrecoverable. This occurs for
[all …]
H A Dtransaction.json14 # This action can be used to test transaction failure.
219 # On failure, the original disks pre-snapshot attempt will be used.
226 # On failure, QEMU will try delete the newly created internal snapshot
240 # .. note:: The transaction aborts on the first failure. Therefore,
/qemu/tests/functional/qemu_test/
H A Dcmd.py49 def _console_read_line_until_match(test, vm, success, failure): argument
64 if failure and failure in msg:

123