Lines Matching refs:spec
55 // dir1 contains a suppr spec - it should be ignored.
68 // dir2 contains a suppr spec - it should be recognized.
81 // dir2 contains a suppr spec but --no-abignore is specified,
95 // dir2 contains several suppr spec files, ".abignore" and
109 // dir2 contains a suppr spec file, ".abignore" and
124 // dir2 contains a suppr spec file, ".abignore", which should
770 // dir1 contains a suppr spec - it should be ignored.
783 // dir2 contains a suppr spec - it should be recognized.
796 // dir2 contains a suppr spec but --no-abignore is specified,
810 // dir2 contains several suppr spec files, ".abignore" and
824 // dir2 contains a suppr spec file, ".abignore" and
839 // dir2 contains a suppr spec file, ".abignore", which should
1098 InOutSpec spec;
1104 : spec(s),
1129 string(get_src_dir()) + "/tests/" + spec.first_in_package_path;
1131 string(get_src_dir()) + "/tests/" + spec.second_in_package_path;
1133 prog_options = spec.prog_options;
1135 if (spec.first_in_debug_package_path
1136 && strcmp(spec.first_in_debug_package_path, ""))
1139 split_string(spec.first_in_debug_package_path, ", ",
1151 if (spec.second_in_debug_package_path
1152 && strcmp(spec.second_in_debug_package_path, ""))
1155 split_string(spec.second_in_debug_package_path,
1168 if (spec.first_in_devel_package_path
1169 && strcmp(spec.first_in_devel_package_path, ""))
1171 string(get_src_dir()) + "/tests/" + spec.first_in_devel_package_path;
1173 if (spec.second_in_devel_package_path
1174 && strcmp(spec.second_in_devel_package_path, ""))
1176 string(get_src_dir()) + "/tests/" + spec.second_in_devel_package_path;
1178 if (spec.suppression_path
1179 && strcmp(spec.suppression_path, ""))
1181 string(get_src_dir()) + "/tests/" + spec.suppression_path;
1186 string(get_src_dir()) + "/tests/" + spec.ref_report_path;
1188 string(get_build_dir()) + "/tests/" + spec.out_report_path;