Home
last modified time | relevance | path

Searched full:test (Results 276 – 300 of 1797) sorted by relevance

1...<<11121314151617181920>>...72

/qemu/tests/qemu-iotests/
H A D1154 # Test case for non-self-referential qcow2 refcount blocks
42 # This test relies on refcounts being 64 bits wide (which does not work with
75 # test whether the refcount table is large enough, we simply have to verify that
78 # The final thing we need to test is whether the tables are actually covered by
H A D0144 # qcow2 pattern test, complex patterns including compression and snapshots
65 $QEMU_IMG snapshot -c test$i "$TEST_IMG"
67 echo With snapshot test$i, offset $offset
H A D1214 # Test cases for qcow2 refcount table growth
51 echo '--- Test 1 ---'
77 echo '--- Test 2 ---'
87 # and is thus not self-describing (in contrast to test 1, where new_block was
H A D2814 # Test cases for blockdev + IOThread interactions
29 # Test for RHBZ#1782175
67 # Test for RHBZ#1746217 & RHBZ#1773517
133 # Test for RHBZ#1779036
185 # Test for RHBZ#1782111
242 # Test for RHBZ#2033626
292 # the timing is off here, the test will just always pass. If we kill
294 # thus not see the error, and so the test will pass.)
H A D1394 # Test cases for the QMP 'blockdev-del' command
167 # Note that the purpose of this is to test the blockdev-del
184 # Note that the purpose of this is to test the blockdev-del
186 def addBlkVerify(self, blkverify, test, raw): argument
187 self.checkBlockDriverState(test, False)
192 'node-name': test,
201 'test': node_0,
204 self.checkBlockDriverState(test)
H A D1744 # Test that qemu-io fail with non-zero exit code
57 test $? -eq 1 || _fail "did not fail"
62 test $? -eq 1 || _fail "did not fail"
H A D2824 # Test qemu-img file cleanup for LUKS when using a non-UTF8 secret
51 if test -f "$TEST_IMAGE_FILE"; then
60 if test -f "$TEST_IMAGE_FILE"; then
H A D1134 # Test case for accessing creation options on image formats and
41 # Some of these test cases use bochs, but others do use raw
57 # We could use any input image format here, but this is a bochs test, so just
H A D0984 # Test qcow2's bdrv_make_empty for images without internal snapshots
44 # The code path we want to test here only works for compat=1.1 images;
46 # do not work with this test
H A D0314 # Test that all qcow2 header extensions survive a header rewrite
44 # We want to test compat=0.10, which does not support external data
61 $PYTHON qcow2.py "$TEST_IMG" add-header-ext 0x12345678 "This is a test header extension"
H A D2154 # Test case for copy-on-read into qcow2, using the COR filter driver
49 # Test is supported for any backing file; but we force qcow2 for our wrapper.
86 # memory on some machines (particularly 32-bit), we skip the test if
98 _notrun "Insufficient memory to run test" ;;
H A D0874 # Test unsupported blockdev-add cases
85 run_qemu -drive driver=$IMGFMT,id=disk,node-name=test-node,file="$TEST_IMG" <<EOF
99 "node-name": "test-node",
112 # Skip this test if AIO is not enabled in this build
/qemu/tests/qtest/
H A Dahci-test.c2 * AHCI test cases
39 /* Test images sizes in MB */
149 /*** Test Setup & Teardown ***/
230 /* Initialize test device */ in ahci_boot_and_enable()
358 * Test PCI capabilities for AHCI specification adherence.
389 * Test SATA PCI capabilitity for AHCI specification adherence.
424 * Test MSI PCI capability for AHCI specification adherence.
455 * Test Power Management PCI capability for AHCI specification adherence.
641 * Test the memory space for one port for specification adherence.
740 * prone to change, so we cannot test any well known value. */ in ahci_test_port_spec()
[all …]
H A Dvhost-user-blk-test.c4 * Based on tests/qtest//virtio-blk-test.c
248 strcpy(req.data, "TEST"); in test_basic()
290 g_assert_cmpstr(data, ==, "TEST"); in test_basic()
300 * WRITE_ZEROES request on the same sector of previous test where in test_basic()
301 * we wrote "TEST". in test_basic()
399 strcpy(req.data, "TEST"); in test_basic()
438 g_assert_cmpstr(data, ==, "TEST"); in test_basic()
490 strcpy(req.data, "TEST"); in indirect()
515 strcpy(req.data, "TEST"); in indirect()
534 g_assert_cmpstr(data, ==, "TEST"); in indirect()
[all …]
H A Dtest-hmp.c2 * Test HMP commands.
12 * This test calls some HMP commands for all machines that the current
63 "qom-set /machine initrd test",
162 /* as none machine has no memory by default, add a test case with memory */ in main()
/qemu/target/alpha/
H A Dint_helper.c64 uint64_t test = 0x0100010001000100ULL; in helper_cmpbge() local
74 it will clear the test bit. */ in helper_cmpbge()
75 cl = ((al | test) - bl) & test; in helper_cmpbge()
76 ch = ((ah | test) - bh) & test; in helper_cmpbge()
78 /* Fold all of the test bits into a contiguous set. */ in helper_cmpbge()
/qemu/tests/tcg/s390x/
H A Dprecise-smc-softmmu.S2 * Test s390x-softmmu precise self-modifying code handling.
18 /* Test 1: replace sgr with agr. */
29 /* Test 2: replace agr with division by zero. */
/qemu/tests/tcg/xtensa/
H A Dtest_load_store.S169 test load_ok label
187 test load_unaligned label
198 test store_ok label
213 test store_unaligned label
/qemu/tests/qemu-iotests/tests/
H A Dmirror-sparse4 # Test blockdev-mirror with raw sparse destination
74 if test $creation = external; then
103 if test $result -lt $((4*1024*1024)); then
105 elif test $result -gt $((19*1024*1024)); then
/qemu/tests/tcg/aarch64/gdbstub/
H A Dtest-sve-ioctl.py3 # Test the SVE ZReg reports the right amount of data. It uses the
4 # sve-ioctl test and examines the register data each time the
7 # This is launched via tests/guest-debug/run-test.py
/qemu/docs/devel/
H A Dcodebase.rst133 Python part of our build/test system.
151 Collection of scripts used in build and test systems, and various
176 QEMU `test <testing>` suite
191 Test scripts and data for :ref:`Migration framework <migration>`.
193 Test multiboot functionality for x86_64/i386.
195 Test scripts and data for `QAPI <qapi-tests>`.
205 - `uefi-test-tools <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/uefi-test-tools>`_:
206 Test tool for UEFI support.
/qemu/tests/tcg/i386/
H A Dtest-3dnow.c2 #define TEST_FILE "test-3dnow.h"
3 #include "test-mmx.c"
/qemu/tests/functional/
H A Dtest_arm_cubieboard.py3 # Functional test that boots a Linux kernel and checks the console
21 ('https://github.com/groeck/linux-build-test/raw/'
27 ('https://github.com/groeck/linux-build-test/raw/'
105 # This test download a 7.5 MiB compressed image and expand it
/qemu/tests/tcg/hexagon/
H A DMakefile.target56 run-and-check-exception = $(call run-test,$2,$3 2>$2.stderr; \
57 test $$? -eq 1 && grep -q "exception $(strip $1)" $2.stderr)
113 # This test has to be compiled for the -mv67t target
117 # Build this test with -mv71 to exercise the CABAC instruction
/qemu/tests/qapi-schema/
H A Doob-test.err1 oob-test.json: In command 'oob-command-1':
2 oob-test.json:2: flag 'allow-oob' may only use true value

1...<<11121314151617181920>>...72