summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/liblouisutdml-fix-tests.patch
blob: 08d3db2c217a2f39fe83bacd25f294291c40a726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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		\