Home
last modified time | relevance | path

Searched refs:suite (Results 1 – 25 of 28) sorted by relevance

12

/qemu/scripts/
H A Dmtest2make.py84 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 Dmeson.build5 test('xml-preprocess', files('xml-preprocess-test.py'), suite: ['unit'])
/qemu/tests/decode/
H A Dmeson.build51 suite = 'decodetree' variable
57 suite: suite)
63 suite: suite)
/qemu/rust/qemu-api/
H A Dmeson.build44 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 DREADME2 === 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 Dmeson.build69 suite: suites)
/qemu/tests/fp/
H A Dmeson.build112 # 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 Dmeson.build12 suite: ['unit', 'rust'])
16 suite: ['doc', 'rust'])
/qemu/tests/bench/
H A Dmeson.build39 suite: ['speed'])
/qemu/tests/functional/qemu_test/
H A Dasset.py218 def precache_suite(suite): argument
219 for test in suite:
/qemu/python/tests/
H A Dminreqs.txt12 # on PyPI that allows the test suite to pass.
/qemu/docs/system/devices/
H A Digb.rst65 pyvenv/bin/meson test --suite thorough func-x86_64-netdev_ethtool
/qemu/docs/
H A Dmeson.build105 suite: ['qapi-schema', 'qapi-interop'])
/qemu/docs/devel/testing/
H A Dacpi-bits.rst120 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 Dci-jobs.rst.inc132 The job runs the functional test suite
H A Dmain.rst16 [./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 Dmeson.build223 env: test_env, suite: ['qapi-schema', 'qapi-frontend'])
293 suite: ['qapi-schema', 'qapi-doc'])
/qemu/tests/functional/
H A Dmeson.build410 suite: suites)
/qemu/python/
H A Dsetup.cfg182 # multiple virtualenvs. This configuration file will run the test suite
/qemu/docs/system/arm/
H A Dbananapi_m2u.rst139 pyvenv/bin/meson test --suite thorough func-arm-arm_bpim2u
H A Dorangepi.rst265 pyvenv/bin/meson test --suite thorough func-arm-arm_orangepi
/qemu/tests/unit/
H A Dmeson.build201 suite: ['unit'])
/qemu/qga/
H A Dmeson.build206 suite: ['unit', 'qga'])
/qemu/tests/qtest/
H A Dmeson.build465 suite: ['qtest', 'qtest-' + target_base])
/qemu/docs/devel/
H A Dcodebase.rst176 QEMU `test <testing>` suite

12