From e49fbcb8dd6ec51a0a9788368559da50628308ef Mon Sep 17 00:00:00 2001 From: Brian Decker Date: Wed, 2 Oct 2024 16:03:20 -0500 Subject: [PATCH] Exclude Servlet Cookie setMaxAgeZeroTest --- install/jakartaee/bin/ts.jtx | 6 +++++- install/servlet/bin/ts.jtx | 8 ++++++-- release/tools/servlet.xml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/install/jakartaee/bin/ts.jtx b/install/jakartaee/bin/ts.jtx index 64eea9a925..44ec09ac91 100644 --- a/install/jakartaee/bin/ts.jtx +++ b/install/jakartaee/bin/ts.jtx @@ -15,7 +15,7 @@ # SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 # -# Exclude list for Jakarta EE TCK 9 +# Exclude list for Jakarta EE TCK 10 ################ # JSF @@ -233,6 +233,10 @@ com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java#setMaxAg # https://github.com/jakartaee/servlet/issues/472 TCK Challenge: doHeadTest shouldn't validate optional payload header fields com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java#doHeadTest +# https://github.com/jakartaee/servlet/issues/701 TCK Challenge: setMaxAgeZeroTest() expects different Max-Age between EE10 and EE11 +com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java#setMaxAgeZeroTest +com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java#setMaxAgeZeroTest + # https://github.com/jakartaee/platform-tck/issues/1313 com/sun/ts/tests/servlet/compat/LeadingSlash/WithoutLeadingSlash/URLClient.java#WithoutLeadingSlashTest diff --git a/install/servlet/bin/ts.jtx b/install/servlet/bin/ts.jtx index 5e90dd5a0b..850357ca2d 100644 --- a/install/servlet/bin/ts.jtx +++ b/install/servlet/bin/ts.jtx @@ -1,6 +1,6 @@ # -# Copyright (c) 2009, 2021 Oracle and/or its affiliates and others. -# All rights reserved. +# Copyright (c) 2009, 2021 Oracle and/or its affiliates and others. All rights reserved. +# Copyright (c) 2024 Contributors to the Eclipse Foundation # # This program and the accompanying materials are made available under the # terms of the Eclipse Public License v. 2.0, which is available at @@ -27,3 +27,7 @@ com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java#setMaxAg # https://github.com/jakartaee/servlet/issues/472 TCK Challenge: doHeadTest shouldn't validate optional payload header fields com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java#doHeadTest +# https://github.com/jakartaee/servlet/issues/701 TCK Challenge: setMaxAgeZeroTest() expects different Max-Age between EE10 and EE11 +com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java#setMaxAgeZeroTest +com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java#setMaxAgeZeroTest + diff --git a/release/tools/servlet.xml b/release/tools/servlet.xml index a66fc36c03..8425fca549 100644 --- a/release/tools/servlet.xml +++ b/release/tools/servlet.xml @@ -23,7 +23,7 @@ - +