Skip to content

Commit

Permalink
xfails
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed May 15, 2024
1 parent 1bd8794 commit d45e502
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/fst/morphology/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ endif # WANT_GENERATION

# List tests that are presently (expected) failures here, ie things that should
# be fixed *later*, but is not critical at the moment:
XFAIL_TESTS=
XFAIL_TESTS=generate-adjective-lemmas.sh \
generate-noun-lemmas.sh \
generate-propernoun-lemmas.sh

# Make sure all tests scripts are included in the distributed tarballs:
EXTRA_DIST=$(TESTS) $(GENERATION_TESTS_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 @@ -43,7 +43,8 @@ endif # CAN_YAML_TEST
# List tests that are presently (expected) failures here, ie things that should
# be fixed *later*, but is not critical at the moment:
XFAIL_TESTS=run-dict-gt-desc-anayaml-testcases.sh \
run-dict-gt-norm-genyaml-testcases.sh
run-dict-gt-norm-genyaml-testcases.sh \
run-lexc-testcases.sh

# run-gt-desc-yaml-testcases.sh
# run-gt-norm-anayaml-testcases.sh
Expand Down

0 comments on commit d45e502

Please sign in to comment.