Home
last modified time | relevance | path

Searched refs:test (Results 126 – 150 of 327) sorted by relevance

12345678910>>...14

/qemu/tests/plugin/
H A Dmeson.build19 alias_target('test-plugins', t)
21 run_target('test-plugins', command: find_program('true'))
/qemu/tests/unit/
H A Dtest-util-sockets.c261 static void test_socket_unix_abstract_row(abstract_socket_matrix_row *test) in test_socket_unix_abstract_row() argument
269 assert(test->expect_connect[ABSTRACT_SOCKET_VARIANTS - 1]); in test_socket_unix_abstract_row()
271 fd = socket_listen(test->server, 1, &error_abort); in test_socket_unix_abstract_row()
277 test); in test_socket_unix_abstract_row()
280 if (test->expect_connect[i]) { in test_socket_unix_abstract_row()
H A Dtest-nested-aio-poll.c68 static void test(void) in test() function
120 g_test_add_func("/nested-aio-poll", test); in main()
/qemu/tests/tcg/i386/
H A Dtest-i386-fyl2xp1.c5 struct test { struct
9 const struct test tests[] = { argument
H A Dtest-i386-fpatan.c5 struct test { struct
9 const struct test tests[] = { argument
H A Dtest-i386-fyl2x.c5 struct test { struct
9 const struct test tests[] = { argument
/qemu/tests/guest-debug/
H A Dtest_gdbstub.py23 def main(test, expected_arch=None): argument
43 test()
/qemu/tests/tcg/xtensa/
H A Dtest_exclusive.S7 test exclusive_nowrite label
26 test exclusive_write label
H A Dtest_s32c1i.S7 test s32c1i_nowrite label
28 test s32c1i_write label
H A Dtest_fp0_conv.S75 test round_s label
120 test trunc_s label
162 test floor_s label
204 test ceil_s label
246 test utrunc_s label
289 test float_s label
301 test ufloat_s label
H A Dtest_nsa.S7 test nsa label
39 test nsau label
H A Dtest_sext.S7 test sext label
59 test sext_same_rs label
/qemu/subprojects/libvhost-user/
H A Dmeson.build19 executable('link-test', files('link-test.c'),
/qemu/tests/qemu-iotests/
H A D29773 for test in (test_pylint, test_mypy):
75 test(files)
/qemu/tests/tcg/sh4/
H A Dtest-macw.c25 void test(const Test *t, int sat) in test() function
57 test(&tests[i], j); in main()
H A Dtest-macl.c28 void test(const Test *t, int sat) in test() function
63 test(&tests[i], j); in main()
/qemu/tests/qtest/fuzz/
H A Dqos_fuzz.c81 test_arg = test_node->u.test.arg; in qos_build_main_args()
82 if (test_node->u.test.before) { in qos_build_main_args()
83 test_arg = test_node->u.test.before(cmd_line, test_arg); in qos_build_main_args()
/qemu/linux-user/x86_64/
H A Dvdso.S58 test %rdi, %rdi
65 1: test %rsi, %rsi
/qemu/scripts/simplebench/
H A Dimg_bench_templater.py33 test = templater.gen(env['data'], case['data'])
35 p = subprocess.run(test, shell=True, stdout=subprocess.PIPE,
/qemu/tests/tcg/s390x/
H A Dbranch-relative-long.c19 struct test { struct
24 static const struct test tests[] = { argument
H A Dclst.c27 static const struct test { struct
63 const struct test *t; in main()
/qemu/tests/avocado/acpi-bits/bits-config/
H A Dbits-cfg.txt8 # test: Run the full BITS testsuite.
18 batch = test acpi smbios
/qemu/.gitlab-ci.d/
H A Dstatic_checks.yml28 stage: test
39 stage: test
/qemu/qga/
H A Dmeson.build186 # disable qga-ssh-test with fuzzing: glib's G_TEST_OPTION_ISOLATE_DIRS triggers
187 # the leak detector in build-oss-fuzz Gitlab CI test. we should re-enable
199 qga_ssh_test = executable('qga-ssh-test', srcs,
203 test('qga-ssh-test',
/qemu/contrib/gitdm/
H A Dfiletypes.txt72 # Test related blobs (unfortunately we can't filter out test code)
75 filetype tests \d{2,3}$ # test data 00-999
76 filetype tests ^[A-Z]{4}$ # ACPI test data
77 filetype tests ^[A-Z]{4}\.*$ # ACPI test data

12345678910>>...14