Lines Matching refs:test_options
726 static test_option_t test_options; variable
4141 test_options.to_flags = VM_TEST_ALLOCATE;
4142 test_options.to_vmsize = 0;
4143 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4145 perform_test_with_options(test_options);
4151 test_options.to_flags = VM_TEST_DEALLOCATE;
4152 test_options.to_vmsize = 0;
4153 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4155 perform_test_with_options(test_options);
4160 test_options.to_flags = VM_TEST_READ;
4161 test_options.to_vmsize = 0;
4162 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4164 perform_test_with_options(test_options);
4169 test_options.to_flags = VM_TEST_WRITE;
4170 test_options.to_vmsize = 0;
4171 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4173 perform_test_with_options(test_options);
4179 test_options.to_flags = VM_TEST_PROTECT;
4180 test_options.to_vmsize = 0;
4181 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4183 perform_test_with_options(test_options);
4188 test_options.to_flags = VM_TEST_COPY;
4189 test_options.to_vmsize = 0;
4190 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4192 perform_test_with_options(test_options);