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

[TESTBUG] compiler/intrinsics/mathexact/DecExactLTest executes DecExactITest

XMLWordPrintable

    • b62

        compiler/intrinsics/mathexact/DecExactLTest.java compiles and runs DecExactITest instead of DecExactLTest

        suggested fix:
        $ sed -ri 's/DecExactITest/DecExactLTest/g' ./DecExactLTest.java

        diff --git a/test/compiler/intrinsics/mathexact/DecExactLTest.java b/test/compiler/intrinsics/mathexact/DecExactLTest.java
        --- a/test/compiler/intrinsics/mathexact/DecExactLTest.java
        +++ b/test/compiler/intrinsics/mathexact/DecExactLTest.java
        @@ -25,8 +25,8 @@
          * @test
          * @bug 8026844
          * @summary Test decrementExact
        - * @compile DecExactITest.java Verify.java
        - * @run main DecExactITest
        + * @compile DecExactLTest.java Verify.java
        + * @run main DecExactLTest
          *
          */

              rbackman Rickard Backman (Inactive)
              iignatyev Igor Ignatyev (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: