Home
last modified time | relevance | path

Searched full:test (Results 376 – 400 of 1797) sorted by relevance

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

/qemu/tests/tcg/aarch64/system/
H A Dvtimer.c2 * Simple Virtual Timer Test
32 ml_printf("VTimer Test\n"); in main()
H A Dboot.S110 * The test can set the semihosting command line to the target
111 * EL needed for the test. However if no semihosting args are set we will
162 /* Does the test want to be at EL3? */
212 /* Does the test want to be at EL2? */
236 * At the target EL for the test, usually EL1. Note we still
354 * Setup some stack space before we enter the test code.
/qemu/tests/tcg/s390x/
H A Dmie3-mvcrl.c16 static bool test(void) in test() function
51 ok &= test(); in main()
/qemu/tests/qemu-iotests/tests/
H A Dqemu-img-close-errors.out3 === Test with 6 bitmaps ===
14 === Test with 7 bitmaps ===
H A Dmirror-top-perms4 # Test permissions taken by the mirror-top filter
42 # Will be created by the test function itself
117 # those are the permissions that we want to test.
/qemu/tests/tcg/xtensa/
H A Dtest_sext.S7 test sext label
59 test sext_same_rs label
H A Dtest_max.S7 test max label
45 test maxu label
H A Dtest_min.S7 test min label
45 test minu label
/qemu/tests/functional/
H A Dtest_arm_stellaris.py3 # Functional test that checks the serial console of the stellaris machines
40 # The test kernel emits an initial '!' and then waits for input.
H A Dtest_sh4_tuxrun.py3 # Functional test that boots known good tuxboot images the same way
32 # The test is currently too unstable to do much in userspace
/qemu/tests/qemu-iotests/
H A D217.out15 --- Checking test image ---
24 --- Repairing test image ---
H A D2044 # Test corner cases with unusual block geometries
42 # This test assumes that discard leaves zero clusters; see test 177 for
H A Diotests.py98 # "check" that individual test cases rely on.
99 sys.stderr.write('Please run this test via the "check" script\n')
189 # like extended_l2 or compression_type for qcow2. Test may want to create
1193 '''Abstract base class for QMP test cases'''
1366 '''Skip this test case'''
1372 '''Skip this test suite'''
1373 # Each test in qemu-iotests has a number ("seq")
1383 '''Mark this test case as not having been run (without actually
1386 current test case.'''
1388 # Each test in qemu-iotests has a number ("seq")
[all …]
H A D2324 # Test for auto-read-only
51 if ! test -t 0; then
81 (echo test > $TEST_IMG) 2>/dev/null && \
82 _notrun "Readonly attribute is ignored, probably you run this test as" \
H A D0284 # Test that backing files can be smaller than the image
76 echo "Creating test image with backing file"
82 echo "Filling test image"
H A D0394 # Test qcow2 lazy refcounts
9 # Based on test 038.
48 # Some of these test cases expect no external data file so that all
/qemu/tests/qtest/libqos/
H A Dqos_external.c79 * Once the test is reached, return the object it consumes.
83 * that after execution they can be safely free'd. (The test's
89 * the test, and the remaining elements represent the actual objects
/qemu/tests/tcg/hexagon/
H A Dmem_noshuf_exception.c19 * Test the VLIW semantics of exceptions with mem_noshuf
27 * We test this with a mem_noshuf packet with a store to a global variable,
73 /* SIGSEGV test */ in main()
/qemu/tests/unit/
H A Dtest-logging.c119 * Before starting test, set log flags, to ensure the file gets in test_logfile_write()
129 * Test that even if an open file handle is changed, in test_logfile_write()
158 * Test the use of the logfile lock, such in test_logfile_lock()
196 g_autofree gchar *tmp_path = g_dir_make_tmp("qemu-test-logging.XXXXXX", NULL); in main()
H A Dtest-crypto-pbkdf.c45 /* This test data comes from cryptsetup package
52 /* RFC 3962 test data */
154 /* RFC-6070 test data */
230 /* non-RFC misc test data */
232 /* empty password test. */
245 /* Password exceeds block size test */
/qemu/tests/qtest/
H A De1000e-test.c51 /* Prepare test data buffer */ in e1000e_send_verify()
81 /* Free test data buffer */ in e1000e_send_verify()
108 /* Prepare test data buffer */ in e1000e_receive_verify()
129 /* Free test data buffer */ in e1000e_receive_verify()
H A Dreadconfig-test.c31 cfgfd = g_file_open_tmp("readconfig-test-XXXXXX", &cfgpath, &error); in qtest_init_with_config()
81 /* Test valid command */ in test_x86_memdev()
89 /* FIXME: The test is currently broken on FreeBSD */
118 /* Test valid command */ in test_spice()
170 /* Test valid command */ in test_object_rng()
404 * so we can skip the test in quick mode in main()
/qemu/tests/tcg/i386/
H A Dtest-avx.py3 # Generate test-avx.h from x86.csv
354 print("Usage: test-avx.py x86.csv test-avx.h")
358 outf.write("// Generated by test-avx.py. Do not edit.\n")
368 outf.write('TEST(%d, "%s", %s)\n' % (n, insn, g.optype))
372 outf.write("#undef TEST\n")
/qemu/tests/tcg/aarch64/
H A Dsve-str.c6 static int __attribute__((noinline)) test(int vl) in test() function
45 err |= test(i); in main()
/qemu/hw/i2c/
H A Domap_i2c.c55 uint16_t test; member
156 s->test = 0; in omap_i2c_reset()
251 if (s->test & (1 << 15)) { /* ST_EN */ in omap_i2c_read()
252 s->test ^= 0xa; in omap_i2c_read()
253 return s->test; in omap_i2c_read()
255 return s->test & ~0x300f; in omap_i2c_read()
391 s->test = value & 0xf80f; in omap_i2c_write()
399 "%s: System Test not supported\n", __func__); in omap_i2c_write()

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