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

Upgrade GTest to 1.11.0 #801

Closed
wants to merge 2 commits into from
Closed

Upgrade GTest to 1.11.0 #801

wants to merge 2 commits into from

Conversation

chfast
Copy link
Collaborator

@chfast chfast commented Jun 14, 2021

No description provided.

@codecov
Copy link

codecov bot commented Jun 14, 2021

Codecov Report

Merging #801 (2aa6928) into master (2fe6f02) will decrease coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #801      +/-   ##
==========================================
- Coverage   99.14%   99.07%   -0.07%     
==========================================
  Files          80       79       -1     
  Lines       12374    11363    -1011     
==========================================
- Hits        12268    11258    -1010     
+ Misses        106      105       -1     
Flag Coverage Δ
rust ?
spectests 90.54% <ø> (ø)
unittests 99.07% <100.00%> (ø)

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%> (ø)
bindings/rust/src/lib.rs

@@ -770,8 +771,8 @@ TEST(execute_call, imported_table_modified_by_uninstantiable_module)
const auto table = fizzy::find_exported_table(*instance1, "tab");
ASSERT_TRUE(table.has_value());

EXPECT_THROW_MESSAGE(instantiate(parse(bin2), {}, {*table}), instantiate_error,
"start function failed to execute");
EXPECT_THAT([&] { instantiate(parse(bin2), {}, {*table}); },
Copy link
Member

Choose a reason for hiding this comment

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

Can't this be done in every place?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It can be.

@chfast
Copy link
Collaborator Author

chfast commented Dec 20, 2021

Replaced by #804

@chfast chfast closed this Dec 20, 2021
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.

2 participants