Lines Matching refs:test_options
734 static test_option_t test_options; variable
4191 test_options.to_flags = VM_TEST_ALLOCATE;
4192 test_options.to_vmsize = 0;
4193 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4195 perform_test_with_options(test_options);
4201 test_options.to_flags = VM_TEST_DEALLOCATE;
4202 test_options.to_vmsize = 0;
4203 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4205 perform_test_with_options(test_options);
4210 test_options.to_flags = VM_TEST_READ;
4211 test_options.to_vmsize = 0;
4212 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4214 perform_test_with_options(test_options);
4219 test_options.to_flags = VM_TEST_WRITE;
4220 test_options.to_vmsize = 0;
4221 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4223 perform_test_with_options(test_options);
4229 test_options.to_flags = VM_TEST_PROTECT;
4230 test_options.to_vmsize = 0;
4231 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4233 perform_test_with_options(test_options);
4238 test_options.to_flags = VM_TEST_COPY;
4239 test_options.to_vmsize = 0;
4240 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4242 perform_test_with_options(test_options);