RFR(M) : 8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
Igor Ignatyev
igor.ignatyev at oracle.com
Thu Jun 8 16:32:15 UTC 2017
testing showed, that I missed one test, fixed and retested.
http://cr.openjdk.java.net/~iignatyev//8181761/webrev.01/index.html <http://cr.openjdk.java.net/~iignatyev//8181761/webrev.01/index.html>
> diff -r 8d381ca2a358 test/java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java
> --- a/test/java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java Wed Jun 07 08:58:19 2017 -0700
> +++ b/test/java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java Thu Jun 08 09:20:02 2017 -0700
> @@ -25,7 +25,14 @@
> * @bug 4527345 7026376 6633549
> * @summary Unit test for DatagramChannel's multicast support
> * @library /test/lib
> - * @build MulticastSendReceiveTests
> + * @build jdk.test.lib.NetworkConfiguration
> + * jdk.test.lib.Utils
> + * jdk.test.lib.Asserts
> + * jdk.test.lib.JDKToolFinder
> + * jdk.test.lib.JDKToolLauncher
> + * jdk.test.lib.Platform
> + * jdk.test.lib.process.*
> + * MulticastSendReceiveTests
> * @run main MulticastSendReceiveTests
> * @run main/othervm -Djava.net.preferIPv4Stack=true MulticastSendReceiveTests
> * @key randomness
-- Igor
> On Jun 8, 2017, at 12:20 AM, Igor Ignatyev <igor.ignatyev at oracle.com> wrote:
>
> http://cr.openjdk.java.net/~iignatyev//8181761/webrev.00/index.html
>> 432 lines changed: 404 ins; 1 del; 27 mod;
>
> Hi all,
>
> could you please review this changeset which adds explicit @build actions to tier2 jdk tests? other tests will be updated by the corresponding sub-tasks of 8181758[1].
>
> webrev: http://cr.openjdk.java.net/~iignatyev//8181761/webrev.00/index.html
> jbs: https://bugs.openjdk.java.net/browse/JDK-8181761
> testing: :tier2 (in progress)
>
> [1] https://bugs.openjdk.java.net/browse/JDK-8181758
>
> Thanks,
> -- Igor
More information about the core-libs-dev
mailing list