Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update expectations for test_binaryen_metadce_hello under wasm backend #8581

Merged
merged 2 commits into from
May 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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, 17, 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