Re: Review request: test/java/util/logging/ParentLoggersTest.java fails in samevm mode

2010-06-20 Thread Daniel D. Daugherty
OK by me. Forgot to say "thumbs up" before. Dan On 6/16/2010 6:41 PM, Mandy Chung wrote: Daniel D. Daugherty wrote: Mandy, What happens when the test is run twice in samevm mode? The test only needs to support running once in samevm mode. Are you thinking of some kind of stress testing?

Re: Review request: test/java/util/logging/ParentLoggersTest.java fails in samevm mode

2010-06-20 Thread Daniel D. Daugherty
Mandy, What happens when the test is run twice in samevm mode? I suspect that the expected Logger names will be in the initialLoggerNames list at the beginning of the second run and thus won't be added to returnedLoggerNames on line 104. There isn't a way to delete a Logger so if you want this t

Re: Review request: test/java/util/logging/ParentLoggersTest.java fails in samevm mode

2010-06-16 Thread Mandy Chung
Daniel D. Daugherty wrote: Mandy, What happens when the test is run twice in samevm mode? The test only needs to support running once in samevm mode. Are you thinking of some kind of stress testing? In any case, I don't think we need to fix the test to support running more than once in th

Review request: test/java/util/logging/ParentLoggersTest.java fails in samevm mode

2010-06-15 Thread Mandy Chung
Fixed 6961408: test/java/util/logging/ParentLoggersTest.java fails in samevm mode Webrev at: http://cr.openjdk.java.net/~mchung/6961408/webrev.00/ This fix updates the test to check the list of loggers before and after the test run and also takes out all logging tests from the ProblemList.tx