/qemu/scripts/ |
H A D | mtest2make.py | 84 def emit_suite_deps(name, suite, prefix): argument 85 deps = ' '.join(suite.deps) 93 def emit_suite(name, suite, prefix): argument 94 emit_suite_deps(name, suite, prefix) 97 print(f'.{prefix}.mtest-suites += ' + ' '.join(suite.names(name))) 107 for name, suite in testsuites.items(): 108 emit_suite(name, suite, 'check') 114 for name, suite in benchsuites.items(): 115 emit_suite(name, suite, 'bench')
|
H A D | meson.build | 5 test('xml-preprocess', files('xml-preprocess-test.py'), suite: ['unit'])
|
/qemu/tests/decode/ |
H A D | meson.build | 51 suite = 'decodetree' variable 57 suite: suite) 63 suite: suite)
|
/qemu/rust/qemu-api/ |
H A D | meson.build | 44 suite: ['unit', 'rust']) 51 # in a separate suite that is run by the "build" CI jobs rather than "check". 56 suite: ['doc', 'rust']) 71 suite: ['unit', 'rust'])
|
/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. 19 Please send improvements to the test suite, general feedback or just
|
H A D | meson.build | 69 suite: suites)
|
/qemu/tests/fp/ |
H A D | meson.build | 112 # The full test suite can take a bit of time, default to a quick run 123 suite: ['softfloat', 'softfloat-conv']) 131 suite: ['softfloat', 'softfloat-' + v]) 140 suite: ['softfloat-slow', 'softfloat-ops-slow', 'slow']) 157 suite: ['softfloat', 'softfloat-ops'])
|
/qemu/rust/bits/ |
H A D | meson.build | 12 suite: ['unit', 'rust']) 16 suite: ['doc', 'rust'])
|
/qemu/tests/bench/ |
H A D | meson.build | 39 suite: ['speed'])
|
/qemu/tests/functional/qemu_test/ |
H A D | asset.py | 218 def precache_suite(suite): argument 219 for test in suite:
|
/qemu/python/tests/ |
H A D | minreqs.txt | 12 # on PyPI that allows the test suite to pass.
|
/qemu/docs/system/devices/ |
H A D | igb.rst | 65 pyvenv/bin/meson test --suite thorough func-x86_64-netdev_ethtool
|
/qemu/docs/ |
H A D | meson.build | 105 suite: ['qapi-schema', 'qapi-interop'])
|
/qemu/docs/devel/testing/ |
H A D | acpi-bits.rst | 120 test that belongs to a test suite not already present in this directory. To 126 Copy the test suite/script that needs modification (addition of new tests
|
H A D | ci-jobs.rst.inc | 132 The job runs the functional test suite
|
H A D | main.rst | 16 [./pyvenv/bin/]meson test --suite qemu:softfloat 149 #ifdef in the codes. If the whole test suite cannot run on Windows, disable 795 This test suite contains scripts that bootstrap various guest images that have 1013 exercise as many corner cases as possible. It is a useful test suite
|
/qemu/tests/qapi-schema/ |
H A D | meson.build | 223 env: test_env, suite: ['qapi-schema', 'qapi-frontend']) 293 suite: ['qapi-schema', 'qapi-doc'])
|
/qemu/tests/functional/ |
H A D | meson.build | 410 suite: suites)
|
/qemu/python/ |
H A D | setup.cfg | 182 # multiple virtualenvs. This configuration file will run the test suite
|
/qemu/docs/system/arm/ |
H A D | bananapi_m2u.rst | 139 pyvenv/bin/meson test --suite thorough func-arm-arm_bpim2u
|
H A D | orangepi.rst | 265 pyvenv/bin/meson test --suite thorough func-arm-arm_orangepi
|
/qemu/tests/unit/ |
H A D | meson.build | 201 suite: ['unit'])
|
/qemu/qga/ |
H A D | meson.build | 206 suite: ['unit', 'qga'])
|
/qemu/tests/qtest/ |
H A D | meson.build | 465 suite: ['qtest', 'qtest-' + target_base])
|
/qemu/docs/devel/ |
H A D | codebase.rst | 176 QEMU `test <testing>` suite
|