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

[TEST_BUG] sun/invoke/util/ValueConversionsTest.java should be modified

    XMLWordPrintable

Details

    • b102
    • generic
    • generic

    Description

      test has ignore option with following comment: "This test requires a special compilation environment to access sun.inovke.util. Run by hand."

      it can be modified to compile with -XDignore.symbol.file option:
      24d23
      < package test.sun.invoke.util;
      38,39c37,38
      < * @ignore This test requires a special compilation environment to access sun.inovke.util. Run by hand.
      < * @run junit/othervm test.sun.invoke.util.ValueConversionsTest
      ---
      > * @compile -XDignore.symbol.file ValueConversionsTest.java
      > * @run junit/othervm ValueConversionsTest
      42c41
      < * test.sun.invoke.util.ValueConversionsTest
      ---
      > * ValueConversionsTest


      test with suggested changes works fine automatically

      Attachments

        Activity

          People

            rbackman Rickard Backman (Inactive)
            vakulova Vera Akulova (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: