Searched refs:problemStrings (Results 1 – 1 of 1) sorted by relevance
7799 std::vector<std::pair<std::string, std::string>> problemStrings; in createOpLineTests() local7801 problemStrings.push_back(std::make_pair<std::string, std::string>("empty_name", "")); in createOpLineTests()7802 problemStrings.push_back(std::make_pair<std::string, std::string>("short_name", "short_name")); in createOpLineTests()7803 …problemStrings.push_back(std::make_pair<std::string, std::string>("long_name", makeLongUTF8String(… in createOpLineTests()7844 for (size_t i = 0; i < problemStrings.size(); ++i) in createOpLineTests()7847 testFragments["debug"] += "%file_name = OpString \"" + problemStrings[i].second + "\"\n"; in createOpLineTests()7848 …createTestsForAllStages(string("opline") + "_" + problemStrings[i].first, defaultColors, defaultCo… in createOpLineTests()