Re: RFR: 8238953: tools/jpackage tests do not work on Ubuntu Linux

2020-02-18 Thread Andy Herrick
: Thu, 13 Feb 2020 08:06:44 -0800 From: Alexey Semenyuk To: core-libs-dev@openjdk.java.net Subject: Re: RFR: 8238953: tools/jpackage tests do not work on Ubuntu Linux Message-ID: <0400cf9e-df43-b217-26b0-f9bb0fd1a...@oracle.com> Content-Type: text/plain; charset=utf-8; format=flow

RFR: 8238953: tools/jpackage tests do not work on Ubuntu Linux

2020-02-14 Thread Baesken, Matthias
To: core-libs-dev@openjdk.java.net > Subject: Re: RFR: 8238953: tools/jpackage tests do not work on Ubuntu > Linux > Message-ID: <0400cf9e-df43-b217-26b0-f9bb0fd1a...@oracle.com> > Content-Type: text/plain; charset=utf-8; format=flowed > &g

Re: RFR: 8238953: tools/jpackage tests do not work on Ubuntu Linux

2020-02-13 Thread Alexey Semenyuk
Hi Matthias, We don't set "jpackage.test.disabledPackagers" property from the test code. It is assumed to be set from jtreg command line that runs tests. The value of the property is just checked in tests. So basically there is no need to change code at all. However, if you want to disable run

RFR: 8238953: tools/jpackage tests do not work on Ubuntu Linux

2020-02-12 Thread Baesken, Matthias
Hello, please review this small test related change . Currently (most of the) tools/jpackage tests do not work on Ubuntu Linux . Reason is that the rpm parts of the jpackage tests do not pass on this distro . The rpm tests can be disabled by this property : > > > > Do you expect those