Re: JDK 9 RFR of JDK-8142370: Move java/util/concurrent/Phaser/Basic.java to tier 2

2015-11-10 Thread Joseph D. Darcy
On 11/9/2015 7:56 PM, Martin Buchholz wrote: I approve this change. @key intermittent also added in CVS. We also observe this test to fail, but only very rarely. We do want to eventually address all the test failures, even the rare intermittent ones :-) Thanks, -Joe

Re: JDK 9 RFR of JDK-8142370: Move java/util/concurrent/Phaser/Basic.java to tier 2

2015-11-10 Thread Martin Buchholz
There's been a big test improvement effort for jsr166 tests, but more remains. On Tue, Nov 10, 2015 at 6:46 PM, Joseph D. Darcy wrote: > On 11/9/2015 7:56 PM, Martin Buchholz wrote: > >> I approve this change. @key intermittent also added in CVS. We also >> observe this test to fail, but only

Re: JDK 9 RFR of JDK-8142370: Move java/util/concurrent/Phaser/Basic.java to tier 2

2015-11-09 Thread joe darcy
Hi Amy, On 11/9/2015 7:20 PM, Amy Lu wrote: java/util/concurrent/Phaser/Basic.java fails intermittently (JDK-8141031). This patch is to mark the test with keyword 'intermittent' and moved it to tier 2 until the problem is addressed. bug: https://bugs.openjdk.java.net/browse/JDK-8142370 webr

Re: JDK 9 RFR of JDK-8142370: Move java/util/concurrent/Phaser/Basic.java to tier 2

2015-11-09 Thread Martin Buchholz
I approve this change. @key intermittent also added in CVS. We also observe this test to fail, but only very rarely. On Mon, Nov 9, 2015 at 7:44 PM, joe darcy wrote: > Hi Amy, > > On 11/9/2015 7:20 PM, Amy Lu wrote: > >> java/util/concurrent/Phaser/Basic.java fails intermittently (JDK-8141031)

JDK 9 RFR of JDK-8142370: Move java/util/concurrent/Phaser/Basic.java to tier 2

2015-11-09 Thread Amy Lu
java/util/concurrent/Phaser/Basic.java fails intermittently (JDK-8141031). This patch is to mark the test with keyword 'intermittent' and moved it to tier 2 until the problem is addressed. bug: https://bugs.openjdk.java.net/browse/JDK-8142370 webrev: http://cr.openjdk.java.net/~amlu/8142370/we