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

regression/js/UserAgentTest.java fails after JDK-8148781

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • deploy
    • b150

      The UserAgent regression tests now fails in the Firefox case:
          public void testFF() throws Exception {
              doTest("ff_useragent.dat", "Netscape Family", "Firefox");
          }
      I tried changing the last arg as per the change in JDK-8148781:
          public void testFF() throws Exception {
              doTest("ff_useragent.dat", "Netscape Family", "FirefoxNoPlugin");
          }
      but it seemed to still fail.

      For now I am commenting out so all tests pass till this is addressed:
          public void testFF() throws Exception {
              // doTest("ff_useragent.dat", "Netscape Family", "Firefox");
          }

            almatvee Alexander Matveev
            herrick Andy Herrick (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: