author | weijun |
Mon, 05 Sep 2011 18:17:55 +0800 | |
changeset 10428 | 0bb8e9b89b98 |
parent 10353 | cab797d3592b |
child 10605 | 8c19a790b7c1 |
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 |
# |
9035
1255eb81cc2f
7033660: Update copyright year to 2011 on any files changed in 2011
ohair
parents:
8568
diff
changeset
|
3 |
# Copyright (c) 2009, 2011, 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: |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
46 |
# generic-all Problems on all platforms |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
47 |
# generic-ARCH Where ARCH is one of: sparc, sparcv9, x64, i586, etc. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
48 |
# OSNAME-all Where OSNAME is one of: solaris, linux, windows |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
49 |
# OSNAME-ARCH Specific on to one OSNAME and ARCH, e.g. solaris-x64 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
50 |
# OSNAME-REV Specific on to one OSNAME and REV, e.g. solaris-5.8 |
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 |
# None of the awt tests are using samevm, might not be worth the effort due |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
118 |
# to the vm overhead not being enough to make a difference. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
119 |
# In general, the awt tests are problematic with or without samevm, and there |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
120 |
# are issues with using a Xvfb display. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
121 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
122 |
# Fails on solaris sparc, timedout? in othervm mode |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
123 |
java/awt/event/MouseEvent/AcceptExtraButton/AcceptExtraButton.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
124 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
125 |
# Causes hang in samevm mode??? Solaris 11 i586 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
126 |
java/awt/FullScreen/SetFSWindow/FSFrame.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
127 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
128 |
# Fails on solaris 11 i586, -client, in othervm mode not sure why |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
129 |
java/awt/Component/PrintAllXcheckJNI/PrintAllXcheckJNI.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
130 |
java/awt/Focus/CloseDialogActivateOwnerTest/CloseDialogActivateOwnerTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
131 |
java/awt/FontClass/FontAccess.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
132 |
java/awt/Mixing/HWDisappear.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
133 |
java/awt/Mixing/MixingInHwPanel.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
134 |
java/awt/Mouse/MaximizedFrameTest/MaximizedFrameTest.html generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
135 |
java/awt/Robot/AcceptExtraMouseButtons/AcceptExtraMouseButtons.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
136 |
java/awt/Toolkit/SecurityTest/SecurityTest2.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
137 |
java/awt/image/mlib/MlibOpsTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
138 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
139 |
# Fails on windows, othervm mode, various errors |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
140 |
java/awt/Focus/NonFocusableWindowTest/NonfocusableOwnerTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
141 |
java/awt/Focus/OwnedWindowFocusIMECrashTest/OwnedWindowFocusIMECrashTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
142 |
java/awt/FullScreen/NoResizeEventOnDMChangeTest/NoResizeEventOnDMChangeTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
143 |
java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Standard.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
144 |
java/awt/event/KeyEvent/KeyTyped/CtrlASCII.html generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
145 |
java/awt/font/Threads/FontThread.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
146 |
java/awt/print/PrinterJob/PrtException.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
147 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
148 |
# Fails with windows X64, othervm, -server |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
149 |
com/sun/awt/Translucency/WindowOpacity.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
150 |
java/awt/EventDispatchThread/HandleExceptionOnEDT/HandleExceptionOnEDT.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
151 |
java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
152 |
java/awt/Focus/AppletInitialFocusTest/AppletInitialFocusTest1.html generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
153 |
java/awt/Focus/FocusEmbeddedFrameTest/FocusEmbeddedFrameTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
154 |
java/awt/Frame/LayoutOnMaximizeTest/LayoutOnMaximizeTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
155 |
java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
156 |
java/awt/Mixing/MixingOnShrinkingHWButton.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
157 |
java/awt/Mouse/MouseModifiersUnitTest/ExtraButtonDrag.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
158 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
159 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
160 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
161 |
# jdk_beans |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
162 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
163 |
# A large set of the beans tests set the security manager, which would seem |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
164 |
# to indicate that a large number of them should be "othervm", yet are all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
165 |
# very small tests and could greatly benefit from a samevm test run. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
166 |
# So a large batch of beans tests are currently run with othervm mode. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
167 |
|
6681
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
168 |
# Filed 6986807 |
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
169 |
java/beans/Introspector/TestTypeResolver.java generic-all |
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
170 |
|
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
171 |
# Filed 6986813 |
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
172 |
java/beans/Introspector/memory/Test4508780.java generic-all |
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
173 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
174 |
# Linux, some kind of problems with X11 display |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
175 |
java/beans/PropertyChangeSupport/Test4682386.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
176 |
java/beans/PropertyChangeSupport/TestSynchronization.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
177 |
java/beans/Statement/Test4653179.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
178 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
179 |
# Runs REALLY slow on Solaris sparc for some reason, both -client and -server |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
180 |
java/beans/XMLEncoder/Test4625418.java solaris-sparc |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
181 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
182 |
# Problems with samevm and setting security manager (speculation partially) |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
183 |
java/beans/Introspector/4168475/Test4168475.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
184 |
java/beans/Introspector/4520754/Test4520754.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
185 |
java/beans/Introspector/6380849/TestBeanInfo.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
186 |
java/beans/Introspector/Test4144543.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
187 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
188 |
# Failed to call method solaris-sparc??? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
189 |
java/beans/EventHandler/Test6788531.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
190 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
191 |
# Jar or class not found??? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
192 |
java/beans/XMLEncoder/6329581/Test6329581.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
193 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
194 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
195 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
196 |
# jdk_lang |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
197 |
|
9678
d6444a4639ba
7043104: disable test java/lang/invoke/InvokeDynamicPrintArgs.java
mduigou
parents:
9275
diff
changeset
|
198 |
# requires junit |
d6444a4639ba
7043104: disable test java/lang/invoke/InvokeDynamicPrintArgs.java
mduigou
parents:
9275
diff
changeset
|
199 |
java/lang/invoke/InvokeDynamicPrintArgs.java generic-all |
d6444a4639ba
7043104: disable test java/lang/invoke/InvokeDynamicPrintArgs.java
mduigou
parents:
9275
diff
changeset
|
200 |
|
10353 | 201 |
# 7079093 |
202 |
java/lang/instrument/ManifestTest.sh windows-all |
|
203 |
||
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
204 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
205 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
206 |
# jdk_management |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
207 |
|
10353 | 208 |
# 6944188 |
209 |
java/lang/management/ThreadMXBean/ThreadStateTest.java generic-all |
|
210 |
||
10331
89efdda10a54
7076526: add test MemoryMXBean/CollectionUsageThreshold to the problem list
smarks
parents:
10328
diff
changeset
|
211 |
# 7067973 |
89efdda10a54
7076526: add test MemoryMXBean/CollectionUsageThreshold to the problem list
smarks
parents:
10328
diff
changeset
|
212 |
java/lang/management/MemoryMXBean/CollectionUsageThreshold.java generic-all |
89efdda10a54
7076526: add test MemoryMXBean/CollectionUsageThreshold to the problem list
smarks
parents:
10328
diff
changeset
|
213 |
|
5813
8e455cd3e807
6962617: Testcase changes, cleanup of problem list for jdk_tools targets
ohair
parents:
5810
diff
changeset
|
214 |
# Failing, bug was filed: 6959636 |
8e455cd3e807
6962617: Testcase changes, cleanup of problem list for jdk_tools targets
ohair
parents:
5810
diff
changeset
|
215 |
javax/management/loading/LibraryLoader/LibraryLoaderTest.java generic-all |
8e455cd3e807
6962617: Testcase changes, cleanup of problem list for jdk_tools targets
ohair
parents:
5810
diff
changeset
|
216 |
|
5611
b4ef86f105ec
6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents:
5600
diff
changeset
|
217 |
# Access denied messages on windows/mks, filed 6954450 |
b4ef86f105ec
6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents:
5600
diff
changeset
|
218 |
sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.sh windows-all |
b4ef86f105ec
6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents:
5600
diff
changeset
|
219 |
|
4991
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
220 |
# Fails on linux: KO: StringMonitor notification missed or not emitted |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
221 |
javax/management/monitor/NonComparableAttributeValueTest.java generic-all |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
222 |
|
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
223 |
# Port conflict? Fails with communication error |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
224 |
sun/management/jmxremote/bootstrap/PasswordFilePermissionTest.sh generic-all |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
225 |
|
4514 | 226 |
# Fails on Windows 2000, Test failed for iiop java.lang.NullPointerException |
227 |
# at org.omg.stub.javax.management.remote.rmi._RMIConnectionImpl_Tie._invoke(Unknown Source) |
|
228 |
# at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:653) |
|
229 |
javax/management/remote/mandatory/connection/ReconnectTest.java generic-all |
|
230 |
||
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
231 |
# Solaris 10 sparc, NPE from org.omg.stub.javax.management.remote.rmi._RMIConnectionImpl_Tie._invoke |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
232 |
javax/management/remote/mandatory/threads/ExecutorTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
233 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
234 |
# Linux 32bit Fedora 9, IllegalStateException |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
235 |
javax/management/monitor/RuntimeExceptionTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
236 |
|
8406 | 237 |
# Problems with rmi connection, othervm |
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
238 |
javax/management/remote/mandatory/subjectDelegation/SubjectDelegation2Test.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
239 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
240 |
# Fails with port already in use |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
241 |
sun/management/jmxremote/bootstrap/SSLConfigFilePermissionTest.sh generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
242 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
243 |
# Fails with port already in use |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
244 |
sun/management/jmxremote/bootstrap/RmiRegistrySslTest.sh generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
245 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
246 |
# Windows, connection can't last that long |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
247 |
javax/management/eventService/LeaseTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
248 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
249 |
# Linux othervm, X64, java.lang.Exception: Failed: ratio=102.4027795593753 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
250 |
javax/management/remote/mandatory/notif/ListenerScaleTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
251 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
252 |
# Windows run seems to have triggered a hotspot gc error (see 6801625) |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
253 |
com/sun/management/HotSpotDiagnosticMXBean/DumpHeap.sh generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
254 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
255 |
# rmi problem? othervm, java.lang.reflect.UndeclaredThrowableException |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
256 |
javax/management/remote/mandatory/subjectDelegation/SubjectDelegation3Test.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
257 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
258 |
# Linux Fedora 9 32bit NPE in rmi server somehere??? othervm |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
259 |
javax/management/remote/mandatory/notif/NotificationBufferDeadlockTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
260 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
261 |
# Times out on solaris sparc, with othervm |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
262 |
javax/management/eventService/AddRemoveListenerTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
263 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
264 |
# Linux i586 and x64 -server, timed out waiting for threads to expire? othervm |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
265 |
javax/management/eventService/EventClientThreadTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
266 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
267 |
# Linux i586 -server, Expected to receive 20, but got 21, othervm |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
268 |
# Fails on Linux X64 -server 20!=21 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
269 |
javax/management/eventService/FetchingTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
270 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
271 |
# NPE on windows 2000 i586 -client and -server |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
272 |
javax/management/eventService/CustomForwarderTest.java windows-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
273 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
274 |
# Windows i586 failure, callback did not complete |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
275 |
javax/management/eventService/LeaseManagerDeadlockTest.java windows-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
276 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
277 |
# Port already in use |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
278 |
sun/management/jmxremote/bootstrap/LocalManagementTest.sh generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
279 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
280 |
# Failed to initialize connector (also overflowing jtreg io buffers) |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
281 |
sun/management/jmxremote/bootstrap/RmiBootstrapTest.sh generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
282 |
sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
283 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
284 |
# Windows X64, java.lang.IllegalStateException |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
285 |
javax/management/monitor/AttributeArbitraryDataTypeTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
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 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
289 |
# jdk_math |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
290 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
291 |
############################################################################ |
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 |
# jdk_misc |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
294 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
295 |
# Need to be marked othervm, or changed to be samevm safe |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
296 |
com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
297 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
298 |
# Need to be marked othervm, or changed to be samevm safe |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
299 |
com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
300 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
301 |
# Solaris sparc and others, exception in initializer |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
302 |
javax/imageio/CachePremissionsTest/CachePermissionsTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
303 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
304 |
# Leaves file rgba_* open, fails with windows samevm |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
305 |
javax/imageio/plugins/png/PngOutputTypeTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
306 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
307 |
# Suspect test.png file is left open, windows samevm problems |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
308 |
javax/imageio/plugins/png/ITXtTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
309 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
310 |
# Solaris sparc and others, failed to compile testcase |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
311 |
javax/imageio/metadata/DOML3Node.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
312 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
313 |
# One of these tests is leaving file IMGP1001.JPG open, windows samevm |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
314 |
javax/imageio/plugins/jpeg/ConcurrentReadingTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
315 |
javax/imageio/plugins/jpeg/ReadingInterruptionTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
316 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
317 |
# One of these files is missing a close on writer_* files, windows samevm |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
318 |
javax/imageio/plugins/jpeg/ConcurrentWritingTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
319 |
javax/imageio/plugins/jpeg/WritingInterruptionTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
320 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
321 |
# Leaving file test.jpg open, windows samevm |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
322 |
javax/imageio/plugins/jpeg/ReadAsGrayTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
323 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
324 |
# Missing close on file wbmp*, windows samevm |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
325 |
javax/imageio/plugins/wbmp/CanDecodeTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
326 |
|
4329
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
327 |
# Failures on OpenSolaris, cannot read input files? samevm issues? |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
328 |
javax/imageio/metadata/BooleanAttributes.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
329 |
javax/imageio/plugins/bmp/BMPSubsamplingTest.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
330 |
javax/imageio/plugins/bmp/TopDownTest.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
331 |
javax/imageio/plugins/gif/EncodeSubImageTest.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
332 |
javax/imageio/plugins/gif/GifTransparencyTest.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
333 |
javax/imageio/plugins/png/GrayPngTest.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
334 |
javax/imageio/plugins/png/ItxtUtf8Test.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
335 |
javax/imageio/plugins/png/MergeStdCommentTest.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
336 |
javax/imageio/plugins/png/ShortHistogramTest.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
337 |
javax/imageio/plugins/shared/BitDepth.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
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 |
# Exclude all javax/print tests, even if they passed, they may need samevm work |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
340 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
341 |
# Times out on solaris-sparc, sparcv9, x64 -server, some on i586 -client |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
342 |
javax/print/attribute/autosense/PrintAutoSenseData.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
343 |
javax/print/attribute/Chroma.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
344 |
javax/print/attribute/CollateAttr.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
345 |
javax/print/attribute/PSCopiesFlavorTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
346 |
javax/print/LookupServices.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
347 |
javax/print/TestRaceCond.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
348 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
349 |
# These tests really require a printer (might all be windows only tests?) |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
350 |
javax/print/CheckDupFlavor.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
351 |
javax/print/PrintSE/PrintSE.sh generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
352 |
javax/print/attribute/ChromaticityValues.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
353 |
javax/print/attribute/GetCopiesSupported.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
354 |
javax/print/attribute/SidesPageRangesTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
355 |
javax/print/attribute/SupportedPrintableAreas.java generic-all |
4595
84bc8a58537f
6915906: tests in closed/javax/print/ should not be calling System.exit()
jgodinez
parents:
4527
diff
changeset
|
356 |
javax/print/attribute/AttributeTest.java generic-all |
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
357 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
358 |
# Only print test left, excluding just because all print tests have been |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
359 |
javax/print/attribute/MediaMappingsTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
360 |
|
10123 | 361 |
# Filed 7058852 |
362 |
javax/sound/sampled/FileWriter/AlawEncoderSync.java generic-all |
|
363 |
||
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
364 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
365 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
366 |
# jdk_net |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
367 |
|
10123 | 368 |
# Filed 7052625 |
369 |
com/sun/net/httpserver/bugs/6725892/Test.java generic-all |
|
370 |
||
371 |
# Filed 7036666 |
|
372 |
com/sun/net/httpserver/Test9a.java generic-all |
|
373 |
||
10337
2be109ecafb6
7079204: add several security and networking tests to problems list
weijun
parents:
10331
diff
changeset
|
374 |
# 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
|
375 |
java/net/ipv6tests/UdpTest.java linux-all |
2be109ecafb6
7079204: add several security and networking tests to problems list
weijun
parents:
10331
diff
changeset
|
376 |
|
10353 | 377 |
# 7079012 |
378 |
java/net/NetworkInterface/NetParamsTest.java solaris-all |
|
379 |
||
380 |
# 7081476 |
|
381 |
java/net/InetSocketAddress/B6469803.java generic-all |
|
382 |
||
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
383 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
384 |
|
5970
d4e98bbfb0be
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents:
5967
diff
changeset
|
385 |
# jdk_io |
d4e98bbfb0be
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents:
5967
diff
changeset
|
386 |
|
d4e98bbfb0be
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents:
5967
diff
changeset
|
387 |
# 6962637 |
d4e98bbfb0be
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents:
5967
diff
changeset
|
388 |
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
|
389 |
|
10353 | 390 |
# 6671616 |
391 |
java/io/File/BlockIsDirectory.java solaris-all |
|
392 |
||
393 |
# 7076644 |
|
394 |
java/io/File/Basic.java windows-all |
|
395 |
||
5970
d4e98bbfb0be
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents:
5967
diff
changeset
|
396 |
############################################################################ |
d4e98bbfb0be
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents:
5967
diff
changeset
|
397 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
398 |
# jdk_nio |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
399 |
|
5970
d4e98bbfb0be
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents:
5967
diff
changeset
|
400 |
# 6963118 |
d4e98bbfb0be
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents:
5967
diff
changeset
|
401 |
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
|
402 |
|
10353 | 403 |
# 7076700 |
404 |
java/nio/channels/SocketChannel/AdaptSocket.java generic-all |
|
405 |
||
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
406 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
407 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
408 |
# jdk_rmi |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
409 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
410 |
# Port already in use, fails on sparc, othervm |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
411 |
java/rmi/reliability/benchmark/runRmiBench.sh generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
412 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
413 |
# Already in use port issues? othervm solaris |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
414 |
java/rmi/activation/rmidViaInheritedChannel/InheritedChannelNotServerSocket.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
415 |
java/rmi/activation/rmidViaInheritedChannel/RmidViaInheritedChannel.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
416 |
|
7994
710d839c5cfa
7013739: jdk_rmi target is missing in the top repo's test/Makefile
mchung
parents:
7993
diff
changeset
|
417 |
java/rmi/transport/rapidExportUnexport/RapidExportUnexport.java generic-all |
710d839c5cfa
7013739: jdk_rmi target is missing in the top repo's test/Makefile
mchung
parents:
7993
diff
changeset
|
418 |
java/rmi/transport/dgcDeadLock/TestImpl_Stub.java generic-all |
710d839c5cfa
7013739: jdk_rmi target is missing in the top repo's test/Makefile
mchung
parents:
7993
diff
changeset
|
419 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
420 |
# Address already in use, othervm mode, solaris |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
421 |
java/rmi/activation/Activatable/elucidateNoSuchMethod/ElucidateNoSuchMethod.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
422 |
java/rmi/activation/Activatable/forceLogSnapshot/ForceLogSnapshot.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
423 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
424 |
# Registry already running on port, solaris |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
425 |
java/rmi/Naming/legalRegistryNames/LegalRegistryNames.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
426 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
427 |
# Fails on Linux 32 and 64bit -server?, impl not garbage collected??? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
428 |
java/rmi/transport/pinLastArguments/PinLastArguments.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
429 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
430 |
# Times out on solaris sparc |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
431 |
java/rmi/server/RemoteServer/AddrInUse.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
432 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
433 |
# Connection error on Windows i586 -server |
8406 | 434 |
# Also connection errors in othervm on Solaris 10 sparc, same port??? |
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
435 |
sun/rmi/transport/tcp/DeadCachedConnection.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
436 |
|
8406 | 437 |
# Connection errors in othervm on Solaris 10 sparc, same port??? |
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
438 |
java/rmi/activation/Activatable/checkActivateRef/CheckActivateRef.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
439 |
java/rmi/activation/Activatable/checkAnnotations/CheckAnnotations.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
440 |
java/rmi/activation/Activatable/checkImplClassLoader/CheckImplClassLoader.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
441 |
java/rmi/activation/Activatable/checkRegisterInLog/CheckRegisterInLog.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
442 |
java/rmi/activation/Activatable/createPrivateActivable/CreatePrivateActivatable.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
443 |
java/rmi/activation/Activatable/downloadParameterClass/DownloadParameterClass.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
444 |
java/rmi/activation/Activatable/extLoadedImpl/ext.sh generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
445 |
java/rmi/activation/Activatable/inactiveGroup/InactiveGroup.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
446 |
java/rmi/activation/Activatable/lookupActivationSystem/LookupActivationSystem.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
447 |
java/rmi/activation/Activatable/nestedActivate/NestedActivate.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
448 |
java/rmi/activation/Activatable/restartCrashedService/RestartCrashedService.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
449 |
java/rmi/activation/Activatable/restartLatecomer/RestartLatecomer.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
450 |
java/rmi/activation/Activatable/shutdownGracefully/ShutdownGracefully.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
451 |
java/rmi/activation/Activatable/unregisterInactive/UnregisterInactive.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
452 |
java/rmi/activation/ActivateFailedException/activateFails/ActivateFails.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
453 |
java/rmi/activation/ActivationGroup/downloadActivationGroup/DownloadActivationGroup.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
454 |
java/rmi/activation/ActivationSystem/activeGroup/IdempotentActiveGroup.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
455 |
java/rmi/reliability/juicer/AppleUserImpl.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
456 |
java/rmi/server/RMISocketFactory/useSocketFactory/unicast/UseCustomSocketFactory.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
457 |
java/rmi/server/UnicastRemoteObject/keepAliveDuringCall/KeepAliveDuringCall.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
458 |
java/rmi/transport/handshakeTimeout/HandshakeTimeout.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
459 |
java/rmi/activation/Activatable/restartService/RestartService.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
460 |
java/rmi/activation/ActivationSystem/modifyDescriptor/ModifyDescriptor.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
461 |
java/rmi/activation/ActivationSystem/stubClassesPermitted/StubClassesPermitted.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
462 |
java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
463 |
java/rmi/activation/CommandEnvironment/SetChildEnv.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
464 |
java/rmi/registry/classPathCodebase/ClassPathCodebase.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
465 |
java/rmi/registry/reexport/Reexport.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
466 |
java/rmi/server/Unreferenced/finiteGCLatency/FiniteGCLatency.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
467 |
java/rmi/server/Unreferenced/leaseCheckInterval/LeaseCheckInterval.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
468 |
java/rmi/server/Unreferenced/unreferencedContext/UnreferencedContext.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
469 |
java/rmi/server/useCustomRef/UseCustomRef.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
470 |
java/rmi/transport/checkFQDN/CheckFQDN.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
471 |
java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
472 |
java/rmi/server/RMISocketFactory/useSocketFactory/activatable/UseCustomSocketFactory.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
473 |
java/rmi/server/RMISocketFactory/useSocketFactory/registry/UseCustomSocketFactory.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
474 |
java/rmi/server/UnicastRemoteObject/unexportObject/UnexportLeak.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
475 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
476 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
477 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
478 |
# jdk_security |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
479 |
|
5149
efce9634bfc0
6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents:
5145
diff
changeset
|
480 |
# Failing on Solaris i586, 3/9/2010, not a -samevm issue (jdk_security3) |
efce9634bfc0
6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents:
5145
diff
changeset
|
481 |
sun/security/pkcs11/Secmod/AddPrivateKey.java solaris-i586 |
efce9634bfc0
6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents:
5145
diff
changeset
|
482 |
sun/security/pkcs11/ec/ReadCertificates.java solaris-i586 |
efce9634bfc0
6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents:
5145
diff
changeset
|
483 |
sun/security/pkcs11/ec/ReadPKCS12.java solaris-i586 |
efce9634bfc0
6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents:
5145
diff
changeset
|
484 |
sun/security/pkcs11/ec/TestCurves.java solaris-i586 |
efce9634bfc0
6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents:
5145
diff
changeset
|
485 |
sun/security/pkcs11/ec/TestECDSA.java solaris-i586 |
10328 | 486 |
#sun/security/pkcs11/ec/TestECGenSpec.java solaris-i586 |
487 |
#sun/security/pkcs11/ec/TestKeyFactory.java solaris-i586 |
|
488 |
sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java solaris-i586 |
|
4514 | 489 |
|
10328 | 490 |
# Directly references PKCS11 class |
491 |
sun/security/pkcs11/Provider/Absolute.java windows-x64 |
|
4514 | 492 |
|
10328 | 493 |
# Fails on Fedora 9/Ubuntu 10.04 64bit, PKCS11Exception: CKR_DEVICE_ERROR |
4514 | 494 |
sun/security/pkcs11/KeyAgreement/TestDH.java generic-all |
495 |
||
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
496 |
# 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
|
497 |
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
|
498 |
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
|
499 |
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
|
500 |
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
|
501 |
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
|
502 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
503 |
# 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
|
504 |
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
|
505 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
506 |
# 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
|
507 |
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
|
508 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
509 |
# 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
|
510 |
# Solaris sparc and sparcv9 -server, timeout |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
511 |
sun/security/ssl/javax/net/ssl/NewAPIs/SessionTimeOutTests.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
512 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
513 |
# 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
|
514 |
sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/TestAllSuites.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
515 |
sun/security/ssl/sanity/ciphersuites/CheckCipherSuites.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
516 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
517 |
# 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
|
518 |
sun/security/ssl/sanity/interop/ClientJSSEServerJSSE.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
519 |
|
10337
2be109ecafb6
7079204: add several security and networking tests to problems list
weijun
parents:
10331
diff
changeset
|
520 |
# 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
|
521 |
sun/security/tools/keytool/printssl.sh solaris-all |
2be109ecafb6
7079204: add several security and networking tests to problems list
weijun
parents:
10331
diff
changeset
|
522 |
|
10353 | 523 |
# 7054637 |
524 |
sun/security/tools/jarsigner/ec.sh solaris-all |
|
525 |
||
526 |
# 7081817 |
|
527 |
sun/security/provider/certpath/X509CertPath/IllegalCertiticates.java generic-all |
|
528 |
||
10428
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
529 |
# 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
|
530 |
java/security/KeyPairGenerator/SolarisShortDSA.java solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
531 |
sun/security/tools/jarsigner/onlymanifest.sh solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
532 |
sun/security/tools/jarsigner/ts.sh solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
533 |
sun/security/tools/keytool/emptysubject.sh solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
534 |
sun/security/tools/keytool/importreadall.sh solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
535 |
sun/security/tools/keytool/readjar.sh solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
536 |
sun/security/tools/keytool/selfissued.sh solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
537 |
sun/security/tools/keytool/standard.sh solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
538 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
539 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
540 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
541 |
# jdk_swing (not using samevm) |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
542 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
543 |
# Fails on solaris 11 i586, with othervm |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
544 |
javax/swing/JFileChooser/6570445/bug6570445.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
545 |
javax/swing/JFileChooser/6738668/bug6738668.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
546 |
javax/swing/JPopupMenu/6675802/bug6675802.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
547 |
javax/swing/system/6799345/TestShutdown.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
548 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
549 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
550 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
551 |
# jdk_text |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
552 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
553 |
# Linux x64 occasional errors, no details |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
554 |
java/text/Bidi/Bug6665028.java linux-x64 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
555 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
556 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
557 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
558 |
# jdk_tools |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
559 |
|
6681
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
560 |
# Filed 6952105 |
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
561 |
com/sun/jdi/SuspendThreadTest.java generic-all |
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
562 |
|
10123 | 563 |
# Filed 6653793 |
564 |
com/sun/jdi/RedefineCrossEvent.java generic-all |
|
565 |
||
566 |
# Filed 6987312 |
|
567 |
com/sun/jdi/DoubleAgentTest.java generic-all |
|
568 |
||
569 |
# Filed 7020857 |
|
570 |
com/sun/jdi/FieldWatchpoints.java generic-all |
|
571 |
||
572 |
# Filed 6402201 |
|
573 |
com/sun/jdi/ProcessAttachTest.sh generic-all |
|
574 |
||
6681
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
575 |
# Filed 6986875 |
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
576 |
sun/tools/jps/jps-Vvml.sh generic-all |
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
577 |
|
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
578 |
# Filed 6979016 |
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
579 |
sun/tools/jconsole/ResourceCheckTest.sh generic-all |
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
580 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
581 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
582 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
583 |
# jdk_util |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
584 |
|
8992
6a3062c1416f
6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents:
8568
diff
changeset
|
585 |
# Filed 7027061 |
6a3062c1416f
6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents:
8568
diff
changeset
|
586 |
java/util/Locale/Bug6989440.java windows-all |
6a3062c1416f
6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents:
8568
diff
changeset
|
587 |
|
6681
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
588 |
# Filed 6933803 |
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
589 |
java/util/concurrent/ThreadPoolExecutor/CoreThreadTimeOut.java generic-all |
e721d11e4826
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
ohair
parents:
6518
diff
changeset
|
590 |
|
8550
b85bf4406dfb
7022383: add reference to CR for ReadLongZipFileName test to problem list
smarks
parents:
8406
diff
changeset
|
591 |
# Filed 7022325 |
4991
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
592 |
# Fails with assertion error on windows |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
593 |
# 11 separate stacktraces created... file reuse problem? |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
594 |
java/util/zip/ZipFile/ReadLongZipFileName.java generic-all |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
595 |
|
10123 | 596 |
# 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
|
597 |
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
|
598 |
|
10428
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
599 |
# 7041639, Solaris DSA keypair generation bug |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
600 |
java/util/TimeZone/TimeZoneDatePermissionCheck.sh solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
601 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
602 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
603 |