8002120: ProblemList.txt updates (11/2012) (original) (raw)
Alan Bateman Alan.Bateman at oracle.com
Thu Nov 1 21:12:54 UTC 2012
- Previous message: hg: jdk8/tl/jdk: 8001440: CLDR adapter: Invalid number extension in language tag causes exception in NumberFormat.format()
- Next message: 8002120: ProblemList.txt updates (11/2012)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.sh generic-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
- Previous message: hg: jdk8/tl/jdk: 8001440: CLDR adapter: Invalid number extension in language tag causes exception in NumberFormat.format()
- Next message: 8002120: ProblemList.txt updates (11/2012)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]