Skip to content

Commit

Permalink
tests/Makefile.am: temporary mark xfail with five math_voluve tests
Browse files Browse the repository at this point in the history
Following tests produce failures with Liblouis 3.28.0 and Liblouis latest master
branch version:
* test_mathml_woluwe/test_080.test,
* test_mathml_woluwe/test_106.test,
* test_mathml_woluwe/test_107.test,
* test_mathml_woluwe/test_113.test,
* test_mathml_woluwe/test_114.test

Signed-off-by: Attila Hammer <hammera@pickup.hu>
  • Loading branch information
hammera committed Dec 8, 2023
1 parent fd4c5d8 commit 10254fc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -604,9 +604,14 @@ XFAIL_TESTS += \
test_mathml_woluwe/test_075.test \
test_mathml_woluwe/test_076.test \
test_mathml_woluwe/test_078.test \
test_mathml_woluwe/test_080.test \
test_mathml_woluwe/test_093.test \
test_mathml_woluwe/test_096.test \
test_mathml_woluwe/test_099.test
test_mathml_woluwe/test_099.test \
test_mathml_woluwe/test_106.test \
test_mathml_woluwe/test_107.test \
test_mathml_woluwe/test_113.test \
test_mathml_woluwe/test_114.test

TESTS = \
$(check_PROGRAMS) \
Expand Down

0 comments on commit 10254fc

Please sign in to comment.