New comment by hervyqa on void-packages repository https://github.com/void-linux/void-packages/pull/35454#issuecomment-1132450531 Comment: > I guess we need to report `test_lpe` to upstream, probably. Or try to look at what it does. LPE (Live Path Effect) is used to manipulate path objects easily. There are many types of LPE, but in this LPE test does not mention which LPE failed to be tested. ``` The following tests FAILED: 30 - test_lpe (Failed) ``` Maybe one of them failed the test, but I don't know which one. ![Screenshot_20220520_112858](https://user-images.githubusercontent.com/45872139/169450713-e8aa4e3c-19c8-4b0e-9349-3db7d90621d6.png) source: https://gitlab.com/inkscape/inkscape/-/blob/master/testfiles/src/lpe-test.cpp ```cpp // A) FILE BASED TESTS // TEST_F(LPETest, Bool_multi_px_1_1) { run(); } // TEST_F(LPETest, Bool_multi_mm_1_1) { run(); } TEST_F(LPETest, AttachPath_0_92_5_mixed) { run(); } TEST_F(LPETest, AttachPath_mm_1_0_2) { run(); } TEST_F(LPETest, AttachPath_px_1_0_2) { run(); } TEST_F(LPETest, BoundingBox_mixed_0_92_5) { run(); } TEST_F(LPETest, BoundingBox_mm_1_0_2) { run(); } TEST_F(LPETest, BoundingBox_px_1_0_2) { run(); } TEST_F(LPETest, CloneOriginal_mixed_0_92_5) { run(); } // linked item is broken in 1.0.2 because group cliboard items, use same version of 1.1 but resaved in 1.2 to get comapat in 1.0.1 or before the group clipboard is added TEST_F(LPETest, CloneOriginal_boken_1_0_2) { run(); } TEST_F(LPETest, CloneOriginal_mixed_px_1_1) { run(); } TEST_F(LPETest, CloneOriginal_mixed_mm_1_1) { run(); } TEST_F(LPETest, ConstructGrid_mixed_0_92_5) { run(); } TEST_F(LPETest, ConstructGrid_mm_1_0_2) { run(); } TEST_F(LPETest, ConstructGrid_px_1_0_2) { run(); } TEST_F(LPETest, Transform2Points_path_0_92_5) { run(); } TEST_F(LPETest, Transform2Points_multi_px_1_0_2) { run(); } TEST_F(LPETest, Transform2Points_multi_mm_1_0_2) { run(); } TEST_F(LPETest, VonCoch_path_0_92_5) { run(); } TEST_F(LPETest, VonCoch_multi_px_1_0_2) { run(); } TEST_F(LPETest, VonCoch_multi_mm_1_0_2) { run(); } TEST_F(LPETest, StitchSubPaths_path_0_92_5) { run(); } TEST_F(LPETest, StitchSubPaths_multi_px_1_0_2) { run(); } TEST_F(LPETest, StitchSubPaths_multi_mm_1_0_2) { run(); } TEST_F(LPETest, Spiro_mixed_0_92_5) { run(); } TEST_F(LPETest, Spiro_mm_1_0_2) { run(); } TEST_F(LPETest, Spiro_px_1_0_2) { run(); } TEST_F(LPETest, Slice_multi_px_1_1) { run(); } TEST_F(LPETest, Slice_multi_mm_1_1) { run(); } TEST_F(LPETest, Simplify_path_0_92_5) { run(); } TEST_F(LPETest, Simplify_multi_px_1_0_2) { run(); } TEST_F(LPETest, Simplify_multi_mm_1_0_2) { run(); } TEST_F(LPETest, ShowHandles_path_0_92_5) { run(); } TEST_F(LPETest, ShowHandles_multi_px_1_0_2) { run(); } TEST_F(LPETest, ShowHandles_multi_mm_1_0_2) { run(); } TEST_F(LPETest, Ruler_path_0_92_5) { run(); } TEST_F(LPETest, Ruler_multi_px_1_0_2) { run(); } TEST_F(LPETest, Ruler_multi_mm_1_0_2) { run(); } TEST_F(LPETest, RoughHatches_path_0_92_5) { run(); } TEST_F(LPETest, RoughHatches_multi_px_1_0_2) { run(); } TEST_F(LPETest, RoughHatches_multi_mm_1_0_2) { run(); } // Rougen Test till 1.1 fail because wrong implementation of rand on the LPE TEST_F(LPETest, Roughen_path_1_1) { run(); } TEST_F(LPETest, EllipseFromPoints_multi_px_1_0_2) { run(); } TEST_F(LPETest, EllipseFromPoints_multi_mm_1_0_2) { run(); } TEST_F(LPETest, PowerMask_multi_px_1_0_2) { run(); } TEST_F(LPETest, PowerMask_multi_mm_1_0_2) { run(); } TEST_F(LPETest, PowerClip_multi_px_1_0_2) { run(); } TEST_F(LPETest, PowerClip_multi_mm_1_0_2) { run(); } TEST_F(LPETest, PerspectiveEnvelope_mixed_0_92_5) { run(); } TEST_F(LPETest, PerspectiveEnvelope_multi_mm_1_0_2) { run(); } TEST_F(LPETest, PerspectiveEnvelope_multi_px_1_0_2) { run(); } TEST_F(LPETest, Offset_multi_px_1_0_2) { run(); } TEST_F(LPETest, Offset_multi_mm_1_0_2) { run(); } TEST_F(LPETest, Offset_multi_px_1_1) { run(); } TEST_F(LPETest, MirrorSymmetry_path_0_92_5) { run(); } TEST_F(LPETest, MirrorSymmetry_multi_px_1_0_2) { run(); } TEST_F(LPETest, MirrorSymmetry_multi_mm_1_0_2) { run(); } TEST_F(LPETest, MeasureSegments_multi_px_1_0_2) { run(); } TEST_F(LPETest, MeasureSegments_multi_mm_1_0_2) { run(); } TEST_F(LPETest, Lattice2_path_0_92_5) { run(); } TEST_F(LPETest, Lattice2_multi_px_1_0_2) { run(); } TEST_F(LPETest, Lattice2_multi_mm_1_0_2) { run(); } TEST_F(LPETest, Knot_path_0_92_5) { run(); } TEST_F(LPETest, Knot_multi_px_1_0_2) { run(); } TEST_F(LPETest, Knot_multi_mm_1_0_2) { run(); } TEST_F(LPETest, JoinType_multi_px_1_0_2) { run(); } TEST_F(LPETest, JoinType_multi_mm_1_0_2) { run(); } TEST_F(LPETest, Interpolate_path_0_92_5) { run(); } TEST_F(LPETest, Interpolate_multi_px_1_0_2) { run(); } TEST_F(LPETest, Interpolate_multi_mm_1_0_2) { run(); } TEST_F(LPETest, InterpolatePoints_path_0_92_5) { run(); } TEST_F(LPETest, InterpolatePoints_multi_px_1_0_2) { run(); } TEST_F(LPETest, InterpolatePoints_multi_mm_1_0_2) { run(); } TEST_F(LPETest, Gears_path_0_92_5) { run(); } TEST_F(LPETest, Gears_multi_px_1_0_2) { run(); } TEST_F(LPETest, Gears_multi_mm_1_0_2) { run(); } TEST_F(LPETest, FilletChamfer_multi_px_1_0_2) { run(); } TEST_F(LPETest, FilletChamfer_multi_mm_1_0_2) { run(); } // NEED to test on 0.92 no working one here (gnome 40) // TEST_F(LPETest, FillBetweenStrokes_path_0_92_5) { run(); } TEST_F(LPETest, FillBetweenStrokes_path_multi_px_1_0_2) { run(); } TEST_F(LPETest, FillBetweenStrokes_path_multi_mm_1_0_2) { run(); } // NEED to test on 0.92 no working one here (gnome 40) // TEST_F(LPETest, FillBetweenMany_multi_0_92_5) { run(); } TEST_F(LPETest, FillBetweenMany_multi_px_1_0_2) { run(); } TEST_F(LPETest, FillBetweenMany_multi_mm_1_0_2) { run(); } TEST_F(LPETest, Ellipse5pts_path_0_92_5) { run(); } TEST_F(LPETest, Ellipse5pts_ellipse_px_1_0_2) { run(); } TEST_F(LPETest, Ellipse5pts_ellipse_mm_1_0_2) { run(); } TEST_F(LPETest, DashedStroke_multi_px_1_0_2) { run(); } TEST_F(LPETest, DashedStroke_multi_mm_1_0_2) { run(); } TEST_F(LPETest, RotateCopies_multi_mm_1_0_2) { run(); } TEST_F(LPETest, RotateCopies_multi_px_1_0_2) { run(); } ```