Fix the issue in the ref test tracemonkey-extract_0_2_12#20884
Fix the issue in the ref test tracemonkey-extract_0_2_12#20884timvandermeij merged 1 commit intomozilla:masterfrom
Conversation
When getting the extracted document, the url for the wasms wasn't passed and consequently the icc-based color wasn't rendered as expected because of the wasm for qcms.
6bb594e to
dde0bea
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #20884 +/- ##
=======================================
Coverage 62.51% 62.52%
=======================================
Files 173 173
Lines 121246 121246
=======================================
+ Hits 75796 75803 +7
+ Misses 45450 45443 -7
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:
|
timvandermeij
left a comment
There was a problem hiding this comment.
r=me, with passing tests. Really nice find!
|
/botio test |
|
/botio-linux test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.241.84.105:8877/40c5dd49da64fa7/output.txt |
|
/botio-windows browsertest |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @timvandermeij received. Current queue size: 0 Live output at: http://54.193.163.58:8877/cc152fc0cd0ce0b/output.txt |
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/cc152fc0cd0ce0b/output.txt Total script time: 25.08 mins
|
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/40c5dd49da64fa7/output.txt Total script time: 44.60 mins
|
When getting the extracted document, the url for the wasms wasn't passed and consequently the icc-based color wasn't rendered as expected because of the wasm for qcms.