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

[TESTBUG] IR test runner methods in TestLongRangeChecks.java invoke wrong test methods

XMLWordPrintable

    • b07

      The following two @Run methods invoke the wrong @Test methods, most likely due to a copy-paste error:

          @Run(test = "testStrideNegScalePosInIntLoop2")
          private void testStrideNegScalePosInIntLoop2_runner() {
              testStrideNegScalePosInIntLoop1(0, 100, 200, 0);
          }

          @Run(test = "testStridePosScaleNegInIntLoop2")
          private void testStridePosScaleNegInIntLoop2_runner() {
              testStridePosScaleNegInIntLoop1(0, 100, 200, 198);
          }

      We should change these to invoke the correct methods instead.

            dfenacci Damon Fenacci
            chagedorn Christian Hagedorn
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: