Daily Screenshot Build on Windows - Build # 3100 - Failure:
Identified problems:
* broken buildslave - lost connection: seems like the buildslave lost the connection
* Indication 1:
<https://ci.libreoffice.org//job/lo_tb_master_win_screenshot/3100/consoleFull#-1173263397d6a077db-fe4f-4479-b990-f037a75048dd>
* Indication 2:
<https://ci.libreoffice.org//job/lo_tb_master_win_screenshot/3100/consoleFull#817859960d6a077db-fe4f-4479-b990-f037a75048dd>
Check console output at https://ci.libreoffice.org/job/lo_tb_master_win_screenshot/3100/ to view
the results.
Changes for Build #3100
[Michael Weghorn] tdf#130857 qt weld: Use existing QtInstanceItemView::modelIndex
[Michael Weghorn] tdf#130857 qt weld: Use existing QtInstanceItemView::treeIter helper
[Xisco Fauli] ofz: check for failure here too
[Neil Roberts] tdf#172670 TreeView: Make iter_n_children return 0 with children on
[Julien Nabet] Fix collision 96 (SID_ZOOM_TOOLBOX and SID_ATTR_TRANSFORM_DELTA_ANGLE)
[Julien Nabet] Add check-sid-slots.py
[Xisco Fauli] ofz: check buffer bounds before reading multi-byte CFF dict operators
[Xisco Fauli] cool#15951 engine sw interdependent redlines: hide delete-then-format...
[Xisco Fauli] sw: restore the deleted word on undo when tracked changes are hidden
[Khaled Hosny] tdf#172646: Fix text search match offsets around surrogate pairs
[gerrit buildbot] Update git submodules
[Xisco Fauli] sc: round-trip dynamic-array masters through XLSX, strip @ on XLS
[Xisco Fauli] Fix heap-buffer-overflow in formula::FormulaTokenArray::Add
[Xisco Fauli] sc: promote UI-typed array formulas to dynamic-array masters
[Xisco Fauli] sc: spill an IF formula whose branches are multi-cell ranges
[Xisco Fauli] sc: keep @ on each operand from propagating array intent
[Andreas Heinisch] tdf#163785 - Embed the color picker content inline without any popup
[Andreas Heinisch] tdf#84694 - Deselect draw objects before selecting the entire sheet
[Xisco Fauli] zxing-cpp: upgrade to 3.1.0
[Xisco Fauli] sc: keep multi-cell ranges unfolded in the @-restore compiler
[Xisco Fauli] sc: carry the dynamic-array flag through Undo and Redo of EnterMatrix
[Xisco Fauli] sc: scope auto-promotion eligibility to freshly typed cells
[Xisco Fauli] sc: round-trip the @ operator through XLSX as _xlfn.SINGLE
[Xisco Fauli] libffi: upgrade to 3.7.0
[Xisco Fauli] Implemented callables as first-class objects in Calc formulas
[Xisco Fauli] Implemented LAMBDA and ISOMITTED for Calc
[Xisco Fauli] Implemented functions which rely on callables
[Xisco Fauli] Add tests for callables in Calc formulas
[Xisco Fauli] Pass array arguments to a callable whole, not per element
[Xisco Fauli] Add a document test for LAMBDA and the callable functions
[Neil Roberts] testofficehelper: Retry connecting indefinitely
[Xisco Fauli] Check the LAMBDA document on load and across an XLSX round-trip
[Xisco Fauli] crashtesting: don't parallelize a conditional sum that grows its range
[gerrit buildbot] Update git submodules
[gerrit buildbot] Update git submodules
[Julien Nabet] tdf#172714: fix errors in tablestyles.xml when inserting a table
[Xisco Fauli] Isolate per-element errors in the element-wise array functions
[Xisco Fauli] Size MAP to the longest argument array, not the shortest
[Xisco Fauli] sc: render booleans as TRUE or FALSE in string concatenation
[Xisco Fauli] sc: ignore the dynamic-array master flag when @ ends the RPN
[Xisco Fauli] sc: let @ collapse arrays from range arithmetic, not just functions
[Xisco Fauli] sc: import @-wrapped XLSX cells as scalar formulas, not CSE arrays
[Xisco Fauli] sc: auto-spill UI-typed CHOOSE and LET when a branch is an array
[Xisco Fauli] sc: pick the row-aligned slot when @ collapses a bare range
[Xisco Fauli] sc: extend mismatched-extent matrix arithmetic to the longer side
[Xisco Fauli] sc: simplify stripRedundantParentheses and add unit tests
[Justin Luth] tdf#164402 find&replace format: find white font color
[Michael Weghorn] tdf#130857 qt weld: Use persistent model index in
[Michael Weghorn] tdf#130857 qt weld: Use persistent model index in QtInstanceTreeIter
[Michael Weghorn] cui: Rename pixbuf cell renderer to avoid confusion
[Michael Weghorn] tdf#130857 qt weld: Support Chart "Default Colors" options page
[Michael Weghorn] tdf#130857 gtk weld: Consider expander image col in TreeView::do_insert
[Michael Weghorn] tdf#130857 cui: Put pixbuf + text into same col in Chart "Default
[Michael Weghorn] tdf#130857 qt weld: Support "Proxy" options page
[Michael Weghorn] cui: Remove unused grid row in optproxypage.ui
[Michael Weghorn] tdf#130857 Define widgets in sw "Proxy" options page in order
[Michael Weghorn] cui: Resave optemailpage.ui with glade 3.40
[Michael Weghorn] tdf#130857 qt weld: Support "Email" options page
[Michael Weghorn] tdf#130857 qt weld: Support Calc "General" options page
[Michael Weghorn] cui: Fix indentation in textflowpage.ui
[Michael Weghorn] tdf#130857 Define widgets in Calc "General" options page in order
[Michael Weghorn] tdf#130857 qt weld: Support Calc "Defaults" options page
[Michael Weghorn] tdf#130857 Define widgets in Calc "Defaults" options page in order
[Michael Weghorn] tdf#130857 qt weld: Support Calc "View" options page
[Michael Weghorn] tdf#130857 Define widgets in Calc "View" options page in order
[Michael Weghorn] tdf#130857 qt weld: Support Calc "Calculate" options page
[gerrit buildbot] Update git submodules
[Neil Roberts] pyuno: Set correct UNO_PATH on MacOS when running testofficehelper
[Michael Weghorn] canvas: Drop unused context param for SpriteCanvas ctor
[Julien Nabet] Fix typo
[Xisco Fauli] Simplify a bit
[Xisco Fauli] cid#1693826: Uninitialized pointer field
[Xisco Fauli] cid#1693811: silence Overflowed constant
[Xisco Fauli] crashtesting: re-search lagging columns past nRow in the attr iterator
[Xisco Fauli] sc: report a dynamic-array spill cell as a value in ISFORMULA
[Xisco Fauli] sc: add the # postfix operator for spilled-range references
[Xisco Fauli] sc: report ISFORMULA per cell over a spilled-range reference
[Xisco Fauli] sc: rewrite _xlfn.ANCHORARRAY on XLSX import to the # operator
[Xisco Fauli] sc: wrap the # operator in _xlfn.ANCHORARRAY on XLSX export
[Xisco Fauli] sc: add the dynamic-array XLSX import functions test
[Xisco Fauli] sc: add an ODS round-trip test for the # spilled-range operator
[Xisco Fauli] cid#1655271: Logically dead code
--
To unsubscribe e-mail to: libreoffice-ci+unsubscribe@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/libreoffice-ci/
Privacy Policy: https://www.documentfoundation.org/privacy
Context
- [global-libreoffice-ci] Daily Screenshot Build on Windows - Build # 3100 - Failure! · ci
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.