It can be inconvenient in jtreg tests to have to specify the options to enable preview features.
It would be nice to introduce a new declarative tag, that can be used to declare that a test uses preview features and that jtreg should automatically add the necessary options.
Tag is
@enablePreview [true|false]
in test description, or
enablePreview=(true|false)
in TEST.properties file.
More details in tag-spec.html.
It would be nice to introduce a new declarative tag, that can be used to declare that a test uses preview features and that jtreg should automatically add the necessary options.
Tag is
@enablePreview [true|false]
in test description, or
enablePreview=(true|false)
in TEST.properties file.
More details in tag-spec.html.
- relates to
-
JDK-8297215 Update libs tests to use @enablePreview
-
- Resolved
-
-
JDK-8296913 Correct enable preview idiom in JdbLastErrorTest.java
-
- Resolved
-
-
JDK-8296968 Update langtools tests to use @enablePreview
-
- Resolved
-