HomeSort by relevance Sort by last modified time
    Searched refs:warns (Results 1 - 21 of 21) sorted by null

  /external/python/dateutil/dateutil/test/
test_internals.py 52 @pytest.mark.skipif(IS_PY32, reason='pytest.warns not supported on Python 3.2')
57 with pytest.warns(DeprecationWarning):
60 with pytest.warns(DeprecationWarning):
63 with pytest.warns(DeprecationWarning):
67 @pytest.mark.skipif(IS_PY32, reason='pytest.warns not supported on Python 3.2')
72 with pytest.warns(None) as recorder:
76 with pytest.warns(None) as recorder:
81 with pytest.warns(None) as recorder:
88 with pytest.warns(tz.DeprecatedTzFormatWarning):
91 with pytest.warns(tz.DeprecatedTzFormatWarning)
    [all...]
test_parser.py 578 with pytest.warns(UnknownTimezoneWarning):
688 with pytest.warns(UnknownTimezoneWarning):
    [all...]
test_tz.py     [all...]
  /external/autotest/server/site_tests/display_HotPlugNoisy/
display_HotPlugNoisy.py 56 warns = []
118 warns.append('Possibly flaky: %s' % err)
132 elif warns:
133 raise error.TestWarn('; '.join(set(warns)))
  /external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
test_per_cpu_allocator_module.c 112 unsigned int warns = 5; local
121 if (*up != v && warns-- > 0) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_dist.py 163 warns = []
165 warns.append(msg)
178 self.assertEqual(len(warns), 0)
  /external/python/cpython2/Lib/distutils/tests/
test_dist.py 164 warns = []
167 warns.append(msg)
175 self.assertEqual(len(warns), 0)
  /external/fonttools/Tests/ufoLib/
UFOZ_test.py 77 with pytest.warns(DeprecationWarning, match="The 'path' attribute"):
  /external/python/cpython3/Lib/distutils/tests/
test_dist.py 175 warns = []
178 warns.append(msg)
186 self.assertEqual(len(warns), 0)
  /external/python/cpython3/Lib/test/
test_re.py     [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_subprocess.py 479 with warnings.catch_warnings(record=True) as warns:
482 self.assertEqual(warns, [])
  /build/soong/android/
makevars.go 190 # Compares SOONG_$(1) against $(1), and warns if they are not equal.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_fixers.py 42 def warns(self, before, after, message, unchanged=False): member in class:FixerTestCase
49 self.warns(before, before, message, unchanged=True)
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/
test_fixers.py 42 def warns(self, before, after, message, unchanged=False): member in class:FixerTestCase
49 self.warns(before, before, message, unchanged=True)
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/
test_fixers.py 41 def warns(self, before, after, message, unchanged=False): member in class:FixerTestCase
48 self.warns(before, before, message, unchanged=True)
    [all...]
  /external/doclava/res/assets/templates/
macros.cs 5 # standard devsite warns on inline js and script tags ?><?cs
  /external/python/cpython3/Lib/test/support/
__init__.py     [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_linux.go 1036 // access (PEEKUSER warns that it might), but if we don't
    [all...]
  /external/testng/ant/
ivy-2.1.0.jar 
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/kotlinc/lib/
kotlin-main-kts.jar 

Completed in 7859 milliseconds