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

CacheUtilTest.testRemove hangs

XMLWordPrintable

        After fix 7062597 CacheUtilTest starts to fail/hang.

        There are multiple issues:

        1) We now launch new thread in the Launcher but if main method throws uncatched exception then launch thread will not get notified about this

        2) If applet desc in the test has codebase="." it will cause malformed URL exception
           If applet desc has no codebase or codebase="" then it will eventually fail with "codebase can not be empty for applet"
            in the XMLFormat:145

        3) It seem that security manager installed will impact Junit tests as they will throw security exceptions all over the place.
           This may be related to the fact it code path now goes through new useappletLifecycle() method

        I've not tested it but it may also mean that shortcuts to AWT applets do not work?

        I'll temporary disable this test assertion to get other tests to run but we need to find out what is going on and fix it.

              ngthomas Thomas Ng (Inactive)
              igor Igor Nekrestyanov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: