jdk/test/ProblemList.txt
author mchung
Fri, 18 Jun 2010 09:35:22 -0700
changeset 5808 3a1f603c5ca7
parent 5805 87c7dd70572a
child 5809 6e38efd0293f
permissions -rw-r--r--
6961894: TEST_BUG: jdk_lang tests fail in samevm mode Summary: Fixed jdk_lang tests to run in samevm mode or mark to run in othervm Reviewed-by: alanb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
     1
###########################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
     2
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5165
diff changeset
     3
# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
     4
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
     5
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
     6
# This code is free software; you can redistribute it and/or modify it
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
     7
# under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5165
diff changeset
     8
# published by the Free Software Foundation.  Oracle designates this
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
     9
# particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5165
diff changeset
    10
# by Oracle in the LICENSE file that accompanied this code.
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    11
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    12
# This code is distributed in the hope that it will be useful, but WITHOUT
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    13
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    14
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    15
# version 2 for more details (a copy is included in the LICENSE file that
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    16
# accompanied this code).
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    17
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    18
# You should have received a copy of the GNU General Public License version
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    19
# 2 along with this work; if not, write to the Free Software Foundation,
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    20
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    21
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5165
diff changeset
    22
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5165
diff changeset
    23
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5165
diff changeset
    24
# questions.
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    25
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    26
###########################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    27
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    28
# List of tests that should not be run by test/Makefile, for various reasons:
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    29
#   1. Does not run with jtreg -samevm mode
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    30
#   2. Causes problems in jtreg -samevm mode for jtreg or tests that follow it
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    31
#   3. The test is too slow or consumes too many system resources
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    32
#   4. The test fails when run on any official build systems
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    33
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    34
# It is possible that a test being on this list is a mistake, and that some
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    35
#   other test in samevm mode caused tests to fail, mistakes happen.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    36
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    37
# Tests marked @ignore are not run by test/Makefile, but harmless to be listed.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    38
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    39
# Tests that explicitly state "@run main/othervm ...", and are not listed here,
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    40
#   will be run in the same batch as the samevm tests.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    41
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    42
# Shell tests are othervm by default.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    43
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    44
# List items  are testnames followed by labels, all MUST BE commented 
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    45
#   as to why they are here and use a label:
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    46
#     generic-all	Problems on all platforms
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    47
#     generic-ARCH	Where ARCH is one of: sparc, sparcv9, x64, i586, etc.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    48
#     OSNAME-all	Where OSNAME is one of: solaris, linux, windows
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    49
#     OSNAME-ARCH	Specific on to one OSNAME and ARCH, e.g. solaris-x64
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    50
#     OSNAME-REV	Specific on to one OSNAME and REV, e.g. solaris-5.8
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    51
#	 
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    52
# More than one label is allowed but must be on the same line.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    53
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    54
#############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    55
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    56
# Running the tests:
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    57
#    cd test && make JT_HOME=jtreg_home PRODUCT_HOME=jdk_home jdk_all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    58
#  Or instead of jdk_all, use any of the jdk_* targets.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    59
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    60
# Samevm Notes:
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    61
#  * Although some tests may have only been seen to fail on some platforms,
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    62
#    they might be flagged as 'generic-all' because the problem they have
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    63
#    could cause hidden slowdowns on other platforms.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    64
#    Most samevm problems will be generic-all, but windows usually dislikes
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    65
#    them the most.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    66
#    Address already in use or connection errors indicate a generic port issue.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    67
#    (this is not necessarily a samevm issue, but an issue for running the tests
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    68
#     on shared machines, two people or two test runs will collide).
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    69
#  * Samevm problem (windows in particular) is not closing all input/output
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    70
#  * Samevm problem when a test calls setSecurityManager()
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    71
#  * Samevm problem with setHttps*() is used? (not exactly sure here)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    72
#  * Samevm problem when stuffing system properties with non Strings or anything
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    73
#  * Samevm problem when changing vm settings, or registering any vm actions
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    74
#  * Samevm problems with deleteOnExit(), if it must happen at end of test
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    75
#  * Samevm problems with URLClassLoader? (no details here)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    76
#  * Samevm problems with dependence on predictable GC or finalizations
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    77
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    78
# Any of the above problems may mean the test needs to be flagged as "othervm".
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    79
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    80
#############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    81
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    82
# Fixing the tests:
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    83
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    84
# Some tests just may need to be run with "othervm", and that can easily be
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    85
#   done my adding a @run line (or modifying any existing @run):
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    86
#      @run main/othervm NameOfMainClass
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    87
#   Make sure this @run follows any use of @library.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    88
#   Otherwise, if the test is a samevm possibility, make sure the test is
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    89
#     cleaning up after itself, closing all streams, deleting temp files, etc.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    90
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    91
# Keep in mind that the bug could be in many places, and even different per
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    92
#   platform, it could be a bug in any one of:
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    93
#      - the testcase
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    94
#      - the jdk (jdk classes, native code, or hotspot)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    95
#      - the native compiler
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    96
#      - the javac compiler
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    97
#      - the OS (depends on what the testcase does)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    98
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    99
# If you managed to really fix one of these tests, here is how you can
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   100
#    remove tests from this list:
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   101
#  1. Make sure test passes on all platforms with samevm, or mark it othervm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   102
#  2. Make sure test passes on all platforms when run with it's entire group
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   103
#  3. Make sure both VMs are tested, -server and -client, if possible
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   104
#  4. Make sure you try the -d64 option on Solaris
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   105
#  5. Use a tool like JPRT or something to verify these results
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   106
#  6. Delete lines in this file, include the changes with your test changes
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   107
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   108
# You may need to repeat your testing 2 or even 3 times to verify good
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   109
#   results, some of these samevm failures are not very predictable.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   110
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   111
#############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   112
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   113
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   114
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   115
# jdk_awt
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   116
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   117
# None of the awt tests are using samevm, might not be worth the effort due
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   118
#  to the vm overhead not being enough to make a difference.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   119
# In general, the awt tests are problematic with or without samevm, and there
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   120
#  are issues with using a Xvfb display.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   121
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   122
# Fails on solaris sparc, timedout? in othervm mode
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   123
java/awt/event/MouseEvent/AcceptExtraButton/AcceptExtraButton.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   124
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   125
# Causes hang in samevm mode??? Solaris 11 i586
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   126
java/awt/FullScreen/SetFSWindow/FSFrame.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   127
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   128
# Fails on solaris 11 i586, -client, in othervm mode not sure why
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   129
java/awt/Component/PrintAllXcheckJNI/PrintAllXcheckJNI.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   130
java/awt/Focus/CloseDialogActivateOwnerTest/CloseDialogActivateOwnerTest.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   131
java/awt/FontClass/FontAccess.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   132
java/awt/Mixing/HWDisappear.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   133
java/awt/Mixing/MixingInHwPanel.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   134
java/awt/Mouse/MaximizedFrameTest/MaximizedFrameTest.html	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   135
java/awt/Robot/AcceptExtraMouseButtons/AcceptExtraMouseButtons.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   136
java/awt/Toolkit/SecurityTest/SecurityTest2.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   137
java/awt/image/mlib/MlibOpsTest.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   138
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   139
# Fails on windows, othervm mode, various errors
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   140
java/awt/Focus/NonFocusableWindowTest/NonfocusableOwnerTest.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   141
java/awt/Focus/OwnedWindowFocusIMECrashTest/OwnedWindowFocusIMECrashTest.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   142
java/awt/FullScreen/NoResizeEventOnDMChangeTest/NoResizeEventOnDMChangeTest.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   143
java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Standard.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   144
java/awt/event/KeyEvent/KeyTyped/CtrlASCII.html			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   145
java/awt/font/Threads/FontThread.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   146
java/awt/print/PrinterJob/PrtException.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   147
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   148
# Fails with windows X64, othervm, -server
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   149
com/sun/awt/Translucency/WindowOpacity.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   150
java/awt/EventDispatchThread/HandleExceptionOnEDT/HandleExceptionOnEDT.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   151
java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   152
java/awt/Focus/AppletInitialFocusTest/AppletInitialFocusTest1.html generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   153
java/awt/Focus/FocusEmbeddedFrameTest/FocusEmbeddedFrameTest.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   154
java/awt/Frame/LayoutOnMaximizeTest/LayoutOnMaximizeTest.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   155
java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   156
java/awt/Mixing/MixingOnShrinkingHWButton.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   157
java/awt/Mouse/MouseModifiersUnitTest/ExtraButtonDrag.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   158
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   159
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   160
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   161
# jdk_beans
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   162
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   163
# A large set of the beans tests set the security manager, which would seem
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   164
#  to indicate that a large number of them should be "othervm", yet are all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   165
#  very small tests and could greatly benefit from a samevm test run.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   166
#  So a large batch of beans tests are currently run with othervm mode.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   167
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   168
# Linux, some kind of problems with X11 display
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   169
java/beans/PropertyChangeSupport/Test4682386.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   170
java/beans/PropertyChangeSupport/TestSynchronization.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   171
java/beans/Statement/Test4653179.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   172
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   173
# Runs REALLY slow on Solaris sparc for some reason, both -client and -server
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   174
java/beans/XMLEncoder/Test4625418.java				solaris-sparc
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   175
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   176
# Problems with samevm and setting security manager (speculation partially)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   177
java/beans/Introspector/4168475/Test4168475.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   178
java/beans/Introspector/4520754/Test4520754.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   179
java/beans/Introspector/6380849/TestBeanInfo.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   180
java/beans/Introspector/Test4144543.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   181
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   182
# Failed to call method solaris-sparc???
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   183
java/beans/EventHandler/Test6788531.java		 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   184
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   185
# Jar or class not found???
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   186
java/beans/XMLEncoder/6329581/Test6329581.java		 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   188
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   189
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   190
# jdk_io
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   191
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   192
# Many of these tests have a tendency to leave input streams open, which
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   193
#  will cause following tests to be failures when used in samevm mode.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   194
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   195
# Should be othervm, or corrected for samevm, fails with samevm:
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   196
java/io/BufferedReader/BigMark.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   197
java/io/BufferedReader/ReadLineSync.java		 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   198
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   199
# One of these is leaving "a.ser" file open, windows samevm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   200
java/io/Serializable/duplicateSerialFields/Setup.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   201
java/io/Serializable/duplicateSerialFields/Test.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   202
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   203
# One of these leaving foo.ser open, windows samevm problem
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   204
java/io/Serializable/enum/constantSubclasses/Read.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   205
java/io/Serializable/enum/constantSubclasses/Write.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   206
java/io/Serializable/enum/missingConstant/Read.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   207
java/io/Serializable/enum/missingConstant/Write.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   208
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   209
# This is leaving subtest1.tmp open, windows samevm problem
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   210
java/io/Serializable/oldTests/AnnotateClass.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   211
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   212
# One or more of these leave a piotest* file open, windows samevm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   213
java/io/Serializable/oldTests/ArrayFields.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   214
java/io/Serializable/oldTests/ArraysOfArrays.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   215
java/io/Serializable/oldTests/BinaryTree.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   216
java/io/Serializable/oldTests/CircularList.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   217
java/io/Serializable/oldTests/SerializeWithException.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   218
java/io/Serializable/oldTests/SimpleArrays.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   219
java/io/Serializable/oldTests/WritePrimitive.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   220
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   221
# Missing close on file 0.ser, windows samevm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   222
java/io/Serializable/enum/badResolve/Read.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   223
java/io/Serializable/enum/badResolve/Write.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   224
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   225
# One of these tests is leaving parents.ser open, windows samevm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   226
java/io/Serializable/parents/EvolvedClass.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   227
java/io/Serializable/parents/OriginalClass.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   228
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   229
# One of these tests is leaving file foo.ser and/or bar.ser open, windows samevm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   230
java/io/Serializable/fieldTypeString/Read.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   231
java/io/Serializable/fieldTypeString/Write.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   232
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   233
# One of these tests is leaving tmp.ser file open, windows samevm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   234
java/io/Serializable/ClassCastExceptionDetail/Read.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   235
java/io/Serializable/ClassCastExceptionDetail/Write.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   236
java/io/Serializable/GetField/Read.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   237
java/io/Serializable/GetField/Read2.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   238
java/io/Serializable/GetField/Write.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   239
java/io/Serializable/PutField/Read.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   240
java/io/Serializable/PutField/Read2.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   241
java/io/Serializable/PutField/Write.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   242
java/io/Serializable/PutField/Write2.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   243
java/io/Serializable/arraySuidConflict/Read.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   244
java/io/Serializable/arraySuidConflict/Write.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   245
java/io/Serializable/backRefCNFException/Read.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   246
java/io/Serializable/backRefCNFException/Write.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   247
java/io/Serializable/class/Test.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   248
java/io/Serializable/evolution/AddedExternField/ReadAddedField.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   249
java/io/Serializable/evolution/AddedExternField/WriteAddedField.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   250
java/io/Serializable/evolution/AddedExternField/run.sh		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   251
java/io/Serializable/evolution/AddedField/ReadAddedField.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   252
java/io/Serializable/evolution/AddedField/WriteAddedField.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   253
java/io/Serializable/evolution/AddedSuperClass/ReadAddedSuperClass.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   254
java/io/Serializable/evolution/AddedSuperClass/ReadAddedSuperClass2.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   255
java/io/Serializable/evolution/AddedSuperClass/WriteAddedSuperClass.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   256
java/io/Serializable/proxy/skipMissing/Read.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   257
java/io/Serializable/proxy/skipMissing/Write.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   258
java/io/Serializable/readObjectNoData/Read.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   259
java/io/Serializable/readObjectNoData/Write.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   260
java/io/Serializable/skipWriteObject/Read.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   261
java/io/Serializable/skipWriteObject/Write.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   262
java/io/Serializable/skippedObjCNFException/Read.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   263
java/io/Serializable/skippedObjCNFException/Write.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   264
java/io/Serializable/stopCustomDeserialization/Read.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   265
java/io/Serializable/stopCustomDeserialization/Write.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   266
java/io/Serializable/unresolvedClassDesc/Read.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   267
java/io/Serializable/unresolvedClassDesc/Write.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   268
java/io/Serializable/unshared/Read.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   269
java/io/Serializable/unshared/Write.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   270
java/io/Serializable/wrongReturnTypes/Read.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   271
java/io/Serializable/wrongReturnTypes/Write.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   272
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   273
# Windows samevm issues? triggers other tests to fail, missing close() on f.txt?
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   274
java/io/DataInputStream/OpsAfterClose.java		 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   275
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   276
# Windows 32bit samevm failure: RuntimeException: File.getFreeSpace() failed
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   277
java/io/File/MaxPathLength.java					generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   278
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   279
# Should be othervm, or corrected for samevm, fails with samevm:
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   280
java/io/File/DeleteOnExit.java				 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   281
java/io/File/DeleteOnExitLong.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   282
java/io/File/DeleteOnExitNPE.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   283
java/io/File/IsHidden.java				 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   284
java/io/FileDescriptor/FileChannelFDTest.java		 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   285
java/io/FileDescriptor/Finalize.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   286
java/io/FileInputStream/FinalizeShdCallClose.java	 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   287
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   288
# Known to cause samevm issues on windows, other tests fail, missing close()?
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   289
java/io/FileInputStream/OpsAfterClose.java		 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   290
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   291
# Should be othervm, or corrected for samevm, fails with samevm:
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   292
java/io/FileOutputStream/FinalizeShdCallClose.java	 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   293
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   294
# Known to cause samevm issues on windows, other tests fail, missing close()?
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   295
java/io/FileOutputStream/OpsAfterClose.java		 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   296
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   297
# Windows samevm issues? triggers other tests to fail, missing close() on f.txt?
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   298
java/io/InputStream/OpsAfterClose.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   299
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   300
# Missing close() on x.ReadBounds file? Windows samevm issues
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   301
java/io/InputStream/ReadParams.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   302
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   303
# Known to cause samevm issues on windows, other tests fail, missing close()?
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   304
java/io/InputStreamReader/GrowAfterEOF.java		 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   305
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   306
# Should be othervm, or corrected for samevm, fails with samevm:
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   307
java/io/ObjectInputStream/ResolveProxyClass.java	 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   308
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   309
# Not doing a close() on x.ParameterCheck file? windows samevm cascade error
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   310
java/io/RandomAccessFile/ParameterCheck.java                    generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   311
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   312
# Not doing a close on x.ReadLine file? windows cascade samevm problems
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   313
java/io/RandomAccessFile/ReadLine.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   314
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   315
# Not doing close on file input x.WriteByteChars, windows samevm problems
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   316
java/io/RandomAccessFile/WriteBytesChars.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   317
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   318
# Not doing close on file input x.WriteUTF, windows samevm problems
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   319
java/io/RandomAccessFile/WriteUTF.java                          generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   320
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   321
# Possibly, not doing a close() on input.txt, windows samevm issues.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   322
java/io/RandomAccessFile/skipBytes/SkipBytes.java	 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   323
java/io/readBytes/MemoryLeak.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   324
java/io/readBytes/ReadBytesBounds.java			 	generic-all 
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   325
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   326
# Missing close on fields.ser, windows samevm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   327
java/io/Serializable/checkModifiers/CheckModifiers.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   328
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   329
# Should be othervm, or corrected for samevm, fails with samevm:
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   330
java/io/Serializable/auditStreamSubclass/AuditStreamSubclass.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   331
java/io/Serializable/proxy/Basic.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   332
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   333
# Possibly not doing a close() on input.txt, windows samevm issues.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   334
java/io/StreamTokenizer/Comment.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   335
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   336
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   337
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   338
# jdk_lang
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   339
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   340
# Times out on solaris 10 sparc
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   341
java/lang/ClassLoader/Assert.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   342
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   343
# Solaris sparc, samevm, java.lang.Exception: Read from closed pipe hangs
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   344
java/lang/Runtime/exec/SleepyCat.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   345
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   346
# Times out on solaris sparc -server
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   347
java/lang/ThreadLocal/MemoryLeak.java			 	solaris-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   348
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   349
# Windows X64, RuntimeException: MyThread expected to have RUNNABLE but got WAITING
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   350
java/lang/Thread/ThreadStateTest.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   351
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   352
# Timeout on windows 64bit 
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   353
java/lang/ClassLoader/deadlock/TestCrossDelegate.sh		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   354
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   355
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   356
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   357
# jdk_management
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   358
5611
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   359
# Access denied messages on windows/mks, filed 6954450
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   360
sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.sh	windows-all
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   361
5600
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   362
# Started failing on linux and solaris (filed 6950927)
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   363
#   com.sun.tools.attach.AttachNotSupportedException:
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   364
#     Unable to open socket file:
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   365
#     target process not responding or HotSpot VM not loaded
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   366
sun/management/jmxremote/bootstrap/JvmstatCountersTest.java	generic-all
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   367
4991
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   368
# Fails on linux: KO: StringMonitor notification missed or not emitted
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   369
javax/management/monitor/NonComparableAttributeValueTest.java	generic-all
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   370
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   371
# Port conflict? Fails with communication error
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   372
sun/management/jmxremote/bootstrap/PasswordFilePermissionTest.sh generic-all
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   373
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   374
# Fails on Windows 2000, Test failed for iiop java.lang.NullPointerException
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   375
#  at org.omg.stub.javax.management.remote.rmi._RMIConnectionImpl_Tie._invoke(Unknown Source)
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   376
#  at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:653)
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   377
javax/management/remote/mandatory/connection/ReconnectTest.java generic-all
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   378
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   379
# Solaris 10 sparc, NPE from org.omg.stub.javax.management.remote.rmi._RMIConnectionImpl_Tie._invoke
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   380
javax/management/remote/mandatory/threads/ExecutorTest.java 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   381
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   382
# Linux 32bit Fedora 9, IllegalStateException
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   383
javax/management/monitor/RuntimeExceptionTest.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   384
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   385
# Problems with rmi connection, othervm  
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   386
javax/management/remote/mandatory/subjectDelegation/SubjectDelegation2Test.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   387
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   388
# Fails with port already in use
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   389
sun/management/jmxremote/bootstrap/SSLConfigFilePermissionTest.sh generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   390
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   391
# Fails with port already in use
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   392
sun/management/jmxremote/bootstrap/RmiRegistrySslTest.sh	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   393
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   394
# Windows, connection can't last that long
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   395
javax/management/eventService/LeaseTest.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   396
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   397
# Linux othervm, X64, java.lang.Exception: Failed: ratio=102.4027795593753
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   398
javax/management/remote/mandatory/notif/ListenerScaleTest.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   399
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   400
# Windows run seems to have triggered a hotspot gc error (see 6801625)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   401
com/sun/management/HotSpotDiagnosticMXBean/DumpHeap.sh		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   402
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   403
# rmi problem? othervm, java.lang.reflect.UndeclaredThrowableException
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   404
javax/management/remote/mandatory/subjectDelegation/SubjectDelegation3Test.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   405
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   406
# Linux Fedora 9 32bit NPE in rmi server somehere??? othervm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   407
javax/management/remote/mandatory/notif/NotificationBufferDeadlockTest.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   408
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   409
# Times out on solaris sparc, with othervm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   410
javax/management/eventService/AddRemoveListenerTest.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   411
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   412
# Linux i586 and x64 -server, timed out waiting for threads to expire? othervm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   413
javax/management/eventService/EventClientThreadTest.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   414
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   415
# Linux i586 -server, Expected to receive 20, but got 21, othervm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   416
#   Fails on Linux X64 -server 20!=21
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   417
javax/management/eventService/FetchingTest.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   418
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   419
# NPE on windows 2000 i586 -client and -server
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   420
javax/management/eventService/CustomForwarderTest.java	 	windows-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   421
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   422
# Windows i586 failure, callback did not complete
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   423
javax/management/eventService/LeaseManagerDeadlockTest.java 	windows-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   424
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   425
# Port already in use
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   426
sun/management/jmxremote/bootstrap/LocalManagementTest.sh 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   427
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   428
# Failed to initialize connector (also overflowing jtreg io buffers)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   429
sun/management/jmxremote/bootstrap/RmiBootstrapTest.sh	 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   430
sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   431
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   432
# Windows X64, java.lang.IllegalStateException
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   433
javax/management/monitor/AttributeArbitraryDataTypeTest.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   434
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   435
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   436
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   437
# jdk_math
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   438
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   439
# Problems with rounding add failures on solaris-sparcv9 and -server
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   440
java/math/BigDecimal/AddTests.java			 	solaris-sparcv9
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   441
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   442
# Should be samevm? But seems problematic with samevm on windows
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   443
java/math/BigInteger/ModPow65537.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   444
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   445
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   446
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   447
# jdk_misc
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   448
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   449
# On Windows com.sun.java.swing.plaf.gtk does not exist, always fails there
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   450
com/sun/java/swing/plaf/gtk/Test6635110.java		 	windows-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   451
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   452
# Need to be marked othervm, or changed to be samevm safe
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   453
com/sun/jndi/ldap/ReadTimeoutTest.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   454
com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   455
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   456
# Need to be marked othervm, or changed to be samevm safe
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   457
com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   458
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   459
# Solaris sparc and others, exception in initializer
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   460
javax/imageio/CachePremissionsTest/CachePermissionsTest.java 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   461
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   462
# Leaves file rgba_* open, fails with windows samevm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   463
javax/imageio/plugins/png/PngOutputTypeTest.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   464
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   465
# Suspect test.png file is left open, windows samevm problems
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   466
javax/imageio/plugins/png/ITXtTest.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   467
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   468
# Solaris sparc and others, failed to compile testcase
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   469
javax/imageio/metadata/DOML3Node.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   470
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   471
# One of these tests is leaving file IMGP1001.JPG open, windows samevm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   472
javax/imageio/plugins/jpeg/ConcurrentReadingTest.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   473
javax/imageio/plugins/jpeg/ReadingInterruptionTest.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   474
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   475
# One of these files is missing a close on writer_* files, windows samevm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   476
javax/imageio/plugins/jpeg/ConcurrentWritingTest.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   477
javax/imageio/plugins/jpeg/WritingInterruptionTest.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   478
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   479
# Leaving file test.jpg open, windows samevm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   480
javax/imageio/plugins/jpeg/ReadAsGrayTest.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   481
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   482
# Missing close on file wbmp*, windows samevm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   483
javax/imageio/plugins/wbmp/CanDecodeTest.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   484
4329
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4319
diff changeset
   485
# Failures on OpenSolaris, cannot read input files? samevm issues?
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4319
diff changeset
   486
javax/imageio/metadata/BooleanAttributes.java			generic-all
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4319
diff changeset
   487
javax/imageio/plugins/bmp/BMPSubsamplingTest.java		generic-all
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4319
diff changeset
   488
javax/imageio/plugins/bmp/TopDownTest.java			generic-all
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4319
diff changeset
   489
javax/imageio/plugins/gif/EncodeSubImageTest.java		generic-all
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4319
diff changeset
   490
javax/imageio/plugins/gif/GifTransparencyTest.java		generic-all
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4319
diff changeset
   491
javax/imageio/plugins/png/GrayPngTest.java			generic-all
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4319
diff changeset
   492
javax/imageio/plugins/png/ItxtUtf8Test.java			generic-all
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4319
diff changeset
   493
javax/imageio/plugins/png/MergeStdCommentTest.java		generic-all
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4319
diff changeset
   494
javax/imageio/plugins/png/ShortHistogramTest.java		generic-all
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4319
diff changeset
   495
javax/imageio/plugins/shared/BitDepth.java			generic-all
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4319
diff changeset
   496
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   497
# Exclude all javax/print tests, even if they passed, they may need samevm work
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   498
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   499
# Times out on solaris-sparc, sparcv9, x64 -server, some on i586 -client
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   500
javax/print/attribute/autosense/PrintAutoSenseData.java 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   501
javax/print/attribute/Chroma.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   502
javax/print/attribute/CollateAttr.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   503
javax/print/attribute/PSCopiesFlavorTest.java		 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   504
javax/print/LookupServices.java 			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   505
javax/print/TestRaceCond.java				 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   506
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   507
# These tests really require a printer (might all be windows only tests?)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   508
javax/print/CheckDupFlavor.java					generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   509
javax/print/PrintSE/PrintSE.sh					generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   510
javax/print/attribute/ChromaticityValues.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   511
javax/print/attribute/GetCopiesSupported.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   512
javax/print/attribute/SidesPageRangesTest.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   513
javax/print/attribute/SupportedPrintableAreas.java		generic-all
4595
84bc8a58537f 6915906: tests in closed/javax/print/ should not be calling System.exit()
jgodinez
parents: 4527
diff changeset
   514
javax/print/attribute/AttributeTest.java                        generic-all
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   515
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   516
# Only print test left, excluding just because all print tests have been
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   517
javax/print/attribute/MediaMappingsTest.java 			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   518
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   519
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   520
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   521
# jdk_net
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   522
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   523
# Suspect many of these tests auffer from using fixed ports, no concrete 
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   524
#   evidence.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   525
4991
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   526
# Times out on Windows X64
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   527
sun/net/www/http/KeepAliveStream/KeepAliveStreamCloseWithWrongContentLength.java generic-all
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   528
4517
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   529
# Dies on Solaris 10 sparc and sparcv9, Linux  -ea -esa with 
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   530
#   Interrupted or IO exception, maybe writing to non-unique named file?
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   531
com/sun/net/httpserver/bugs/B6373555.java			generic-all
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   532
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   533
# Fails on OpenSolaris, BindException unexpected 
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   534
java/net/BindException/Test.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   535
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   536
# Fails on OpenSolaris, times out
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   537
java/net/MulticastSocket/SetOutgoingIf.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   538
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   539
# Timed out on Solaris 10 X86.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   540
com/sun/net/httpserver/Test3.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   541
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   542
# Exception in test on windows
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   543
com/sun/net/httpserver/bugs/B6373555.java		 	windows-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   544
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   545
# One of these pollutes the samevm on Linux, too many open files, kills jtreg
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   546
com/sun/net/httpserver/bugs/B6339483.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   547
com/sun/net/httpserver/bugs/B6341616.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   548
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   549
# Suspects in cascading samevm problem, solaris 11 i586 (needs othervm?)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   550
#   Suspect use of setHttps*()?
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   551
com/sun/net/httpserver/SelCacheTest.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   552
com/sun/net/httpserver/Test1.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   553
com/sun/net/httpserver/Test12.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   554
com/sun/net/httpserver/Test13.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   555
com/sun/net/httpserver/Test6a.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   556
com/sun/net/httpserver/Test7a.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   557
com/sun/net/httpserver/Test8a.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   558
com/sun/net/httpserver/Test9.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   559
com/sun/net/httpserver/Test9a.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   560
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   561
# 10,000 connections, fails on Linux and makes tests&jtreg fail with samevm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   562
com/sun/net/httpserver/bugs/B6361557.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   563
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   564
# Address already in use with samevm? Always? Solaris sparc, probably ports
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   565
java/net/Authenticator/B4933582.sh				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   566
java/net/DatagramSocket/SendSize.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   567
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   568
# Solaris 11: exception wrong address???
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   569
java/net/Inet6Address/B6558853.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   570
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   571
# Not closing stream on file i6a1, windows samevm problem
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   572
java/net/Inet6Address/serialize/Serialize.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   573
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   574
# Linux x64 fails "network unreachable"?
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   575
java/net/ipv6tests/TcpTest.java 			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   576
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   577
# Linux i586, fails with unexpected output
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   578
java/net/MulticastSocket/NoLoopbackPackets.java 	 	linux-i586
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   579
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   580
# Address already in use
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   581
java/net/DatagramSocket/DatagramTimeout.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   582
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   583
# Fails on windows, takes too long and fails
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   584
#   Solaris 10 sparcv9, samevm, java.lang.Exception: Takes too long. Dead lock
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   585
java/net/Socket/DeadlockTest.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   586
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   587
# Linux i586 address already in use or connection error, samevm issues
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   588
java/net/Socket/AccurateTimeout.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   589
java/net/Socket/asyncClose/BrokenPipe.java		 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   590
java/net/Socket/CloseAvailable.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   591
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   592
# Linux X64 address already in use, samevm issues
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   593
java/net/Socket/LingerTest.java 			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   594
java/net/Socket/LinkLocal.java				 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   595
java/net/Socket/NullHost.java				 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   596
java/net/Socket/ProxyCons.java				 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   597
java/net/Socket/ReadTimeout.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   598
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   599
# Linux X64 address already in use, samevm issues
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   600
java/net/Socket/SetReceiveBufferSize.java		 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   601
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   602
# Linux i586 address already in use or connection error, samevm issues
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   603
java/net/Socket/setReuseAddress/Basic.java		 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   604
java/net/Socket/setReuseAddress/Restart.java		 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   605
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   606
# Linux X64 address already in use, samevm issues
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   607
java/net/Socket/SetSoLinger.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   608
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   609
# Address already in use, windows samevm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   610
java/net/Socket/Timeout.java					generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   611
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   612
# Linux X64 address already in use, samevm issues
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   613
java/net/Socket/ShutdownBoth.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   614
java/net/Socket/SoTimeout.java				 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   615
java/net/Socket/TestClose.java				 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   616
java/net/Socket/UrgentDataTest.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   617
java/net/SocketInputStream/SocketClosedException.java	 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   618
java/net/SocketInputStream/SocketTimeout.java		 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   619
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   620
# Linux i586, address already in use or timeout, samevm issues
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   621
java/net/URLConnection/DisconnectAfterEOF.java		 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   622
java/net/URLConnection/HandleContentTypeWithAttrs.java	 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   623
java/net/URLConnection/Responses.java			 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   624
java/net/URLConnection/TimeoutTest.java 		 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   625
java/net/URLConnection/ZeroContentLength.java		 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   626
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   627
# Solaris 11 i586 fails with samevm, not sure why
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   628
java/net/ResponseCache/B6181108.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   629
java/net/ResponseCache/ResponseCacheTest.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   630
java/net/URL/GetContent.java					generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   631
java/net/URLConnection/HttpContinueStackOverflow.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   632
java/net/URLConnection/Redirect307Test.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   633
java/net/URLConnection/RedirectLimit.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   634
java/net/URLConnection/ResendPostBody.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   635
java/net/URL/OpenStream.java					generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   636
java/net/URLClassLoader/ClassLoad.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   637
java/net/URLConnection/SetIfModifiedSince.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   638
java/net/URLConnection/URLConnectionHeaders.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   639
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   640
# Linux i586 Connection refused or address already in use, samevm issues
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   641
sun/net/ftp/B6427768.java				 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   642
sun/net/ftp/FtpGetContent.java				 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   643
sun/net/ftp/FtpURL.java 				 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   644
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   645
# Failed on solaris 10 i586, Exception: should have gotten HttpRetryException?
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   646
sun/net/www/http/ChunkedOutputStream/Test.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   647
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   648
# Trouble cleaning up threads in samevm mode on solaris 11 i586
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   649
sun/net/www/http/HttpClient/ProxyTest.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   650
sun/net/www/http/ChunkedInputStream/ChunkedEncodingTest.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   651
sun/net/www/http/ChunkedInputStream/ChunkedEncodingWithProgressMonitorTest.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   652
sun/net/www/http/HttpClient/B6726695.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   653
sun/net/www/http/HttpClient/MultiThreadTest.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   654
sun/net/www/http/KeepAliveCache/KeepAliveTimerThread.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   655
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   656
# Connection refused, windows samevm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   657
sun/net/www/protocol/http/DigestTest.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   658
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   659
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   660
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   661
# jdk_nio
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   662
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   663
# Suspect many of these tests auffer from using fixed ports, no concrete 
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   664
#   evidence.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   665
4991
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   666
# Occasionally Failing with java.lang.AssertionError on Windows X64
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   667
#  at sun.nio.ch.PendingIoCache.clearPendingIoMap(PendingIoCache.java:144)
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   668
#java/nio/channels/FileChannel/ReleaseOnCloseDeadlock.java	windows-all
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   669
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   670
# Some kind of sleep/wake problem on Windows X64
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   671
java/nio/channels/Selector/Wakeup.java				windows-all
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   672
4517
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   673
# Fails with -ea -esa, Assertion error, but only on Solaris 10 machines?
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   674
com/sun/nio/sctp/SctpChannel/Send.java				generic-all
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   675
com/sun/nio/sctp/SctpChannel/Shutdown.java			generic-all
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   676
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   677
# Fails on Windows 2000, Can't delete test directory .\x.SetLastModified.dir
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   678
#    at SetLastModified.main(SetLastModified.java:107)
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   679
java/io/File/SetLastModified.java                               generic-all
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   680
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   681
# Fails on Windows 2000,  times out
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   682
java/nio/channels/FileChannel/Transfer.java			generic-all
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   683
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   684
# Fails on OpenSolaris, IllegalStateException: Cannot add or remove addresses 
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   685
#    from a channel that is bound to the wildcard address
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   686
com/sun/nio/sctp/SctpChannel/Bind.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   687
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   688
# Failed on OpenSolaris, java.lang.AssertionError: Unknown event type
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   689
com/sun/nio/sctp/SctpChannel/Receive.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   690
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   691
# Triggers a hotspot crash on Fedora 9 32bit -server and Windows X64  samevm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   692
sun/nio/cs/TestUTF8.java					generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   693
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   694
# Runtime exception on windows X64, samevm mode
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   695
java/nio/channels/Selector/WakeupNow.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   696
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   697
# Occasional errors, solarix x86, address already in use, othervm mode
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   698
java/nio/channels/Selector/SelectorTest.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   699
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   700
# Fails on Linux Fedora 9 X64
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   701
sun/nio/cs/FindDecoderBugs.java					generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   702
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   703
# Solaris 11 gave assert error and "connection refused", samevm issues?
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   704
com/sun/nio/sctp/SctpServerChannel/NonBlockingAccept.java 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   705
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   706
# Fails with othervm on solaris 11 i586
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   707
com/sun/nio/sctp/SctpChannel/CommUp.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   708
com/sun/nio/sctp/SctpChannel/Connect.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   709
com/sun/nio/sctp/SctpMultiChannel/Branch.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   710
com/sun/nio/sctp/SctpMultiChannel/Send.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   711
com/sun/nio/sctp/SctpMultiChannel/SocketOptionTests.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   712
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   713
# Linux 64bit failures. too many files open
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   714
java/nio/channels/Selector/HelperSlowToDie.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   715
5783
a330d1984034 6934585: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java
alanb
parents: 5627
diff changeset
   716
# Gets java.lang.ExceptionInInitializerError on Windows 2000 (need XP or newer)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   717
java/nio/channels/AsynchronousChannelGroup/Basic.java	 	windows-5.0
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   718
java/nio/channels/AsynchronousChannelGroup/GroupOfOne.java 	windows-5.0
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   719
java/nio/channels/AsynchronousChannelGroup/Identity.java 	windows-5.0
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   720
java/nio/channels/AsynchronousChannelGroup/Restart.java 	windows-5.0
5783
a330d1984034 6934585: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java
alanb
parents: 5627
diff changeset
   721
java/nio/channels/AsynchronousChannelGroup/Unbounded.java	windows-5.0
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   722
java/nio/channels/AsynchronousDatagramChannel/Basic.java 	windows-5.0
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   723
java/nio/channels/AsynchronousFileChannel/Lock.java	 	windows-5.0
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   724
java/nio/channels/AsynchronousServerSocketChannel/Basic.java 	windows-5.0
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   725
java/nio/channels/AsynchronousServerSocketChannel/WithSecurityManager.java windows-5.0
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   726
java/nio/channels/AsynchronousSocketChannel/Basic.java	 	windows-5.0
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   727
java/nio/channels/AsynchronousSocketChannel/DieBeforeComplete.java windows-5.0
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   728
java/nio/channels/AsynchronousSocketChannel/Leaky.java	 	windows-5.0
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   729
java/nio/channels/AsynchronousSocketChannel/StressLoopback.java windows-5.0
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   730
java/nio/channels/Channels/Basic2.java			 	windows-5.0
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   731
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   732
# Failed loopback connection? On windows 32bit? 
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   733
#   Considered a stress test, can consume all resources.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   734
java/nio/channels/Selector/LotsOfChannels.java		 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   735
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   736
# Windows i586 client, crashed hotspot? Unpredictable
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   737
#   Considered a stress test, can consume all resources.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   738
java/nio/channels/Selector/RegAfterPreClose.java	 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   739
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   740
# Solaris i586, cannot assign address, samevm issues
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   741
java/nio/channels/Selector/SelectorLimit.java		 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   742
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   743
# Socket timeout windows X64
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   744
java/nio/channels/ServerSocketChannel/AdaptServerSocket.java 	windows-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   745
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   746
# Timeouts etc. on Window
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   747
java/nio/channels/SocketChannel/ConnectState.java	 	windows-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   748
java/nio/channels/SocketChannel/FinishConnect.java	 	windows-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   749
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   750
# Fails on all platforms due to overlap of JDK jar file contents:
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   751
sun/nio/cs/Test4200310.sh				 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   752
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   753
# Depends on motif packages that do not exist all the time:
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   754
sun/nio/cs/TestX11CNS.java				 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   755
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   756
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   757
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   758
# jdk_rmi
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   759
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   760
# Port already in use, fails on sparc, othervm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   761
java/rmi/reliability/benchmark/runRmiBench.sh			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   762
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   763
# Already in use port issues? othervm solaris
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   764
java/rmi/activation/rmidViaInheritedChannel/InheritedChannelNotServerSocket.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   765
java/rmi/activation/rmidViaInheritedChannel/RmidViaInheritedChannel.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   766
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   767
# Address already in use, othervm mode, solaris
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   768
java/rmi/activation/Activatable/elucidateNoSuchMethod/ElucidateNoSuchMethod.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   769
java/rmi/activation/Activatable/forceLogSnapshot/ForceLogSnapshot.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   770
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   771
# Registry already running on port, solaris
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   772
java/rmi/Naming/legalRegistryNames/LegalRegistryNames.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   773
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   774
# Fails on Linux 32 and 64bit -server?, impl not garbage collected???
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   775
java/rmi/transport/pinLastArguments/PinLastArguments.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   776
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   777
# Times out on solaris sparc
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   778
java/rmi/server/RemoteServer/AddrInUse.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   779
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   780
# Connection error on Windows i586 -server
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   781
#  Also connection errors in othervm on Solaris 10 sparc, same port??? 
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   782
sun/rmi/transport/tcp/DeadCachedConnection.java 	 	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   783
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   784
# Connection errors in othervm on Solaris 10 sparc, same port??? 
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   785
java/rmi/activation/Activatable/checkActivateRef/CheckActivateRef.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   786
java/rmi/activation/Activatable/checkAnnotations/CheckAnnotations.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   787
java/rmi/activation/Activatable/checkImplClassLoader/CheckImplClassLoader.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   788
java/rmi/activation/Activatable/checkRegisterInLog/CheckRegisterInLog.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   789
java/rmi/activation/Activatable/createPrivateActivable/CreatePrivateActivatable.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   790
java/rmi/activation/Activatable/downloadParameterClass/DownloadParameterClass.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   791
java/rmi/activation/Activatable/extLoadedImpl/ext.sh generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   792
java/rmi/activation/Activatable/inactiveGroup/InactiveGroup.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   793
java/rmi/activation/Activatable/lookupActivationSystem/LookupActivationSystem.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   794
java/rmi/activation/Activatable/nestedActivate/NestedActivate.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   795
java/rmi/activation/Activatable/restartCrashedService/RestartCrashedService.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   796
java/rmi/activation/Activatable/restartLatecomer/RestartLatecomer.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   797
java/rmi/activation/Activatable/shutdownGracefully/ShutdownGracefully.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   798
java/rmi/activation/Activatable/unregisterInactive/UnregisterInactive.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   799
java/rmi/activation/ActivateFailedException/activateFails/ActivateFails.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   800
java/rmi/activation/ActivationGroup/downloadActivationGroup/DownloadActivationGroup.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   801
java/rmi/activation/ActivationSystem/activeGroup/IdempotentActiveGroup.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   802
java/rmi/reliability/juicer/AppleUserImpl.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   803
java/rmi/server/RMISocketFactory/useSocketFactory/unicast/UseCustomSocketFactory.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   804
java/rmi/server/UnicastRemoteObject/keepAliveDuringCall/KeepAliveDuringCall.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   805
java/rmi/transport/handshakeTimeout/HandshakeTimeout.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   806
java/rmi/activation/Activatable/restartService/RestartService.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   807
java/rmi/activation/ActivationSystem/modifyDescriptor/ModifyDescriptor.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   808
java/rmi/activation/ActivationSystem/stubClassesPermitted/StubClassesPermitted.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   809
java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   810
java/rmi/activation/CommandEnvironment/SetChildEnv.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   811
java/rmi/registry/classPathCodebase/ClassPathCodebase.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   812
java/rmi/registry/reexport/Reexport.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   813
java/rmi/server/Unreferenced/finiteGCLatency/FiniteGCLatency.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   814
java/rmi/server/Unreferenced/leaseCheckInterval/LeaseCheckInterval.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   815
java/rmi/server/Unreferenced/unreferencedContext/UnreferencedContext.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   816
java/rmi/server/useCustomRef/UseCustomRef.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   817
java/rmi/transport/checkFQDN/CheckFQDN.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   818
java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   819
java/rmi/server/RMISocketFactory/useSocketFactory/activatable/UseCustomSocketFactory.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   820
java/rmi/server/RMISocketFactory/useSocketFactory/registry/UseCustomSocketFactory.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   821
java/rmi/server/UnicastRemoteObject/unexportObject/UnexportLeak.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   822
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   823
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   824
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   825
# jdk_security
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   826
5600
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   827
# Filed 6951285, not sure how often this fails, last was Linux 64bit Fedora 9
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   828
sun/security/krb5/auto/MaxRetries.java				generic-all
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   829
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   830
# Filed 6950930, fails on windows 32bit c1 and windows 64bit
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   831
sun/security/krb5/auto/IgnoreChannelBinding.java		windows-all
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   832
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   833
# Filed 6950931, failing on all windows systems
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   834
sun/security/tools/jarsigner/crl.sh				windows-all
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   835
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   836
# Filed 6950929, only seemed to fail on solaris sparcv9 (-d64)
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   837
#   Failed on Linux -server 32bit too, making generic
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   838
sun/security/krb5/auto/BadKdc4.java				generic-all
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   839
5149
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 5145
diff changeset
   840
# Failing on Solaris i586, 3/9/2010, not a -samevm issue (jdk_security3)
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 5145
diff changeset
   841
sun/security/pkcs11/Secmod/AddPrivateKey.java			solaris-i586
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 5145
diff changeset
   842
sun/security/pkcs11/ec/ReadCertificates.java			solaris-i586
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 5145
diff changeset
   843
sun/security/pkcs11/ec/ReadPKCS12.java				solaris-i586
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 5145
diff changeset
   844
sun/security/pkcs11/ec/TestCurves.java				solaris-i586
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 5145
diff changeset
   845
sun/security/pkcs11/ec/TestECDSA.java				solaris-i586
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 5145
diff changeset
   846
sun/security/pkcs11/ec/TestECGenSpec.java			solaris-i586
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 5145
diff changeset
   847
sun/security/pkcs11/ec/TestKeyFactory.java			solaris-i586
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 5145
diff changeset
   848
4991
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   849
# Unknown problem, could be a jtreg -samevm issue?
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   850
#  Error while cleaning up threads after test
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   851
java/security/Security/SynchronizedAccess.java			generic-all
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   852
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   853
# Failing on Solaris X64 (-d64 -server) with:
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   854
#  GSSException: Failure unspecified at GSS-API level 
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   855
#    (Mechanism level: Specified version of key is not available (44))
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   856
sun/security/krb5/auto/BasicKrb5Test.java			generic-all
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   857
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   858
# Solaris X86 failures, readjar.jks: No such file or directory
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   859
sun/security/tools/keytool/readjar.sh				generic-all
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
   860
4517
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   861
# Fails with -ea -esa, but only on Solaris sparc? Suspect it is timing out
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   862
sun/security/tools/keytool/standard.sh				generic-all
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   863
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   864
# Fails on Solaris 10 X64, address already in use
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   865
sun/security/krb5/auto/HttpNegotiateServer.java			generic-all
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   866
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   867
# Fails on almost all platforms
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   868
#   java.lang.UnsupportedClassVersionError: SerialTest : 
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   869
#      Unsupported major.minor version 51.0
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   870
#    at java.lang.ClassLoader.defineClass1(Native Method)
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   871
sun/security/util/Oid/S11N.sh					generic-all
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   872
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   873
# Fails on Fedora 9 32bit
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   874
#  GSSException: Failure unspecified at GSS-API level (Mechanism level: 
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   875
#    Invalid argument (400) - Cannot find key of appropriate type to decrypt 
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   876
#    AP REP - DES CBC mode with MD5)
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   877
#  at sun.security.jgss.krb5.Krb5Context.acceptSecContext(Krb5Context.java:778)
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   878
sun/security/krb5/auto/NonMutualSpnego.java			generic-all
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   879
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   880
# Fails on Solaris 10 sparc, GSSException: Failure unspecified at GSS-API level
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   881
#   Also fails on Windows 2000 similar way
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   882
sun/security/krb5/auto/ok-as-delegate.sh			generic-all
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   883
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   884
# Fails on Windows 2000, GSSException: Failure unspecified at GSS-API level
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   885
#    (Mechanism level: Request is a replay (34))
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   886
sun/security/krb5/auto/ok-as-delegate-xrealm.sh			generic-all
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   887
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   888
# Fails on Windows 2000, ExceptionInInitializerError
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   889
sun/security/mscapi/AccessKeyStore.sh				generic-all
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   890
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   891
# Fails on Solaris 10, KrbException: Additional pre-authentication required (25)
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   892
sun/security/krb5/auto/basic.sh					generic-all
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   893
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   894
# Fails on Fedora 9 64bit, PKCS11Exception: CKR_DEVICE_ERROR
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   895
sun/security/pkcs11/KeyAgreement/TestDH.java			generic-all
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
   896
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   897
# Run too slow on Solaris 10 sparc
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   898
sun/security/ssl/com/sun/net/ssl/internal/ssl/InputRecord/SSLSocketTimeoutNulls.java solaris-sparc
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   899
sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/ClientTimeout.java solaris-sparc
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   900
sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/ServerTimeout.java solaris-sparc
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   901
sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/ReadTimeout.java solaris-sparc
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   902
sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/NotifyHandshakeTest.sh solaris-sparc
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   903
sun/security/tools/keytool/AltProviderPath.sh 			solaris-sparc
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   904
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   905
# Solaris 10 sparc, passed/failed confusion? java.security.ProviderException: update() failed
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   906
sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/AsyncSSLSocketClose.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   907
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   908
# Seem really slow on Solaris sparc, being excluded just for timing reasons
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   909
sun/security/tools/jarsigner/AlgOptions.sh			solaris-sparc
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   910
sun/security/tools/jarsigner/nameclash.sh			solaris-sparc
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   911
sun/security/krb5/auto/basic.sh					solaris-sparc
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   912
sun/security/provider/PolicyFile/getinstance/getinstance.sh	solaris-sparc
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   913
sun/security/tools/jarsigner/samename.sh			solaris-sparc
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   914
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   915
# Timed out, Solaris 10 64bit sparcv9
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   916
com/sun/crypto/provider/Cipher/DES/PaddingTest.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   917
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   918
# Othervm, sparc, NoRouteToHostException: Cannot assign requested address
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   919
sun/security/ssl/javax/net/ssl/NewAPIs/SessionCacheSizeTests.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   920
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   921
# Times out on windows X64, othervm mode
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   922
#    Solaris sparc and sparcv9 -server, timeout
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   923
sun/security/ssl/javax/net/ssl/NewAPIs/SessionTimeOutTests.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   924
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   925
# Failed on solaris 10 sparc, othervm mode,  "js.jks: No such file or directory"
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   926
#  Also, cannot verify signature on solaris i586 -server
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   927
sun/security/tools/jarsigner/concise_jarsigner.sh		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   928
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   929
# Various failures on Linux Fedora 9 X64, othervm mode
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   930
lib/security/cacerts/VerifyCACerts.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   931
sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/TestAllSuites.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   932
sun/security/ssl/sanity/ciphersuites/CheckCipherSuites.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   933
sun/security/tools/jarsigner/oldsig.sh				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   934
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   935
# Various failures on Linux Fedora 9 X64, othervm mode
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   936
sun/security/ssl/sanity/interop/ClientJSSEServerJSSE.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   937
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   938
# Linux i586 -server, buffer too short to hold shared secret?
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   939
com/sun/crypto/provider/KeyAgreement/DHKeyAgreement2.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   940
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   941
# Solaris sparcv9: Failed to parse input emptysubject.jks: No such file or directory
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   942
sun/security/tools/keytool/emptysubject.sh			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   943
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   944
# Timeout on solaris-sparcv9 or exception thrown
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   945
com/sun/crypto/provider/Cipher/RSA/TestOAEP_KAT.java	 	solaris-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   946
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   947
# File 6535697.test input stream left open? windows samevm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   948
java/security/cert/CertificateFactory/openssl/OpenSSLCert.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   949
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   950
# Leaving file open: SerialVersion.current, windows samevm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   951
java/security/BasicPermission/SerialVersion.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   952
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   953
# Solaris 11 i586, these all fail with samevm, need to be othervm???
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   954
java/security/BasicPermission/NullOrEmptyName.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   955
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   956
# Suspect missing close() on file PermClass.current, windows samevm cascade
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   957
java/security/BasicPermission/PermClass.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   958
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   959
# Solaris 11 i586, these all fail with samevm, need to be othervm???
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   960
java/security/KeyPairGenerator/Failover.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   961
java/security/Provider/DefaultPKCS11.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   962
java/security/SecureClassLoader/DefineClassByteBuffer.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   963
java/security/SecureRandom/GetAlgorithm.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   964
java/security/Security/removing/RemoveProviders.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   965
java/security/Signature/ByteBuffers.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   966
java/security/Signature/NONEwithRSA.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   967
java/security/Signature/SignWithOutputBuffer.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   968
java/security/Signature/TestInitSignWithMyOwnRandom.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   969
java/security/UnresolvedPermission/AccessorMethods.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   970
java/security/UnresolvedPermission/Equals.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   971
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   972
# Fails on OpenSolaris, missing classes, slow on Solaris sparc
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   973
sun/security/ec/TestEC.java					generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   974
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   975
# Problems with windows x64
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   976
sun/security/mscapi/IsSunMSCAPIAvailable.sh		 	windows-x64
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   977
sun/security/mscapi/RSAEncryptDecrypt.sh		 	windows-x64
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   978
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   979
# Exception in test solaris-sparc -client -server, no windows
5600
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
   980
sun/security/pkcs11/KeyGenerator/TestKeyGenerator.java	        solaris-all
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   981
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   982
# Solaris sparc client, fails to compile?
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   983
sun/security/pkcs11/KeyStore/SecretKeysBasic.sh 	 	solaris-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   984
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   985
# Fails on OpenSolaris java.net.BindException: Address already in use
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   986
sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   987
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   988
# Timeout on solaris-sparcv9 or ArrayIndexOutOfBoundsException?
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   989
sun/security/rsa/TestKeyPairGeneratorLength.java	 	solaris-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   990
sun/security/rsa/TestSignatures.java			 	solaris-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   991
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   992
# Timeout on solaris-sparc and i586 and x64, -client and -server
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   993
sun/security/ssl/com/sun/net/ssl/internal/ssl/InputRecord/InterruptedIO.java solaris-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   994
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   995
# Do not seem to run on windows machines? dll missing? 
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   996
sun/security/tools/jarsigner/emptymanifest.sh		 	windows-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   997
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   998
# Files does not exist or no encoding? solaris-sparcv9
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   999
sun/security/tools/keytool/importreadall.sh		 	solaris-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1000
sun/security/tools/keytool/selfissued.sh		 	solaris-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1001
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1002
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1003
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1004
# jdk_swing (not using samevm)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1005
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1006
# Fails on solaris 10 sparc, throws RuntimeException that just says "failed"
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1007
javax/swing/JLabel/6501991/bug6501991.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1008
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1009
# Fails on solaris 11 i586, with othervm
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1010
javax/swing/JFileChooser/6570445/bug6570445.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1011
javax/swing/JFileChooser/6738668/bug6738668.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1012
javax/swing/JPopupMenu/6675802/bug6675802.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1013
javax/swing/system/6799345/TestShutdown.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1014
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1015
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1016
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1017
# jdk_text
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1018
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1019
# Linux x64 occasional errors, no details
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1020
java/text/Bidi/Bug6665028.java				 	linux-x64
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1021
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1022
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1023
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1024
# jdk_tools
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1025
5600
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
  1026
# Filed bug 6951287, failed on Linux 64bit, sometimes?
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
  1027
com/sun/jdi/PopAndInvokeTest.java				generic-all
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5165
diff changeset
  1028
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1029
# Some of the tools tests kind of require "othervm" or if they don't will
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1030
#  always be firing up another VM anyway due to the nature of tools testing.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1031
#  So most if not all tools tests are now being run with "othervm" mode.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1032
#  Some of these tools tests have a tendency to use fixed ports, bad idea.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1033
4517
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
  1034
# Fails with -ea -esa on Solaris, Assertion error (Solaris specific test)
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
  1035
com/sun/tracing/BasicFunctionality.java				generic-all
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
  1036
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
  1037
# Fails on Fedora 9 32bit, jps output differs problem
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
  1038
sun/tools/jstatd/jstatdDefaults.sh				generic-all
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
  1039
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
  1040
# Fails on Linux Fedora 9 32bit, Could not read data for remote JVM 16133
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
  1041
#       jstat output differs from expected output
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
  1042
sun/tools/jstatd/jstatdExternalRegistry.sh			generic-all
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
  1043
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1044
# Output of jps differs from expected output.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1045
#   Invalid argument count on solaris-sparc and x64
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1046
sun/tools/jstatd/jstatdPort.sh					generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1047
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1048
# othervm mode, Could not synchronize with target
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1049
sun/tools/jps/jps-l_1.sh					generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1050
sun/tools/jps/jps-l_2.sh					generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1051
sun/tools/jps/jps-lm.sh						generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1052
sun/tools/jps/jps-Vvml_2.sh					generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1053
sun/tools/jps/jps-m_2.sh					generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1054
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
  1055
# Fails on Solaris 10 sparcv9, shell exits with 1
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
  1056
#  Turning off use of shared archive because of choice of garbage collector or large pages 
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
  1057
#  Could not synchronize with target
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
  1058
sun/tools/jps/jps-v_1.sh					generic-all
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4346
diff changeset
  1059
4342
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
  1060
# Fails on OpenSolaris "Could not synchronize with target"
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
  1061
sun/tools/jps/jps-Defaults.sh					generic-all
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
  1062
sun/tools/jps/jps-V_2.sh					generic-all
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
  1063
sun/tools/jps/jps-Vm_2.sh					generic-all
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
  1064
sun/tools/jps/jps-Vvm.sh					generic-all
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
  1065
sun/tools/jps/jps-Vvml.sh					generic-all
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
  1066
sun/tools/jps/jps-m.sh						generic-all
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
  1067
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1068
# Server name error, port 2098 problem?
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1069
sun/tools/jstatd/jstatdServerName.sh				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1070
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1071
# Problems on windows, jmap.exe hangs?
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1072
com/sun/tools/attach/BasicTests.sh				windows-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1073
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1074
# Fails on Solaris 10 sparc, in othervm mode, throws unexpected exception
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1075
sun/jvmstat/monitor/MonitoredVm/CR6672135.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1076
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1077
# Unexpected Monitor Exception, solaris sparc -client
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1078
sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1079
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1080
# Problems on windows, jmap.exe hangs? (these run jmap)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1081
sun/tools/jmap/Basic.sh						windows-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1082
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1083
# Invalid argument count on solaris-sparc and x64
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1084
sun/tools/jstatd/jstatdDefaults.sh			 	solaris-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1085
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1086
# Solaris sparcv9, jps output does not match, x64 different
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1087
sun/tools/jstatd/jstatdExternalRegistry.sh		 	solaris-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1088
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1089
# Solaris 10 sparc 32bit -client, java.lang.AssertionError: Some tests failed
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1090
tools/jar/JarEntryTime.java					generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1091
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1092
# Times out on sparc?
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1093
tools/launcher/VersionCheck.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1094
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1095
# These tests fail on solaris sparc, all the time
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1096
tools/jar/ChangeDir.java					generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1097
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1098
# Cannot write jar
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1099
#  Also, possible problems on windows, jmap.exe hangs? 
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1100
tools/jar/index/MetaInf.java				 	windows-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1101
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1102
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1103
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1104
# jdk_util
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1105
4991
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
  1106
# Fails with assertion error on windows
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
  1107
#   11 separate stacktraces created... file reuse problem?
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
  1108
java/util/zip/ZipFile/ReadLongZipFileName.java			generic-all
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4916
diff changeset
  1109
4517
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
  1110
# Failing on all -client 32bit platforms starting with b77? See 6908348.
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
  1111
java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java generic-all
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
  1112
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1113
# Assert error, failures, on Linux Fedora 9 -server
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1114
#   Windows samevm failure, assert error "Passed = 134, failed = 2"
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1115
java/util/Arrays/ArrayObjectMethods.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1116
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1117
# Windows 2000, -client, samevm, java.lang.Error: Completed != 2
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1118
java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1119
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1120
# Windows X64, Executor Stuck samevm mode:
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1121
java/util/concurrent/FutureTask/BlockingTaskExecutor.java	generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1122
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1123
# Problems on windows, jmap.exe hangs? (these run jmap), fails on Solaris 10 x86
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1124
java/util/concurrent/locks/Lock/TimedAcquireLeak.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1125
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1126
# Solaris sparc client, some failures, "1 not equal to 3"?
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1127
#   also Linux problems with samevm mode, -server linux i586? 1 not equal to 3?
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1128
java/util/concurrent/Executors/AutoShutdown.java		generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1129
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1130
# Fails on solaris-sparc -server (Set not equal to copy. 1)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1131
java/util/EnumSet/EnumSetBash.java			 	solaris-sparc
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1132
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1133
# Failing to close an input stream? "foo", triggers samevm windows failures
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1134
java/util/Formatter/Constructors.java				generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1135
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1136
# Need to be marked othervm, or changed to be samevm safe
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1137
java/util/WeakHashMap/GCDuringIteration.java			generic-all
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1138
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1139
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
  1140