author | sherman |
Tue, 22 Jun 2010 14:04:36 -0400 | |
changeset 5962 | 0913689fd3a0 |
parent 5813 | 8e455cd3e807 |
child 5967 | 26b773bf22ea |
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 |
# |
5506 | 3 |
# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. |
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
4 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
5 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
6 |
# This code is free software; you can redistribute it and/or modify it |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
7 |
# under the terms of the GNU General Public License version 2 only, as |
5506 | 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 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
44 |
# List items are testnames followed by labels, all MUST BE commented |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
45 |
# as to why they are here and use a label: |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
46 |
# generic-all Problems on all platforms |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
47 |
# generic-ARCH Where ARCH is one of: sparc, sparcv9, x64, i586, etc. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
48 |
# OSNAME-all Where OSNAME is one of: solaris, linux, windows |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
49 |
# OSNAME-ARCH Specific on to one OSNAME and ARCH, e.g. solaris-x64 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
50 |
# OSNAME-REV Specific on to one OSNAME and REV, e.g. solaris-5.8 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
51 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
52 |
# More than one label is allowed but must be on the same line. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
53 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
54 |
############################################################################# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
55 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
56 |
# Running the tests: |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
57 |
# cd test && make JT_HOME=jtreg_home PRODUCT_HOME=jdk_home jdk_all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
58 |
# Or instead of jdk_all, use any of the jdk_* targets. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
59 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
60 |
# Samevm Notes: |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
61 |
# * Although some tests may have only been seen to fail on some platforms, |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
62 |
# they might be flagged as 'generic-all' because the problem they have |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
63 |
# could cause hidden slowdowns on other platforms. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
64 |
# Most samevm problems will be generic-all, but windows usually dislikes |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
65 |
# them the most. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
66 |
# Address already in use or connection errors indicate a generic port issue. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
67 |
# (this is not necessarily a samevm issue, but an issue for running the tests |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
68 |
# on shared machines, two people or two test runs will collide). |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
69 |
# * Samevm problem (windows in particular) is not closing all input/output |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
70 |
# * Samevm problem when a test calls setSecurityManager() |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
71 |
# * Samevm problem with setHttps*() is used? (not exactly sure here) |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
72 |
# * Samevm problem when stuffing system properties with non Strings or anything |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
73 |
# * Samevm problem when changing vm settings, or registering any vm actions |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
74 |
# * Samevm problems with deleteOnExit(), if it must happen at end of test |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
75 |
# * Samevm problems with URLClassLoader? (no details here) |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
76 |
# * Samevm problems with dependence on predictable GC or finalizations |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
77 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
78 |
# Any of the above problems may mean the test needs to be flagged as "othervm". |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
79 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
80 |
############################################################################# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
81 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
82 |
# Fixing the tests: |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
83 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
84 |
# Some tests just may need to be run with "othervm", and that can easily be |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
85 |
# done my adding a @run line (or modifying any existing @run): |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
86 |
# @run main/othervm NameOfMainClass |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
87 |
# Make sure this @run follows any use of @library. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
88 |
# Otherwise, if the test is a samevm possibility, make sure the test is |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
89 |
# cleaning up after itself, closing all streams, deleting temp files, etc. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
90 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
91 |
# Keep in mind that the bug could be in many places, and even different per |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
92 |
# platform, it could be a bug in any one of: |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
93 |
# - the testcase |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
94 |
# - the jdk (jdk classes, native code, or hotspot) |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
95 |
# - the native compiler |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
96 |
# - the javac compiler |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
97 |
# - the OS (depends on what the testcase does) |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
98 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
99 |
# If you managed to really fix one of these tests, here is how you can |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
100 |
# remove tests from this list: |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
101 |
# 1. Make sure test passes on all platforms with samevm, or mark it othervm |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
102 |
# 2. Make sure test passes on all platforms when run with it's entire group |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
103 |
# 3. Make sure both VMs are tested, -server and -client, if possible |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
104 |
# 4. Make sure you try the -d64 option on Solaris |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
105 |
# 5. Use a tool like JPRT or something to verify these results |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
106 |
# 6. Delete lines in this file, include the changes with your test changes |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
107 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
108 |
# You may need to repeat your testing 2 or even 3 times to verify good |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
109 |
# results, some of these samevm failures are not very predictable. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
110 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
111 |
############################################################################# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
112 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
113 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
114 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
115 |
# jdk_awt |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
116 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
117 |
# None of the awt tests are using samevm, might not be worth the effort due |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
118 |
# to the vm overhead not being enough to make a difference. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
119 |
# In general, the awt tests are problematic with or without samevm, and there |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
120 |
# are issues with using a Xvfb display. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
121 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
122 |
# Fails on solaris sparc, timedout? in othervm mode |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
123 |
java/awt/event/MouseEvent/AcceptExtraButton/AcceptExtraButton.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
124 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
125 |
# Causes hang in samevm mode??? Solaris 11 i586 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
126 |
java/awt/FullScreen/SetFSWindow/FSFrame.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
127 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
128 |
# Fails on solaris 11 i586, -client, in othervm mode not sure why |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
129 |
java/awt/Component/PrintAllXcheckJNI/PrintAllXcheckJNI.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
130 |
java/awt/Focus/CloseDialogActivateOwnerTest/CloseDialogActivateOwnerTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
131 |
java/awt/FontClass/FontAccess.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
132 |
java/awt/Mixing/HWDisappear.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
133 |
java/awt/Mixing/MixingInHwPanel.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
134 |
java/awt/Mouse/MaximizedFrameTest/MaximizedFrameTest.html generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
135 |
java/awt/Robot/AcceptExtraMouseButtons/AcceptExtraMouseButtons.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
136 |
java/awt/Toolkit/SecurityTest/SecurityTest2.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
137 |
java/awt/image/mlib/MlibOpsTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
138 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
139 |
# Fails on windows, othervm mode, various errors |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
140 |
java/awt/Focus/NonFocusableWindowTest/NonfocusableOwnerTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
141 |
java/awt/Focus/OwnedWindowFocusIMECrashTest/OwnedWindowFocusIMECrashTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
142 |
java/awt/FullScreen/NoResizeEventOnDMChangeTest/NoResizeEventOnDMChangeTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
143 |
java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Standard.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
144 |
java/awt/event/KeyEvent/KeyTyped/CtrlASCII.html generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
145 |
java/awt/font/Threads/FontThread.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
146 |
java/awt/print/PrinterJob/PrtException.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
147 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
148 |
# Fails with windows X64, othervm, -server |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
149 |
com/sun/awt/Translucency/WindowOpacity.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
150 |
java/awt/EventDispatchThread/HandleExceptionOnEDT/HandleExceptionOnEDT.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
151 |
java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
152 |
java/awt/Focus/AppletInitialFocusTest/AppletInitialFocusTest1.html generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
153 |
java/awt/Focus/FocusEmbeddedFrameTest/FocusEmbeddedFrameTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
154 |
java/awt/Frame/LayoutOnMaximizeTest/LayoutOnMaximizeTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
155 |
java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
156 |
java/awt/Mixing/MixingOnShrinkingHWButton.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
157 |
java/awt/Mouse/MouseModifiersUnitTest/ExtraButtonDrag.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
158 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
159 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
160 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
161 |
# jdk_beans |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
162 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
163 |
# A large set of the beans tests set the security manager, which would seem |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
164 |
# to indicate that a large number of them should be "othervm", yet are all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
165 |
# very small tests and could greatly benefit from a samevm test run. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
166 |
# So a large batch of beans tests are currently run with othervm mode. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
167 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
168 |
# Linux, some kind of problems with X11 display |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
169 |
java/beans/PropertyChangeSupport/Test4682386.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
170 |
java/beans/PropertyChangeSupport/TestSynchronization.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
171 |
java/beans/Statement/Test4653179.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
172 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
173 |
# Runs REALLY slow on Solaris sparc for some reason, both -client and -server |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
174 |
java/beans/XMLEncoder/Test4625418.java solaris-sparc |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
175 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
176 |
# Problems with samevm and setting security manager (speculation partially) |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
177 |
java/beans/Introspector/4168475/Test4168475.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
178 |
java/beans/Introspector/4520754/Test4520754.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
179 |
java/beans/Introspector/6380849/TestBeanInfo.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
180 |
java/beans/Introspector/Test4144543.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
181 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
182 |
# Failed to call method solaris-sparc??? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
183 |
java/beans/EventHandler/Test6788531.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
184 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
185 |
# Jar or class not found??? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
186 |
java/beans/XMLEncoder/6329581/Test6329581.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
187 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
188 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
189 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
190 |
# jdk_lang |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
191 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
192 |
# Times out on solaris 10 sparc |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
193 |
java/lang/ClassLoader/Assert.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
194 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
195 |
# Solaris sparc, samevm, java.lang.Exception: Read from closed pipe hangs |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
196 |
java/lang/Runtime/exec/SleepyCat.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
197 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
198 |
# Times out on solaris sparc -server |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
199 |
java/lang/ThreadLocal/MemoryLeak.java solaris-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
200 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
201 |
# Windows X64, RuntimeException: MyThread expected to have RUNNABLE but got WAITING |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
202 |
java/lang/Thread/ThreadStateTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
203 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
204 |
# Timeout on windows 64bit |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
205 |
java/lang/ClassLoader/deadlock/TestCrossDelegate.sh generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
206 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
207 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
208 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
209 |
# jdk_management |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
210 |
|
5813
8e455cd3e807
6962617: Testcase changes, cleanup of problem list for jdk_tools targets
ohair
parents:
5810
diff
changeset
|
211 |
# Failing, bug was filed: 6959636 |
8e455cd3e807
6962617: Testcase changes, cleanup of problem list for jdk_tools targets
ohair
parents:
5810
diff
changeset
|
212 |
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
|
213 |
|
5611
b4ef86f105ec
6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents:
5600
diff
changeset
|
214 |
# 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
|
215 |
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
|
216 |
|
4991
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
217 |
# 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
|
218 |
javax/management/monitor/NonComparableAttributeValueTest.java generic-all |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
219 |
|
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
220 |
# Port conflict? Fails with communication error |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
221 |
sun/management/jmxremote/bootstrap/PasswordFilePermissionTest.sh generic-all |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
222 |
|
4514 | 223 |
# Fails on Windows 2000, Test failed for iiop java.lang.NullPointerException |
224 |
# at org.omg.stub.javax.management.remote.rmi._RMIConnectionImpl_Tie._invoke(Unknown Source) |
|
225 |
# at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:653) |
|
226 |
javax/management/remote/mandatory/connection/ReconnectTest.java generic-all |
|
227 |
||
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
228 |
# 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
|
229 |
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
|
230 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
231 |
# 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
|
232 |
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
|
233 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
234 |
# Problems with rmi connection, othervm |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
235 |
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
|
236 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
237 |
# 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
|
238 |
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
|
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/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
|
242 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
243 |
# 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
|
244 |
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
|
245 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
246 |
# 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
|
247 |
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
|
248 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
249 |
# 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
|
250 |
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
|
251 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
252 |
# 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
|
253 |
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
|
254 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
255 |
# 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
|
256 |
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
|
257 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
258 |
# 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
|
259 |
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
|
260 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
261 |
# 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
|
262 |
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
|
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 -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
|
265 |
# 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
|
266 |
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
|
267 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
268 |
# 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
|
269 |
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
|
270 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
271 |
# 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
|
272 |
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
|
273 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
274 |
# 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
|
275 |
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
|
276 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
277 |
# 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
|
278 |
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
|
279 |
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
|
280 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
281 |
# 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
|
282 |
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
|
283 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
284 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
285 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
286 |
# jdk_math |
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 |
# Problems with rounding add failures on solaris-sparcv9 and -server |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
289 |
java/math/BigDecimal/AddTests.java solaris-sparcv9 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
290 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
291 |
# Should be samevm? But seems problematic with samevm on windows |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
292 |
java/math/BigInteger/ModPow65537.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
293 |
|
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 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
296 |
# jdk_misc |
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 |
# On Windows com.sun.java.swing.plaf.gtk does not exist, always fails there |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
299 |
com/sun/java/swing/plaf/gtk/Test6635110.java windows-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
300 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
301 |
# 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
|
302 |
com/sun/jndi/ldap/ReadTimeoutTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
303 |
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
|
304 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
305 |
# 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
|
306 |
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
|
307 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
308 |
# 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
|
309 |
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
|
310 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
311 |
# 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
|
312 |
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
|
313 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
314 |
# 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
|
315 |
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
|
316 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
317 |
# 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
|
318 |
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
|
319 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
320 |
# 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
|
321 |
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
|
322 |
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
|
323 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
324 |
# 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
|
325 |
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
|
326 |
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
|
327 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
328 |
# 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
|
329 |
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
|
330 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
331 |
# 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
|
332 |
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
|
333 |
|
4329
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
334 |
# 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
|
335 |
javax/imageio/metadata/BooleanAttributes.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
336 |
javax/imageio/plugins/bmp/BMPSubsamplingTest.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
337 |
javax/imageio/plugins/bmp/TopDownTest.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
338 |
javax/imageio/plugins/gif/EncodeSubImageTest.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
339 |
javax/imageio/plugins/gif/GifTransparencyTest.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
340 |
javax/imageio/plugins/png/GrayPngTest.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
341 |
javax/imageio/plugins/png/ItxtUtf8Test.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
342 |
javax/imageio/plugins/png/MergeStdCommentTest.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
343 |
javax/imageio/plugins/png/ShortHistogramTest.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
344 |
javax/imageio/plugins/shared/BitDepth.java generic-all |
850b656a411e
6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents:
4319
diff
changeset
|
345 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
346 |
# 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
|
347 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
348 |
# 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
|
349 |
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
|
350 |
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
|
351 |
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
|
352 |
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
|
353 |
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
|
354 |
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
|
355 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
356 |
# 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
|
357 |
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
|
358 |
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
|
359 |
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
|
360 |
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
|
361 |
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
|
362 |
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
|
363 |
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
|
364 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
365 |
# 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
|
366 |
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
|
367 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
368 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
369 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
370 |
# jdk_net |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
371 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
372 |
# Suspect many of these tests auffer from using fixed ports, no concrete |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
373 |
# evidence. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
374 |
|
4991
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
375 |
# Times out on Windows X64 |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
376 |
sun/net/www/http/KeepAliveStream/KeepAliveStreamCloseWithWrongContentLength.java generic-all |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
377 |
|
4517
48e5b69c7e27
6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents:
4514
diff
changeset
|
378 |
# Dies on Solaris 10 sparc and sparcv9, Linux -ea -esa with |
48e5b69c7e27
6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents:
4514
diff
changeset
|
379 |
# Interrupted or IO exception, maybe writing to non-unique named file? |
48e5b69c7e27
6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents:
4514
diff
changeset
|
380 |
com/sun/net/httpserver/bugs/B6373555.java generic-all |
48e5b69c7e27
6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents:
4514
diff
changeset
|
381 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
382 |
# Fails on OpenSolaris, BindException unexpected |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
383 |
java/net/BindException/Test.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
384 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
385 |
# Fails on OpenSolaris, times out |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
386 |
java/net/MulticastSocket/SetOutgoingIf.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
387 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
388 |
# Timed out on Solaris 10 X86. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
389 |
com/sun/net/httpserver/Test3.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
390 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
391 |
# Exception in test on windows |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
392 |
com/sun/net/httpserver/bugs/B6373555.java windows-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
393 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
394 |
# One of these pollutes the samevm on Linux, too many open files, kills jtreg |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
395 |
com/sun/net/httpserver/bugs/B6339483.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
396 |
com/sun/net/httpserver/bugs/B6341616.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
397 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
398 |
# Suspects in cascading samevm problem, solaris 11 i586 (needs othervm?) |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
399 |
# Suspect use of setHttps*()? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
400 |
com/sun/net/httpserver/SelCacheTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
401 |
com/sun/net/httpserver/Test1.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
402 |
com/sun/net/httpserver/Test12.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
403 |
com/sun/net/httpserver/Test13.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
404 |
com/sun/net/httpserver/Test6a.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
405 |
com/sun/net/httpserver/Test7a.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
406 |
com/sun/net/httpserver/Test8a.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
407 |
com/sun/net/httpserver/Test9.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
408 |
com/sun/net/httpserver/Test9a.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
409 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
410 |
# 10,000 connections, fails on Linux and makes tests&jtreg fail with samevm |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
411 |
com/sun/net/httpserver/bugs/B6361557.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
412 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
413 |
# Address already in use with samevm? Always? Solaris sparc, probably ports |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
414 |
java/net/Authenticator/B4933582.sh generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
415 |
java/net/DatagramSocket/SendSize.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
416 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
417 |
# Solaris 11: exception wrong address??? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
418 |
java/net/Inet6Address/B6558853.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
419 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
420 |
# Not closing stream on file i6a1, windows samevm problem |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
421 |
java/net/Inet6Address/serialize/Serialize.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
422 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
423 |
# Linux x64 fails "network unreachable"? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
424 |
java/net/ipv6tests/TcpTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
425 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
426 |
# Linux i586, fails with unexpected output |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
427 |
java/net/MulticastSocket/NoLoopbackPackets.java linux-i586 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
428 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
429 |
# Address already in use |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
430 |
java/net/DatagramSocket/DatagramTimeout.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
431 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
432 |
# Fails on windows, takes too long and fails |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
433 |
# Solaris 10 sparcv9, samevm, java.lang.Exception: Takes too long. Dead lock |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
434 |
java/net/Socket/DeadlockTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
435 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
436 |
# Linux i586 address already in use or connection error, samevm issues |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
437 |
java/net/Socket/AccurateTimeout.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
438 |
java/net/Socket/asyncClose/BrokenPipe.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
439 |
java/net/Socket/CloseAvailable.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
440 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
441 |
# Linux X64 address already in use, samevm issues |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
442 |
java/net/Socket/LingerTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
443 |
java/net/Socket/LinkLocal.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
444 |
java/net/Socket/NullHost.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
445 |
java/net/Socket/ProxyCons.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
446 |
java/net/Socket/ReadTimeout.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
447 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
448 |
# Linux X64 address already in use, samevm issues |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
449 |
java/net/Socket/SetReceiveBufferSize.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
450 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
451 |
# Linux i586 address already in use or connection error, samevm issues |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
452 |
java/net/Socket/setReuseAddress/Basic.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
453 |
java/net/Socket/setReuseAddress/Restart.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
454 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
455 |
# Linux X64 address already in use, samevm issues |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
456 |
java/net/Socket/SetSoLinger.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
457 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
458 |
# Address already in use, windows samevm |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
459 |
java/net/Socket/Timeout.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
460 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
461 |
# Linux X64 address already in use, samevm issues |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
462 |
java/net/Socket/ShutdownBoth.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
463 |
java/net/Socket/SoTimeout.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
464 |
java/net/Socket/TestClose.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
465 |
java/net/Socket/UrgentDataTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
466 |
java/net/SocketInputStream/SocketClosedException.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
467 |
java/net/SocketInputStream/SocketTimeout.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
468 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
469 |
# Linux i586, address already in use or timeout, samevm issues |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
470 |
java/net/URLConnection/DisconnectAfterEOF.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
471 |
java/net/URLConnection/HandleContentTypeWithAttrs.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
472 |
java/net/URLConnection/Responses.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
473 |
java/net/URLConnection/TimeoutTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
474 |
java/net/URLConnection/ZeroContentLength.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
475 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
476 |
# Solaris 11 i586 fails with samevm, not sure why |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
477 |
java/net/ResponseCache/B6181108.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
478 |
java/net/ResponseCache/ResponseCacheTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
479 |
java/net/URL/GetContent.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
480 |
java/net/URLConnection/HttpContinueStackOverflow.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
481 |
java/net/URLConnection/Redirect307Test.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
482 |
java/net/URLConnection/RedirectLimit.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
483 |
java/net/URLConnection/ResendPostBody.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
484 |
java/net/URL/OpenStream.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
485 |
java/net/URLClassLoader/ClassLoad.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
486 |
java/net/URLConnection/SetIfModifiedSince.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
487 |
java/net/URLConnection/URLConnectionHeaders.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
488 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
489 |
# Linux i586 Connection refused or address already in use, samevm issues |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
490 |
sun/net/ftp/B6427768.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
491 |
sun/net/ftp/FtpGetContent.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
492 |
sun/net/ftp/FtpURL.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
493 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
494 |
# Failed on solaris 10 i586, Exception: should have gotten HttpRetryException? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
495 |
sun/net/www/http/ChunkedOutputStream/Test.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
496 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
497 |
# Trouble cleaning up threads in samevm mode on solaris 11 i586 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
498 |
sun/net/www/http/HttpClient/ProxyTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
499 |
sun/net/www/http/ChunkedInputStream/ChunkedEncodingTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
500 |
sun/net/www/http/ChunkedInputStream/ChunkedEncodingWithProgressMonitorTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
501 |
sun/net/www/http/HttpClient/B6726695.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
502 |
sun/net/www/http/HttpClient/MultiThreadTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
503 |
sun/net/www/http/KeepAliveCache/KeepAliveTimerThread.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
504 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
505 |
# Connection refused, windows samevm |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
506 |
sun/net/www/protocol/http/DigestTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
507 |
|
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 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
510 |
# jdk_nio |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
511 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
512 |
# Suspect many of these tests auffer from using fixed ports, no concrete |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
513 |
# evidence. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
514 |
|
4991
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
515 |
# Occasionally Failing with java.lang.AssertionError on Windows X64 |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
516 |
# at sun.nio.ch.PendingIoCache.clearPendingIoMap(PendingIoCache.java:144) |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
517 |
#java/nio/channels/FileChannel/ReleaseOnCloseDeadlock.java windows-all |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
518 |
|
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
519 |
# Some kind of sleep/wake problem on Windows X64 |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
520 |
java/nio/channels/Selector/Wakeup.java windows-all |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
521 |
|
4517
48e5b69c7e27
6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents:
4514
diff
changeset
|
522 |
# Fails with -ea -esa, Assertion error, but only on Solaris 10 machines? |
48e5b69c7e27
6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents:
4514
diff
changeset
|
523 |
com/sun/nio/sctp/SctpChannel/Send.java generic-all |
48e5b69c7e27
6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents:
4514
diff
changeset
|
524 |
com/sun/nio/sctp/SctpChannel/Shutdown.java generic-all |
48e5b69c7e27
6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents:
4514
diff
changeset
|
525 |
|
4514 | 526 |
# Fails on Windows 2000, times out |
527 |
java/nio/channels/FileChannel/Transfer.java generic-all |
|
528 |
||
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
529 |
# Fails on OpenSolaris, IllegalStateException: Cannot add or remove addresses |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
530 |
# from a channel that is bound to the wildcard address |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
531 |
com/sun/nio/sctp/SctpChannel/Bind.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
532 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
533 |
# Failed on OpenSolaris, java.lang.AssertionError: Unknown event type |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
534 |
com/sun/nio/sctp/SctpChannel/Receive.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
535 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
536 |
# Runtime exception on windows X64, samevm mode |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
537 |
java/nio/channels/Selector/WakeupNow.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
538 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
539 |
# Occasional errors, solarix x86, address already in use, othervm mode |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
540 |
java/nio/channels/Selector/SelectorTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
541 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
542 |
# Solaris 11 gave assert error and "connection refused", samevm issues? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
543 |
com/sun/nio/sctp/SctpServerChannel/NonBlockingAccept.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
544 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
545 |
# Fails with othervm on solaris 11 i586 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
546 |
com/sun/nio/sctp/SctpChannel/CommUp.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
547 |
com/sun/nio/sctp/SctpChannel/Connect.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
548 |
com/sun/nio/sctp/SctpMultiChannel/Branch.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
549 |
com/sun/nio/sctp/SctpMultiChannel/Send.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
550 |
com/sun/nio/sctp/SctpMultiChannel/SocketOptionTests.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
551 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
552 |
# Linux 64bit failures. too many files open |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
553 |
java/nio/channels/Selector/HelperSlowToDie.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
554 |
|
5783
a330d1984034
6934585: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java
alanb
parents:
5627
diff
changeset
|
555 |
# Gets java.lang.ExceptionInInitializerError on Windows 2000 (need XP or newer) |
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
556 |
java/nio/channels/AsynchronousChannelGroup/Basic.java windows-5.0 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
557 |
java/nio/channels/AsynchronousChannelGroup/GroupOfOne.java windows-5.0 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
558 |
java/nio/channels/AsynchronousChannelGroup/Identity.java windows-5.0 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
559 |
java/nio/channels/AsynchronousChannelGroup/Restart.java windows-5.0 |
5783
a330d1984034
6934585: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java
alanb
parents:
5627
diff
changeset
|
560 |
java/nio/channels/AsynchronousChannelGroup/Unbounded.java windows-5.0 |
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
561 |
java/nio/channels/AsynchronousDatagramChannel/Basic.java windows-5.0 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
562 |
java/nio/channels/AsynchronousFileChannel/Lock.java windows-5.0 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
563 |
java/nio/channels/AsynchronousServerSocketChannel/Basic.java windows-5.0 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
564 |
java/nio/channels/AsynchronousServerSocketChannel/WithSecurityManager.java windows-5.0 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
565 |
java/nio/channels/AsynchronousSocketChannel/Basic.java windows-5.0 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
566 |
java/nio/channels/AsynchronousSocketChannel/DieBeforeComplete.java windows-5.0 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
567 |
java/nio/channels/AsynchronousSocketChannel/Leaky.java windows-5.0 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
568 |
java/nio/channels/AsynchronousSocketChannel/StressLoopback.java windows-5.0 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
569 |
java/nio/channels/Channels/Basic2.java windows-5.0 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
570 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
571 |
# Failed loopback connection? On windows 32bit? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
572 |
# Considered a stress test, can consume all resources. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
573 |
java/nio/channels/Selector/LotsOfChannels.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
574 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
575 |
# Windows i586 client, crashed hotspot? Unpredictable |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
576 |
# Considered a stress test, can consume all resources. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
577 |
java/nio/channels/Selector/RegAfterPreClose.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
578 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
579 |
# Solaris i586, cannot assign address, samevm issues |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
580 |
java/nio/channels/Selector/SelectorLimit.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
581 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
582 |
# Socket timeout windows X64 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
583 |
java/nio/channels/ServerSocketChannel/AdaptServerSocket.java windows-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
584 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
585 |
# Timeouts etc. on Window |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
586 |
java/nio/channels/SocketChannel/ConnectState.java windows-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
587 |
java/nio/channels/SocketChannel/FinishConnect.java windows-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
588 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
589 |
# Fails on all platforms due to overlap of JDK jar file contents: |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
590 |
sun/nio/cs/Test4200310.sh generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
591 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
592 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
593 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
594 |
# jdk_rmi |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
595 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
596 |
# 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
|
597 |
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
|
598 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
599 |
# 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
|
600 |
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
|
601 |
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
|
602 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
603 |
# 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
|
604 |
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
|
605 |
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
|
606 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
607 |
# 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
|
608 |
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
|
609 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
610 |
# 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
|
611 |
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
|
612 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
613 |
# 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
|
614 |
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
|
615 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
616 |
# Connection error on Windows i586 -server |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
617 |
# Also connection errors in othervm on Solaris 10 sparc, same port??? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
618 |
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
|
619 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
620 |
# Connection errors in othervm on Solaris 10 sparc, same port??? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
621 |
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
|
622 |
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
|
623 |
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
|
624 |
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
|
625 |
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
|
626 |
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
|
627 |
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
|
628 |
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
|
629 |
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
|
630 |
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
|
631 |
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
|
632 |
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
|
633 |
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
|
634 |
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
|
635 |
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
|
636 |
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
|
637 |
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
|
638 |
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
|
639 |
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
|
640 |
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
|
641 |
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
|
642 |
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
|
643 |
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
|
644 |
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
|
645 |
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
|
646 |
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
|
647 |
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
|
648 |
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
|
649 |
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
|
650 |
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
|
651 |
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
|
652 |
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
|
653 |
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
|
654 |
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
|
655 |
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
|
656 |
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
|
657 |
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
|
658 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
659 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
660 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
661 |
# jdk_security |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
662 |
|
5600
8ca34998a6b3
6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents:
5165
diff
changeset
|
663 |
# Filed 6951285, not sure how often this fails, last was Linux 64bit Fedora 9 |
8ca34998a6b3
6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents:
5165
diff
changeset
|
664 |
sun/security/krb5/auto/MaxRetries.java generic-all |
8ca34998a6b3
6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents:
5165
diff
changeset
|
665 |
|
8ca34998a6b3
6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents:
5165
diff
changeset
|
666 |
# Filed 6950930, fails on windows 32bit c1 and windows 64bit |
8ca34998a6b3
6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents:
5165
diff
changeset
|
667 |
sun/security/krb5/auto/IgnoreChannelBinding.java windows-all |
8ca34998a6b3
6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents:
5165
diff
changeset
|
668 |
|
8ca34998a6b3
6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents:
5165
diff
changeset
|
669 |
# Filed 6950931, failing on all windows systems |
8ca34998a6b3
6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents:
5165
diff
changeset
|
670 |
sun/security/tools/jarsigner/crl.sh windows-all |
8ca34998a6b3
6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents:
5165
diff
changeset
|
671 |
|
8ca34998a6b3
6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents:
5165
diff
changeset
|
672 |
# Filed 6950929, only seemed to fail on solaris sparcv9 (-d64) |
8ca34998a6b3
6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents:
5165
diff
changeset
|
673 |
# Failed on Linux -server 32bit too, making generic |
8ca34998a6b3
6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents:
5165
diff
changeset
|
674 |
sun/security/krb5/auto/BadKdc4.java generic-all |
8ca34998a6b3
6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents:
5165
diff
changeset
|
675 |
|
5149
efce9634bfc0
6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents:
5145
diff
changeset
|
676 |
# 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
|
677 |
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
|
678 |
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
|
679 |
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
|
680 |
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
|
681 |
sun/security/pkcs11/ec/TestECDSA.java solaris-i586 |
efce9634bfc0
6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents:
5145
diff
changeset
|
682 |
sun/security/pkcs11/ec/TestECGenSpec.java solaris-i586 |
efce9634bfc0
6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents:
5145
diff
changeset
|
683 |
sun/security/pkcs11/ec/TestKeyFactory.java solaris-i586 |
efce9634bfc0
6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents:
5145
diff
changeset
|
684 |
|
4991
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
685 |
# Unknown problem, could be a jtreg -samevm issue? |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
686 |
# Error while cleaning up threads after test |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
687 |
java/security/Security/SynchronizedAccess.java generic-all |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
688 |
|
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
689 |
# Failing on Solaris X64 (-d64 -server) with: |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
690 |
# GSSException: Failure unspecified at GSS-API level |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
691 |
# (Mechanism level: Specified version of key is not available (44)) |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
692 |
sun/security/krb5/auto/BasicKrb5Test.java generic-all |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
693 |
|
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
694 |
# Solaris X86 failures, readjar.jks: No such file or directory |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
695 |
sun/security/tools/keytool/readjar.sh generic-all |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
696 |
|
4517
48e5b69c7e27
6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents:
4514
diff
changeset
|
697 |
# Fails with -ea -esa, but only on Solaris sparc? Suspect it is timing out |
48e5b69c7e27
6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents:
4514
diff
changeset
|
698 |
sun/security/tools/keytool/standard.sh generic-all |
48e5b69c7e27
6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents:
4514
diff
changeset
|
699 |
|
4514 | 700 |
# Fails on Solaris 10 X64, address already in use |
701 |
sun/security/krb5/auto/HttpNegotiateServer.java generic-all |
|
702 |
||
703 |
# Fails on almost all platforms |
|
704 |
# java.lang.UnsupportedClassVersionError: SerialTest : |
|
705 |
# Unsupported major.minor version 51.0 |
|
706 |
# at java.lang.ClassLoader.defineClass1(Native Method) |
|
707 |
sun/security/util/Oid/S11N.sh generic-all |
|
708 |
||
709 |
# Fails on Fedora 9 32bit |
|
710 |
# GSSException: Failure unspecified at GSS-API level (Mechanism level: |
|
711 |
# Invalid argument (400) - Cannot find key of appropriate type to decrypt |
|
712 |
# AP REP - DES CBC mode with MD5) |
|
713 |
# at sun.security.jgss.krb5.Krb5Context.acceptSecContext(Krb5Context.java:778) |
|
714 |
sun/security/krb5/auto/NonMutualSpnego.java generic-all |
|
715 |
||
716 |
# Fails on Solaris 10 sparc, GSSException: Failure unspecified at GSS-API level |
|
717 |
# Also fails on Windows 2000 similar way |
|
718 |
sun/security/krb5/auto/ok-as-delegate.sh generic-all |
|
719 |
||
720 |
# Fails on Windows 2000, GSSException: Failure unspecified at GSS-API level |
|
721 |
# (Mechanism level: Request is a replay (34)) |
|
722 |
sun/security/krb5/auto/ok-as-delegate-xrealm.sh generic-all |
|
723 |
||
724 |
# Fails on Windows 2000, ExceptionInInitializerError |
|
725 |
sun/security/mscapi/AccessKeyStore.sh generic-all |
|
726 |
||
727 |
# Fails on Solaris 10, KrbException: Additional pre-authentication required (25) |
|
728 |
sun/security/krb5/auto/basic.sh generic-all |
|
729 |
||
730 |
# Fails on Fedora 9 64bit, PKCS11Exception: CKR_DEVICE_ERROR |
|
731 |
sun/security/pkcs11/KeyAgreement/TestDH.java generic-all |
|
732 |
||
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
733 |
# 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
|
734 |
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
|
735 |
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
|
736 |
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
|
737 |
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
|
738 |
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
|
739 |
sun/security/tools/keytool/AltProviderPath.sh solaris-sparc |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
740 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
741 |
# 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
|
742 |
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
|
743 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
744 |
# Seem really slow on Solaris sparc, being excluded just for timing reasons |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
745 |
sun/security/tools/jarsigner/AlgOptions.sh solaris-sparc |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
746 |
sun/security/tools/jarsigner/nameclash.sh solaris-sparc |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
747 |
sun/security/krb5/auto/basic.sh solaris-sparc |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
748 |
sun/security/provider/PolicyFile/getinstance/getinstance.sh solaris-sparc |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
749 |
sun/security/tools/jarsigner/samename.sh solaris-sparc |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
750 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
751 |
# Timed out, Solaris 10 64bit sparcv9 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
752 |
com/sun/crypto/provider/Cipher/DES/PaddingTest.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
753 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
754 |
# 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
|
755 |
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
|
756 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
757 |
# 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
|
758 |
# 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
|
759 |
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
|
760 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
761 |
# Failed on solaris 10 sparc, othervm mode, "js.jks: No such file or directory" |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
762 |
# Also, cannot verify signature on solaris i586 -server |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
763 |
sun/security/tools/jarsigner/concise_jarsigner.sh generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
764 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
765 |
# 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
|
766 |
lib/security/cacerts/VerifyCACerts.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
767 |
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
|
768 |
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
|
769 |
sun/security/tools/jarsigner/oldsig.sh generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
770 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
771 |
# 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
|
772 |
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
|
773 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
774 |
# Linux i586 -server, buffer too short to hold shared secret? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
775 |
com/sun/crypto/provider/KeyAgreement/DHKeyAgreement2.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
776 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
777 |
# Solaris sparcv9: Failed to parse input emptysubject.jks: No such file or directory |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
778 |
sun/security/tools/keytool/emptysubject.sh generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
779 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
780 |
# Timeout on solaris-sparcv9 or exception thrown |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
781 |
com/sun/crypto/provider/Cipher/RSA/TestOAEP_KAT.java solaris-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
782 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
783 |
# File 6535697.test input stream left open? windows samevm |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
784 |
java/security/cert/CertificateFactory/openssl/OpenSSLCert.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
785 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
786 |
# Leaving file open: SerialVersion.current, windows samevm |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
787 |
java/security/BasicPermission/SerialVersion.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
788 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
789 |
# Solaris 11 i586, these all fail with samevm, need to be othervm??? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
790 |
java/security/BasicPermission/NullOrEmptyName.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
791 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
792 |
# Suspect missing close() on file PermClass.current, windows samevm cascade |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
793 |
java/security/BasicPermission/PermClass.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
794 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
795 |
# Solaris 11 i586, these all fail with samevm, need to be othervm??? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
796 |
java/security/KeyPairGenerator/Failover.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
797 |
java/security/Provider/DefaultPKCS11.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
798 |
java/security/SecureClassLoader/DefineClassByteBuffer.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
799 |
java/security/SecureRandom/GetAlgorithm.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
800 |
java/security/Security/removing/RemoveProviders.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
801 |
java/security/Signature/ByteBuffers.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
802 |
java/security/Signature/NONEwithRSA.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
803 |
java/security/Signature/SignWithOutputBuffer.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
804 |
java/security/Signature/TestInitSignWithMyOwnRandom.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
805 |
java/security/UnresolvedPermission/AccessorMethods.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
806 |
java/security/UnresolvedPermission/Equals.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
807 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
808 |
# Fails on OpenSolaris, missing classes, slow on Solaris sparc |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
809 |
sun/security/ec/TestEC.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
810 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
811 |
# Problems with windows x64 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
812 |
sun/security/mscapi/IsSunMSCAPIAvailable.sh windows-x64 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
813 |
sun/security/mscapi/RSAEncryptDecrypt.sh windows-x64 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
814 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
815 |
# Exception in test solaris-sparc -client -server, no windows |
5600
8ca34998a6b3
6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents:
5165
diff
changeset
|
816 |
sun/security/pkcs11/KeyGenerator/TestKeyGenerator.java solaris-all |
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
817 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
818 |
# Solaris sparc client, fails to compile? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
819 |
sun/security/pkcs11/KeyStore/SecretKeysBasic.sh solaris-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
820 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
821 |
# Fails on OpenSolaris java.net.BindException: Address already in use |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
822 |
sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
823 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
824 |
# Timeout on solaris-sparcv9 or ArrayIndexOutOfBoundsException? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
825 |
sun/security/rsa/TestKeyPairGeneratorLength.java solaris-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
826 |
sun/security/rsa/TestSignatures.java solaris-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
827 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
828 |
# Timeout on solaris-sparc and i586 and x64, -client and -server |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
829 |
sun/security/ssl/com/sun/net/ssl/internal/ssl/InputRecord/InterruptedIO.java solaris-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
830 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
831 |
# Do not seem to run on windows machines? dll missing? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
832 |
sun/security/tools/jarsigner/emptymanifest.sh windows-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
833 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
834 |
# Files does not exist or no encoding? solaris-sparcv9 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
835 |
sun/security/tools/keytool/importreadall.sh solaris-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
836 |
sun/security/tools/keytool/selfissued.sh solaris-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
837 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
838 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
839 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
840 |
# 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
|
841 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
842 |
# Fails on solaris 10 sparc, throws RuntimeException that just says "failed" |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
843 |
javax/swing/JLabel/6501991/bug6501991.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
844 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
845 |
# 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
|
846 |
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
|
847 |
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
|
848 |
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
|
849 |
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
|
850 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
851 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
852 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
853 |
# jdk_text |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
854 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
855 |
# 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
|
856 |
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
|
857 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
858 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
859 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
860 |
# jdk_tools |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
861 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
862 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
863 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
864 |
# jdk_util |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
865 |
|
4991
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
866 |
# Fails with assertion error on windows |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
867 |
# 11 separate stacktraces created... file reuse problem? |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
868 |
java/util/zip/ZipFile/ReadLongZipFileName.java generic-all |
38f33163acce
6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents:
4916
diff
changeset
|
869 |
|
4517
48e5b69c7e27
6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents:
4514
diff
changeset
|
870 |
# Failing on all -client 32bit platforms starting with b77? See 6908348. |
48e5b69c7e27
6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents:
4514
diff
changeset
|
871 |
java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java generic-all |
48e5b69c7e27
6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents:
4514
diff
changeset
|
872 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
873 |
# Assert error, failures, on Linux Fedora 9 -server |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
874 |
# Windows samevm failure, assert error "Passed = 134, failed = 2" |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
875 |
java/util/Arrays/ArrayObjectMethods.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
876 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
877 |
# Windows 2000, -client, samevm, java.lang.Error: Completed != 2 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
878 |
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
|
879 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
880 |
# Windows X64, Executor Stuck samevm mode: |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
881 |
java/util/concurrent/FutureTask/BlockingTaskExecutor.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
882 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
883 |
# Problems on windows, jmap.exe hangs? (these run jmap), fails on Solaris 10 x86 |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
884 |
java/util/concurrent/locks/Lock/TimedAcquireLeak.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
885 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
886 |
# Solaris sparc client, some failures, "1 not equal to 3"? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
887 |
# also Linux problems with samevm mode, -server linux i586? 1 not equal to 3? |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
888 |
java/util/concurrent/Executors/AutoShutdown.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
889 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
890 |
# Fails on solaris-sparc -server (Set not equal to copy. 1) |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
891 |
java/util/EnumSet/EnumSetBash.java solaris-sparc |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
892 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
893 |
# Failing to close an input stream? "foo", triggers samevm windows failures |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
894 |
java/util/Formatter/Constructors.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
895 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
896 |
# 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
|
897 |
java/util/WeakHashMap/GCDuringIteration.java generic-all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
898 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
899 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
900 |