From ae84fd74c85831d43a0d1afce9c3ffa0136aed2f Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Fri, 10 May 2019 10:17:28 -0700 Subject: [PATCH] Update expectations for test_binaryen_metadce_hello under wasm backend This change is caused by the upstream llvm change: https://reviews.llvm.org/D61772 --- tests/test_other.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_other.py b/tests/test_other.py index f513869d396e..5f8644973f7d 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -7917,9 +7917,9 @@ def run(*args): # TODO(sbc): Investivate why the number of exports is order of magnitude # larger for wasm backend. run(['-O3', '-s', 'MAIN_MODULE=1'], - 1576, [], [], 517336, 167,1484, None) # noqa + 1581, [], [], 517336, 172,1484, None) # noqa run(['-O3', '-s', 'MAIN_MODULE=2'], - 13, [], [], 10770, 16, 13, None) # noqa + 15, [], [], 10770, 18, 13, None) # noqa else: run([], 23, ['abort'], ['waka'], 42701, 24, 17, 57) # noqa run(['-O1'], 15, ['abort'], ['waka'], 13199, 15, 14, 33) # noqa