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

[Graal] org.graalvm.compiler.core.test.VerifyDebugUsageTest fails with "Expected exception: VerificationError"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 12
    • 11
    • hotspot
    • b07

      org.graalvm.compiler.core.test.VerifyDebugUsageTest fails with
      There were 4 failures:
      1) testLogInvalidConcat(org.graalvm.compiler.core.test.VerifyDebugUsageTest)
      java.lang.AssertionError: Expected exception: org.graalvm.compiler.phases.VerifyPhase$VerificationError
              at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:32)

      2) testVerifyInvalidConcat(org.graalvm.compiler.core.test.VerifyDebugUsageTest)
      java.lang.AssertionError: Expected exception: org.graalvm.compiler.phases.VerifyPhase$VerificationError
              at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:32)

      3) testDumpInvalidConcat(org.graalvm.compiler.core.test.VerifyDebugUsageTest)
      java.lang.AssertionError: Expected exception: org.graalvm.compiler.phases.VerifyPhase$VerificationError

      4) testLogAndIndentInvalidConcat(org.graalvm.compiler.core.test.VerifyDebugUsageTest)
      java.lang.AssertionError: Expected exception: org.graalvm.compiler.phases.VerifyPhase$VerificationError


      These test cases fail because they expect org.graalvm.compiler.phases.VerifyPhase$VerificationError to be thrown
      but no exception is thrown at all.

            epavlova Ekaterina Pavlova
            epavlova Ekaterina Pavlova
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: