RFR: 8269259: Remove obsolete apps, tests, and scripts

2021-06-25 Thread Kevin Rushforth
This PR deletes the following applications, tests, and scripts that are either obsolete or unmaintained: apps/performance/* apps/tests/HelloTest apps/toys/FXSlideShow apps/toys/Industrial apps/toys/Shape3DToy apps/toys/StretchyGrid apps/toys/TouchSuite tests/functional/* tests/performance/VMP

Re: RFR: 8269259: Remove obsolete apps, tests, and scripts

2021-06-25 Thread Nir Lisker
On Fri, 25 Jun 2021 14:59:00 GMT, Kevin Rushforth wrote: > This PR deletes the following applications, tests, and scripts that are > either obsolete > or unmaintained: > > apps/performance/* > > apps/tests/HelloTest > > apps/toys/FXSlideShow > apps/toys/Industrial > apps/toys/Shape3DToy > ap

Re: RFR: 8269259: Remove obsolete apps, tests, and scripts

2021-06-28 Thread Nir Lisker
On Fri, 25 Jun 2021 14:59:00 GMT, Kevin Rushforth wrote: > This PR deletes the following applications, tests, and scripts that are > either obsolete > or unmaintained: > > apps/performance/* > > apps/tests/HelloTest > > apps/toys/FXSlideShow > apps/toys/Industrial > apps/toys/Shape3DToy > ap

Re: RFR: 8269259: Remove obsolete apps, tests, and scripts

2021-06-29 Thread Ambarish Rapte
On Fri, 25 Jun 2021 14:59:00 GMT, Kevin Rushforth wrote: > This PR deletes the following applications, tests, and scripts that are > either obsolete > or unmaintained: > > apps/performance/* > > apps/tests/HelloTest > > apps/toys/FXSlideShow > apps/toys/Industrial > apps/toys/Shape3DToy > ap

Re: RFR: 8269259: Remove obsolete apps, tests, and scripts

2021-06-29 Thread Kevin Rushforth
On Tue, 29 Jun 2021 03:58:10 GMT, Nir Lisker wrote: > Under tests/system/src there are several projects called "testappN". Are they > named cryptically on purpose? Not really, no. They are all added to `build.gradle` as separate source sets [here](https://github.com/openjdk/jfx/blob/master/bui