/qemu/tests/tcg/xtensa/ |
H A D | test_sar.S | 33 test sar label 48 test ssr label 63 test ssl label 78 test ssa8l label 93 test ssa8b label 107 test ssai label
|
H A D | test_mul16.S | 7 test mul16u_pp label 20 test mul16u_np label 33 test mul16u_nn label 46 test mul16s_pp label 59 test mul16s_np label 72 test mul16s_nn label
|
H A D | test_timer.S | 20 test ccount label 26 test ccount_write label 63 test ccount_update_deadline label 88 test ccompare label 115 test ccompare0_interrupt label 152 test ccompare1_interrupt label 187 test ccompare2_interrupt label 219 test ccompare_interrupt_masked label 256 test ccompare_interrupt_masked_waiti label
|
H A D | test_break.S | 11 test break label 35 test breakn label 60 test ibreak label 98 test ibreak_remove label 132 test ibreak_break_priority label 149 test ibreak_icount_priority label 173 test icount label 232 test dbreak_exact label 242 test DBdbreak_overlap label 287 test DBdbreak_invalid label
|
H A D | test_phys_mem.S | 26 test inst_fetch_get_pte_no_phys label 42 test read_get_pte_no_phys label 61 test write_get_pte_no_phys label 82 test inst_fetch_no_phys label 98 test read_no_phys label 117 test write_no_phys label
|
/qemu/tests/unit/ |
H A D | test-io-channel-buffer.c | 2 * QEMU I/O channel buffer test 30 QIOChannelTest *test; in test_io_channel_buf() local 34 test = qio_channel_test_new(); in test_io_channel_buf() 35 qio_channel_test_run_writer(test, QIO_CHANNEL(buf)); in test_io_channel_buf() 37 qio_channel_test_run_reader(test, QIO_CHANNEL(buf)); in test_io_channel_buf() 38 qio_channel_test_validate(test); in test_io_channel_buf()
|
H A D | io-channel-helpers.h | 2 * QEMU I/O channel test helpers 29 void qio_channel_test_run_threads(QIOChannelTest *test, 34 void qio_channel_test_run_writer(QIOChannelTest *test, 36 void qio_channel_test_run_reader(QIOChannelTest *test, 39 void qio_channel_test_validate(QIOChannelTest *test);
|
/qemu/tests/functional/ |
H A D | test_aarch64_sbsaref.py | 3 # Functional test that boots a kernel and checks the console 18 def fetch_firmware(test): argument 34 fs0_path = test.uncompress(Aarch64SbsarefMachine.ASSET_FLASH0) 37 fs1_path = test.uncompress(Aarch64SbsarefMachine.ASSET_FLASH1) 43 test.set_machine('sbsa-ref') 44 test.vm.set_console() 45 test.vm.add_args(
|
/qemu/tests/guest-debug/ |
H A D | test_gdbstub.py | 20 print("Wrong GDB script test argument! " + message) 25 """Report success/fail of a test""" 34 def main(test, expected_arch=None): argument 35 """Run a test function 37 This runs as the script it sourced (via -x, via run-test.py).""" 54 test()
|
/qemu/tests/rocker/ |
H A D | all | 1 printf "Running port test... " 5 printf "Running bridge test... " 9 printf "Running bridge STP test... " 13 printf "Running bridge VLAN test... " 17 printf "Running bridge VLAN STP test... "
|
/qemu/scripts/ |
H A D | mtest2make.py | 3 # Create Makefile targets to run tests, from Meson's test introspection data. 42 def process_tests(test, targets, suites): argument 43 executable = test['cmd'][0] 49 deps = (targets.get(x, []) for x in test['depends']) 53 test_suites = test['suite'] or ['default'] 80 print(f'do-meson-{prefix}: run-ninja; $(if $(MAKE.n),,+)$(MESON) test $(.{prefix}.mtestargs)') 104 for test in introspect['tests']: 105 process_tests(test, targets, testsuites) 111 for test in introspect['benchmarks']: 112 process_tests(test, targets, benchsuites)
|
H A D | archive-source.sh | 5 # Archive source tree, including submodules. This is created for test code to 17 if test $# -lt 1; then 40 if test "$sub_deinit" != ""; then 57 if test ! -f "subprojects/$1.wrap"; then 78 test $? -ne 0 && error "failed to archive qemu" 82 test $? -ne 0 && error "failed to download subproject $sp" 84 test $? -ne 0 && error "failed to append subproject $sp to $tar_file"
|
H A D | device-crash-test | 49 logger = logging.getLogger('device-crash-test') 72 # when testing the corresponding test case 198 """Check if a test case specification can match a error rule 201 for a given test case, it won't check if the test case 216 """Generate the list of candidates that can match a test case""" 223 """Check if there's an expected=True error rule for a test case 234 """Check if test case results/output match a error rule 248 """Look up error rule for a given test case result 266 """Format test case info as "key=value key=value" for prettier logging output""" 359 dbg("will test: %r", testcase) [all …]
|
/qemu/tests/qemu-iotests/ |
H A D | README | 2 === This is the QEMU I/O test suite === 6 This package contains a simple test suite for the I/O layer of qemu. 14 -qcow2 to test the qcow2 image format. The output of ./check -h explains 15 additional options to test further image formats or I/O methods. 19 Please send improvements to the test suite, general feedback or just
|
H A D | 080 | 46 # - This is generally a test for compat=1.1 images 132 { $QEMU_IMG snapshot -c test $TEST_IMG; } 2>&1 | _filter_testdir 170 { $QEMU_IMG snapshot -c test $TEST_IMG; } 2>&1 | _filter_qemu_io | _filter_testdir 172 { $QEMU_IMG snapshot -c test $TEST_IMG; } 2>&1 | _filter_qemu_io | _filter_testdir 178 { $QEMU_IMG snapshot -c test $TEST_IMG; } 2>&1 | _filter_testdir 180 { $QEMU_IMG convert -l test $TEST_IMG $TEST_IMG.snap; } 2>&1 | _filter_testdir 184 { $QEMU_IMG snapshot -a test $TEST_IMG; } 2>&1 | _filter_testdir 185 { $QEMU_IMG snapshot -d test $TEST_IMG; } 2>&1 | _filter_testdir 192 { $QEMU_IMG snapshot -c test $TEST_IMG; } 2>&1 | _filter_testdir 194 { $QEMU_IMG convert -l test $TEST_IMG $TEST_IMG.snap; } 2>&1 | _filter_testdir [all …]
|
H A D | 294.out | 2 == creating a test image == 5 == test that key 0 opens the image == 17 == test that key 0 doesn't open the image == 24 == test that key 0 still doesn't open the image (key material is erased) == 27 == test that key 1 still works ==
|
/qemu/tests/tcg/multiarch/gdbstub/ |
H A D | test-qxfer-siginfo-read.py | 3 # Test gdbstub Xfer:siginfo:read stub. 5 # The test runs a binary that causes a SIGSEGV and then looks for additional 10 # so the test looks for and checks if this address is correctly reported by the 13 # This is launched via tests/guest-debug/run-test.py 20 "Run through the test"
|
/qemu/rust/qemu-api/tests/ |
H A D | vmstate_tests.rs | 26 // =========================== Test VMSTATE_FOOA =========================== 27 // Test the use cases of the vmstate macro, corresponding to the following C 57 #[test] 77 #[test] 97 #[test] 118 #[test] 145 // =========================== Test VMSTATE_FOOB =========================== 146 // Test the use cases of the vmstate macro, corresponding to the following C 164 // FIXME: Use Timer array. Now we can't since it's hard to link savevm.c to test. 189 #[test] [all …]
|
/qemu/tests/functional/qemu_test/ |
H A D | asset.py | 1 # Test utilities for fetching & caching assets 45 self.log = logging.getLogger('qemu-test') 164 # indicate a broken test rather than a transient 197 def precache_test(test): argument 198 log = logging.getLogger('qemu-test') 206 for name, asset in vars(test.__class__).items(): 219 for test in suite: 220 if isinstance(test, unittest.TestSuite): 221 Asset.precache_suite(test) 222 elif isinstance(test, unittest.TestCase): [all …]
|
/qemu/tests/tcg/arm/ |
H A D | Makefile.target | 28 $(call run-test,fcvt,$(QEMU) $<) 31 # PC alignment test 37 # Semihosting smoke test for linux-user 46 $(call run-test,$<,$(QEMU) $< 2> $<.err) 57 $(call skip-test, $<, "MANUAL ONLY") 64 # Work around compiler false-positive warning, as we do for the 'sha1' test 69 $(call run-test, $<, $(QEMU) $(QEMU_OPTS) $<)
|
/qemu/tests/qemu-iotests/tests/ |
H A D | vvfat | 4 # Test vvfat driver implementation 164 Test that vvfat produce a valid FAT16 and MBR sectors 182 Test the content of the root directory 212 Test if we can convert Direntry back to bytes, so that we can write it 228 Test reading the content of the files 239 # test large files 268 Test writing the same content to the file back to it 285 Test modifying the content of the file without changing the number of 304 Test truncating the file without changing number of clusters 305 Test decreasing the file size [all …]
|
/qemu/tests/qtest/ |
H A D | rtl8139-test.c | 83 /* Test 1. test counter continue and continue */ in test_timer() 96 /* test skip is in a specific range */ in test_timer() 106 /* Test 2. Check we didn't get an interrupt with TimerInt == 0 */ in test_timer() 111 /* Test 3. Setting TimerInt to 1 and Timer to 0 get interrupt */ in test_timer() 119 /* Test 3. Check acknowledge */ in test_timer() 125 /* Test. Status set after Timer reset */ in test_timer() 137 /* Test. Status set after TimerInt reset */ in test_timer() 149 /* Test 4. Increment TimerInt we should see an interrupt */ in test_timer() 171 /* Test 5. Second time we pass from 0 should see an interrupt */ in test_timer()
|
/qemu/python/tests/ |
H A D | protocol.py | 16 NullProtocol is a test mockup of an AsyncProtocol implementation. 160 class Smoke(avocado.Test): 208 class TestBase(avocado.Test): 284 Test calling disconnect() while already disconnected. 324 Test an immediately rejected call to an IP target. 331 Test an immediately rejected call to a UNIX socket target. 338 Test what happens when a connection attempt is aborted. 359 Test what happens when a connection attempt times out. 364 # More insider baseball: to improve the speed of this test while 379 Test what happens when a connection attempt is made while CONNECTING. [all …]
|
/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) ") 56 PPC64_TESTS += test-aes 60 run-plugin-test-plugin-mem-access-with-libmem.so: \
|
/qemu/.gitlab-ci.d/ |
H A D | buildtest.yml | 95 crash-test-debian: 105 - pyvenv/bin/python3 scripts/device-crash-test -q --tcg-only ./qemu-system-i386 152 crash-test-fedora: 162 - pyvenv/bin/python3 scripts/device-crash-test -q ./qemu-system-ppc 163 - pyvenv/bin/python3 scripts/device-crash-test -q ./qemu-system-riscv32 189 - build-previous/tests/qtest/migration-test 218 # already fixed in the current development branch, so this test 234 QTEST_QEMU_BINARY=../build/qemu-system-${TARGET} ./tests/qtest/migration-test 237 QTEST_QEMU_BINARY=../build/qemu-system-${TARGET} ./tests/qtest/migration-test 242 # (2). Mark this test skipped until later. [all …]
|