mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
This commit is contained in:
parent
e48ac9c100
commit
137fd3d88a
20 changed files with 109 additions and 14 deletions
|
@ -804,6 +804,7 @@ class BadFileZipImportTestCase(unittest.TestCase):
|
|||
os_helper.create_empty_file(TESTMOD)
|
||||
self.assertZipFailure(TESTMOD)
|
||||
|
||||
@unittest.skipIf(support.is_wasi, "mode 000 not supported.")
|
||||
def testFileUnreadable(self):
|
||||
os_helper.unlink(TESTMOD)
|
||||
fd = os.open(TESTMOD, os.O_CREAT, 000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue