Changeset 309 for trunk/openjdk/jdk/test


Ignore:
Timestamp:
Feb 13, 2012, 10:07:12 PM (14 years ago)
Author:
dmik
Message:

trunk: Merged in openjdk6 b24 from branches/vendor/oracle.

Location:
trunk/openjdk
Files:
20 edited
17 copied

Legend:

Unmodified
Added
Removed
  • trunk/openjdk

  • trunk/openjdk/jdk/test/Makefile

    r278 r309  
    11#
    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.
    33# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44#
     
    355355  USE_JTREG_SAMEVM=false
    356356endif
    357 # With samevm, you cannot use -javaoptions?
     357# With samevm, you cannot use -javaoptions? (-agentvm is more reliable -samevm)
    358358ifeq ($(USE_JTREG_SAMEVM),true)
    359   JTREG_SAMEVM_OPTION = -samevm
     359  #JTREG_SAMEVM_OPTION = -samevm
     360  JTREG_SAMEVM_OPTION = -agentvm
    360361  EXTRA_JTREG_OPTIONS += $(JTREG_SAMEVM_OPTION) $(JAVA_ARGS) $(JAVA_ARGS:%=-vmoption:%)
    361362  JTREG_TEST_OPTIONS = $(JAVA_VM_ARGS:%=-vmoption:%)
     
    544545JDK_ALL_TARGETS += jdk_tools1
    545546jdk_tools1: com/sun/jdi
    546         $(call RunOthevmBatch)
     547        $(call RunOthervmBatch)
    547548
    548549# Stable othervm testruns (minus items from PROBLEM_LIST)
  • trunk/openjdk/jdk/test/ProblemList.txt

    r278 r309  
    11###########################################################################
    22#
    3 # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
     3# Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
    44# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    55#
     
    179179# Many of these tests have a tendency to leave input streams open, which
    180180#  will cause following tests to be failures when used in samevm mode.
     181
     182# Fails on Windows, not closing a file?: 7059970
     183javax/imageio/plugins/png/ITXtTest.java                         generic-all
    181184
    182185# Fails on Windows 2000 & 2003/x64
     
    332335
    333336# jdk_lang
     337
     338# Fails on OpenSolaris, see 6992968
     339java/lang/management/MemoryMXBean/CollectionUsageThresholdConcMarkSweepGC.sh generic-all
    334340
    335341# Solaris 10 sparc: main -- Error. Error while cleaning up threads after test
     
    584590#   evidence.
    585591
     592# Failing 7060203 SocketException: maximum number of DatagramSockets reached
     593java/net/DatagramSocket/BindFailTest.java                       windows-all
     594java/net/DatagramSocket/ImplicitBind.java                       windows-all
     595java/net/DatagramSocket/InheritHandle.java                      windows-all
     596java/net/DatagramSocket/PortUnreachable.java                    windows-all
     597java/net/DatagramSocket/ReportSocketClosed.java                 windows-all
     598java/net/DatagramSocket/Send12k.java                            windows-all
     599java/net/DatagramSocket/SendDatagramToBadAddress.java           windows-all
     600java/net/DatagramSocket/SetReceiveBufferSize.java               windows-all
     601java/net/DatagramSocketImpl/CheckDiscard.java                   windows-all
     602java/net/InetAddress/IsReachable.java                           windows-all
     603
     604# Fails on OpenSolaris, see 7032247
     605java/net/InetAddress/GetLocalHostWithSM.java                    generic-all
     606
     607# Fails on OpenSolaris, see 6935199
     608java/net/CookieHandler/TestHttpCookie.java                      generic-all
     609
     610# Fails on OpenSolaris, see 6423396
     611com/sun/net/httpserver/bugs/B6373555.java                       generic-all
     612
    586613# Fails on Linux Fedora 9, 32bit and 64bit, Windows 2000 & 2003/X64
    587614#   samevm "cleaning up threads" issue, kind of passes,
     
    734761
    735762# jdk_nio
     763
     764# Fails on Windows: 7012823
     765java/nio/MappedByteBuffer/Force.java                            windows-all
     766
     767# Fails on OpenSolaris, see 6983794
     768java/nio/channels/Selector/ConnectWrite.java                    generic-all
    736769
    737770# Unused Charset subclass: sun.nio.cs.ext.MS932DB  RuntimeException
     
    921954# jdk_security
    922955
     956# Lost provider? 7052537:
     957#  java.security.NoSuchAlgorithmException: RSA KeyPairGenerator not available
     958java/security/SignedObject/Correctness.java                     generic-all
     959
     960# Fails on OpenSolaris, see 7032257
     961sun/security/pkcs11/ec/ReadCertificates.java                    generic-all
     962sun/security/pkcs11/ec/ReadPKCS12.java                          generic-all
     963sun/security/pkcs11/ec/TestCurves.java                          generic-all
     964sun/security/pkcs11/ec/TestECDSA.java                           generic-all
     965sun/security/pkcs11/ec/TestECGenSpec.java                       generic-all
     966sun/security/pkcs11/ec/TestKeyFactory.java                      generic-all
     967sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/CriticalSubjectAltName.java generic-all
     968sun/security/validator/CertReplace.java                         generic-all
     969
    923970# java.security.cert.CertificateException: Certificate contains unsupported critical extensions: [2.5.29.17]
    924971sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java generic-all
     
    10911138#  Some of these tools tests have a tendency to use fixed ports, bad idea.
    10921139
     1140# Failed 6963102, unreliable testcase
     1141sun/tools/jstatd/jstatdDefaults.sh                              generic-all
     1142
    10931143# Native allocation errors on windows
    10941144tools/pack200/MemoryAllocatorTest.java                          generic-all
     
    11501200# jdk_util
    11511201
     1202# Fails unpredictably: 6633113
     1203java/util/concurrent/SynchronousQueue/Fairness.java             generic-all
     1204
     1205# Fails on OpenSolaris, see 6876961
     1206java/util/ResourceBundle/Test4300693.java                       generic-all
     1207
    11521208# Fails Windows 2000, AssertionError: Some tests failed at Basic.java:96
    11531209java/util/concurrent/TimeUnit/Basic.java                        generic-all
  • trunk/openjdk/jdk/test/java/awt/xembed/server/TestXEmbedServer.java

    r278 r309  
    11/*
    2  * Copyright (c) 2004, 2008, Oracle and/or its affiliates. All rights reserved.
     2 * Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
    33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44 *
  • trunk/openjdk/jdk/test/java/lang/Double/ParseDouble.java

    r278 r309  
    11/*
    2  * Copyright (c) 2001, 2003, Oracle and/or its affiliates. All rights reserved.
     2 * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
    33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44 *
  • trunk/openjdk/jdk/test/javax/imageio/plugins/png/ITXtTest.java

    r278 r309  
    11/*
    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.
    33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44 *
  • trunk/openjdk/jdk/test/javax/imageio/plugins/png/ItxtUtf8Test.java

    r278 r309  
    11/*
    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.
    33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44 *
  • trunk/openjdk/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/GenSSLConfigs/main.java

    r278 r309  
    22 * @test
    33 * @build TestThread Traffic Handler ServerHandler ServerThread ClientThread
    4  * @run main/timeout=140 main
     4 * @run main/othervm -Djsse.enableCBCProtection=false main
    55 * @summary Make sure that different configurations of SSL sockets work
    66 */
    77
    88/*
    9  * Copyright (c) 1997, 2005, Oracle and/or its affiliates. All rights reserved.
     9 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
    1010 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    1111 *
  • trunk/openjdk/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/CriticalSubjectAltName.java

    r278 r309  
    11/*
    2  * Copyright (c) 2001, 2008, Oracle and/or its affiliates. All rights reserved.
     2 * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
    33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44 *
  • trunk/openjdk/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/CheckStatus.java

    r278 r309  
    11/*
    2  * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     2 * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
    33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44 *
     
    3030 * their return codes.
    3131 *
     32 * @run main/othervm -Djsse.enableCBCProtection=false CheckStatus
     33 *
    3234 * @author Brad Wetmore
    3335 */
  • trunk/openjdk/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/LargeBufs.java

    r278 r309  
    11/*
    2  * Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved.
     2 * Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
    33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44 *
     
    3030 * This is to test larger buffer arrays, and make sure the maximum
    3131 * is being passed.
     32 *
     33 * @run main/othervm -Djsse.enableCBCProtection=false LargeBufs
    3234 *
    3335 * @author Brad R. Wetmore
  • trunk/openjdk/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/LargePacket.java

    r278 r309  
    11/*
    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.
    33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44 *
     
    2828 * @summary Need adjustable TLS max record size for interoperability
    2929 *      with non-compliant
     30 *
     31 * @run main/othervm -Djsse.enableCBCProtection=false LargePacket
    3032 *
    3133 * @author Xuelei Fan
  • trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java

    r278 r309  
    11/*
    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.
    33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44 *
  • trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsPost.java

    r278 r309  
    11/*
    2  * Copyright (c) 2001, 2002, Oracle and/or its affiliates. All rights reserved.
     2 * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
    33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44 *
  • trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressDNSIdentities.java

    r278 r309  
    11/*
    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.
    33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44 *
  • trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressIPIdentities.java

    r278 r309  
    11/*
    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.
    33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44 *
  • trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPIdentities.java

    r278 r309  
    11/*
    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.
    33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44 *
  • trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Identities.java

    r278 r309  
    11/*
    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.
    33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44 *
  • trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Redirect.java

    r278 r309  
    11/*
    2  * Copyright (c) 2001, 2002, Oracle and/or its affiliates. All rights reserved.
     2 * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
    33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44 *
  • trunk/openjdk/jdk/test/sun/tools/jstatd/jstatdExternalRegistry.sh

    r278 r309  
    2323
    2424# @test
    25 # @bug 4990825
     25# @bug 4990825 7092186
    2626# @run shell/timeout=90 jstatdExternalRegistry.sh
    2727# @summary Test functionality of 'jstatd -p<port>&' with an external RMI registry
Note: See TracChangeset for help on using the changeset viewer.