Changeset 309 for trunk/openjdk/jdk/test
- Timestamp:
- Feb 13, 2012, 10:07:12 PM (14 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 20 edited
- 17 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk
- Property svn:mergeinfo changed
/branches/vendor/oracle/openjdk6/b24 (added) merged: 308 /branches/vendor/oracle/openjdk6/current merged: 307
- Property svn:mergeinfo changed
-
trunk/openjdk/jdk/test/Makefile
r278 r309 1 1 # 2 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 355 355 USE_JTREG_SAMEVM=false 356 356 endif 357 # With samevm, you cannot use -javaoptions? 357 # With samevm, you cannot use -javaoptions? (-agentvm is more reliable -samevm) 358 358 ifeq ($(USE_JTREG_SAMEVM),true) 359 JTREG_SAMEVM_OPTION = -samevm 359 #JTREG_SAMEVM_OPTION = -samevm 360 JTREG_SAMEVM_OPTION = -agentvm 360 361 EXTRA_JTREG_OPTIONS += $(JTREG_SAMEVM_OPTION) $(JAVA_ARGS) $(JAVA_ARGS:%=-vmoption:%) 361 362 JTREG_TEST_OPTIONS = $(JAVA_VM_ARGS:%=-vmoption:%) … … 544 545 JDK_ALL_TARGETS += jdk_tools1 545 546 jdk_tools1: com/sun/jdi 546 $(call RunOthe vmBatch)547 $(call RunOthervmBatch) 547 548 548 549 # Stable othervm testruns (minus items from PROBLEM_LIST) -
trunk/openjdk/jdk/test/ProblemList.txt
r278 r309 1 1 ########################################################################### 2 2 # 3 # Copyright (c) 2009, 201 0, Oracle and/or its affiliates. All rights reserved.3 # Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved. 4 4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 5 5 # … … 179 179 # Many of these tests have a tendency to leave input streams open, which 180 180 # will cause following tests to be failures when used in samevm mode. 181 182 # Fails on Windows, not closing a file?: 7059970 183 javax/imageio/plugins/png/ITXtTest.java generic-all 181 184 182 185 # Fails on Windows 2000 & 2003/x64 … … 332 335 333 336 # jdk_lang 337 338 # Fails on OpenSolaris, see 6992968 339 java/lang/management/MemoryMXBean/CollectionUsageThresholdConcMarkSweepGC.sh generic-all 334 340 335 341 # Solaris 10 sparc: main -- Error. Error while cleaning up threads after test … … 584 590 # evidence. 585 591 592 # Failing 7060203 SocketException: maximum number of DatagramSockets reached 593 java/net/DatagramSocket/BindFailTest.java windows-all 594 java/net/DatagramSocket/ImplicitBind.java windows-all 595 java/net/DatagramSocket/InheritHandle.java windows-all 596 java/net/DatagramSocket/PortUnreachable.java windows-all 597 java/net/DatagramSocket/ReportSocketClosed.java windows-all 598 java/net/DatagramSocket/Send12k.java windows-all 599 java/net/DatagramSocket/SendDatagramToBadAddress.java windows-all 600 java/net/DatagramSocket/SetReceiveBufferSize.java windows-all 601 java/net/DatagramSocketImpl/CheckDiscard.java windows-all 602 java/net/InetAddress/IsReachable.java windows-all 603 604 # Fails on OpenSolaris, see 7032247 605 java/net/InetAddress/GetLocalHostWithSM.java generic-all 606 607 # Fails on OpenSolaris, see 6935199 608 java/net/CookieHandler/TestHttpCookie.java generic-all 609 610 # Fails on OpenSolaris, see 6423396 611 com/sun/net/httpserver/bugs/B6373555.java generic-all 612 586 613 # Fails on Linux Fedora 9, 32bit and 64bit, Windows 2000 & 2003/X64 587 614 # samevm "cleaning up threads" issue, kind of passes, … … 734 761 735 762 # jdk_nio 763 764 # Fails on Windows: 7012823 765 java/nio/MappedByteBuffer/Force.java windows-all 766 767 # Fails on OpenSolaris, see 6983794 768 java/nio/channels/Selector/ConnectWrite.java generic-all 736 769 737 770 # Unused Charset subclass: sun.nio.cs.ext.MS932DB RuntimeException … … 921 954 # jdk_security 922 955 956 # Lost provider? 7052537: 957 # java.security.NoSuchAlgorithmException: RSA KeyPairGenerator not available 958 java/security/SignedObject/Correctness.java generic-all 959 960 # Fails on OpenSolaris, see 7032257 961 sun/security/pkcs11/ec/ReadCertificates.java generic-all 962 sun/security/pkcs11/ec/ReadPKCS12.java generic-all 963 sun/security/pkcs11/ec/TestCurves.java generic-all 964 sun/security/pkcs11/ec/TestECDSA.java generic-all 965 sun/security/pkcs11/ec/TestECGenSpec.java generic-all 966 sun/security/pkcs11/ec/TestKeyFactory.java generic-all 967 sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/CriticalSubjectAltName.java generic-all 968 sun/security/validator/CertReplace.java generic-all 969 923 970 # java.security.cert.CertificateException: Certificate contains unsupported critical extensions: [2.5.29.17] 924 971 sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java generic-all … … 1091 1138 # Some of these tools tests have a tendency to use fixed ports, bad idea. 1092 1139 1140 # Failed 6963102, unreliable testcase 1141 sun/tools/jstatd/jstatdDefaults.sh generic-all 1142 1093 1143 # Native allocation errors on windows 1094 1144 tools/pack200/MemoryAllocatorTest.java generic-all … … 1150 1200 # jdk_util 1151 1201 1202 # Fails unpredictably: 6633113 1203 java/util/concurrent/SynchronousQueue/Fairness.java generic-all 1204 1205 # Fails on OpenSolaris, see 6876961 1206 java/util/ResourceBundle/Test4300693.java generic-all 1207 1152 1208 # Fails Windows 2000, AssertionError: Some tests failed at Basic.java:96 1153 1209 java/util/concurrent/TimeUnit/Basic.java generic-all -
trunk/openjdk/jdk/test/java/awt/xembed/server/TestXEmbedServer.java
r278 r309 1 1 /* 2 * Copyright (c) 2004, 20 08, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/java/lang/Double/ParseDouble.java
r278 r309 1 1 /* 2 * Copyright (c) 2001, 20 03, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/javax/imageio/plugins/png/ITXtTest.java
r278 r309 1 1 /* 2 * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/javax/imageio/plugins/png/ItxtUtf8Test.java
r278 r309 1 1 /* 2 * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/GenSSLConfigs/main.java
r278 r309 2 2 * @test 3 3 * @build TestThread Traffic Handler ServerHandler ServerThread ClientThread 4 * @run main/ timeout=140main4 * @run main/othervm -Djsse.enableCBCProtection=false main 5 5 * @summary Make sure that different configurations of SSL sockets work 6 6 */ 7 7 8 8 /* 9 * Copyright (c) 1997, 20 05, Oracle and/or its affiliates. All rights reserved.9 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 10 10 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 11 11 * -
trunk/openjdk/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/CriticalSubjectAltName.java
r278 r309 1 1 /* 2 * Copyright (c) 2001, 20 08, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/CheckStatus.java
r278 r309 1 1 /* 2 * Copyright (c) 2003, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 30 30 * their return codes. 31 31 * 32 * @run main/othervm -Djsse.enableCBCProtection=false CheckStatus 33 * 32 34 * @author Brad Wetmore 33 35 */ -
trunk/openjdk/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/LargeBufs.java
r278 r309 1 1 /* 2 * Copyright (c) 2004, 20 06, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 30 30 * This is to test larger buffer arrays, and make sure the maximum 31 31 * is being passed. 32 * 33 * @run main/othervm -Djsse.enableCBCProtection=false LargeBufs 32 34 * 33 35 * @author Brad R. Wetmore -
trunk/openjdk/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/LargePacket.java
r278 r309 1 1 /* 2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 28 28 * @summary Need adjustable TLS max record size for interoperability 29 29 * with non-compliant 30 * 31 * @run main/othervm -Djsse.enableCBCProtection=false LargePacket 30 32 * 31 33 * @author Xuelei Fan -
trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java
r278 r309 1 1 /* 2 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsPost.java
r278 r309 1 1 /* 2 * Copyright (c) 2001, 20 02, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressDNSIdentities.java
r278 r309 1 1 /* 2 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressIPIdentities.java
r278 r309 1 1 /* 2 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPIdentities.java
r278 r309 1 1 /* 2 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Identities.java
r278 r309 1 1 /* 2 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Redirect.java
r278 r309 1 1 /* 2 * Copyright (c) 2001, 20 02, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/sun/tools/jstatd/jstatdExternalRegistry.sh
r278 r309 23 23 24 24 # @test 25 # @bug 4990825 25 # @bug 4990825 7092186 26 26 # @run shell/timeout=90 jstatdExternalRegistry.sh 27 27 # @summary Test functionality of 'jstatd -p<port>&' with an external RMI registry
Note:
See TracChangeset
for help on using the changeset viewer.