Thanks for this David. I managed to get this working on my setup here. Are there any patterns you've noticed? I've done a couple of runs, and the embedded cases seem to fail, which I guess I'd expect. Looking for some ways to usefully dig in.
I have some JAX-RS tests passing - did you include the '-j' parameter? e.g: ./runtests -w tomee-plume -nc -j com.sun.ts.tests.jaxrs Jon On Wed, Jun 17, 2020 at 4:22 AM David Blevins <[email protected]> wrote: > > On Jun 15, 2020, at 4:34 PM, David Blevins <[email protected]> > wrote: > > > > I'm going to try to see if I can get anything running on TomEE with the > bytecode-modified dist. > > > > I'm super rusty in this department, so I suspect it will be painful :) > Wish me luck. :) > > Are you ready to celebrate? > > I present some of our first passes/results with the Jakarta EE 9 TCK! > > These are just small chucks of tests, but it looks not bad: > > > ./runtests -w tomee-plume -c com.sun.ts.tests.ejb30.lite.basic.stateless > > Passed: 28 Failed: 7 Errors: 0 > https://gist.github.com/dblevins/406cb0ab4a73fd18086738ffed1b73ae > > > ./runtests -w tomee-plume -c com.sun.ts.tests.servlet.api > > Passed: 814 Failed: 33 Errors: 0 > https://gist.github.com/dblevins/2052efeffaeabcdee8e643b12791cedd > > > ./runtests -w tomee-plume -c com.sun.ts.tests.jpa.core.basic > > Passed: 12 Failed: 0 Errors: 0 > https://gist.github.com/dblevins/49e2ccfa4a742d244e817be8ba1f504d > > Again, just a small sampling but they look pretty good. > > JAX-RS doesn't look happy, however, and seems to return all 404s. I'll > check it out tomorrow. > > If we wanted to push out something this week, I think it looks really good. > > > -David > > > > > >
