From 32122d021dd69eb7df0f543636db3ecd2fd16c4b Mon Sep 17 00:00:00 2001 From: Flammie A Pirinen Date: Thu, 16 May 2024 02:23:08 +0200 Subject: [PATCH] xfails --- src/fst/morphology/test/phonology/Makefile.am | 3 ++- src/fst/test/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/fst/morphology/test/phonology/Makefile.am b/src/fst/morphology/test/phonology/Makefile.am index 7d4d6abb7..bfdbc69de 100644 --- a/src/fst/morphology/test/phonology/Makefile.am +++ b/src/fst/morphology/test/phonology/Makefile.am @@ -15,7 +15,8 @@ endif # CAN_HFST # List tests that are presently (expected) failures here, ie things that should # be fixed *later*, but is not critical at the moment: -XFAIL_TESTS=pair-test-positive.sh +XFAIL_TESTS=pair-test-positive.sh\ + pair-test-hfst.sh # Make sure all tests scripts are included in the distributed tarballs: EXTRA_DIST=pair-test-positive.sh.in \ diff --git a/src/fst/test/Makefile.am b/src/fst/test/Makefile.am index a1d4b539b..3e7b2dee8 100644 --- a/src/fst/test/Makefile.am +++ b/src/fst/test/Makefile.am @@ -47,7 +47,8 @@ XFAIL_TESTS=run-dict-gt-desc-anayaml-testcases.sh \ run-gt-norm-yaml-testcases.sh \ run-gt-desc-yaml-testcases.sh \ run-gt-norm-anayaml-testcases.sh \ - run-gt-norm-genyaml-testcases.sh + run-gt-norm-genyaml-testcases.sh \ + run-lexc-testcases.sh ####### Other targets: ########### clean-local: