On 22/04/2013 12:04, Weijun Wang wrote:
> Note that adding @ignore will only cause it to be ignored if you
> run with -ignore:quiet.
Oh, I didn't know that.
There are some other tests with the @ignore tag, guess I should remove
all of them.
The default is that @ignore tests are flagged as errors, I have no idea
if this causes problems in the environment that you are concerned about
it. The other thing to say is that our preferred way to exclude tests in
the jdk repo is the jdk/test/ProblemList.txt. The advantage of this over
@ignore is that it allows us to exclude tests on a per platform basis.
-Alan