Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083015 | emb-9 | Jesper Wilhelmsson | P4 | Resolved | Fixed | team |
On 07/25/2014 01:27 PM, Mikael Auno wrote:> Having "@ignore" before "@test" breaks the rule that the "first token in
> the leading comment in the defining file of a test must be
> '@test'" [1]. Jtreg thus ignores them completely and won't even run them
> with -ignore:run. Since we aren't talking about that many tests in
> absolute terms though, this is easily fixed.
> [1] http://openjdk.java.net/jtreg/tag-spec.txt
> the leading comment in the defining file of a test must be
> '@test'" [1]. Jtreg thus ignores them completely and won't even run them
> with -ignore:run. Since we aren't talking about that many tests in
> absolute terms though, this is easily fixed.
> [1] http://openjdk.java.net/jtreg/tag-spec.txt
- backported by
-
JDK-8083015 @ignore should be placed after @test
- Resolved