Skip to content

Commit 32c6419

Browse files
committed
faulthandler signals
1 parent 346e2d0 commit 32c6419

File tree

5 files changed

+459
-189
lines changed

5 files changed

+459
-189
lines changed

Lib/test/test_faulthandler.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,6 @@ def test_disabled_by_default(self):
442442
output = subprocess.check_output(args)
443443
self.assertEqual(output.rstrip(), b"False")
444444

445-
# TODO: RUSTPYTHON, subprocess.CalledProcessError: Command '<filter object at ...>' returned non-zero exit status 1.
446-
@unittest.expectedFailure
447445
@support.requires_subprocess()
448446
def test_sys_xoptions(self):
449447
# Test python -X faulthandler
@@ -457,8 +455,6 @@ def test_sys_xoptions(self):
457455
output = subprocess.check_output(args, env=env)
458456
self.assertEqual(output.rstrip(), b"True")
459457

460-
# TODO: RUSTPYTHON
461-
@unittest.expectedFailure
462458
@support.requires_subprocess()
463459
def test_env_var(self):
464460
# empty env var

0 commit comments

Comments
 (0)