Skip to content

Commit

Permalink
Update expectations for test_binaryen_metadce_hello under wasm backend
Browse files Browse the repository at this point in the history
This change is caused by the upstream llvm change:
  https://reviews.llvm.org/D61772
  • Loading branch information
sbc100 committed May 10, 2019
1 parent 6b40fb9 commit ae84fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae84fd7

Please sign in to comment.