mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
8205fe4493
* gnu/packages/language.scm (liblouisutdml): New variable. * gnu/packages/patches/liblouisutdml-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
From 52d44cdbc307d4e2ffc3ebe674745eb9d43ec337 Mon Sep 17 00:00:00 2001
|
|
From: Christian Egli <christian.egli@sbs.ch>
|
|
Date: Mon, 10 Aug 2020 16:08:17 +0200
|
|
Subject: [PATCH] Some math over and under tests now actually pass
|
|
|
|
with the newest liblouis
|
|
---
|
|
tests/Makefile.am | 5 -----
|
|
1 file changed, 5 deletions(-)
|
|
|
|
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
|
index 157b005..932a5d0 100644
|
|
--- a/tests/Makefile.am
|
|
+++ b/tests/Makefile.am
|
|
@@ -321,10 +321,6 @@ XFAIL_TESTS += \
|
|
mathml_nemeth/mover_06.test \
|
|
mathml_nemeth/mover_07.test \
|
|
mathml_nemeth/mover_08.test \
|
|
- mathml_nemeth/mover_09.test \
|
|
- mathml_nemeth/mover_10.test \
|
|
- mathml_nemeth/mover_11.test \
|
|
- mathml_nemeth/mover_12.test \
|
|
mathml_nemeth/mover_13.test \
|
|
mathml_nemeth/mover_14.test \
|
|
mathml_nemeth/mover_15.test \
|
|
@@ -332,7 +328,6 @@ XFAIL_TESTS += \
|
|
mathml_nemeth/munder_01.test \
|
|
mathml_nemeth/munder_02.test \
|
|
mathml_nemeth/munder_03.test \
|
|
- mathml_nemeth/munder_04.test \
|
|
mathml_nemeth/munder_05.test \
|
|
mathml_nemeth/munder_06.test \
|
|
mathml_nemeth/munder_07.test \
|