Put in earplugs

This commit is contained in:
nik gaffney 2024-03-19 12:11:01 +01:00
parent 698ace461f
commit bf9e3febd5
Signed by: nik
GPG key ID: 989F5E6EDB478160

View file

@ -187,20 +187,20 @@ endif()~%~%"
(("add_cli_test\\(export-latex") (("add_cli_test\\(export-latex")
"message(TEST_DISABLED: export-latex")))) "message(TEST_DISABLED: export-latex"))))
;; (add-after 'unpack 'disable-vertical-glyph-tests (add-after 'unpack 'disable-vertical-glyph-tests
;; (lambda _ (lambda _
;; ;; FIXME: These tests fail with newer Pango and Harfbuzz: ;; FIXME: These tests fail with newer Pango and Harfbuzz:
;; ;; https://gitlab.com/inkscape/inkscape/-/issues/2917 ;; https://gitlab.com/inkscape/inkscape/-/issues/2917
;; ;; https://gitlab.com/inkscape/inkscape/-/issues/3554 ;; https://gitlab.com/inkscape/inkscape/-/issues/3554
;; ;; Simply providing older versions don't work, as we need ;; Simply providing older versions don't work, as we need
;; ;; the full GTK stack; we could use package-input-rewriting ;; the full GTK stack; we could use package-input-rewriting
;; ;; but then have to also downgrade pangomm and disable tests ;; but then have to also downgrade pangomm and disable tests
;; ;; in librsvg and GTK+. Just ignore for now. ;; in librsvg and GTK+. Just ignore for now.
;; (substitute* "testfiles/rendering_tests/CMakeLists.txt" (substitute* "testfiles/rendering_tests/CMakeLists.txt"
;; (("test-glyph-y-pos") "") (("test-glyph-y-pos") "")
;; (("text-glyphs-combining") "") (("text-glyphs-combining") "")
;; (("text-glyphs-vertical") "") (("text-glyphs-vertical") "")
;; (("test-rtl-vertical") "")))) (("test-rtl-vertical") ""))))
,@(if (or (target-aarch64?) ,@(if (or (target-aarch64?)
(target-ppc64le?) (target-ppc64le?)