/qemu/docs/spin/ |
H A D | win32-qemu-event.promela | 47 :: else -> skip; \ 49 :: else -> skip; \ 53 :: else -> skip; \ 64 :: else -> skip; \ 70 :: else -> skip; \ 74 :: else -> skip; \ 76 :: else -> skip; \ 87 :: else -> skip; 89 :: else -> skip;
|
H A D | aio_notify_bug.promela | 42 :: else -> skip; 56 :: event -> skip; \ 59 :: else -> skip; \ 71 :: event -> skip; \ 74 :: else -> skip; \ 102 :: true -> skip; 124 :: true -> skip; 129 :: !event && notifier_done -> do :: true -> skip; od;
|
H A D | aio_notify_accept.promela | 55 :: else -> skip; 62 :: else -> skip; 75 :: event -> skip; \ 78 :: else -> skip; \ 85 :: else -> skip; \ 114 :: true -> skip; 136 :: true -> skip; 141 :: !event && notifier_done -> do :: true -> skip; od;
|
H A D | tcg-exclusive.promela | 94 :: else -> skip; \ 129 :: else -> skip; \ 132 :: else -> skip; \ 149 :: else -> skip; \ 153 :: else -> skip; \ 167 :: else -> skip; \ 170 :: else -> skip; \ 174 :: else -> skip; \ 222 :: ! LIVENESS -> accept_liveness: skip
|
H A D | aio_notify.promela | 44 :: (req > 0) -> skip; 74 :: else -> printf("Skipped event_notifier_set\n"); skip; 82 :: 1 -> skip; 91 :: done < FINAL -> skip;
|
/qemu/tests/qemu-iotests/ |
H A D | 160 | 4 # qemu-img dd test for the skip option 47 for skip in $TEST_SKIP_BLOCKS; do 57 echo "== Converting the image with dd with skip=$skip ==" 59 $QEMU_IMG dd if="$TEST_IMG" of="$TEST_IMG.out" skip="$skip" -O "$IMGFMT" \ 62 dd if="$TEST_IMG" of="$TEST_IMG.out.dd" skip="$skip" status=none
|
H A D | 160.out | 9 == Converting the image with dd with skip=1 == 21 == Converting the image with dd with skip=2 == 33 == Converting the image with dd with skip=30 == 45 == Converting the image with dd with skip=30K ==
|
H A D | 261 | 171 dd if="$TEST_IMG.v2.orig" of="$TEST_DIR/sn0-pre" bs=1 skip=$sn0_ofs count=40 \ 173 dd if="$TEST_IMG.v2.orig" of="$TEST_DIR/sn1-pre" bs=1 skip=$sn1_ofs count=40 \ 175 dd if="$TEST_IMG.v2.orig" of="$TEST_DIR/sn2-pre" bs=1 skip=$sn2_ofs count=40 \ 180 skip=$((sn0_ofs + 40)) count=$sn0_eds &> /dev/null 182 skip=$((sn1_ofs + 40)) count=$sn1_eds &> /dev/null 184 skip=$((sn2_ofs + 40)) count=$sn2_eds &> /dev/null 188 skip=$((sn0_ofs + 40 + sn0_eds)) count=$sn0_ids \ 191 skip=$((sn1_ofs + 40 + sn1_eds)) count=$sn1_ids \ 194 skip=$((sn2_ofs + 40 + sn2_eds)) count=$sn2_ids \
|
/qemu/target/hexagon/ |
H A D | gen_idef_parser_funcs.py | 63 ## Skip the priv instructions 66 ## Skip the guest instructions 69 ## Skip instructions that saturate in a ternary expression 72 ## Skip instructions using switch 75 ## Skip trap instructions 78 ## Skip 128-bit instructions 92 ## Skip interleave/deinterleave instructions 95 ## Skip instructions using bit reverse 106 ## Skip other unsupported instructions 129 ## Skip instructions that are incompatible with short-circuit
|
H A D | gen_tcg_func_table.py | 45 ## Skip the priv instructions 48 ## Skip the guest instructions 51 ## Skip the diag instructions
|
H A D | gen_helper_protos.py | 63 ## Skip the priv instructions 66 ## Skip the guest instructions 69 ## Skip the diag instructions
|
H A D | gen_helper_funcs.py | 113 ## Skip the priv instructions 116 ## Skip the guest instructions 119 ## Skip the diag instructions
|
/qemu/tests/functional/qemu_test/ |
H A D | decorators.py | 14 Decorator to skip execution of a test if the list 31 Decorator to skip execution of a test if the current 44 Decorator to skip execution of a test if the current 57 Decorator to skip execution of flaky tests, unless 77 Decorator to skip execution of tests which are likely 90 Decorator to skip execution of tests which need large 104 Decorator to skip execution of tests which have a really long 118 Decorator to skip execution of a test if the list 137 Decorator to skip execution of a test if the system's
|
/qemu/scripts/ |
H A D | modinfo-collect.py | 11 skip = False 14 if skip: 15 skip = False 18 skip = True 21 skip = True 49 print("MODINFO_DEBUG skip %s" % src)
|
H A D | check_sparse.py | 15 skip = True 23 if skip: 24 skip = False 28 skip = True
|
/qemu/tests/tcg/aarch64/ |
H A D | Makefile.softmmu-target | 64 $(call skip-test, $<, "MANUAL ONLY") 67 $(call skip-test, $<, "MANUAL ONLY") 100 $(call skip-test, "BUILD of $@", "missing compiler support") 102 $(call skip-test, "RUN of pauth-3", "not built") 128 $(call skip-test "RUN of gdbstub-mte", "GDB does not support MTE in baremetal!") 132 $(call skip-test, "BUILD of $@", "missing compiler support") 134 $(call skip-test, "RUN of mte", "not build")
|
/qemu/contrib/plugins/ |
H A D | execlog.c | 180 bool skip = (imatches || amatches); in vcpu_tb_trans() local 202 * hits. The skip "latches" so we can track memory accesses in vcpu_tb_trans() 206 if (skip && imatches) { in vcpu_tb_trans() 208 for (j = 0; j < imatches->len && skip; j++) { in vcpu_tb_trans() 211 skip = false; in vcpu_tb_trans() 217 if (skip && amatches) { in vcpu_tb_trans() 219 for (j = 0; j < amatches->len && skip; j++) { in vcpu_tb_trans() 222 skip = false; in vcpu_tb_trans() 240 skip = false; in vcpu_tb_trans() 253 if (skip) { in vcpu_tb_trans() [all …]
|
/qemu/net/ |
H A D | announce.c | 141 bool skip; in qemu_announce_self_iter() local 145 /* Skip unless we find our name in the requested list */ in qemu_announce_self_iter() 146 skip = true; in qemu_announce_self_iter() 151 skip = false; in qemu_announce_self_iter() 157 skip = false; in qemu_announce_self_iter() 162 qemu_ether_ntoa(&nic->conf->macaddr), skip); in qemu_announce_self_iter() 164 if (!skip) { in qemu_announce_self_iter()
|
/qemu/tests/tcg/ppc64/ |
H A D | Makefile.target | 17 $(call skip-test, $<, "BROKEN (flaky with clang) ") 19 $(call skip-test, $<, "BROKEN (flaky with clang) ") 22 $(call skip-test, $<, "BROKEN (flaky with clang) ") 24 $(call skip-test, $<, "BROKEN (flaky with clang) ")
|
/qemu/tests/functional/ |
H A D | test_netdev_ethtool.py | 10 from unittest import skip 77 # So for now we skip them. 79 @skip("Incomplete reg 0x00178 support") 83 @skip("Incomplete reg 0x00178 support")
|
/qemu/tests/tcg/hexagon/ |
H A D | test_reorder.S | 20 if (p0.new) jump:nt skip 29 skip: label
|
/qemu/util/ |
H A D | oslib-posix.c | 854 static bool qemu_close_all_open_fd_proc(const int *skip, unsigned int nskip) in qemu_close_all_open_fd_proc() argument 881 if (fd < skip[i]) { in qemu_close_all_open_fd_proc() 884 } else if (fd == skip[i]) { in qemu_close_all_open_fd_proc() 905 static bool qemu_close_all_open_fd_close_range(const int *skip, in qemu_close_all_open_fd_close_range() argument 917 while (cur_skip < nskip && first == skip[cur_skip]) { in qemu_close_all_open_fd_close_range() 925 last = skip[cur_skip] - 1; in qemu_close_all_open_fd_close_range() 948 static void qemu_close_all_open_fd_fallback(const int *skip, unsigned int nskip, in qemu_close_all_open_fd_fallback() argument 955 if (cur_skip < nskip && i == skip[cur_skip]) { in qemu_close_all_open_fd_fallback() 966 void qemu_close_all_open_fd(const int *skip, unsigned int nskip) in qemu_close_all_open_fd() argument 970 assert(skip != NULL || nskip == 0); in qemu_close_all_open_fd() [all …]
|
/qemu/tests/tcg/sh4/ |
H A D | Makefile.target | 9 $(call skip-test, $<, "BROKEN") 11 $(call skip-test, $<, "BROKEN")
|
/qemu/tests/tcg/multiarch/ |
H A D | Makefile.target | 60 $(call skip-test, $<, "flaky on CI?") 62 $(call skip-test, $<, "flaky on CI?") 150 …$(call skip-test, "gdbstub test $*", "need working gdb with $(patsubst -%,,$(TARGET_NAME)) support… 183 $(call skip-test, $<, "MANUAL ONLY") 186 $(call skip-test, $<, "MANUAL ONLY")
|
/qemu/target/riscv/insn_trans/ |
H A D | trans_rvzicfiss.c.inc | 32 TCGLabel *skip = gen_new_label(); 40 tcg_gen_brcond_tl(TCG_COND_EQ, data, rs1, skip); 45 gen_set_label(skip);
|