mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
gh-95853: Multiple ops and debug for wasm_build.py (#96744)
This commit is contained in:
parent
8d75a13fde
commit
1fc8bd3710
5 changed files with 248 additions and 83 deletions
|
@ -438,6 +438,7 @@ class TestSysConfig(unittest.TestCase):
|
|||
self.assertEqual(status, 0)
|
||||
self.assertEqual(my_platform, test_platform)
|
||||
|
||||
@unittest.skipIf(is_wasi, "Incompatible with WASI mapdir and OOT builds")
|
||||
def test_srcdir(self):
|
||||
# See Issues #15322, #15364.
|
||||
srcdir = sysconfig.get_config_var('srcdir')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue