8000 Turn ASAN back on for subprocess test. · python/cpython@d113655 · GitHub
[go: up one dir, main page]

Skip to content

Commit d113655

Browse files
committed
Turn ASAN back on for subprocess test.
1 parent f6a6457 commit d113655

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_subprocess.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,8 +1882,6 @@ def bad_error(*args):
18821882

18831883
@unittest.skipIf(not os.path.exists('/proc/self/status'),
18841884
"need /proc/self/status")
1885-
@skip_if_sanitizer(memory=True, address=True,
1886-
reason= "Spurious error when assigning to stack variable.")
18871885
def test_restore_signals(self):
18881886
# Blindly assume that cat exists on systems with /proc/self/status...
18891887
default_proc_status = subprocess.check_output(

0 commit comments

Comments
 (0)
0