Files
ports/lang/kawa/patches/patch-testsuite_Makefile_am
T
kurt bd35f3666b Update to use jdk-11:
* Set the jdk version to 11 only and adjust startup scripts so that
java does not need to be in the path to run.
* Skip tests using jaxb which was removed in jdk11
ok tb@
2026-01-20 01:04:49 +00:00

23 lines
955 B
Plaintext

Skip tests using jaxb which was removed in jdk11
Index: testsuite/Makefile.am
--- testsuite/Makefile.am.orig
+++ testsuite/Makefile.am
@@ -18,7 +18,7 @@ SERVLET_TESTS = check-HelloCgiS check-HelloCgiK
endif
endif
if WITH_SAX2
-SAX2_TESTS = check-MySAXApp check-jaxb-annotations3
+SAX2_TESTS = check-MySAXApp
endif
WARN_FLAGS = --warn-undefined-variable --warn-invoke-unknown-method --warn-as-error
@@ -48,7 +48,6 @@ check1: check-num check-arr check-java-array check-la
check-srfi-101 check-srfi-108 check-srfi-109 check-resolve-uri \
check-format check-ppfile check-system check-strings check-text check-regex \
check-xml scribble.class check-run-test-scripts check-moduleM \
- check-annotations1 check-annotations2\
check-binarytrees check-chameneosredux check-fannkuch check-fannkuchredux check-fasta \
check-knucleotide check-mandelbrot check-meteor check-nbody \
check-nsieve check-pidigits check-regexdna check-revcomp \