Skip to content

Commit 9c10d4a

Browse files
committed
Mark failing tests of test_baseexception.
1 parent a7b8768 commit 9c10d4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Lib/test/test_baseexception.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ def verify_instance_interface(self, ins):
1818
"%s missing %s attribute" %
1919
(ins.__class__.__name__, attr))
2020

21+
# TODO: RUSTPYTHON
22+
@unittest.expectedFailure
2123
def test_inheritance(self):
2224
# Make sure the inheritance hierarchy matches the documentation
2325
exc_set = set()
@@ -118,6 +120,8 @@ def test_interface_no_arg(self):
118120
[repr(exc), exc.__class__.__name__ + '()'])
119121
self.interface_test_driver(results)
120122

123+
# TODO: RUSTPYTHON
124+
@unittest.expectedFailure
121125
def test_setstate_refcount_no_crash(self):
122126
# gh-97591: Acquire strong reference before calling tp_hash slot
123127
# in PyObject_SetAttr.

0 commit comments

Comments
 (0)