Lines Matching refs:test_options
763 static test_option_t test_options; variable
4172 test_options.to_flags = VM_TEST_ALLOCATE;
4173 test_options.to_vmsize = 0;
4174 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4176 perform_test_with_options(test_options);
4183 test_options.to_flags = VM_TEST_DEALLOCATE;
4184 test_options.to_vmsize = 0;
4185 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4187 perform_test_with_options(test_options);
4192 test_options.to_flags = VM_TEST_READ;
4193 test_options.to_vmsize = 0;
4194 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4196 perform_test_with_options(test_options);
4201 test_options.to_flags = VM_TEST_WRITE;
4202 test_options.to_vmsize = 0;
4203 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4205 perform_test_with_options(test_options);
4211 test_options.to_flags = VM_TEST_PROTECT;
4212 test_options.to_vmsize = 0;
4213 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4215 perform_test_with_options(test_options);
4220 test_options.to_flags = VM_TEST_COPY;
4221 test_options.to_vmsize = 0;
4222 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4224 perform_test_with_options(test_options);