Lines Matching +full:migration +full:- +full:test
84 'migration',
114 'migration',
123 'migration',
173 'migration',
233 'migration',
250 'migration',
265 'migration',
274 'migration',
305 'migration',
314 'migration',
325 'migration',
358 target_base = dir.split('-')[0]
360 if dir.endswith('-softmmu')
362 test_emulator = emulators['qemu-system-' + target_base]
363 elif dir.endswith('-linux-user')
365 test_emulator = emulators['qemu-' + target_base]
366 elif dir.endswith('-bsd-user')
368 test_emulator = emulators['qemu-' + target_base]
374 suites = ['func-quick', 'func-' + target_base]
378 suites = ['func-' + speed, 'func-' + target_base + '-' + speed, speed]
385 test_env.set('QEMU_TEST_QEMU_IMG', meson.global_build_root() / 'qemu-img')
393 foreach test : target_tests
394 testname = '@0@-@1@'.format(target_base, test)
395 testfile = 'test_' + test + '.py'
402 precache = custom_target('func-precache-' + testname,
411 # 'build_by_default: false' lets the pre-caching automatically
412 # run immediately before the test runs. In practice this is
413 # broken in meson, with it running the pre-caching in the normal
418 test('func-' + testname,
424 timeout: test_timeouts.get(test, 90),
425 priority: test_timeouts.get(test, 90),
431 run_target('precache-functional',
433 command: [python, '-c', ''])