This is an automated email from the ASF dual-hosted git repository.
jungm pushed a change to branch ee11
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git
from e855d83 Declare the invoker verification inside the existing exec
plugin blocks
new a9e24b9 Set the EL variable.mapper porting property and clear the
webprofile exclusions
new b8edfbe Run the Faces old-tck-selenium modules in the faces TCK suite
new 13b26ab Add a security-old runner for the Jakarta Security legacy
JavaTest TCK
new 848420b Document the security-old baseline and its one product-gap
exclusion
new 512aa8c Merge branch 'ee11' into claude/tck-module-setup-check-0c52f9
new b48237f Wire security-old into CI and document the faces browser
constraint
new f2a4dab Run the faces TCK suite in CI inside a Chrome-bundling
container
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Jenkinsfile | 81 ++++++-
KNOWN_ISSUES.md | 73 +++---
environment/tck/ts.jte | 6 +
runner-standalone/README.md | 12 +-
runner-standalone/exclusions/README.md | 6 +-
runner-standalone/exclusions/faces.txt | 15 +-
runner-standalone/exclusions/security-old.txt | 18 ++
runner-standalone/faces/pom.xml | 25 +-
runner-standalone/pom.xml | 1 +
runner-standalone/run-standalone-suite.sh | 6 +-
.../{faces-old => security-old}/pom.xml | 267 +++++++++++++++------
.../security-old/src/test/resources/tomee.xml | 15 ++
runner-standalone/verify-invoker-result.sh | 26 +-
runner-webprofile/KNOWN_FAILURES.md | 1 -
.../exclusions/expression-language.txt | 25 +-
runner-webprofile/platform-suite.tsv | 2 +-
runner-webprofile/run/pom.xml | 6 +
17 files changed, 423 insertions(+), 162 deletions(-)
create mode 100644 runner-standalone/exclusions/security-old.txt
copy runner-standalone/{faces-old => security-old}/pom.xml (57%)
create mode 100644 runner-standalone/security-old/src/test/resources/tomee.xml