| Summary: | Make "Run Graphics Tests" feature experimental | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Stéphane Guillou (stragu) <stephane.guillou> |
| Component: | LibreOffice | Assignee: | Kira Tubo <kira.tubo> |
| Status: | ASSIGNED --- | ||
| Severity: | normal | CC: | heiko.tietze, himajin100000, kira.tubo, mentoring, olivier.hallot, quikee, telesto, Tex2002ans+LibreOffice, vsfoote, xiscofauli |
| Priority: | medium | Keywords: | difficultyBeginner, easyHack, skillCpp, topicUI |
| Version: | 7.3.0.0 beta1+ | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=154188 | ||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 110746 | ||
|
Description
Stéphane Guillou (stragu)
2023-04-28 18:27:51 UTC
(In reply to Stéphane Guillou (stragu) from comment #0) +1 Something to be discussed in ESC ? CC Tomaz, I think he mentored the project. Reminds me on bug 155070 about the skia.log. +1 to hide functions that are not focused on the user workflow. Either as experimental feature or put it somewhere far away from the user, eg. the About dialog. 4 of us approve this change, let's set to new. In cui/source/options/optgdlg.cxx hide m_xRunGPTests (and associated label?) depending on officecfg::Office::Common::Misc::ExperimentalMode::get(). Yes, I agree with comment 4: - Hiding "Run Graphics Tests" button behind "Experimental" flag and with Olivier's assessment quoted in comment 0: - Normal users typically don't need to run these tests - Leave it for QA/devs. - It'll put an extra burden on Help users/answerers over "broken" tests. - - - For example, here was a recent user who got (confused) by this button: /r/LibreOffice: "How should I interpret the results of the Graphics Test" - https://www.reddit.com/r/libreoffice/comments/1asysla/how_should_i_interpret_the_results_of_the/kqwbyng/ and this is what they asked: > As I came across this function and tested it, it turns out that half of the tests are labelled as "Quirky" despite having a computer more than powerful enough to handle this software. > > What do these results mean, and is there a way to make sure more tests turn out as "Passed" ? So I linked to Tomaz's fantastic explanation in Bug 152587 comment 7 + the LO Wiki's GSoC 2021 posts about its addition: - https://bugs.documentfoundation.org/show_bug.cgi?id=152587#c7 - https://wiki.documentfoundation.org/Development/GSoC/Successfully_Implemented_Ideas#Tests_for_the_VCL_graphic_backends - https://theproglevblog.blogspot.com/2021/08/google-summer-of-code-2021-project.html |