I add to temporarily disable the test_binaryen_from_source test
under macOS to work around:
https://github.com/WebAssembly/binaryen/issues/4299
This commit is contained in:
Sam Clegg
2021-11-01 15:30:30 -07:00
committed by GitHub
parent 69bc93a988
commit 044d620ff2
3 changed files with 10 additions and 1 deletions

View File

@@ -232,6 +232,8 @@ int main() {
run_emsdk('activate sdk-tag-1.38.33-64bit')
def test_binaryen_from_source(self):
if MACOS:
self.skipTest("https://github.com/WebAssembly/binaryen/issues/4299")
print('test binaryen source build')
run_emsdk(['install', '--build=Release', '--generator=Unix Makefiles', 'binaryen-main-64bit'])