RFR(XXS): 8068584: Compiler attach tests should be quarantined

Mikael Auno mikael.auno at oracle.com
Thu Jan 8 10:21:39 UTC 2015


On 2015-01-08 11:04, Mattias Tobiasson wrote:
> Hi,
> Could I please have a review of this bug quarantine.
> 
> bug: https://bugs.openjdk.java.net/browse/JDK-8068584
> webrev: http://cr.openjdk.java.net/~ykantser/8068584/webrev.00/
> 
> Thanks,
> Mattias
> 

Mattias,

In the two **/Launcher.java tests, you must place @ignore after the
@library line, otherwise there will be a "Parse Exception: `@library'
must appear before first `@run'". (The error message is, to say the
least, a bit unintuitive until you figure out that "@ignore" is just an
alias for "@run ignore".)

Mikael


More information about the serviceability-dev mailing list