hg: jdk8/tl/nashorn: 8026871: NASHORN TEST: Enable possibility to test Nashorn use of JavaFX canvas.

2013-10-21 Thread konstantin . shefov
Changeset: f22742d5daa3 Author:kshefov Date: 2013-10-21 13:31 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/f22742d5daa3 8026871: NASHORN TEST: Enable possibility to test Nashorn use of JavaFX canvas. Reviewed-by: jlaskey, sundar ! make/build.xml ! make/project.properti

hg: jdk8/tl/nashorn: 8027708: NASHORN TEST: Create Nashorn test that draws image step-by-step using JavaFX canvas.

2013-11-05 Thread konstantin . shefov
Changeset: bda654c6d59c Author:kshefov Date: 2013-11-05 13:09 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/bda654c6d59c 8027708: NASHORN TEST: Create Nashorn test that draws image step-by-step using JavaFX canvas. Reviewed-by: jlaskey, lagergren ! make/build.xml ! mak

Re: [JEP-219/JDK-8043758] Code Review Request: Datagram Transport Layer Security (DTLS)

2015-05-21 Thread Konstantin Shefov
Hi Xuelei, You have the following tests: "DTLSOverDatagram.java", "Reordered.java", "Retransmission.java". Their code is pretty much the same despite some differences. I think it would be better to create a base test class with all common code and then inherit tests from that class to avoid co

[9] Review request for 8072515: Test Task: Develop new tests for JEP 219: Datagram Transport Layer Security (DTLS)

2015-06-02 Thread Konstantin Shefov
Hello, Please review new tests fro DTLS feature for JDK 9: bug: https://bugs.openjdk.java.net/browse/JDK-8072515 webrev: http://cr.openjdk.java.net/~kshefov/8072515/webrev.00/ Thanks -Konstantin

Re: [9] Review request for 8072515: Test Task: Develop new tests for JEP 219: Datagram Transport Layer Security (DTLS)

2015-06-04 Thread Konstantin Shefov
=DTLS -Dtest.mode=norm DTLSBufferOverflowUnderflowTest + * @run main/othervm -Dtest.security.protocol=DTLS + * -Dtest.mode=norm DTLSBufferOverflowUnderflowTest Thanks, Xuelei On 6/2/2015 8:15 PM, Konstantin Shefov wrote: Hello, Please review new tests fro DTLS feature for JDK 9: bug:

[9] Review request for 8085979: Make some DTLS feature functional tests work also for TLS protocol

2015-06-08 Thread Konstantin Shefov
Hello, Please review distribution of some DTLS feature tests to TLS protocol. Some DTLS tests may also be used to test the same functionality in TLS protocol and its versions. It is test only improvement. bug: https://bugs.openjdk.java.net/browse/JDK-8085979 webrev: http://cr.openjdk.java.net/

Re: [9] Review request for 8085979: Make some DTLS feature functional tests work also for TLS protocol

2015-06-09 Thread Konstantin Shefov
. TLSUnSupportedCiphersTest.java: replease "UnSupported" with "Unsupported". typo: replace "UnSupported" with "Unsupported". Thanks, Xuelei On 6/8/2015 11:04 PM, Konstantin Shefov wrote: Hello, Please review distribution of some DTLS feature tests to TLS pr

Re: [9] Review request: JDK-8129595: New DTLS tests need @modules

2015-06-24 Thread Konstantin Shefov
in On 06/24/2015 01:08 PM, Alan Bateman wrote: On 24/06/2015 11:01, Konstantin Shefov wrote: Hello, Please review the test bug fix https://bugs.openjdk.java.net/browse/JDK-8129595 Webrev is http://cr.openjdk.java.net/~kshefov/8129595/webrev.00/ security-dev would be a better place to review t

Re: [9] Review request: JDK-8129595: New DTLS tests need @modules

2015-06-24 Thread Konstantin Shefov
Hi Alan, Please review updated patch. I made it using the tool Alexander Kulyakhtin has given me. http://cr.openjdk.java.net/~kshefov/8129595/webrev.01/ Thanks -Konstantin On 06/24/2015 01:52 PM, Alan Bateman wrote: On 24/06/2015 11:29, Konstantin Shefov wrote: Alan, Do the tests form

[9] RFR: 8129306: Some new tests developed for JDK-8085979 fail in jdk9/cpu

2015-07-16 Thread Konstantin Shefov
Hello, Please review a test bug fix. Bug: https://bugs.openjdk.java.net/browse/JDK-8129306 Webrev: http://cr.openjdk.java.net/~kshefov/8129306/webrev.00/ -Konstantin