Tweak the WasmImage implementation a little bit (PR 21225 follow-up)#21229
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #21229 +/- ##
==========================================
- Coverage 55.93% 55.92% -0.01%
==========================================
Files 220 220
Lines 58990 58991 +1
==========================================
- Hits 32994 32989 -5
- Misses 25996 26002 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
This fixes two things that I overlooked in PR 21225, more specifically: - Use proper, rather than semi, private class fields in `WasmImage`. - Make tracking of `WasmImage` instances optional, to avoid keeping data alive permanently in the `IMAGE_DECODERS` build.
4efb97e to
3f6a2fe
Compare
|
Update the patch to revert the filename-related changes, to not make these classes more annoying to use standalone. /botio browsertest |
From: Bot.io (Linux m4)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/6356d4f8be56776/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/fab7febf5bc05e2/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/6356d4f8be56776/output.txt Total script time: 18.46 mins
Image differences available at: http://54.241.84.105:8877/6356d4f8be56776/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/fab7febf5bc05e2/output.txt Total script time: 24.72 mins
Image differences available at: http://54.193.163.58:8877/fab7febf5bc05e2/reftest-analyzer.html#web=eq.log |
This fixes two things that I overlooked in PR #21225, more specifically:
Use proper, rather than semi, private class fields in
WasmImage.Make tracking of
WasmImageinstances optional, to avoid keeping data alive permanently in theIMAGE_DECODERSbuild.