Review-Request for JDK-8207370
Kevin Rushforth
kevin.rushforth at oracle.com
Tue Jul 24 14:16:39 UTC 2018
The following should work:
gradle -PFULL_TEST=true -PUSE_ROBOT=true -PUNSTABLE_TEST=true
:systemTests:test
You can limit it to just the Monocle tests as follows:
gradle -PFULL_TEST=true -PUSE_ROBOT=true -PUNSTABLE_TEST=true
:systemTests:test --tests 'test.robot.com.sun.glass.ui.monocle.*'
-- Kevin
On 7/24/2018 5:42 AM, Johan Vos wrote:
> Hi Michael,
>
> Excuse me for the simple question, but how to you enable those tests (as
> in: what options do you provide to gradle)?
> Fix looks trivial to me, but want to double check.
>
> - Johan
>
> On Mon, Jul 23, 2018 at 11:36 PM Michael Ennen <mike.ennen at gmail.com> wrote:
>
>> Hi,
>>
>> I'd like to request a review for JDK-8207370 available
>> as a PR on Github:
>>
>> https://github.com/javafxports/openjdk-jfx/pull/135
>>
>> Thanks.
>>
>> --
>> Michael Ennen
>>
More information about the openjfx-dev
mailing list