Searched refs:problemStrings (Results 1 – 1 of 1) sorted by relevance
7833 std::vector<std::pair<std::string, std::string>> problemStrings; in createOpLineTests() local7835 problemStrings.push_back(std::make_pair<std::string, std::string>("empty_name", "")); in createOpLineTests()7836 problemStrings.push_back(std::make_pair<std::string, std::string>("short_name", "short_name")); in createOpLineTests()7837 …problemStrings.push_back(std::make_pair<std::string, std::string>("long_name", makeLongUTF8String(… in createOpLineTests()7878 for (size_t i = 0; i < problemStrings.size(); ++i) in createOpLineTests()7881 testFragments["debug"] += "%file_name = OpString \"" + problemStrings[i].second + "\"\n"; in createOpLineTests()7882 …createTestsForAllStages(string("opline") + "_" + problemStrings[i].first, defaultColors, defaultCo… in createOpLineTests()