mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-07 10:20:29 +00:00
skip PYMALLOC test
This commit is contained in:
parent
292cfb7689
commit
09d9129f16
1 changed files with 1 additions and 1 deletions
2
third_party/python/Lib/test/test_sys.py
vendored
2
third_party/python/Lib/test/test_sys.py
vendored
|
@ -780,7 +780,7 @@ class SysModuleTest(unittest.TestCase):
|
|||
# The function has no parameter
|
||||
self.assertRaises(TypeError, sys._debugmallocstats, True)
|
||||
|
||||
@unittest.skipUnless(hasattr(sys, "getallocatedblocks"),
|
||||
@unittest.skipUnless(False and hasattr(sys, "getallocatedblocks"),
|
||||
"sys.getallocatedblocks unavailable on this build")
|
||||
def test_getallocatedblocks(self):
|
||||
if (os.environ.get('PYTHONMALLOC', None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue