Weekly sanity testing moving from Mondays to Fridays

2017-01-05 Thread Kevin Rushforth
In order to better line up with the JDK build promotion schedule, we are 
moving our weekly OpenJFX pre-integration sanity testing from Mondays to 
Fridays.


Starting this week, here is the new schedule:

1. The *testing* period will be from *Thursday evening Pacific through 
Friday 11:59am Pacific*.


2. The "*lockout*" period will be much shorter: *1am to 2am Pacific on 
Friday*s. No more "no push Mondays" (and we won't replace it with a "no 
push Friday"). The existing 12 hour lockout was intended to solve a 
problem we don't have in practice. The only reason we need a lockout at 
all is due to the way our build systems are configured and the fact that 
pushing to multiple repos in the forest is not atomic.


3. In exchange for #2, and to better reflect what we really needed the 
lockout for in the first place, developers are strongly encouraged to 
*avoid pushing intrusive changes* (e.g., large scale refactoring, WebKit 
upgrades, etc.) or risky fixes from *Thursday 5pm Pacific through Friday 
5pm Pacific*. Intrusive changes and risky fixes should go prior to 
Thursday afternoon (or over the weekend as long as you don't break the 
build).


See the Wiki for details:

https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Please let me know if you have any concerns or questions.

Thanks!

-- Kevin



In(Sanity) Testing Mondays

2016-12-16 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


In(Sanity) Testing Mondays

2016-11-25 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


In(Sanity) Testing Mondays

2016-10-21 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


In(Sanity) Testing Mondays

2016-10-07 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


Re: In(Sanity) Testing Mondays

2016-09-16 Thread Kevin Rushforth
As next week is JavaOne, I won't be online during the day on Monday. 
Unless there is an unexpected show-stopper bug, please consider the repo 
to be "unlocked" at 1pm PT on Monday.


-- Kevin


Vadim Pakhnushev wrote:

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 
1pm PST.


Happy testing!

Thanks,
Vadim


In(Sanity) Testing Mondays

2016-09-16 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


Re: In(Sanity) Testing Mondays

2016-09-03 Thread Kevin Rushforth

Note that Monday is a US holiday so testing will be light this week.

-- Kevin


Vadim Pakhnushev wrote:

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 
1pm PST.


Happy testing!

Thanks,
Vadim


In(Sanity) Testing Mondays

2016-09-02 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


In(Sanity) Testing Mondays

2016-08-26 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


In(Sanity) Testing Mondays

2016-08-19 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


In(Sanity) Testing Mondays

2016-08-12 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


Re: In(Sanity) Testing Mondays

2016-08-05 Thread Kevin Rushforth

+1

If you aren't testing in JIGSAW mode then you aren't testing what we ship.

Further, once Dave implements 
https://bugs.openjdk.java.net/browse/JDK-8161704 then legacy mode will 
necessarily go away.


-- Kevin


David Hill wrote:

On 8/5/16, 10:32 AM, Vadim Pakhnushev wrote:

Reminder, Monday is our weekly sanity testing.

I just updated the OpenJFX Wiki - the section onSandbox Testing with 
JDK9 
<https://wiki.openjdk.java.net/display/OpenJFX/Building+OpenJFX#BuildingOpenJFX-SandboxTestingwithJDK9> 



It would be good for us to transitioning to using modules when testing 
as that is what we will be delivering.


Using "built" or downloaded modules is really easy with the 
@xpatch.args mechanism which is detailed on the wiki page.


As an added bonus - any of the internal test scripts that use jfxrun 
will now honor the JFX_XPATCH if JIGSAW_HOME is set.





Re: In(Sanity) Testing Mondays

2016-08-05 Thread David Hill

On 8/5/16, 10:32 AM, Vadim Pakhnushev wrote:

Reminder, Monday is our weekly sanity testing.


I just updated the OpenJFX Wiki - the section onSandbox Testing with JDK9 
<https://wiki.openjdk.java.net/display/OpenJFX/Building+OpenJFX#BuildingOpenJFX-SandboxTestingwithJDK9>

It would be good for us to transitioning to using modules when testing as that 
is what we will be delivering.

Using "built" or downloaded modules is really easy with the @xpatch.args 
mechanism which is detailed on the wiki page.

As an added bonus - any of the internal test scripts that use jfxrun will now 
honor the JFX_XPATCH if JIGSAW_HOME is set.


--
David Hill<david.h...@oracle.com>
Java Embedded Development

"A man's feet should be planted in his country, but his eyes should survey the 
world."
-- George Santayana (1863 - 1952)



In(Sanity) Testing Mondays

2016-08-05 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


In(Sanity) Testing Mondays

2016-07-22 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing
Please note that assignments were changed.

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


In(Sanity) Testing Mondays

2016-07-16 Thread Kevin Rushforth

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks.

-- Kevin



In(Sanity) Testing Mondays

2016-06-24 Thread Kevin Rushforth

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks.

-- Kevin



9-dev unlocked following sanity testing

2016-06-20 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2016-06-10 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2016-06-06 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2016-06-03 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2016-05-23 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2016-05-20 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2016-05-16 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2016-05-13 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2016-05-09 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2016-05-06 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2016-05-02 Thread Kevin Rushforth





In(Sanity) Testing Mondays

2016-04-29 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2016-04-25 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2016-04-22 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2016-04-18 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2016-04-15 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2016-04-11 Thread Kevin Rushforth





In(Sanity) Testing Mondays

2016-04-08 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2016-04-04 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2016-04-01 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2016-03-28 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2016-03-25 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


In(Sanity) Testing Mondays

2016-03-18 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


In(Sanity) Testing Mondays

2016-03-11 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2016-03-07 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2016-03-04 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2016-02-29 Thread Kevin Rushforth





In(Sanity) Testing Mondays

2016-02-26 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


In(Sanity) Testing Mondays

2016-02-19 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2016-02-15 Thread Kevin Rushforth





In(Sanity) Testing Mondays

2016-02-12 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2016-02-08 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2016-02-05 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2016-02-01 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2016-01-29 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2016-01-25 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2016-01-22 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


In(Sanity) Testing Mondays

2016-01-15 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2016-01-11 Thread Kevin Rushforth





9-dev unlocked following sanity testing

2016-01-04 Thread Kevin Rushforth




9-dev unlocked following sanity testing

2015-12-21 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2015-12-18 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2015-12-14 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2015-12-11 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


Re: In(Sanity) Testing Mondays

2015-12-11 Thread Victor D'yakov

Hi Vadim,

Please include our new teammates to attend Sanity testing:
 Arunprasad Rajkumar
 Murali Billa
 Ankit Srivastava

Please define assignments with Kevin next week to run starting next week.

Thanks,
Victor

On 11.12.2015 6:30, Vadim Pakhnushev wrote:

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 
1pm PST.


Happy testing!

Thanks,
Vadim




9-dev unlocked following sanity testing

2015-12-07 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2015-12-04 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


In(Sanity) Testing Mondays

2015-11-27 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2015-11-23 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2015-11-20 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2015-11-16 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2015-11-13 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PST until 1pm 
PST.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2015-11-09 Thread Kevin Rushforth





Re: In(Sanity) Testing Mondays

2015-11-02 Thread Kevin Rushforth
Please note that the US went off of daylight saving time yesterday 
morning, so the repo will be unlocked at 1pm PST which is an hour later 
for those outside the US.


-- Kevin


Vadim Pakhnushev wrote:

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 
1pm PDT.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2015-11-02 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2015-10-30 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 1pm 
PDT.


Happy testing!

Thanks,
Vadim


Re: In(Sanity) Testing Mondays

2015-10-26 Thread Kevin Rushforth
Due to JavaOne I won't be online to send the "unlock" message at 1pm PDT 
today, so please consider it unlocked at that time.


Also, testing might be a little light today because of JavaOne, which 
should be fine since only 1 change -- the fix for 8089424 -- has gone in 
since last week's build (the syncing in of the changes for the October 
CPU release was integrated into the build for last week).


-- Kevin


Vadim Pakhnushev wrote:

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 
1pm PDT.


Happy testing!

Thanks,
Vadim


In(Sanity) Testing Mondays

2015-10-23 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 1pm 
PDT.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2015-10-19 Thread Kevin Rushforth





In(Sanity) Testing Mondays

2015-10-16 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 1pm 
PDT.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2015-10-12 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2015-10-09 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 1pm 
PDT.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2015-10-05 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2015-10-02 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 1pm 
PDT.


Happy testing!

Thanks,
Vadim


Re: In(Sanity) Testing Mondays

2015-09-25 Thread Phil Race
I believe Kevin said integration will be skipped this week so none of 
this is necessary.


-phil.

On 09/25/2015 07:30 AM, Vadim Pakhnushev wrote:

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 
1pm PDT.


Happy testing!

Thanks,
Vadim




In(Sanity) Testing Mondays

2015-09-25 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 1pm 
PDT.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing

2015-09-21 Thread Kevin Rushforth





In(Sanity) Testing Mondays

2015-09-18 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 1pm 
PDT.


Happy testing!

Thanks,
Vadim


Re: In(Sanity) Testing Mondays

2015-09-11 Thread Kevin Rushforth
As a note to those who will be testing controls: this week's changes 
include the refactoring changes for JEP 253 as well as the changes to 
use input maps (not exposed publicly) for the behaviors. Please pay 
special attention this week to anything that looks odd or out of place 
in UI controls.


Thank you.

-- Kevin


Vadim Pakhnushev wrote:

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 
1pm PDT.


Happy testing!

Thanks,
Vadim


In(Sanity) Testing Mondays

2015-09-11 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 1pm 
PDT.


Happy testing!

Thanks,
Vadim


Re: In(Sanity) Testing Mondays

2015-09-04 Thread Kevin Rushforth
As a follow-on note to this, Monday is a US holiday, so no one will be 
around to send the unlock message. So consider it automatically unlocked 
at 1pm PT Monday.


-- Kevin


Vadim Pakhnushev wrote:

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 
1pm PDT.


Happy testing!

Thanks,
Vadim


In(Sanity) Testing Mondays

2015-09-04 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 1pm 
PDT.


Happy testing!

Thanks,
Vadim


In(Sanity) Testing Mondays

2015-08-28 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 1pm 
PDT.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing eom

2015-08-24 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2015-08-21 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 1pm 
PDT.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing eom

2015-08-17 Thread Kevin Rushforth





In(Sanity) Testing Mondays

2015-08-14 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

Testing assignments were slightly shuffled:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 1pm 
PDT.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing eom

2015-08-10 Thread Kevin Rushforth





after sanity testing - repo is unlocked.

2015-08-03 Thread David Hill


(Filling in for Kevin).
No new issues were found so we are back open for business.

Dave

--
David Hilldavid.h...@oracle.com
Java Embedded Development

A man's feet should be planted in his country, but his eyes should survey the 
world.
-- George Santayana (1863 - 1952)



In(Sanity) Testing Mondays

2015-07-31 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 1pm 
PDT.


Happy testing!

Thanks,
Vadim


9-dev unlocked following sanity testing eom

2015-07-27 Thread Kevin Rushforth




In(Sanity) Testing Mondays

2015-07-24 Thread Vadim Pakhnushev

Reminder, Monday is our weekly sanity testing.

You can find your testing assignment at:
https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 1pm 
PDT.


Happy testing!

Thanks,
Vadim


  1   2   >