Skip to content

Commit

Permalink
xfails
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed May 16, 2024
1 parent bd17b68 commit 32122d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/fst/morphology/test/phonology/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
3 changes: 2 additions & 1 deletion src/fst/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 32122d0

Please sign in to comment.