Lines Matching +full:- +full:- +full:-
18 Each unit test is defined with a [unit-test-name] line, followed by
32 ----
40 ----
46 -------
53 ---
60 ------------
61 These are extra parameters supplied to the QEMU process. -append '...' can
65 extra_params = -m 256 -append 'smp=2'
68 ------
71 Used to group the test cases for the `run_tests.sh -g ...` run group
73 - Tests in the "nodefault" group are not run by default (with no -g option).
74 - Tests in the "migration" group are run with the migration harness and
76 - Tests in the "panic" group expect QEMU to enter the GUEST_PANICKED state.
79 -----
88 -------
94 -----