Home
last modified time | relevance | path

Searched refs:expected_warnings (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_c_locale_coercion.py213 expected_warnings, argument
231 if expected_warnings is None:
232 expected_warnings = []
233 self.assertEqual(stderr_lines, expected_warnings)
276 expected_warnings=None,
290 expected_warnings=None, argument
311 if expected_warnings:
312 expected_warnings = [LEGACY_LOCALE_WARNING]
328 _expected_warnings = expected_warnings
358 expected_warnings,
[all …]
/external/llvm-project/flang/test/Evaluate/
Dtest_folding.sh51 expected_warnings=$temp/expwarnings.log
79 ' $src > $expected_warnings
81 diff -U0 $actual_warnings $expected_warnings > $warning_diffs
101 passed_warnings=$(wc -l < $expected_warnings)
/external/python/dateutil/dateutil/test/
D_common.py13 def __init__(self, expected_warnings, parent, **kwargs): argument
18 self.expected_warnings = list(expected_warnings)
20 self.expected_warnings = [expected_warnings]
45 for warning in self.expected_warnings
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc3643 const std::string& expected_warnings) { in BuildFileWithWarnings() argument
3649 EXPECT_EQ(expected_warnings, error_collector.warning_text_); in BuildFileWithWarnings()