8002120: ProblemList.txt updates (11/2012)

2012-11-01 Thread Alan Bateman


I need a reviewer to remove 5 tests from the exclude list. 4 of the 
tests were excluded temporarily during the perm gen removal work. The 
other one was a compiler2 bug that is long fixed.


While I was there I updated TEST.ROOT to add the top-level directories 
for the client area to othervm.dirs. This ensures that the tests for 
those areas is run in jtreg othervm mode even if samevm or agentvm mode 
is specified to jtreg. If the tests in those areas are updated so that 
each test doesn't require its own VM then they can be removed from the 
othervm.dirs list.


The patch is trivial and inlined below.

-Alan


diff --git a/test/ProblemList.txt b/test/ProblemList.txt
--- a/test/ProblemList.txt
+++ b/test/ProblemList.txt
@@ -136,12 +136,6 @@ java/lang/management/MemoryMXBean/ResetP

 # 7196801
 java/lang/management/MemoryMXBean/LowMemoryTest2.shgeneric-all
-
-# Exclude until the fix for 7195557 propagates widely.
-java/lang/management/MemoryMXBean/CollectionUsageThresholdParallelGC.sh 
generic-all
-java/lang/management/MemoryMXBean/CollectionUsageThresholdSerialGC.sh 
generic-all

-java/lang/management/MemoryMXBean/MemoryTest.java  generic-all
-java/lang/management/MemoryMXBean/MemoryTestAllGC.sh   generic-all

 # Exclude until hotspot/jdk repos are sync'd w.r.t. 
JAVA_MAX_SUPPORTED_VERSION
 # Needed when hotspot fix 7054345 is present.  Remove when the JDK 
source is

@@ -334,9 +328,6 @@ sun/security/krb5/auto/MaxRetries.java

 # jdk_text

-# 7196199
-java/text/Bidi/Bug6665028.java  generic-all
-
 

 # jdk_tools
diff --git a/test/TEST.ROOT b/test/TEST.ROOT
--- a/test/TEST.ROOT
+++ b/test/TEST.ROOT
@@ -6,7 +6,7 @@ keys=2d dnd i18n
 keys=2d dnd i18n

 # Tests that must run in othervm mode
-othervm.dirs=java/rmi sun/rmi javax/management
+othervm.dirs=java/awt java/beans java/rmi javax/accessibility 
javax/imageio javax/sound javax/print javax/management com/sun/awt 
sun/awt sun/java2d sun/pisces sun/rmi


 # Tests that cannot run concurrently
 exclusiveAccess.dirs=java/rmi/Naming sun/management/jmxremote 
sun/tools/jstatd




Re: 8002120: ProblemList.txt updates (11/2012)

2012-11-01 Thread Lance Andersen - Oracle
looks fine

On Nov 1, 2012, at 5:12 PM, Alan Bateman wrote:

 
 I need a reviewer to remove 5 tests from the exclude list. 4 of the tests 
 were excluded temporarily during the perm gen removal work. The other one was 
 a compiler2 bug that is long fixed.
 
 While I was there I updated TEST.ROOT to add the top-level directories for 
 the client area to othervm.dirs. This ensures that the tests for those areas 
 is run in jtreg othervm mode even if samevm or agentvm mode is specified to 
 jtreg. If the tests in those areas are updated so that each test doesn't 
 require its own VM then they can be removed from the othervm.dirs list.
 
 The patch is trivial and inlined below.
 
 -Alan
 
 
 diff --git a/test/ProblemList.txt b/test/ProblemList.txt
 --- a/test/ProblemList.txt
 +++ b/test/ProblemList.txt
 @@ -136,12 +136,6 @@ java/lang/management/MemoryMXBean/ResetP
 
 # 7196801
 java/lang/management/MemoryMXBean/LowMemoryTest2.shgeneric-all
 -
 -# Exclude until the fix for 7195557 propagates widely.
 -java/lang/management/MemoryMXBean/CollectionUsageThresholdParallelGC.sh 
 generic-all
 -java/lang/management/MemoryMXBean/CollectionUsageThresholdSerialGC.sh 
 generic-all
 -java/lang/management/MemoryMXBean/MemoryTest.java  generic-all
 -java/lang/management/MemoryMXBean/MemoryTestAllGC.sh   generic-all
 
 # Exclude until hotspot/jdk repos are sync'd w.r.t. JAVA_MAX_SUPPORTED_VERSION
 # Needed when hotspot fix 7054345 is present.  Remove when the JDK source is
 @@ -334,9 +328,6 @@ sun/security/krb5/auto/MaxRetries.java
 
 # jdk_text
 
 -# 7196199
 -java/text/Bidi/Bug6665028.java  generic-all
 -
 
 
 # jdk_tools
 diff --git a/test/TEST.ROOT b/test/TEST.ROOT
 --- a/test/TEST.ROOT
 +++ b/test/TEST.ROOT
 @@ -6,7 +6,7 @@ keys=2d dnd i18n
 keys=2d dnd i18n
 
 # Tests that must run in othervm mode
 -othervm.dirs=java/rmi sun/rmi javax/management
 +othervm.dirs=java/awt java/beans java/rmi javax/accessibility javax/imageio 
 javax/sound javax/print javax/management com/sun/awt sun/awt sun/java2d 
 sun/pisces sun/rmi
 
 # Tests that cannot run concurrently
 exclusiveAccess.dirs=java/rmi/Naming sun/management/jmxremote sun/tools/jstatd
 


Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
lance.ander...@oracle.com



hg: jdk8/tl/jdk: 8002120: ProblemList.txt updates (11/2012)

2012-11-01 Thread alan . bateman
Changeset: 79774104a1f4
Author:alanb
Date:  2012-11-01 21:59 +
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/79774104a1f4

8002120: ProblemList.txt updates (11/2012)
Reviewed-by: lancea

! test/ProblemList.txt
! test/TEST.ROOT