Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8362855

Test java/net/ipv6tests/TcpTest.java should report SkippedException when there no ia4addr or ia6addr

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 26
    • 25, 26
    • core-libs
    • master
    • generic
    • generic

              checkDebug(args);
              if (ia4addr == null) {
                  System.out.println ("No IPV4 addresses: exiting test");
                  return;
              }
              if (ia6addr == null) {
                  System.out.println ("No IPV6 addresses: exiting test");
                  return;
              }

            syan Sendao Yan
            syan Sendao Yan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: