Looks ok to me. -Chris.
On 07/16/11 07:31 PM, Alan Bateman wrote:
I need a reviewer to update the ProblemList.txt file for jdk8. The patch adds several tests that are failing intermittently on various platforms due to timing issues in the tests (bugs are submitted for each of the issues). One java.util and two j.u.c tests are removed from the file as they are no longer issues (as far as I can tell, at least one of them was a hotspot bug that was fixed a long time ago). Thanks, -Alan. diff --git a/test/ProblemList.txt b/test/ProblemList.txt --- a/test/ProblemList.txt +++ b/test/ProblemList.txt @@ -349,9 +349,18 @@ javax/print/attribute/AttributeTest.java # Only print test left, excluding just because all print tests have been javax/print/attribute/MediaMappingsTest.java generic-all +# Filed 7058852 +javax/sound/sampled/FileWriter/AlawEncoderSync.java generic-all + ############################################################################ # jdk_net + +# Filed 7052625 +com/sun/net/httpserver/bugs/6725892/Test.java generic-all + +# Filed 7036666 +com/sun/net/httpserver/Test9a.java generic-all ############################################################################ @@ -605,6 +614,18 @@ java/text/Bidi/Bug6665028.java linu # Filed 6952105 com/sun/jdi/SuspendThreadTest.java generic-all +# Filed 6653793 +com/sun/jdi/RedefineCrossEvent.java generic-all + +# Filed 6987312 +com/sun/jdi/DoubleAgentTest.java generic-all + +# Filed 7020857 +com/sun/jdi/FieldWatchpoints.java generic-all + +# Filed 6402201 +com/sun/jdi/ProcessAttachTest.sh generic-all + # Filed 6986875 sun/tools/jps/jps-Vvml.sh generic-all @@ -626,18 +647,8 @@ java/util/concurrent/ThreadPoolExecutor/ # 11 separate stacktraces created... file reuse problem? java/util/zip/ZipFile/ReadLongZipFileName.java generic-all -# Assert error, failures, on Linux Fedora 9 -server -# Windows samevm failure, assert error "Passed = 134, failed = 2" -java/util/Arrays/ArrayObjectMethods.java generic-all - -# Windows 2000, -client, samevm, java.lang.Error: Completed != 2 +# Filed 6772009 java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java generic-all - -# Windows X64, Executor Stuck samevm mode: -java/util/concurrent/FutureTask/BlockingTaskExecutor.java generic-all - -# Problems on windows, jmap.exe hangs? (these run jmap), fails on Solaris 10 x86 -java/util/concurrent/locks/Lock/TimedAcquireLeak.java generic-all ############################################################################
