Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] GlassFish 7.0.8 (Mojarra 4.0.3) does not pass the Faces TCK...

Hi,

I also updated the TCK to 4.0.3 just now, and added directives to fail.

Running the tck locally from the tck folder with

 mvn clean install -Dmojarra.noupdate=true -pl :old-tck-build,:old-tck-run

Will produce the correct failure.

If you already have done the build and/or just want to see the tests fail:

mvn install -Dmojarra.noupdate=true -pl :old-tck-run -Drun.test="com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontextwrapper/URLClient.java"

Kind regards,
Arjan Tijms




On Thu, 7 Sept 2023 at 22:43, Scott Marlow <smarlow@xxxxxxxxxx> wrote:

FYI, the old Faces TCK tests are now passing with a local build of WildFly using Mojarra 4.0.4-SNAPSHOT build from this morning.

The bad news is I see a New Faces TCK failures in ee.jakarta.tck.faces.test.servlet50.ajax.Spec1567IT as per https://gist.github.com/scottmarlow/5bb0cac14c0e6dba7165b921d22f5552, this is also with WildFly and the same local build of Mojarra 4.0.4-SNAPSHOT.

Scott

On 9/6/23 10:20 AM, Arjan Tijms wrote:
Hi,

Indeed, thanks for the notification. The root cause of this slipping through is the Faces TCK (as executed by the Jakarta TCK CI) showing up as green (passed) in the console, yet reporting failures in the old part of the TCK.

We'll work on a fix and hope to release an update soon.

Kind regards,
Arjan Tijms


On Wed, 6 Sept 2023 at 16:17, Scott Marlow via glassfish-dev <glassfish-dev@xxxxxxxxxxx> wrote:
Hi,

We missed a few Faces TCK test failures which are reported via mojarra/issues/5308 [1].  

We are seeing the same TCK failures with WildFly (main branch) as well via WFLY-18397 [2] with Mojarra 4.0.3.

Scott

_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev

Back to the top