Searched refs:expected_error_substr (Results 1 – 5 of 5) sorted by relevance
261 expected_error_substr = 'must have no arguments or a non-negative integer argument' variable in TestScalarReplacementArgsNegative269 expected_error_substr = 'must have no arguments or a non-negative integer argument' variable in TestScalarReplacementArgsInvalidNumber277 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFissionArgsNegative285 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFissionArgsInvalidNumber293 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFusionArgsNegative301 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFusionArgsInvalidNumber309 expected_error_substr = 'must have a positive integer argument' variable in TestLoopUnrollPartialArgsNegative317 expected_error_substr = 'must have a positive integer argument' variable in TestLoopUnrollPartialArgsInvalidNumber325 expected_error_substr = 'must have a positive integer argument' variable in TestLoopPeelingThresholdArgsNegative333 expected_error_substr = 'must have a positive integer argument' variable in TestLoopPeelingThresholdArgsInvalidNumber
481 if self.expected_error_substr not in convert_to_unix_line_endings(485 act=status.stderr, exp=self.expected_error_substr))
407 const string& expected_error_substr) { in MergeDevNamesError() argument411 EXPECT_TRUE(str_util::StrContains(s.error_message(), expected_error_substr)) in MergeDevNamesError()