Searched refs:expected_warnings (Results 1 – 4 of 4) sorted by relevance
213 expected_warnings, argument231 if expected_warnings is None:232 expected_warnings = []233 self.assertEqual(stderr_lines, expected_warnings)276 expected_warnings=None,290 expected_warnings=None, argument311 if expected_warnings:312 expected_warnings = [LEGACY_LOCALE_WARNING]328 _expected_warnings = expected_warnings358 expected_warnings,[all …]
51 expected_warnings=$temp/expwarnings.log79 ' $src > $expected_warnings81 diff -U0 $actual_warnings $expected_warnings > $warning_diffs101 passed_warnings=$(wc -l < $expected_warnings)
13 def __init__(self, expected_warnings, parent, **kwargs): argument18 self.expected_warnings = list(expected_warnings)20 self.expected_warnings = [expected_warnings]45 for warning in self.expected_warnings
3643 const std::string& expected_warnings) { in BuildFileWithWarnings() argument3649 EXPECT_EQ(expected_warnings, error_collector.warning_text_); in BuildFileWithWarnings()