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

test: Add a call test of imported wasm function #733

Merged
merged 1 commit into from
Feb 10, 2021
Merged

test: Add a call test of imported wasm function #733

merged 1 commit into from
Feb 10, 2021

Conversation

chfast
Copy link
Collaborator

@chfast chfast commented Feb 10, 2021

No description provided.

@codecov
Copy link

codecov bot commented Feb 10, 2021

Codecov Report

Merging #733 (a1b4e63) into master (c89ba77) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #733   +/-   ##
=======================================
  Coverage   99.34%   99.34%           
=======================================
  Files          73       73           
  Lines       11164    11173    +9     
=======================================
+ Hits        11091    11100    +9     
  Misses         73       73           
Flag Coverage Δ
rust 99.79% <ø> (ø)
spectests 90.84% <ø> (ø)
unittests 99.32% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
test/unittests/execute_call_test.cpp 100.00% <100.00%> (ø)

@chfast chfast requested review from gumb0 and axic February 10, 2021 15:54
local.get 0
local.get 1
call $sub

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the empty line?

*/
const auto bin2 = from_hex(
"0061736d0100000001070160027f7f017f020a01026d31037375620000030201000a0a0108002000200110000"
"b");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's some weird split clang-format is doing :)

@chfast chfast merged commit c37b101 into master Feb 10, 2021
@chfast chfast deleted the call_test branch February 10, 2021 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants