8003607: More ProblemList.txt updates (11/2012) (original) (raw)
Alan Bateman Alan.Bateman at oracle.com
Mon Nov 19 12:47:19 UTC 2012
- Previous message: Review request: JDK-7162111 TEST_BUG: change tests run in headless mode [macosx] (open part - ver. 3)
- Next message: 8003607: More ProblemList.txt updates (11/2012)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I need a reviewer for a few miscellaneous updates to the ProblemList.txt file (the motive as always to get a clean test run of jdk8/tl). The updates this time are:
Jaroslav BachorĂk fixed a long standing timing issue in the RMI-IIOP Tie classes generated by rmic so this allows us to liberate javax/management/remote/mandatory/connection/ReconnectTest.java.
The test that Jim Gish added as part of 6244047 doesn't work on Windows so I propose to exclude it until the test is fixed.
The MS-CAPI tests interfere with each other when running on Windows with -concurrency > 1 so I propose to just add it to the exclusiveAccess.dirs list for now and that will force these tests to run sequentially (even if -concurrency is specified).
-Alan
diff --git a/test/ProblemList.txt b/test/ProblemList.txt --- a/test/ProblemList.txt +++ b/test/ProblemList.txt @@ -147,9 +147,6 @@ java/lang/management/MemoryMXBean/LowMem
6959636
javax/management/loading/LibraryLoader/LibraryLoaderTest.java windows-all
-# 7144846
-javax/management/remote/mandatory/connection/ReconnectTest.java
generic-all
7120365
javax/management/remote/mandatory/notif/DiffHBTest.java generic-all @@ -376,6 +373,9 @@ java/util/concurrent/ThreadPoolExecutor/
Filed 6772009
java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java generic-all
+# 8003596 +java/util/logging/CheckLockLocationTest.java windows-all +
7041639, Solaris DSA keypair generation bug
java/util/TimeZone/TimeZoneDatePermissionCheck.sh
solaris-all
diff --git a/test/TEST.ROOT b/test/TEST.ROOT --- a/test/TEST.ROOT +++ b/test/TEST.ROOT @@ -9,4 +9,4 @@ othervm.dirs=java/awt java/beans java/rm 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 java/util/prefs sun/management/jmxremote sun/tools/jstatd +exclusiveAccess.dirs=java/rmi/Naming java/util/prefs sun/management/jmxremote sun/tools/jstatd sun/security/mscapi
- Previous message: Review request: JDK-7162111 TEST_BUG: change tests run in headless mode [macosx] (open part - ver. 3)
- Next message: 8003607: More ProblemList.txt updates (11/2012)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]