[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [jakartaee-tck-dev] How do we exclude signature TCK tests?
|
Scott,
To address the direct question (naively ignoring Lance's general objection), it also seems to work to add the two specific classes into [1] to skip only them without ignoring entire packages.
In this case, that would mean adding:
jakarta.faces.validator.FacesValidator
jakarta.faces.component.behavior.FacesBehavior
-Brian
[1] https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/install/jakartaee/bin/sig-test-pkg-list_se8.txt
Scott Marlow ---01/27/2021 08:35:49 AM---On 1/26/21 11:14 PM, Alwin Joseph wrote: >
From: Scott Marlow <smarlow@xxxxxxxxxx>
To: jakartaee-tck developer discussions <jakartaee-tck-dev@xxxxxxxxxxx>, Alwin Joseph <alwin.joseph@xxxxxxxxxx>
Date: 01/27/2021 08:35 AM
Subject: Re: [jakartaee-tck-dev] [External] : How do we exclude signature TCK tests?
Sent by: "jakartaee-tck-dev" <jakartaee-tck-dev-bounces@xxxxxxxxxxx>
On 1/26/21 11:14 PM, Alwin Joseph wrote: @font-face {font-family:"Cambria... This Message Is From an External Sender |
This message came from outside your organization. |
|
|
|
On 1/26/21 11:14 PM, Alwin Joseph wrote:
Ah interesting, thanks Alwin!