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

java/foreign/TestMatrix.java#Upcall-FTFF `main' threw exception: org.testng.TestNGException

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • 20
    • 18
    • core-libs

      The test TestMatrix.java was failing since JDKb18_b26 due to the changes done by https://bugs.openjdk.java.net/browse/JDK-8275063.

      The failed test TESTMATRIX.JAVA is calling one more class TESTUPCALL.java, where one new property is being added as part of JDK-8275063 and it is initialised at the headers of the same class, but when we are calling the same class from TestMatrix.java the property is not set and throwing NullPointerException.

      After setting the property from TestMatrix.java , the test is passing.

            sshivang Shivangi Gupta
            sshivang Shivangi Gupta
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: