author | lana |
Tue, 03 Jul 2012 20:56:24 -0700 | |
changeset 13148 | 578ac31dc2f9 |
parent 13026 | df2937ff0cb4 |
child 13243 | 71853d3335a5 |
permissions | -rw-r--r-- |
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 |
# |
11989
65cceb7f6ac7
7079093: TEST_BUG: java/lang/instrument/ManifestTest.sh fails with cygwin
sla
parents:
11988
diff
changeset
|
3 |
# Copyright (c) 2009, 2012, 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 | 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 | 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 | 22 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
23 |
# or visit www.oracle.com if you need additional information or have any |
|
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 |
# |
8406 | 44 |
# 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
|
45 |
# 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
|
46 |
# 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
|
47 |
# generic-ARCH Where ARCH is one of: sparc, sparcv9, x64, i586, etc. |
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
48 |
# OSNAME-all Where OSNAME is one of: solaris, linux, windows |
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
49 |
# OSNAME-ARCH Specific on to one OSNAME and ARCH, e.g. solaris-x64 |
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
50 |
# OSNAME-REV Specific on to one OSNAME and REV, e.g. solaris-5.8 |
8406 | 51 |
# |
4187
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 |
############################################################################ |
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 |
# jdk_beans |
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 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
122 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
123 |
# jdk_lang |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
124 |
|
11527 | 125 |
# 7123972 |
126 |
java/lang/annotation/loaderLeak/Main.java generic-all |
|
127 |
||
10353 | 128 |
# 6944188 |
10605
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
129 |
java/lang/management/ThreadMXBean/ThreadStateTest.java generic-all |
10353 | 130 |
|
10331
89efdda10a54
7076526: add test MemoryMXBean/CollectionUsageThreshold to the problem list
smarks
parents:
10328
diff
changeset
|
131 |
# 7067973 |
89efdda10a54
7076526: add test MemoryMXBean/CollectionUsageThreshold to the problem list
smarks
parents:
10328
diff
changeset
|
132 |
java/lang/management/MemoryMXBean/CollectionUsageThreshold.java generic-all |
89efdda10a54
7076526: add test MemoryMXBean/CollectionUsageThreshold to the problem list
smarks
parents:
10328
diff
changeset
|
133 |
|
11990 | 134 |
# 7148492 |
135 |
java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java generic-all |
|
136 |
||
11527 | 137 |
############################################################################ |
138 |
||
139 |
# jdk_management |
|
140 |
||
11910
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
141 |
# 6959636 |
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
142 |
javax/management/loading/LibraryLoader/LibraryLoaderTest.java windows-all |
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
143 |
|
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
144 |
# 7144846 |
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
145 |
javax/management/remote/mandatory/connection/ReconnectTest.java generic-all |
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
146 |
|
11995
4516e181b149
7149181: sun/management/jmxremote/startstop/JMXStartStopTest.sh failing on all platforms
dsamersoff
parents:
11990
diff
changeset
|
147 |
# 7149181 |
4516e181b149
7149181: sun/management/jmxremote/startstop/JMXStartStopTest.sh failing on all platforms
dsamersoff
parents:
11990
diff
changeset
|
148 |
sun/management/jmxremote/startstop/JMXStartStopTest.sh 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
|
149 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
150 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
151 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
152 |
# jdk_math |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
153 |
|
12878 | 154 |
# 7174532 |
155 |
java/lang/Math/WorstCaseTests.java generic-all |
|
156 |
||
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
157 |
############################################################################ |
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 |
# jdk_misc |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
160 |
|
11527 | 161 |
# 6988950 |
162 |
demo/jvmti/compiledMethodLoad/CompiledMethodLoadTest.java generic-all |
|
163 |
||
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
164 |
# Need to be marked othervm, or changed to be samevm safe |
10605
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
165 |
com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.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
|
166 |
|
12449
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
167 |
# 7162111 |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
168 |
demo/jvmti/mtrace/TraceJFrame.java macosx-all |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
169 |
javax/script/CauseExceptionTest.java macosx-all |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
170 |
javax/script/GetInterfaceTest.java macosx-all |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
171 |
javax/script/JavaScriptScopeTest.java macosx-all |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
172 |
javax/script/NullUndefinedVarTest.java macosx-all |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
173 |
javax/script/PluggableContextTest.java macosx-all |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
174 |
javax/script/ProviderTest.sh macosx-all |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
175 |
javax/script/RhinoExceptionTest.java macosx-all |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
176 |
javax/script/StringWriterPrintTest.java macosx-all |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
177 |
javax/script/Test1.java macosx-all |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
178 |
javax/script/Test2.java macosx-all |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
179 |
javax/script/Test3.java macosx-all |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
180 |
javax/script/Test4.java macosx-all |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
181 |
javax/script/Test5.java macosx-all |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
182 |
javax/script/Test6.java macosx-all |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
183 |
javax/script/Test7.java macosx-all |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
184 |
javax/script/Test8.java macosx-all |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
185 |
javax/script/UnescapedBracketRegExTest.java macosx-all |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
186 |
javax/script/VersionTest.java macosx-all |
4187
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 |
# jdk_net |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
190 |
|
10123 | 191 |
# Filed 7052625 |
10605
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
192 |
com/sun/net/httpserver/bugs/6725892/Test.java generic-all |
10123 | 193 |
|
194 |
# Filed 7036666 |
|
10605
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
195 |
com/sun/net/httpserver/Test9a.java generic-all |
10123 | 196 |
|
10337
2be109ecafb6
7079204: add several security and networking tests to problems list
weijun
parents:
10331
diff
changeset
|
197 |
# 7079145 java/net/ipv6tests/UdpTest.java hang at IPv6 only data exchange |
2be109ecafb6
7079204: add several security and networking tests to problems list
weijun
parents:
10331
diff
changeset
|
198 |
java/net/ipv6tests/UdpTest.java linux-all |
2be109ecafb6
7079204: add several security and networking tests to problems list
weijun
parents:
10331
diff
changeset
|
199 |
|
10353 | 200 |
# 7081476 |
10605
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
201 |
java/net/InetSocketAddress/B6469803.java generic-all |
10353 | 202 |
|
10792 | 203 |
# 7102670 |
204 |
java/net/InetAddress/CheckJNI.java linux-all |
|
205 |
||
206 |
# failing on vista 32/64 on nightly |
|
207 |
# 7102702 |
|
208 |
java/net/PortUnreachableException/OneExceptionOnly.java windows-all |
|
11910
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
209 |
|
11990 | 210 |
# 7148829 |
211 |
sun/net/InetAddress/nameservice/simple/CacheTest.java generic-all |
|
212 |
sun/net/InetAddress/nameservice/simple/DefaultCaching.java generic-all |
|
213 |
||
12047
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
214 |
# 7122846 |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
215 |
java/net/MulticastSocket/NoLoopbackPackets.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
216 |
java/net/MulticastSocket/SetLoopbackMode.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
217 |
|
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
218 |
# 7145658 |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
219 |
java/net/MulticastSocket/Test.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
220 |
|
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
221 |
#7143960 |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
222 |
java/net/DatagramSocket/SendDatagramToBadAddress.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
223 |
|
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
224 |
# 7150552 |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
225 |
sun/net/www/protocol/http/B6299712.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
226 |
java/net/CookieHandler/CookieManagerTest.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
227 |
|
12842
f6f9cb8f6b97
7162687: enhance KDC server availability detection
weijun
parents:
12540
diff
changeset
|
228 |
# 7164518 |
f6f9cb8f6b97
7162687: enhance KDC server availability detection
weijun
parents:
12540
diff
changeset
|
229 |
sun/security/krb5/auto/Unreachable.java macosx-all |
f6f9cb8f6b97
7162687: enhance KDC server availability detection
weijun
parents:
12540
diff
changeset
|
230 |
|
12449
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
231 |
# JPRT needs to set 127.0.0.1 in proxy bypass list |
e50456031e7e
7162043: Add headless mode tests to problem list [macosx]
michaelm
parents:
12420
diff
changeset
|
232 |
java/net/URLClassLoader/closetest/CloseTest.java macosx-all |
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
233 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
234 |
|
5970
d4e98bbfb0be
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents:
5967
diff
changeset
|
235 |
# jdk_io |
d4e98bbfb0be
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents:
5967
diff
changeset
|
236 |
|
d4e98bbfb0be
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents:
5967
diff
changeset
|
237 |
# 6962637 |
d4e98bbfb0be
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents:
5967
diff
changeset
|
238 |
java/io/File/MaxPathLength.java windows-all |
d4e98bbfb0be
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents:
5967
diff
changeset
|
239 |
|
10353 | 240 |
# 7076644 |
10605
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
241 |
java/io/File/Basic.java windows-all |
10353 | 242 |
|
12180
90b9045428bd
7152866: Tests not run because they are missing the @run tag
alanb
parents:
12047
diff
changeset
|
243 |
# 7145435 - Test needs AWT window server, does not work headless |
12047
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
244 |
java/io/Serializable/resolveClass/deserializeButton/run.sh macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
245 |
|
5970
d4e98bbfb0be
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents:
5967
diff
changeset
|
246 |
############################################################################ |
d4e98bbfb0be
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents:
5967
diff
changeset
|
247 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
248 |
# jdk_nio |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
249 |
|
5970
d4e98bbfb0be
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents:
5967
diff
changeset
|
250 |
# 6963118 |
d4e98bbfb0be
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents:
5967
diff
changeset
|
251 |
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
|
252 |
|
11132
6b0ee6fede7a
7117717: (aio) Tests failing due to implementation bug 7052549
alanb
parents:
11008
diff
changeset
|
253 |
# 7052549 |
6b0ee6fede7a
7117717: (aio) Tests failing due to implementation bug 7052549
alanb
parents:
11008
diff
changeset
|
254 |
java/nio/channels/FileChannel/ReleaseOnCloseDeadlock.java windows-all |
10353 | 255 |
|
12047
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
256 |
# 7133499, 7133497 |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
257 |
java/nio/channels/AsyncCloseAndInterrupt.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
258 |
java/nio/channels/AsynchronousFileChannel/Lock.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
259 |
java/nio/channels/FileChannel/Transfer.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
260 |
|
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
261 |
# 7141822 |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
262 |
java/nio/channels/DatagramChannel/ChangingAddress.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
263 |
|
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
264 |
# 7132677 |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
265 |
java/nio/channels/Selector/OutOfBand.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
266 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
267 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
268 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
269 |
# jdk_rmi |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
270 |
|
11840 | 271 |
# 7140992 |
272 |
java/rmi/server/Unreferenced/finiteGCLatency/FiniteGCLatency.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
|
273 |
|
11840 | 274 |
# 6948101 |
275 |
java/rmi/transport/pinLastArguments/PinLastArguments.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
|
276 |
|
11990 | 277 |
# 7146541 |
278 |
java/rmi/transport/rapidExportUnexport/RapidExportUnexport.java linux-all |
|
279 |
||
11677
ebcf8112c872
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11529
diff
changeset
|
280 |
# 7132247 |
ebcf8112c872
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11529
diff
changeset
|
281 |
java/rmi/registry/readTest/readTest.sh windows-all |
ebcf8112c872
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11529
diff
changeset
|
282 |
|
12420
9bcfb332d398
7159130: add java/rmi/transport/pinClientSocketFactory to problem list
dmocek
parents:
12180
diff
changeset
|
283 |
# 7142596 |
9bcfb332d398
7159130: add java/rmi/transport/pinClientSocketFactory to problem list
dmocek
parents:
12180
diff
changeset
|
284 |
java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java generic-all |
9bcfb332d398
7159130: add java/rmi/transport/pinClientSocketFactory to problem list
dmocek
parents:
12180
diff
changeset
|
285 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
286 |
############################################################################ |
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 |
# jdk_security |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
289 |
|
13026
df2937ff0cb4
7177556: Put TestProviderLeak.java on the ProblemList until test can be reworked
wetmore
parents:
12878
diff
changeset
|
290 |
# 7177556 |
df2937ff0cb4
7177556: Put TestProviderLeak.java on the ProblemList until test can be reworked
wetmore
parents:
12878
diff
changeset
|
291 |
com/sun/crypto/provider/KeyFactory/TestProviderLeak.java generic-all |
df2937ff0cb4
7177556: Put TestProviderLeak.java on the ProblemList until test can be reworked
wetmore
parents:
12878
diff
changeset
|
292 |
|
11910
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
293 |
# 7147060 |
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
294 |
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
|
295 |
|
12042 | 296 |
# Failing on Solaris i586, 3/9/2010, not a -samevm issue (jdk_security3) |
297 |
sun/security/pkcs11/Secmod/AddPrivateKey.java solaris-i586 |
|
12540
d6e4c7abdc4a
7162823: Modify the list of excluded tests (ProblemList
vinnie
parents:
12449
diff
changeset
|
298 |
sun/security/pkcs11/ec/ReadCertificates.java generic-all |
d6e4c7abdc4a
7162823: Modify the list of excluded tests (ProblemList
vinnie
parents:
12449
diff
changeset
|
299 |
sun/security/pkcs11/ec/ReadPKCS12.java generic-all |
12042 | 300 |
sun/security/pkcs11/ec/TestCurves.java solaris-i586 |
301 |
sun/security/pkcs11/ec/TestECDSA.java solaris-i586 |
|
302 |
#sun/security/pkcs11/ec/TestECGenSpec.java solaris-i586 |
|
303 |
#sun/security/pkcs11/ec/TestKeyFactory.java solaris-i586 |
|
12540
d6e4c7abdc4a
7162823: Modify the list of excluded tests (ProblemList
vinnie
parents:
12449
diff
changeset
|
304 |
sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java generic-all |
12042 | 305 |
|
10328 | 306 |
# Fails on Fedora 9/Ubuntu 10.04 64bit, PKCS11Exception: CKR_DEVICE_ERROR |
10605
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
307 |
sun/security/pkcs11/KeyAgreement/TestDH.java generic-all |
4514 | 308 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
309 |
# 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
|
310 |
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
|
311 |
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
|
312 |
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
|
313 |
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
|
314 |
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
|
315 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
316 |
# 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
|
317 |
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
|
318 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
319 |
# 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
|
320 |
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
|
321 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
322 |
# 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
|
323 |
# Solaris sparc and sparcv9 -server, timeout |
10605
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
324 |
sun/security/ssl/javax/net/ssl/NewAPIs/SessionTimeOutTests.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
|
325 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
326 |
# 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
|
327 |
sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/TestAllSuites.java generic-all |
10605
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
328 |
sun/security/ssl/sanity/ciphersuites/CheckCipherSuites.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
|
329 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
330 |
# Various failures on Linux Fedora 9 X64, othervm mode |
10605
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
331 |
sun/security/ssl/sanity/interop/ClientJSSEServerJSSE.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
|
332 |
|
10337
2be109ecafb6
7079204: add several security and networking tests to problems list
weijun
parents:
10331
diff
changeset
|
333 |
# 7079203 sun/security/tools/keytool/printssl.sh fails on solaris with timeout |
2be109ecafb6
7079204: add several security and networking tests to problems list
weijun
parents:
10331
diff
changeset
|
334 |
sun/security/tools/keytool/printssl.sh solaris-all |
2be109ecafb6
7079204: add several security and networking tests to problems list
weijun
parents:
10331
diff
changeset
|
335 |
|
10428
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
336 |
# 7041639, Solaris DSA keypair generation bug (Note: jdk_util also affected) |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
337 |
java/security/KeyPairGenerator/SolarisShortDSA.java solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
338 |
sun/security/tools/jarsigner/onlymanifest.sh solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
339 |
sun/security/tools/jarsigner/ts.sh solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
340 |
sun/security/tools/keytool/emptysubject.sh solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
341 |
sun/security/tools/keytool/importreadall.sh solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
342 |
sun/security/tools/keytool/readjar.sh solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
343 |
sun/security/tools/keytool/selfissued.sh solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
344 |
sun/security/tools/keytool/standard.sh solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
345 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
346 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
347 |
|
11910
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
348 |
# 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
|
349 |
|
11910
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
350 |
############################################################################ |
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
351 |
|
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
352 |
# 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
|
353 |
|
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 |
# jdk_text |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
357 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
358 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
359 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
360 |
# jdk_tools |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
361 |
|
11840 | 362 |
# 6461635 |
363 |
com/sun/tools/attach/BasicTests.sh generic-all |
|
364 |
||
6681
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
365 |
# Filed 6952105 |
10605
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
366 |
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
|
367 |
|
10123 | 368 |
# Filed 6653793 |
10605
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
369 |
com/sun/jdi/RedefineCrossEvent.java generic-all |
10123 | 370 |
|
371 |
# Filed 6987312 |
|
10605
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
372 |
com/sun/jdi/DoubleAgentTest.java generic-all |
10123 | 373 |
|
374 |
# Filed 7020857 |
|
10605
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
375 |
com/sun/jdi/FieldWatchpoints.java generic-all |
10123 | 376 |
|
377 |
# Filed 6402201 |
|
10605
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
378 |
com/sun/jdi/ProcessAttachTest.sh generic-all |
10123 | 379 |
|
6681
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
380 |
# Filed 6979016 |
10605
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
381 |
sun/tools/jconsole/ResourceCheckTest.sh generic-all |
6681
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
382 |
|
12878 | 383 |
# 7172176 |
384 |
sun/tools/jconsole/ImmutableResourceTest.sh generic-all |
|
385 |
||
11677
ebcf8112c872
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11529
diff
changeset
|
386 |
# 7132203 |
ebcf8112c872
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11529
diff
changeset
|
387 |
sun/jvmstat/monitor/MonitoredVm/CR6672135.java generic-all |
ebcf8112c872
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11529
diff
changeset
|
388 |
|
11910
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
389 |
# Tests take too long, see 7143279 |
11840 | 390 |
tools/pack200/CommandLineTests.java generic-all |
391 |
tools/pack200/Pack200Test.java generic-all |
|
392 |
||
12047
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
393 |
# 7150569 |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
394 |
tools/launcher/UnicodeTest.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
395 |
|
4187
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 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
398 |
# jdk_util |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
399 |
|
6681
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
400 |
# Filed 6933803 |
10605
8c19a790b7c1
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
michaelm
parents:
10428
diff
changeset
|
401 |
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
|
402 |
|
10123 | 403 |
# 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
|
404 |
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
|
405 |
|
10428
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
406 |
# 7041639, Solaris DSA keypair generation bug |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
407 |
java/util/TimeZone/TimeZoneDatePermissionCheck.sh solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
408 |
|
12047
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
409 |
# 7150557 |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
410 |
java/util/prefs/RemoveReadOnlyNode.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
411 |
java/util/prefs/RemoveUnregedListener.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
412 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
413 |
############################################################################ |