From 8d19d00268a4b1af556008bea933ede869d8a757 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 25 Oct 2019 12:09:47 -0500 Subject: Upgrade the build container for linux releases (#2405) This is a continued effort to try and track down #2273 which came up again and is still present in the current release binaries. Issues like crystal-lang/crystal#4276 may indicate that C++ exceptions are just somewhat broken with static linking when using alpine, but I've at least locally been able to verify that upgrading the container produces working binaries which previously segfaulted on some wasm files. --- scripts/test/wasm2js.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/test/wasm2js.py') diff --git a/scripts/test/wasm2js.py b/scripts/test/wasm2js.py index 24c14680d..5e30ae0d7 100755 --- a/scripts/test/wasm2js.py +++ b/scripts/test/wasm2js.py @@ -94,7 +94,7 @@ def test_wasm2js_output(): fail_if_not_identical(out, '') cmd = node[:] cmd.append('a.2asm.asserts.mjs') - out = run_command(cmd, expected_err='', err_ignore='The ESM module loader is experimental') + out = run_command(cmd, expected_err='', err_ignore='ExperimentalWarning') fail_if_not_identical(out, '') fail_if_not_identical_to_file(''.join(all_out), expected_file) -- cgit v1.2.3