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

[IR Framework] replace @require (test level) with applyIfPlatform (IR rule level) where possible

XMLWordPrintable

      Follow up task for JDK-8280120.

      Many tests are guarded with an @require for some platform feature, because they run tests with IR rules that can only pass on some platforms (eg certain vectorizations).
      Using @require means we are not running the tests on other platforms at all.
      Moving the condition to IR rules would mean we can still run the tests, and check for correct results, even if we cannot run the IR rule itself.

            epeter Emanuel Peter
            epeter Emanuel Peter
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: