Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7902265

Provide a means to exclude all tests define within a test file

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • jtreg7.6
    • None
    • tools

      A test, Foo.java, can contain multiple @test sections which can be executed all together:

      jtreg Foo.java

      or separately as

      jtreg Foo.java#id0
      jtreg Foo.java#id01
      etc

      If such a test is to be excluded, through listing in a ProblemList.txt file for example, then it would be convenient if listing Foo.java excludes all tests, rather than having to list them all individually.

            cstein Christian Stein
            dholmes David Holmes
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: