mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Explain testSFBug532646 skip
This commit is contained in:
@@ -494,7 +494,7 @@ class ClassTests(unittest.TestCase):
|
||||
self.assertRaises(TypeError, hash, C2())
|
||||
|
||||
|
||||
@unittest.skip("TODO: RUSTPYTHON")
|
||||
@unittest.skip("TODO: RUSTPYTHON, segmentation fault")
|
||||
def testSFBug532646(self):
|
||||
# Test for SF bug 532646
|
||||
|
||||
|
||||
Reference in New Issue
Block a user