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

Some corelibs tests ignore vm options

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 22, 23
    • core-libs

      The tests should fork new VM using options set by jtreg or be marked as vm.flagless. This bug is an umbrella issue to track all such tests in the corelibs area.

      The fix is usually to change ProcessTools.createLimitedTestJavaProcessBuilder(..) or new ProcessBuilder() to
      ProcessTools.createTestJavaProcessBuilder(..)

      The tests that shouldn't be executed with additional options needs to be marked with
      @requires vm.flagless

      The order of jtreg tags is:
          @test
          @bug
          @summary
          @key
          @requires
          ...

      Please feel free to change subcomponent/any other parameters in the sub-tasks.

            Unassigned Unassigned
            lmesnik Leonid Mesnik
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: