http://openjdk.java.net/jtreg/tag-spec.html
needs to document the new feature to open modules, e.g.
@modules java.base/java.util.concurrent:open
Additionally, the phrase
"""Declarative tags govern the execution of the tags that follow them."""
seems misleading. An @modules tag can appear at the beginning or the end of the tag list with the same effect. There is no way to "redefine" the list of modules for different @run targets, as might be useful when tests can be run in whitebox or blackbox modes.
needs to document the new feature to open modules, e.g.
@modules java.base/java.util.concurrent:open
Additionally, the phrase
"""Declarative tags govern the execution of the tags that follow them."""
seems misleading. An @modules tag can appear at the beginning or the end of the tag list with the same effect. There is no way to "redefine" the list of modules for different @run targets, as might be useful when tests can be run in whitebox or blackbox modes.