Home
last modified time | relevance | path

Searched refs:test_logging (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_logging.py13 def test_logging(self, records): member in TestAOTLogging
/aosp_15_r20/external/pytorch/test/autograd/
H A Dtest_logging.py11 def test_logging(self, records): member in TestAutogradLogging
/aosp_15_r20/external/ot-br-posix/tests/gtest/
H A DCMakeLists.txt51 test_logging.cpp
/aosp_15_r20/external/conscrypt/
H A Dbuild.gradle199 systemProperty 'java.util.logging.config.file', "${rootDir}/test_logging.properties"
/aosp_15_r20/external/python/google-api-python-client/tests/
Dtest_json_model.py231 def test_logging(self): member in Model
/aosp_15_r20/external/rust/android-crates-io/crates/ring/
DCargo.toml224 test_logging = [] qkey
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.6rc1.rst219 Fixed spurious 'test.blah' file left behind by test_logging.
D2.6a1.rst4634 Refactor test_logging to use unittest.
D2.7a1.rst5693 Fix test_logging to no longer reset the warnings filter.
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.10.0b1.rst1438 Fix test_logging.test_namer_rotator_inheritance() on Windows: use
1448 Fix a race condition in the SMTP test of test_logging. Don't close a file
D3.10.0a2.rst703 Fix test_logging.test_race_between_set_target_and_flush(): the test now
D3.5.0a1.rst5648 Workaround test_logging failure on some OS X 10.6 systems.
D3.11.0a1.rst4074 Fix ``test_multiprocessing_fork`` failure due to ``test_logging`` and
/aosp_15_r20/external/python/setuptools/setuptools.egg-info/
DSOURCES.txt452 setuptools/tests/test_logging.py
/aosp_15_r20/external/pytorch/test/
H A Dtest_autograd.py14119 from autograd.test_logging import TestAutogradLogging # noqa: F401
H A Dtest_jit.py11 from jit.test_logging import TestLogging # noqa: F401
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY1290 - Issue #23211: Workaround test_logging failure on some OS X 10.6 systems.
10965 - Issue #10626: test_logging now preserves logger disabled states.
10967 - Issue #10774: test_logging now removes temp files created during tests.