-
Notifications
You must be signed in to change notification settings - Fork 102
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
Fix macos extension test #4683
Fix macos extension test #4683
Conversation
Benchmark ResultMaster commit hash:
|
6c38936
to
f39b344
Compare
Benchmark ResultMaster commit hash:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4683 +/- ##
==========================================
+ Coverage 86.13% 86.22% +0.09%
==========================================
Files 1373 1369 -4
Lines 58295 58232 -63
Branches 7210 7205 -5
==========================================
+ Hits 50212 50213 +1
+ Misses 7919 7855 -64
Partials 164 164 ☔ View full report in Codecov by Sentry. |
…emitted in the main executable
f39b344
to
3f8a81f
Compare
Benchmark ResultMaster commit hash:
|
Description
Add non-inlined virtual destructor to
SimpleTableFuncSharedState
to ensure thatdynamic_cast
to this class works when called from extensions.See android/ndk#533 (comment) for more details.
Contributor agreement