https://bugs.documentfoundation.org/show_bug.cgi?id=160992

--- Comment #1 from Hossein <hoss...@libreoffice.org> ---
To find a problematic test, first you should rung 'make check' with 1x (100%)
scaling. You have to make sure that no test fails.

Then, you should set the screen scaling to something other than 1x (100%), and
then run 'make check' again.

Once a test case fails, you can remove it from the source code, or the make
file, and then try again running that test again. If the test does not fail
again, this means that the test was related to DPI.

These are some of the tests that fail because of DPI, alongside the source
code/make file: (Note: it is not complete)

make JunitTest_sot_complex
        complex.olesimplestorage.OLESimpleStorageUnitTest
        sot/JunitTest_sot_complex.mk

make CppunitTest_sd_a11y
        TestImpressDefaultStructure
        TestImpressDefaultLayout
        sd/qa/unit/a11y/layout.cxx

make CppunitTest_sc_shapetest
        testTdf144242_Line_noSwapWH
        sc/qa/unit/scshapetest.cxx

make CppunitTest_sc_a11y
        Test64BitChildIndices
        TestCalcMenu
        sc/qa/extras/accessibility/basics.cxx

make CppunitTest_sw_rtfexport2
        testFdo52989
        sw/qa/extras/rtfexport/rtfexport2.cxx

make CppunitTest_sd_png_export_tests
        testTdf99729
        testTdf126319
        testTdf105998
        sd/qa/unit/PNGExportTests.cxx

make CppunitTest_sw_rtfexport8
        testTdf155663

make CppunitTest_sw_ooxmlexport6
        testDmlRectangleRelsize
        sw/qa/extras/ooxmlexport/ooxmlexport6.cxx

make CppunitTest_sw_uiwriter6
        testTdf160836
        sw/qa/extras/uiwriter/uiwriter6.cxx

make CppunitTest_sw_layoutwriter2
        testTdf129054
        sw/qa/extras/layout/layout2.cxx

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to