Lines Matching refs:test_options
726 static test_option_t test_options; variable
4135 test_options.to_flags = VM_TEST_ALLOCATE;
4136 test_options.to_vmsize = 0;
4137 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4139 perform_test_with_options(test_options);
4145 test_options.to_flags = VM_TEST_DEALLOCATE;
4146 test_options.to_vmsize = 0;
4147 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4149 perform_test_with_options(test_options);
4154 test_options.to_flags = VM_TEST_READ;
4155 test_options.to_vmsize = 0;
4156 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4158 perform_test_with_options(test_options);
4163 test_options.to_flags = VM_TEST_WRITE;
4164 test_options.to_vmsize = 0;
4165 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4167 perform_test_with_options(test_options);
4173 test_options.to_flags = VM_TEST_PROTECT;
4174 test_options.to_vmsize = 0;
4175 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4177 perform_test_with_options(test_options);
4182 test_options.to_flags = VM_TEST_COPY;
4183 test_options.to_vmsize = 0;
4184 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4186 perform_test_with_options(test_options);