Searched refs:problemStrings (Results 1 – 1 of 1) sorted by relevance
7462 std::vector<std::pair<std::string, std::string> > problemStrings; in createOpLineTests() local7464 problemStrings.push_back(std::make_pair<std::string, std::string>("empty_name", "")); in createOpLineTests()7465 problemStrings.push_back(std::make_pair<std::string, std::string>("short_name", "short_name")); in createOpLineTests()7466 …problemStrings.push_back(std::make_pair<std::string, std::string>("long_name", makeLongUTF8String(… in createOpLineTests()7509 for (size_t i = 0; i < problemStrings.size(); ++i) in createOpLineTests()7512 testFragments["debug"] += "%file_name = OpString \"" + problemStrings[i].second + "\"\n"; in createOpLineTests()7513 …createTestsForAllStages(string("opline") + "_" + problemStrings[i].first, defaultColors, defaultCo… in createOpLineTests()