Lines Matching refs:test_options
734 static test_option_t test_options; variable
4152 test_options.to_flags = VM_TEST_ALLOCATE;
4153 test_options.to_vmsize = 0;
4154 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4156 perform_test_with_options(test_options);
4162 test_options.to_flags = VM_TEST_DEALLOCATE;
4163 test_options.to_vmsize = 0;
4164 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4166 perform_test_with_options(test_options);
4171 test_options.to_flags = VM_TEST_READ;
4172 test_options.to_vmsize = 0;
4173 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4175 perform_test_with_options(test_options);
4180 test_options.to_flags = VM_TEST_WRITE;
4181 test_options.to_vmsize = 0;
4182 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4184 perform_test_with_options(test_options);
4190 test_options.to_flags = VM_TEST_PROTECT;
4191 test_options.to_vmsize = 0;
4192 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4194 perform_test_with_options(test_options);
4199 test_options.to_flags = VM_TEST_COPY;
4200 test_options.to_vmsize = 0;
4201 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4203 perform_test_with_options(test_options);