jdk/test/ProblemList.txt
author serb
Tue, 12 Nov 2013 20:24:25 +0400
changeset 21596 0e3a39f29dbc
parent 21423 6f6edad5b031
child 21677 03f1370d6d68
permissions -rw-r--r--
8027696: Incorrect copyright header in the tests Reviewed-by: alanb, malenkov, mullan
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
#
15005
796ffc400e9e 7187882: TEST_BUG: java/rmi/activation/checkusage/CheckUsage.java fails intermittently
smarks
parents: 15001
diff changeset
     3
# Copyright (c) 2009, 2013, 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
21596
0e3a39f29dbc 8027696: Incorrect copyright header in the tests
serb
parents: 21423
diff changeset
     8
# published by the Free Software Foundation.
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
     9
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    10
# 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
    11
# 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
    12
# 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
    13
# 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
    14
# 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
    15
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    16
# 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
    17
# 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
    18
# 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
    19
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5165
diff changeset
    20
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5165
diff changeset
    21
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5165
diff changeset
    22
# questions.
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    23
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    24
###########################################################################
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
# 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
    27
#   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
    28
#   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
    29
#   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
    30
#   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
    31
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    32
# 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
    33
#   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
    34
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    35
# 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
    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 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
    38
#   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
    39
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    40
# 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
    41
#
8406
889f6ae1f0c9 7001685: Renable EnumSetBash Test
mduigou
parents: 7994
diff changeset
    42
# List items  are testnames followed by labels, all MUST BE commented
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    43
#   as to why they are here and use a label:
10605
8c19a790b7c1 7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents: 10428
diff changeset
    44
#     generic-all       Problems on all platforms
8c19a790b7c1 7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents: 10428
diff changeset
    45
#     generic-ARCH      Where ARCH is one of: sparc, sparcv9, x64, i586, etc.
15656
374433993cb0 8006594: Add jdk_core target to jdk/test/Makefile
mduigou
parents: 15651
diff changeset
    46
#     OSNAME-all        Where OSNAME is one of: solaris, linux, windows, macosx
374433993cb0 8006594: Add jdk_core target to jdk/test/Makefile
mduigou
parents: 15651
diff changeset
    47
#     OSNAME-ARCH       Specific on to one OSNAME and ARCH, e.g. solaris-amd64
10605
8c19a790b7c1 7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents: 10428
diff changeset
    48
#     OSNAME-REV        Specific on to one OSNAME and REV, e.g. solaris-5.8
8406
889f6ae1f0c9 7001685: Renable EnumSetBash Test
mduigou
parents: 7994
diff changeset
    49
#
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    50
# 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
    51
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    52
#############################################################################
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
# 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
    55
#    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
    56
#  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
    57
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    58
# Samevm Notes:
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    59
#  * 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
    60
#    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
    61
#    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
    62
#    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
    63
#    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
    64
#    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
    65
#    (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
    66
#     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
    67
#  * 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
    68
#  * 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
    69
#  * 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
    70
#  * 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
    71
#  * 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
    72
#  * 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
    73
#  * 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
    74
#  * 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
    75
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    76
# 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
    77
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    78
#############################################################################
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
# 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
    81
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    82
# 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
    83
#   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
    84
#      @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
    85
#   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
    86
#   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
    87
#     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
    88
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    89
# 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
    90
#   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
    91
#      - the testcase
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    92
#      - 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
    93
#      - 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
    94
#      - 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
    95
#      - 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
    96
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
    97
# 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
    98
#    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
    99
#  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
   100
#  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
   101
#  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
   102
#  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
   103
#  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
   104
#  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
   105
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   106
# 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
   107
#   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
   108
#
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   109
#############################################################################
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
# jdk_awt
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
############################################################################
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
# jdk_beans
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   118
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   119
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   120
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   121
# jdk_lang
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   122
10353
cab797d3592b 7081813: ProblemList.txt updates (8/2011)
alanb
parents: 10337
diff changeset
   123
# 6944188
10605
8c19a790b7c1 7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents: 10428
diff changeset
   124
java/lang/management/ThreadMXBean/ThreadStateTest.java          generic-all
10353
cab797d3592b 7081813: ProblemList.txt updates (8/2011)
alanb
parents: 10337
diff changeset
   125
10331
89efdda10a54 7076526: add test MemoryMXBean/CollectionUsageThreshold to the problem list
smarks
parents: 10328
diff changeset
   126
# 7067973
89efdda10a54 7076526: add test MemoryMXBean/CollectionUsageThreshold to the problem list
smarks
parents: 10328
diff changeset
   127
java/lang/management/MemoryMXBean/CollectionUsageThreshold.java generic-all
89efdda10a54 7076526: add test MemoryMXBean/CollectionUsageThreshold to the problem list
smarks
parents: 10328
diff changeset
   128
13825
334a8446c845 7198162: exclude test MemoryMXBean/LowMemoryTest2.sh
jcoomes
parents: 13664
diff changeset
   129
# 7196801
334a8446c845 7198162: exclude test MemoryMXBean/LowMemoryTest2.sh
jcoomes
parents: 13664
diff changeset
   130
java/lang/management/MemoryMXBean/LowMemoryTest2.sh		generic-all
334a8446c845 7198162: exclude test MemoryMXBean/LowMemoryTest2.sh
jcoomes
parents: 13664
diff changeset
   131
19183
13ac55f786e3 8022061: More ProblemList.txt updates (7/2013)
chegar
parents: 19068
diff changeset
   132
# 8021230
13ac55f786e3 8022061: More ProblemList.txt updates (7/2013)
chegar
parents: 19068
diff changeset
   133
java/lang/ThreadLocal/ThreadLocalSupplierTest.java              generic-all
13ac55f786e3 8022061: More ProblemList.txt updates (7/2013)
chegar
parents: 19068
diff changeset
   134
20855
000e45ee4aea 8026513: ProblemList.txt Updates (10/2013)
chegar
parents: 20763
diff changeset
   135
# 8026502
000e45ee4aea 8026513: ProblemList.txt Updates (10/2013)
chegar
parents: 20763
diff changeset
   136
java/lang/invoke/MethodHandleConstants.java                     generic-all
000e45ee4aea 8026513: ProblemList.txt Updates (10/2013)
chegar
parents: 20763
diff changeset
   137
11527
3ff3f302b95f 7130398: ProblemList.txt updates (1/2012)
alanb
parents: 11132
diff changeset
   138
############################################################################
3ff3f302b95f 7130398: ProblemList.txt updates (1/2012)
alanb
parents: 11132
diff changeset
   139
3ff3f302b95f 7130398: ProblemList.txt updates (1/2012)
alanb
parents: 11132
diff changeset
   140
# jdk_management
3ff3f302b95f 7130398: ProblemList.txt updates (1/2012)
alanb
parents: 11132
diff changeset
   141
17157
a7b5c8d0f882 8012624: Add sun/management/HotspotRuntimeMBean/GetSafepointSyncTime.java in ProblemList.txt
mchung
parents: 16715
diff changeset
   142
# 8010897
17701
cdd64917d8e6 8014892: More ProblemList.txt updates (5/2013)
alanb
parents: 17500
diff changeset
   143
sun/management/HotspotRuntimeMBean/GetSafepointSyncTime.java	macosx-all
17157
a7b5c8d0f882 8012624: Add sun/management/HotspotRuntimeMBean/GetSafepointSyncTime.java in ProblemList.txt
mchung
parents: 16715
diff changeset
   144
14170
c819974fc133 7173494: some jdk tests are not run in test/Makefile
alanb
parents: 14013
diff changeset
   145
############################################################################
c819974fc133 7173494: some jdk tests are not run in test/Makefile
alanb
parents: 14013
diff changeset
   146
c819974fc133 7173494: some jdk tests are not run in test/Makefile
alanb
parents: 14013
diff changeset
   147
# jdk_jmx
c819974fc133 7173494: some jdk tests are not run in test/Makefile
alanb
parents: 14013
diff changeset
   148
11910
5ebe67376f05 7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents: 11848
diff changeset
   149
# 6959636
5ebe67376f05 7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents: 11848
diff changeset
   150
javax/management/loading/LibraryLoader/LibraryLoaderTest.java	windows-all
5ebe67376f05 7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents: 11848
diff changeset
   151
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   152
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   153
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   154
# jdk_math
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   155
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   156
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   157
14170
c819974fc133 7173494: some jdk tests are not run in test/Makefile
alanb
parents: 14013
diff changeset
   158
# jdk_other
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   159
11527
3ff3f302b95f 7130398: ProblemList.txt updates (1/2012)
alanb
parents: 11132
diff changeset
   160
# 6988950
3ff3f302b95f 7130398: ProblemList.txt updates (1/2012)
alanb
parents: 11132
diff changeset
   161
demo/jvmti/compiledMethodLoad/CompiledMethodLoadTest.java	generic-all
3ff3f302b95f 7130398: ProblemList.txt updates (1/2012)
alanb
parents: 11132
diff changeset
   162
14688
5a6b183a143d 8004134: More ProblemList.txt updates (11/2012)
smarks
parents: 14666
diff changeset
   163
# 7027502
5a6b183a143d 8004134: More ProblemList.txt updates (11/2012)
smarks
parents: 14666
diff changeset
   164
demo/jvmti/hprof/MonitorTest.java                               generic-all
5a6b183a143d 8004134: More ProblemList.txt updates (11/2012)
smarks
parents: 14666
diff changeset
   165
19737
55dd1a0fe510 8024515: ProblemList.txt updates to exclude tests that fail with hs25-b49
amurillo
parents: 19578
diff changeset
   166
# 8024423 - JVMTI: GetLoadedClasses doesn't enumerate anonymous classes 
55dd1a0fe510 8024515: ProblemList.txt updates to exclude tests that fail with hs25-b49
amurillo
parents: 19578
diff changeset
   167
demo/jvmti/hprof/HeapAllTest.java                               generic-all
55dd1a0fe510 8024515: ProblemList.txt updates to exclude tests that fail with hs25-b49
amurillo
parents: 19578
diff changeset
   168
demo/jvmti/hprof/HeapBinaryFormatTest.java                      generic-all
55dd1a0fe510 8024515: ProblemList.txt updates to exclude tests that fail with hs25-b49
amurillo
parents: 19578
diff changeset
   169
demo/jvmti/hprof/HeapDumpTest.java                              generic-all
55dd1a0fe510 8024515: ProblemList.txt updates to exclude tests that fail with hs25-b49
amurillo
parents: 19578
diff changeset
   170
demo/jvmti/hprof/OptionsTest.java                               generic-all
55dd1a0fe510 8024515: ProblemList.txt updates to exclude tests that fail with hs25-b49
amurillo
parents: 19578
diff changeset
   171
demo/jvmti/hprof/StackMapTableTest.java                         generic-all
55dd1a0fe510 8024515: ProblemList.txt updates to exclude tests that fail with hs25-b49
amurillo
parents: 19578
diff changeset
   172
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   173
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   174
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   175
# jdk_net
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   176
10123
fd5d08550d66 7068059: Update jdk/test/ProblemList.txt
alanb
parents: 10072
diff changeset
   177
# Filed 7052625
10605
8c19a790b7c1 7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents: 10428
diff changeset
   178
com/sun/net/httpserver/bugs/6725892/Test.java                   generic-all
10123
fd5d08550d66 7068059: Update jdk/test/ProblemList.txt
alanb
parents: 10072
diff changeset
   179
fd5d08550d66 7068059: Update jdk/test/ProblemList.txt
alanb
parents: 10072
diff changeset
   180
# Filed 7036666
10605
8c19a790b7c1 7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents: 10428
diff changeset
   181
com/sun/net/httpserver/Test9a.java                              generic-all
10123
fd5d08550d66 7068059: Update jdk/test/ProblemList.txt
alanb
parents: 10072
diff changeset
   182
10792
cc353fbd6b21 7102665: Move tests to Problemlist
michaelm
parents: 10781
diff changeset
   183
# 7102670
cc353fbd6b21 7102665: Move tests to Problemlist
michaelm
parents: 10781
diff changeset
   184
java/net/InetAddress/CheckJNI.java                              linux-all
cc353fbd6b21 7102665: Move tests to Problemlist
michaelm
parents: 10781
diff changeset
   185
cc353fbd6b21 7102665: Move tests to Problemlist
michaelm
parents: 10781
diff changeset
   186
# failing on vista 32/64 on nightly
cc353fbd6b21 7102665: Move tests to Problemlist
michaelm
parents: 10781
diff changeset
   187
# 7102702
cc353fbd6b21 7102665: Move tests to Problemlist
michaelm
parents: 10781
diff changeset
   188
java/net/PortUnreachableException/OneExceptionOnly.java         windows-all
11910
5ebe67376f05 7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents: 11848
diff changeset
   189
11990
d536250dfc7a 7148921: More ProblemList updates (2/2012)
alanb
parents: 11989
diff changeset
   190
# 7148829
d536250dfc7a 7148921: More ProblemList updates (2/2012)
alanb
parents: 11989
diff changeset
   191
sun/net/InetAddress/nameservice/simple/CacheTest.java		generic-all
d536250dfc7a 7148921: More ProblemList updates (2/2012)
alanb
parents: 11989
diff changeset
   192
sun/net/InetAddress/nameservice/simple/DefaultCaching.java	generic-all
d536250dfc7a 7148921: More ProblemList updates (2/2012)
alanb
parents: 11989
diff changeset
   193
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   194
# 7122846
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   195
java/net/MulticastSocket/NoLoopbackPackets.java                  macosx-all
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   196
java/net/MulticastSocket/SetLoopbackMode.java                    macosx-all
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   197
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   198
# 7145658
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   199
java/net/MulticastSocket/Test.java                               macosx-all
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   200
17499
b4cd40a78a26 8014791: More ProblemList.txt updates (5/2013)
chegar
parents: 17438
diff changeset
   201
# 7143960
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   202
java/net/DatagramSocket/SendDatagramToBadAddress.java            macosx-all
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   203
17499
b4cd40a78a26 8014791: More ProblemList.txt updates (5/2013)
chegar
parents: 17438
diff changeset
   204
# 8014719
b4cd40a78a26 8014791: More ProblemList.txt updates (5/2013)
chegar
parents: 17438
diff changeset
   205
sun/net/www/http/HttpClient/ProxyTest.java                       generic-all
b4cd40a78a26 8014791: More ProblemList.txt updates (5/2013)
chegar
parents: 17438
diff changeset
   206
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   207
############################################################################
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
# jdk_nio
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   210
5970
d4e98bbfb0be 6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents: 5967
diff changeset
   211
# 6963118
d4e98bbfb0be 6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents: 5967
diff changeset
   212
java/nio/channels/Selector/Wakeup.java                          windows-all
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   213
11132
6b0ee6fede7a 7117717: (aio) Tests failing due to implementation bug 7052549
alanb
parents: 11008
diff changeset
   214
# 7052549
6b0ee6fede7a 7117717: (aio) Tests failing due to implementation bug 7052549
alanb
parents: 11008
diff changeset
   215
java/nio/channels/FileChannel/ReleaseOnCloseDeadlock.java 	windows-all
10353
cab797d3592b 7081813: ProblemList.txt updates (8/2011)
alanb
parents: 10337
diff changeset
   216
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   217
# 7133499, 7133497
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   218
java/nio/channels/AsyncCloseAndInterrupt.java                   macosx-all
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   219
java/nio/channels/AsynchronousFileChannel/Lock.java             macosx-all
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   220
java/nio/channels/FileChannel/Transfer.java                     macosx-all
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   221
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   222
# 7141822
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   223
java/nio/channels/DatagramChannel/ChangingAddress.java          macosx-all
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   224
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   225
# 7132677
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   226
java/nio/channels/Selector/OutOfBand.java                       macosx-all
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 12042
diff changeset
   227
4187
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
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   230
# jdk_rmi
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   231
11990
d536250dfc7a 7148921: More ProblemList updates (2/2012)
alanb
parents: 11989
diff changeset
   232
# 7146541
d536250dfc7a 7148921: More ProblemList updates (2/2012)
alanb
parents: 11989
diff changeset
   233
java/rmi/transport/rapidExportUnexport/RapidExportUnexport.java	linux-all
d536250dfc7a 7148921: More ProblemList updates (2/2012)
alanb
parents: 11989
diff changeset
   234
13664
52225a1bdf40 7195099: update problem list with RMI test failures
smarks
parents: 13598
diff changeset
   235
# 7190106
52225a1bdf40 7195099: update problem list with RMI test failures
smarks
parents: 13598
diff changeset
   236
java/rmi/reliability/benchmark/runRmiBench.sh                   generic-all
52225a1bdf40 7195099: update problem list with RMI test failures
smarks
parents: 13598
diff changeset
   237
52225a1bdf40 7195099: update problem list with RMI test failures
smarks
parents: 13598
diff changeset
   238
# 7191877
52225a1bdf40 7195099: update problem list with RMI test failures
smarks
parents: 13598
diff changeset
   239
java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java       generic-all
52225a1bdf40 7195099: update problem list with RMI test failures
smarks
parents: 13598
diff changeset
   240
52225a1bdf40 7195099: update problem list with RMI test failures
smarks
parents: 13598
diff changeset
   241
# 7195095
14688
5a6b183a143d 8004134: More ProblemList.txt updates (11/2012)
smarks
parents: 14666
diff changeset
   242
sun/rmi/transport/proxy/EagerHttpFallback.java                  generic-all
13664
52225a1bdf40 7195099: update problem list with RMI test failures
smarks
parents: 13598
diff changeset
   243
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   244
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   245
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   246
# jdk_security
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   247
19067
5271291b7121 8020424: The NSS version should be detected before running crypto tests
ascarpino
parents: 19066
diff changeset
   248
# 7157786
5271291b7121 8020424: The NSS version should be detected before running crypto tests
ascarpino
parents: 19066
diff changeset
   249
sun/security/pkcs11/ec/TestKeyFactory.java                      generic-all
19066
daf668acb10e 8012971: PKCS11Test hiding exception failures
ascarpino
parents: 19044
diff changeset
   250
13807
891c888389c9 7198205: CloseTest fails on mac
weijun
parents: 13664
diff changeset
   251
# 7164518: no PortUnreachableException on Mac
891c888389c9 7198205: CloseTest fails on mac
weijun
parents: 13664
diff changeset
   252
sun/security/krb5/auto/Unreachable.java                         macosx-all
891c888389c9 7198205: CloseTest fails on mac
weijun
parents: 13664
diff changeset
   253
11910
5ebe67376f05 7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents: 11848
diff changeset
   254
# 7147060
5ebe67376f05 7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents: 11848
diff changeset
   255
com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java	generic-all
5ebe67376f05 7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents: 11848
diff changeset
   256
13812
5966ebad68e3 7198871: cleanup security tests in problem lists with no CR attached
weijun
parents: 13808
diff changeset
   257
# 6988842: 4 tests failing on Solaris 5.10
5966ebad68e3 7198871: cleanup security tests in problem lists with no CR attached
weijun
parents: 13808
diff changeset
   258
sun/security/pkcs11/Secmod/AddPrivateKey.java                   solaris-all
5966ebad68e3 7198871: cleanup security tests in problem lists with no CR attached
weijun
parents: 13808
diff changeset
   259
sun/security/pkcs11/ec/ReadCertificates.java                    solaris-all
5966ebad68e3 7198871: cleanup security tests in problem lists with no CR attached
weijun
parents: 13808
diff changeset
   260
sun/security/pkcs11/ec/ReadPKCS12.java                          solaris-all
5966ebad68e3 7198871: cleanup security tests in problem lists with no CR attached
weijun
parents: 13808
diff changeset
   261
sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java            solaris-all
10337
2be109ecafb6 7079204: add several security and networking tests to problems list
weijun
parents: 10331
diff changeset
   262
17942
f96320cd52dd 8015872: ProblemList.txt updates (6/2013)
alanb
parents: 17941
diff changeset
   263
# 8009438
f96320cd52dd 8015872: ProblemList.txt updates (6/2013)
alanb
parents: 17941
diff changeset
   264
sun/security/pkcs11/Secmod/AddPrivateKey.java			linux-all
f96320cd52dd 8015872: ProblemList.txt updates (6/2013)
alanb
parents: 17941
diff changeset
   265
sun/security/pkcs11/Secmod/TrustAnchors.java 			linux-all
f96320cd52dd 8015872: ProblemList.txt updates (6/2013)
alanb
parents: 17941
diff changeset
   266
21342
7bbb056a1c23 8027026: Change keytool -genkeypair to use -keyalg RSA
weijun
parents: 21315
diff changeset
   267
# 7041639, Solaris DSA keypair generation bug
10428
0bb8e9b89b98 7081411: DSA keypair generation affected by Solaris bug
weijun
parents: 10353
diff changeset
   268
java/security/KeyPairGenerator/SolarisShortDSA.java             solaris-all
0bb8e9b89b98 7081411: DSA keypair generation affected by Solaris bug
weijun
parents: 10353
diff changeset
   269
sun/security/tools/keytool/standard.sh                          solaris-all
0bb8e9b89b98 7081411: DSA keypair generation affected by Solaris bug
weijun
parents: 10353
diff changeset
   270
14200
9363b1893533 8000624: Move MaxRetries.java to ProblemList for the moment
weijun
parents: 14170
diff changeset
   271
# 8000439: NPG: REGRESSION : sun/security/krb5/auto/MaxRetries.java fails with timeout
9363b1893533 8000624: Move MaxRetries.java to ProblemList for the moment
weijun
parents: 14170
diff changeset
   272
sun/security/krb5/auto/MaxRetries.java                          solaris-sparcv9
9363b1893533 8000624: Move MaxRetries.java to ProblemList for the moment
weijun
parents: 14170
diff changeset
   273
16500
bdb0b7b8d4d9 8010531: Add BadKdc* tests to problem list for solaris-sparcv9
weijun
parents: 16485
diff changeset
   274
# 8006690: sun/security/krb5/auto/BadKdc1.java fails intermittently
bdb0b7b8d4d9 8010531: Add BadKdc* tests to problem list for solaris-sparcv9
weijun
parents: 16485
diff changeset
   275
sun/security/krb5/auto/BadKdc1.java                             solaris-sparcv9
bdb0b7b8d4d9 8010531: Add BadKdc* tests to problem list for solaris-sparcv9
weijun
parents: 16485
diff changeset
   276
sun/security/krb5/auto/BadKdc2.java                             solaris-sparcv9
bdb0b7b8d4d9 8010531: Add BadKdc* tests to problem list for solaris-sparcv9
weijun
parents: 16485
diff changeset
   277
sun/security/krb5/auto/BadKdc3.java                             solaris-sparcv9
bdb0b7b8d4d9 8010531: Add BadKdc* tests to problem list for solaris-sparcv9
weijun
parents: 16485
diff changeset
   278
sun/security/krb5/auto/BadKdc4.java                             solaris-sparcv9
bdb0b7b8d4d9 8010531: Add BadKdc* tests to problem list for solaris-sparcv9
weijun
parents: 16485
diff changeset
   279
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   280
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   281
11910
5ebe67376f05 7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents: 11848
diff changeset
   282
# jdk_sound
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   283
11910
5ebe67376f05 7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents: 11848
diff changeset
   284
############################################################################
5ebe67376f05 7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents: 11848
diff changeset
   285
5ebe67376f05 7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents: 11848
diff changeset
   286
# jdk_swing
4187
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
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   289
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   290
# jdk_text
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   291
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   292
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   293
18289
84c68517ce53 8017057: More ProblemList.txt updates (6/2013)
chegar
parents: 17948
diff changeset
   294
# jdk_time
84c68517ce53 8017057: More ProblemList.txt updates (6/2013)
chegar
parents: 17948
diff changeset
   295
84c68517ce53 8017057: More ProblemList.txt updates (6/2013)
chegar
parents: 17948
diff changeset
   296
############################################################################
84c68517ce53 8017057: More ProblemList.txt updates (6/2013)
chegar
parents: 17948
diff changeset
   297
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   298
# jdk_tools
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   299
11840
dfd8edddd85f 7144895: ProblemList.txt updates (2/2012)
alanb
parents: 11692
diff changeset
   300
# 6461635
dfd8edddd85f 7144895: ProblemList.txt updates (2/2012)
alanb
parents: 11692
diff changeset
   301
com/sun/tools/attach/BasicTests.sh                              generic-all
dfd8edddd85f 7144895: ProblemList.txt updates (2/2012)
alanb
parents: 11692
diff changeset
   302
14170
c819974fc133 7173494: some jdk tests are not run in test/Makefile
alanb
parents: 14013
diff changeset
   303
# 7132203
c819974fc133 7173494: some jdk tests are not run in test/Makefile
alanb
parents: 14013
diff changeset
   304
sun/jvmstat/monitor/MonitoredVm/CR6672135.java                  generic-all
c819974fc133 7173494: some jdk tests are not run in test/Makefile
alanb
parents: 14013
diff changeset
   305
15651
7a8fde31786a 8007519: [unpack200] produces bad class files when producing BootstrapMethods attribute
ksrini
parents: 15527
diff changeset
   306
# Tests take too long, on sparcs see 7143279
17701
cdd64917d8e6 8014892: More ProblemList.txt updates (5/2013)
alanb
parents: 17500
diff changeset
   307
tools/pack200/CommandLineTests.java                             solaris-all, macosx-all
15651
7a8fde31786a 8007519: [unpack200] produces bad class files when producing BootstrapMethods attribute
ksrini
parents: 15527
diff changeset
   308
tools/pack200/Pack200Test.java                                  solaris-all, macosx-all
14170
c819974fc133 7173494: some jdk tests are not run in test/Makefile
alanb
parents: 14013
diff changeset
   309
15527
637bcd47027d 8007428: [launcher] add tools/launcher/FXLauncherTest.java to ProblemList.txt
ksrini
parents: 15526
diff changeset
   310
# 8007410
637bcd47027d 8007428: [launcher] add tools/launcher/FXLauncherTest.java to ProblemList.txt
ksrini
parents: 15526
diff changeset
   311
tools/launcher/FXLauncherTest.java                              linux-all
637bcd47027d 8007428: [launcher] add tools/launcher/FXLauncherTest.java to ProblemList.txt
ksrini
parents: 15526
diff changeset
   312
14170
c819974fc133 7173494: some jdk tests are not run in test/Makefile
alanb
parents: 14013
diff changeset
   313
############################################################################
c819974fc133 7173494: some jdk tests are not run in test/Makefile
alanb
parents: 14013
diff changeset
   314
c819974fc133 7173494: some jdk tests are not run in test/Makefile
alanb
parents: 14013
diff changeset
   315
# jdk_jdi
c819974fc133 7173494: some jdk tests are not run in test/Makefile
alanb
parents: 14013
diff changeset
   316
6681
e721d11e4826 6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents: 6518
diff changeset
   317
# Filed 6952105
10605
8c19a790b7c1 7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents: 10428
diff changeset
   318
com/sun/jdi/SuspendThreadTest.java                              generic-all
6681
e721d11e4826 6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents: 6518
diff changeset
   319
10123
fd5d08550d66 7068059: Update jdk/test/ProblemList.txt
alanb
parents: 10072
diff changeset
   320
# Filed 6653793
10605
8c19a790b7c1 7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents: 10428
diff changeset
   321
com/sun/jdi/RedefineCrossEvent.java                             generic-all
10123
fd5d08550d66 7068059: Update jdk/test/ProblemList.txt
alanb
parents: 10072
diff changeset
   322
fd5d08550d66 7068059: Update jdk/test/ProblemList.txt
alanb
parents: 10072
diff changeset
   323
# Filed 6402201
10605
8c19a790b7c1 7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents: 10428
diff changeset
   324
com/sun/jdi/ProcessAttachTest.sh                                generic-all
10123
fd5d08550d66 7068059: Update jdk/test/ProblemList.txt
alanb
parents: 10072
diff changeset
   325
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   326
############################################################################
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   327
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   328
# jdk_util
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   329
6681
e721d11e4826 6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents: 6518
diff changeset
   330
# Filed 6933803
10605
8c19a790b7c1 7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents: 10428
diff changeset
   331
java/util/concurrent/ThreadPoolExecutor/CoreThreadTimeOut.java  generic-all
6681
e721d11e4826 6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents: 6518
diff changeset
   332
10123
fd5d08550d66 7068059: Update jdk/test/ProblemList.txt
alanb
parents: 10072
diff changeset
   333
# Filed 6772009
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   334
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
   335
21372
6e345b5118f7 8026772: test/sun/util/resources/TimeZone/Bug6317929.java failing
aefimov
parents: 21366
diff changeset
   336
# 8026772: test/sun/util/resources/TimeZone/Bug6317929.java failing
6e345b5118f7 8026772: test/sun/util/resources/TimeZone/Bug6317929.java failing
aefimov
parents: 21366
diff changeset
   337
sun/util/resources/TimeZone/Bug6317929.java                     generic-all
6e345b5118f7 8026772: test/sun/util/resources/TimeZone/Bug6317929.java failing
aefimov
parents: 21366
diff changeset
   338
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff changeset
   339
############################################################################