Home
last modified time | relevance | path

Searched refs:test_executable_without_cwd (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_subprocess.py204 def test_executable_without_cwd(self): member in ProcessTestCase
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_subprocess.py515 def test_executable_without_cwd(self): member in ProcessTestCase
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY5979 - Issue #17046: Fix broken test_executable_without_cwd in test_subprocess.