author | ctornqvi |
Wed, 28 Oct 2015 08:08:24 -0700 | |
changeset 33658 | 4477af23782e |
parent 33265 | e9b5c00922e5 |
child 33660 | 781823826ae0 |
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 |
# |
28756
449712c1334c
8072135: Add javax/xml/ws/8046817/GenerateEnumSchema.java to the problem list
darcy
parents:
28678
diff
changeset
|
3 |
# Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved. |
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
4 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
5 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
6 |
# This code is free software; you can redistribute it and/or modify it |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
7 |
# under the terms of the GNU General Public License version 2 only, as |
21596 | 8 |
# published by the Free Software Foundation. |
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
9 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
10 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
11 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
12 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
13 |
# version 2 for more details (a copy is included in the LICENSE file that |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
14 |
# accompanied this code). |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
15 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
16 |
# You should have received a copy of the GNU General Public License version |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
17 |
# 2 along with this work; if not, write to the Free Software Foundation, |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
18 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
19 |
# |
5506 | 20 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
21 |
# or visit www.oracle.com if you need additional information or have any |
|
22 |
# questions. |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
23 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
24 |
########################################################################### |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
25 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
26 |
# List of tests that should not be run by test/Makefile, for various reasons: |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
27 |
# 1. Does not run with jtreg -samevm mode |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
28 |
# 2. Causes problems in jtreg -samevm mode for jtreg or tests that follow it |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
29 |
# 3. The test is too slow or consumes too many system resources |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
30 |
# 4. The test fails when run on any official build systems |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
31 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
32 |
# It is possible that a test being on this list is a mistake, and that some |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
33 |
# other test in samevm mode caused tests to fail, mistakes happen. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
34 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
35 |
# Tests marked @ignore are not run by test/Makefile, but harmless to be listed. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
36 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
37 |
# Tests that explicitly state "@run main/othervm ...", and are not listed here, |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
38 |
# will be run in the same batch as the samevm tests. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
39 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
40 |
# Shell tests are othervm by default. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
41 |
# |
8406 | 42 |
# List items are testnames followed by labels, all MUST BE commented |
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
43 |
# as to why they are here and use a label: |
22602
0d9a07b0d7e9
8028537: PPC64: Updated the JDK regression tests to run on AIX
simonis
parents:
21978
diff
changeset
|
44 |
# generic-all Problems on all platforms |
0d9a07b0d7e9
8028537: PPC64: Updated the JDK regression tests to run on AIX
simonis
parents:
21978
diff
changeset
|
45 |
# generic-ARCH Where ARCH is one of: sparc, sparcv9, x64, i586, etc. |
0d9a07b0d7e9
8028537: PPC64: Updated the JDK regression tests to run on AIX
simonis
parents:
21978
diff
changeset
|
46 |
# OSNAME-all Where OSNAME is one of: solaris, linux, windows, macosx, aix |
0d9a07b0d7e9
8028537: PPC64: Updated the JDK regression tests to run on AIX
simonis
parents:
21978
diff
changeset
|
47 |
# OSNAME-ARCH Specific on to one OSNAME and ARCH, e.g. solaris-amd64 |
0d9a07b0d7e9
8028537: PPC64: Updated the JDK regression tests to run on AIX
simonis
parents:
21978
diff
changeset
|
48 |
# OSNAME-REV Specific on to one OSNAME and REV, e.g. solaris-5.8 |
8406 | 49 |
# |
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
50 |
# More than one label is allowed but must be on the same line. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
51 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
52 |
############################################################################# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
53 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
54 |
# Running the tests: |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
55 |
# cd test && make JT_HOME=jtreg_home PRODUCT_HOME=jdk_home jdk_all |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
56 |
# Or instead of jdk_all, use any of the jdk_* targets. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
57 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
58 |
# Samevm Notes: |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
59 |
# * Although some tests may have only been seen to fail on some platforms, |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
60 |
# they might be flagged as 'generic-all' because the problem they have |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
61 |
# could cause hidden slowdowns on other platforms. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
62 |
# Most samevm problems will be generic-all, but windows usually dislikes |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
63 |
# them the most. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
64 |
# Address already in use or connection errors indicate a generic port issue. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
65 |
# (this is not necessarily a samevm issue, but an issue for running the tests |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
66 |
# on shared machines, two people or two test runs will collide). |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
67 |
# * Samevm problem (windows in particular) is not closing all input/output |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
68 |
# * Samevm problem when a test calls setSecurityManager() |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
69 |
# * Samevm problem with setHttps*() is used? (not exactly sure here) |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
70 |
# * Samevm problem when stuffing system properties with non Strings or anything |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
71 |
# * Samevm problem when changing vm settings, or registering any vm actions |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
72 |
# * Samevm problems with deleteOnExit(), if it must happen at end of test |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
73 |
# * Samevm problems with URLClassLoader? (no details here) |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
74 |
# * Samevm problems with dependence on predictable GC or finalizations |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
75 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
76 |
# Any of the above problems may mean the test needs to be flagged as "othervm". |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
77 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
78 |
############################################################################# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
79 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
80 |
# Fixing the tests: |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
81 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
82 |
# Some tests just may need to be run with "othervm", and that can easily be |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
83 |
# done my adding a @run line (or modifying any existing @run): |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
84 |
# @run main/othervm NameOfMainClass |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
85 |
# Make sure this @run follows any use of @library. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
86 |
# Otherwise, if the test is a samevm possibility, make sure the test is |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
87 |
# cleaning up after itself, closing all streams, deleting temp files, etc. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
88 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
89 |
# Keep in mind that the bug could be in many places, and even different per |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
90 |
# platform, it could be a bug in any one of: |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
91 |
# - the testcase |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
92 |
# - the jdk (jdk classes, native code, or hotspot) |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
93 |
# - the native compiler |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
94 |
# - the javac compiler |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
95 |
# - the OS (depends on what the testcase does) |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
96 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
97 |
# If you managed to really fix one of these tests, here is how you can |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
98 |
# remove tests from this list: |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
99 |
# 1. Make sure test passes on all platforms with samevm, or mark it othervm |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
100 |
# 2. Make sure test passes on all platforms when run with it's entire group |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
101 |
# 3. Make sure both VMs are tested, -server and -client, if possible |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
102 |
# 4. Make sure you try the -d64 option on Solaris |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
103 |
# 5. Use a tool like JPRT or something to verify these results |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
104 |
# 6. Delete lines in this file, include the changes with your test changes |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
105 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
106 |
# You may need to repeat your testing 2 or even 3 times to verify good |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
107 |
# results, some of these samevm failures are not very predictable. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
108 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
109 |
############################################################################# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
110 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
111 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
112 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
113 |
# jdk_awt |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
114 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
115 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
116 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
117 |
# jdk_beans |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
118 |
|
31468
6cd3ae8de51c
8081547: Prepare client libs regression tests for running in a concurrent, headless jtreg environment
darcy
parents:
31420
diff
changeset
|
119 |
# 8060027 |
6cd3ae8de51c
8081547: Prepare client libs regression tests for running in a concurrent, headless jtreg environment
darcy
parents:
31420
diff
changeset
|
120 |
java/beans/XMLEncoder/Test4903007.java generic-all |
6cd3ae8de51c
8081547: Prepare client libs regression tests for running in a concurrent, headless jtreg environment
darcy
parents:
31420
diff
changeset
|
121 |
java/beans/XMLEncoder/java_awt_GridBagLayout.java generic-all |
6cd3ae8de51c
8081547: Prepare client libs regression tests for running in a concurrent, headless jtreg environment
darcy
parents:
31420
diff
changeset
|
122 |
java/beans/XMLDecoder/8028054/TestConstructorFinder.java generic-all |
6cd3ae8de51c
8081547: Prepare client libs regression tests for running in a concurrent, headless jtreg environment
darcy
parents:
31420
diff
changeset
|
123 |
java/beans/XMLDecoder/8028054/TestMethodFinder.java generic-all |
6cd3ae8de51c
8081547: Prepare client libs regression tests for running in a concurrent, headless jtreg environment
darcy
parents:
31420
diff
changeset
|
124 |
|
32301
5d48ae677b8f
8134521: Problem list failing java/beans/Introspector test
darcy
parents:
32228
diff
changeset
|
125 |
# 8132565 |
5d48ae677b8f
8134521: Problem list failing java/beans/Introspector test
darcy
parents:
32228
diff
changeset
|
126 |
java/beans/Introspector/8132566/OverridePropertyInfoTest.java generic-all |
5d48ae677b8f
8134521: Problem list failing java/beans/Introspector test
darcy
parents:
32228
diff
changeset
|
127 |
java/beans/Introspector/8132566/OverrideUserDefPropertyInfoTest.java generic-all |
5d48ae677b8f
8134521: Problem list failing java/beans/Introspector test
darcy
parents:
32228
diff
changeset
|
128 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
129 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
130 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
131 |
# jdk_lang |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
132 |
|
28261
3c068ad934b0
8068347: Add java/lang/ClassLoader/deadlock/GetResource.java to ProblemList.txt
bchristi
parents:
28256
diff
changeset
|
133 |
# 8029891 |
3c068ad934b0
8068347: Add java/lang/ClassLoader/deadlock/GetResource.java to ProblemList.txt
bchristi
parents:
28256
diff
changeset
|
134 |
java/lang/ClassLoader/deadlock/GetResource.java generic-all |
3c068ad934b0
8068347: Add java/lang/ClassLoader/deadlock/GetResource.java to ProblemList.txt
bchristi
parents:
28256
diff
changeset
|
135 |
|
11527 | 136 |
############################################################################ |
137 |
||
26728
d78714eb3f47
8058899: Put test 'java/lang/instrument/NativeMethodPrefixAgent.java' on ProblemList
jbachorik
parents:
26726
diff
changeset
|
138 |
# jdk_instrument |
d78714eb3f47
8058899: Put test 'java/lang/instrument/NativeMethodPrefixAgent.java' on ProblemList
jbachorik
parents:
26726
diff
changeset
|
139 |
|
27749
8b7b1ff96d50
8062037: java/lang/instrument/RetransformBigClass.sh should be quarantined
olagneau
parents:
27349
diff
changeset
|
140 |
# 8061177 |
8b7b1ff96d50
8062037: java/lang/instrument/RetransformBigClass.sh should be quarantined
olagneau
parents:
27349
diff
changeset
|
141 |
java/lang/instrument/RedefineBigClass.sh generic-all |
8b7b1ff96d50
8062037: java/lang/instrument/RetransformBigClass.sh should be quarantined
olagneau
parents:
27349
diff
changeset
|
142 |
java/lang/instrument/RetransformBigClass.sh generic-all |
8b7b1ff96d50
8062037: java/lang/instrument/RetransformBigClass.sh should be quarantined
olagneau
parents:
27349
diff
changeset
|
143 |
|
28757
79a2d3315ace
8072371: Add two failing svc tests to the problem list
darcy
parents:
28756
diff
changeset
|
144 |
# 8072130 |
79a2d3315ace
8072371: Add two failing svc tests to the problem list
darcy
parents:
28756
diff
changeset
|
145 |
java/lang/instrument/BootClassPath/BootClassPathTest.sh macosx-all |
79a2d3315ace
8072371: Add two failing svc tests to the problem list
darcy
parents:
28756
diff
changeset
|
146 |
|
31878 | 147 |
# 8130339 |
148 |
java/lang/management/MemoryMXBean/LowMemoryTest.java generic-all |
|
149 |
||
26728
d78714eb3f47
8058899: Put test 'java/lang/instrument/NativeMethodPrefixAgent.java' on ProblemList
jbachorik
parents:
26726
diff
changeset
|
150 |
############################################################################ |
d78714eb3f47
8058899: Put test 'java/lang/instrument/NativeMethodPrefixAgent.java' on ProblemList
jbachorik
parents:
26726
diff
changeset
|
151 |
|
14170
c819974fc133
7173494: some jdk tests are not run in test/Makefile
alanb
parents:
14013
diff
changeset
|
152 |
# jdk_jmx |
c819974fc133
7173494: some jdk tests are not run in test/Makefile
alanb
parents:
14013
diff
changeset
|
153 |
|
22602
0d9a07b0d7e9
8028537: PPC64: Updated the JDK regression tests to run on AIX
simonis
parents:
21978
diff
changeset
|
154 |
# 8030957 |
0d9a07b0d7e9
8028537: PPC64: Updated the JDK regression tests to run on AIX
simonis
parents:
21978
diff
changeset
|
155 |
com/sun/management/OperatingSystemMXBean/GetProcessCpuLoad.java aix-all |
0d9a07b0d7e9
8028537: PPC64: Updated the JDK regression tests to run on AIX
simonis
parents:
21978
diff
changeset
|
156 |
com/sun/management/OperatingSystemMXBean/GetSystemCpuLoad.java aix-all |
0d9a07b0d7e9
8028537: PPC64: Updated the JDK regression tests to run on AIX
simonis
parents:
21978
diff
changeset
|
157 |
javax/management/MBeanServer/OldMBeanServerTest.java aix-all |
0d9a07b0d7e9
8028537: PPC64: Updated the JDK regression tests to run on AIX
simonis
parents:
21978
diff
changeset
|
158 |
|
28306
ed3925666bd9
8068591: javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java should be quarantined
sjiang
parents:
28261
diff
changeset
|
159 |
# 8042215 |
ed3925666bd9
8068591: javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java should be quarantined
sjiang
parents:
28261
diff
changeset
|
160 |
javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java generic-all |
ed3925666bd9
8068591: javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java should be quarantined
sjiang
parents:
28261
diff
changeset
|
161 |
|
4187
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 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
164 |
# jdk_net |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
165 |
|
11990 | 166 |
# 7148829 |
167 |
sun/net/InetAddress/nameservice/simple/CacheTest.java generic-all |
|
168 |
sun/net/InetAddress/nameservice/simple/DefaultCaching.java generic-all |
|
169 |
||
12047
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
170 |
# 7122846 |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
171 |
java/net/MulticastSocket/NoLoopbackPackets.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
172 |
java/net/MulticastSocket/SetLoopbackMode.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
173 |
|
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
174 |
# 7145658 |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
175 |
java/net/MulticastSocket/Test.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
176 |
|
17499 | 177 |
# 7143960 |
12047
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
178 |
java/net/DatagramSocket/SendDatagramToBadAddress.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
179 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
180 |
############################################################################ |
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 |
# jdk_nio |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
183 |
|
5970
d4e98bbfb0be
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents:
5967
diff
changeset
|
184 |
# 6963118 |
d4e98bbfb0be
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb
parents:
5967
diff
changeset
|
185 |
java/nio/channels/Selector/Wakeup.java windows-all |
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
186 |
|
12047
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
187 |
# 7141822 |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
188 |
java/nio/channels/DatagramChannel/ChangingAddress.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
189 |
|
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
190 |
# 7132677 |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
191 |
java/nio/channels/Selector/OutOfBand.java macosx-all |
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
192 |
|
21671 | 193 |
# 7158947, Solaris 11 |
194 |
java/nio/file/WatchService/Basic.java solaris-all |
|
195 |
java/nio/file/WatchService/LotsOfEvents.java solaris-all |
|
21619 | 196 |
|
4187
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 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
199 |
# jdk_rmi |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
200 |
|
27261
96e7a70498d9
8062233: add java/rmi/server/Unreferenced/finiteGCLatency/FiniteGCLatency.java to problem list
smarks
parents:
27189
diff
changeset
|
201 |
# 7140992 |
96e7a70498d9
8062233: add java/rmi/server/Unreferenced/finiteGCLatency/FiniteGCLatency.java to problem list
smarks
parents:
27189
diff
changeset
|
202 |
java/rmi/server/Unreferenced/finiteGCLatency/FiniteGCLatency.java generic-all |
96e7a70498d9
8062233: add java/rmi/server/Unreferenced/finiteGCLatency/FiniteGCLatency.java to problem list
smarks
parents:
27189
diff
changeset
|
203 |
|
11990 | 204 |
# 7146541 |
205 |
java/rmi/transport/rapidExportUnexport/RapidExportUnexport.java linux-all |
|
206 |
||
13664
52225a1bdf40
7195099: update problem list with RMI test failures
smarks
parents:
13598
diff
changeset
|
207 |
# 7191877 |
52225a1bdf40
7195099: update problem list with RMI test failures
smarks
parents:
13598
diff
changeset
|
208 |
java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java generic-all |
52225a1bdf40
7195099: update problem list with RMI test failures
smarks
parents:
13598
diff
changeset
|
209 |
|
52225a1bdf40
7195099: update problem list with RMI test failures
smarks
parents:
13598
diff
changeset
|
210 |
# 7195095 |
14688 | 211 |
sun/rmi/transport/proxy/EagerHttpFallback.java generic-all |
13664
52225a1bdf40
7195099: update problem list with RMI test failures
smarks
parents:
13598
diff
changeset
|
212 |
|
27565 | 213 |
# 8062724 |
214 |
java/rmi/activation/Activatable/extLoadedImpl/ext.sh generic-all |
|
215 |
||
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
216 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
217 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
218 |
# jdk_security |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
219 |
|
19067
5271291b7121
8020424: The NSS version should be detected before running crypto tests
ascarpino
parents:
19066
diff
changeset
|
220 |
# 7157786 |
5271291b7121
8020424: The NSS version should be detected before running crypto tests
ascarpino
parents:
19066
diff
changeset
|
221 |
sun/security/pkcs11/ec/TestKeyFactory.java generic-all |
19066 | 222 |
|
13807 | 223 |
# 7164518: no PortUnreachableException on Mac |
30894 | 224 |
sun/security/krb5/auto/Unreachable.java macosx-all |
13807 | 225 |
|
25750
345f7cc9cf8f
8051953: Add Unreachable.java test to ProblemList on Windows
weijun
parents:
25225
diff
changeset
|
226 |
# 7041639: Solaris DSA keypair generation bug |
10428
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
227 |
java/security/KeyPairGenerator/SolarisShortDSA.java solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
228 |
sun/security/tools/keytool/standard.sh solaris-all |
0bb8e9b89b98
7081411: DSA keypair generation affected by Solaris bug
weijun
parents:
10353
diff
changeset
|
229 |
|
27565 | 230 |
# 8062758 |
231 |
java/security/Security/ClassLoaderDeadlock/Deadlock2.sh generic-all |
|
232 |
||
28662
efd0203db371
8049171: Additional tests for jarsigner's warnings
asmotrak
parents:
28528
diff
changeset
|
233 |
# 8026393 |
efd0203db371
8049171: Additional tests for jarsigner's warnings
asmotrak
parents:
28528
diff
changeset
|
234 |
sun/security/tools/jarsigner/warnings/BadKeyUsageTest.java generic-all |
efd0203db371
8049171: Additional tests for jarsigner's warnings
asmotrak
parents:
28528
diff
changeset
|
235 |
|
29818 | 236 |
# 8077138: Some PKCS11 tests fail because NSS library is not initialized |
237 |
sun/security/pkcs11/Cipher/ReinitCipher.java windows-all |
|
238 |
sun/security/pkcs11/Cipher/TestPKCS5PaddingError.java windows-all |
|
239 |
sun/security/pkcs11/Cipher/TestRSACipher.java windows-all |
|
240 |
sun/security/pkcs11/Cipher/TestRSACipherWrap.java windows-all |
|
241 |
sun/security/pkcs11/Cipher/TestRawRSACipher.java windows-all |
|
242 |
sun/security/pkcs11/Cipher/TestSymmCiphers.java windows-all |
|
243 |
sun/security/pkcs11/Cipher/TestSymmCiphersNoPad.java windows-all |
|
244 |
sun/security/pkcs11/KeyAgreement/TestDH.java windows-all |
|
245 |
sun/security/pkcs11/KeyAgreement/TestInterop.java windows-all |
|
246 |
sun/security/pkcs11/KeyAgreement/TestShort.java windows-all |
|
247 |
sun/security/pkcs11/KeyGenerator/DESParity.java windows-all |
|
248 |
sun/security/pkcs11/KeyGenerator/TestKeyGenerator.java windows-all |
|
249 |
sun/security/pkcs11/KeyPairGenerator/TestDH2048.java windows-all |
|
250 |
sun/security/pkcs11/KeyStore/SecretKeysBasic.sh windows-all |
|
251 |
sun/security/pkcs11/Mac/MacKAT.java windows-all |
|
252 |
sun/security/pkcs11/Mac/MacSameTest.java windows-all |
|
253 |
sun/security/pkcs11/Mac/ReinitMac.java windows-all |
|
254 |
sun/security/pkcs11/MessageDigest/ByteBuffers.java windows-all |
|
255 |
sun/security/pkcs11/MessageDigest/DigestKAT.java windows-all |
|
256 |
sun/security/pkcs11/MessageDigest/ReinitDigest.java windows-all |
|
257 |
sun/security/pkcs11/MessageDigest/TestCloning.java windows-all |
|
258 |
sun/security/pkcs11/Provider/ConfigQuotedString.sh windows-all |
|
259 |
sun/security/pkcs11/Provider/Login.sh windows-all |
|
260 |
sun/security/pkcs11/SampleTest.java windows-all |
|
261 |
sun/security/pkcs11/Secmod/AddPrivateKey.java windows-all |
|
262 |
sun/security/pkcs11/Secmod/AddTrustedCert.java windows-all |
|
263 |
sun/security/pkcs11/Secmod/Crypto.java windows-all |
|
264 |
sun/security/pkcs11/Secmod/GetPrivateKey.java windows-all |
|
265 |
sun/security/pkcs11/Secmod/JksSetPrivateKey.java windows-all |
|
266 |
sun/security/pkcs11/SecureRandom/Basic.java windows-all |
|
267 |
sun/security/pkcs11/SecureRandom/TestDeserialization.java windows-all |
|
268 |
sun/security/pkcs11/Serialize/SerializeProvider.java windows-all |
|
269 |
sun/security/pkcs11/Signature/ByteBuffers.java windows-all |
|
270 |
sun/security/pkcs11/Signature/ReinitSignature.java windows-all |
|
271 |
sun/security/pkcs11/Signature/TestDSA.java windows-all |
|
272 |
sun/security/pkcs11/Signature/TestDSAKeyLength.java windows-all |
|
273 |
sun/security/pkcs11/Signature/TestRSAKeyLength.java windows-all |
|
274 |
sun/security/pkcs11/ec/ReadCertificates.java windows-all |
|
275 |
sun/security/pkcs11/ec/ReadPKCS12.java windows-all |
|
276 |
sun/security/pkcs11/ec/TestCurves.java windows-all |
|
277 |
sun/security/pkcs11/ec/TestECDH.java windows-all |
|
278 |
sun/security/pkcs11/ec/TestECDH2.java windows-all |
|
279 |
sun/security/pkcs11/ec/TestECDSA.java windows-all |
|
280 |
sun/security/pkcs11/ec/TestECDSA2.java windows-all |
|
281 |
sun/security/pkcs11/ec/TestECGenSpec.java windows-all |
|
282 |
sun/security/pkcs11/rsa/KeyWrap.java windows-all |
|
283 |
sun/security/pkcs11/rsa/TestCACerts.java windows-all |
|
284 |
sun/security/pkcs11/rsa/TestKeyFactory.java windows-all |
|
285 |
sun/security/pkcs11/rsa/TestKeyPairGenerator.java windows-all |
|
286 |
sun/security/pkcs11/rsa/TestSignatures.java windows-all |
|
287 |
sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java windows-all |
|
288 |
sun/security/pkcs11/tls/TestKeyMaterial.java windows-all |
|
289 |
sun/security/pkcs11/tls/TestLeadingZeroesP11.java windows-all |
|
290 |
sun/security/pkcs11/tls/TestMasterSecret.java windows-all |
|
291 |
sun/security/pkcs11/tls/TestPRF.java windows-all |
|
292 |
sun/security/pkcs11/tls/TestPremaster.java windows-all |
|
293 |
||
31475
3dab2948ba25
8130151: Exclude sun/security/provider/SecureRandom/StrongSecureRandom.java from testruns on MacOSX 10.10
vinnie
parents:
31468
diff
changeset
|
294 |
# 8051770 |
3dab2948ba25
8130151: Exclude sun/security/provider/SecureRandom/StrongSecureRandom.java from testruns on MacOSX 10.10
vinnie
parents:
31468
diff
changeset
|
295 |
sun/security/provider/SecureRandom/StrongSecureRandom.java macosx-10.10 |
3dab2948ba25
8130151: Exclude sun/security/provider/SecureRandom/StrongSecureRandom.java from testruns on MacOSX 10.10
vinnie
parents:
31468
diff
changeset
|
296 |
|
31648
59d3491e3669
8131184: Add test sun/security/pkcs11/rsa/TestKeyPairGenerator.java to the problem list
vinnie
parents:
31475
diff
changeset
|
297 |
# 8074580 |
59d3491e3669
8131184: Add test sun/security/pkcs11/rsa/TestKeyPairGenerator.java to the problem list
vinnie
parents:
31475
diff
changeset
|
298 |
sun/security/pkcs11/rsa/TestKeyPairGenerator.java generic-all |
59d3491e3669
8131184: Add test sun/security/pkcs11/rsa/TestKeyPairGenerator.java to the problem list
vinnie
parents:
31475
diff
changeset
|
299 |
|
4187
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 |
|
11910
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
302 |
# jdk_sound |
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
303 |
|
31468
6cd3ae8de51c
8081547: Prepare client libs regression tests for running in a concurrent, headless jtreg environment
darcy
parents:
31420
diff
changeset
|
304 |
# 8059743 |
6cd3ae8de51c
8081547: Prepare client libs regression tests for running in a concurrent, headless jtreg environment
darcy
parents:
31420
diff
changeset
|
305 |
javax/sound/midi/Gervill/SoftProvider/GetDevice.java generic-all |
6cd3ae8de51c
8081547: Prepare client libs regression tests for running in a concurrent, headless jtreg environment
darcy
parents:
31420
diff
changeset
|
306 |
|
11910
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
307 |
############################################################################ |
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
308 |
|
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
309 |
# jdk_swing |
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
310 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
311 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
312 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
313 |
# jdk_text |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
314 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
315 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
316 |
|
18289 | 317 |
# jdk_time |
318 |
||
32426 | 319 |
# 8134979 |
320 |
java/time/tck/java/time/chrono/TCKJapaneseChronology.java generic-all |
|
321 |
||
18289 | 322 |
############################################################################ |
323 |
||
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
324 |
# jdk_tools |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
325 |
|
15651
7a8fde31786a
8007519: [unpack200] produces bad class files when producing BootstrapMethods attribute
ksrini
parents:
15527
diff
changeset
|
326 |
# Tests take too long, on sparcs see 7143279 |
27565 | 327 |
# also see 8059906 |
28256
a9a57ee3c134
8066834: tools/pack200/CommandLineTests.java does not conform ProblemList.txt style
ksrini
parents:
28241
diff
changeset
|
328 |
tools/pack200/CommandLineTests.java generic-all |
25809
a0aeb7f544b2
8054095: No space allowed in platforms string in ProblemList.txt
weijun
parents:
25795
diff
changeset
|
329 |
tools/pack200/Pack200Test.java solaris-all,macosx-all |
14170
c819974fc133
7173494: some jdk tests are not run in test/Makefile
alanb
parents:
14013
diff
changeset
|
330 |
|
15527
637bcd47027d
8007428: [launcher] add tools/launcher/FXLauncherTest.java to ProblemList.txt
ksrini
parents:
15526
diff
changeset
|
331 |
# 8007410 |
637bcd47027d
8007428: [launcher] add tools/launcher/FXLauncherTest.java to ProblemList.txt
ksrini
parents:
15526
diff
changeset
|
332 |
tools/launcher/FXLauncherTest.java linux-all |
637bcd47027d
8007428: [launcher] add tools/launcher/FXLauncherTest.java to ProblemList.txt
ksrini
parents:
15526
diff
changeset
|
333 |
|
14170
c819974fc133
7173494: some jdk tests are not run in test/Makefile
alanb
parents:
14013
diff
changeset
|
334 |
############################################################################ |
c819974fc133
7173494: some jdk tests are not run in test/Makefile
alanb
parents:
14013
diff
changeset
|
335 |
|
c819974fc133
7173494: some jdk tests are not run in test/Makefile
alanb
parents:
14013
diff
changeset
|
336 |
# jdk_jdi |
c819974fc133
7173494: some jdk tests are not run in test/Makefile
alanb
parents:
14013
diff
changeset
|
337 |
|
24259
c64d805ad840
8040748: [TESTBUG] Exclude failing (serviceability) jtreg tests
miauno
parents:
24044
diff
changeset
|
338 |
# 8004127 |
c64d805ad840
8040748: [TESTBUG] Exclude failing (serviceability) jtreg tests
miauno
parents:
24044
diff
changeset
|
339 |
com/sun/jdi/RedefineImplementor.sh generic-all |
c64d805ad840
8040748: [TESTBUG] Exclude failing (serviceability) jtreg tests
miauno
parents:
24044
diff
changeset
|
340 |
|
c64d805ad840
8040748: [TESTBUG] Exclude failing (serviceability) jtreg tests
miauno
parents:
24044
diff
changeset
|
341 |
# 8031555 |
c64d805ad840
8040748: [TESTBUG] Exclude failing (serviceability) jtreg tests
miauno
parents:
24044
diff
changeset
|
342 |
com/sun/jdi/JdbMethodExitTest.sh generic-all |
c64d805ad840
8040748: [TESTBUG] Exclude failing (serviceability) jtreg tests
miauno
parents:
24044
diff
changeset
|
343 |
|
25984 | 344 |
# 8043571 |
24259
c64d805ad840
8040748: [TESTBUG] Exclude failing (serviceability) jtreg tests
miauno
parents:
24044
diff
changeset
|
345 |
com/sun/jdi/RepStep.java generic-all |
c64d805ad840
8040748: [TESTBUG] Exclude failing (serviceability) jtreg tests
miauno
parents:
24044
diff
changeset
|
346 |
|
26725
290cf1d1cce7
8058651: com/sun/jdi/RedefinePop.sh should be quarantined
miauno
parents:
26724
diff
changeset
|
347 |
# 8058616 |
290cf1d1cce7
8058651: com/sun/jdi/RedefinePop.sh should be quarantined
miauno
parents:
26724
diff
changeset
|
348 |
com/sun/jdi/RedefinePop.sh generic-all |
290cf1d1cce7
8058651: com/sun/jdi/RedefinePop.sh should be quarantined
miauno
parents:
26724
diff
changeset
|
349 |
|
28526
7510bb5aba58
8068718: com/sun/jdi/CatchPatternTest.sh should be quarantined
ykantser
parents:
28525
diff
changeset
|
350 |
# 8068645 |
7510bb5aba58
8068718: com/sun/jdi/CatchPatternTest.sh should be quarantined
ykantser
parents:
28525
diff
changeset
|
351 |
com/sun/jdi/CatchPatternTest.sh generic-all |
7510bb5aba58
8068718: com/sun/jdi/CatchPatternTest.sh should be quarantined
ykantser
parents:
28525
diff
changeset
|
352 |
|
28764
cdd5e4c034de
8071582: com/sun/jdi/GetLocalVariables4Test.sh should be quarantined
ykantser
parents:
28762
diff
changeset
|
353 |
# 8067354 |
cdd5e4c034de
8071582: com/sun/jdi/GetLocalVariables4Test.sh should be quarantined
ykantser
parents:
28762
diff
changeset
|
354 |
com/sun/jdi/GetLocalVariables4Test.sh windows-all |
cdd5e4c034de
8071582: com/sun/jdi/GetLocalVariables4Test.sh should be quarantined
ykantser
parents:
28762
diff
changeset
|
355 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
356 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
357 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
358 |
# jdk_util |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
359 |
|
27565 | 360 |
# 8062512 |
361 |
java/util/spi/ResourceBundleControlProvider/UserDefaultControlTest.java generic-all |
|
362 |
||
33658
4477af23782e
8140647: [TESTBUG] Add failing JDK jtreg tests to ProblemList
ctornqvi
parents:
33265
diff
changeset
|
363 |
# 8076458 |
4477af23782e
8140647: [TESTBUG] Add failing JDK jtreg tests to ProblemList
ctornqvi
parents:
33265
diff
changeset
|
364 |
java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java generic-all |
4477af23782e
8140647: [TESTBUG] Add failing JDK jtreg tests to ProblemList
ctornqvi
parents:
33265
diff
changeset
|
365 |
|
4477af23782e
8140647: [TESTBUG] Add failing JDK jtreg tests to ProblemList
ctornqvi
parents:
33265
diff
changeset
|
366 |
# 8130337 |
4477af23782e
8140647: [TESTBUG] Add failing JDK jtreg tests to ProblemList
ctornqvi
parents:
33265
diff
changeset
|
367 |
java/util/stream/test/org/openjdk/tests/java/util/stream/IntPrimitiveOpsTests.java generic-all |
4477af23782e
8140647: [TESTBUG] Add failing JDK jtreg tests to ProblemList
ctornqvi
parents:
33265
diff
changeset
|
368 |
|
4477af23782e
8140647: [TESTBUG] Add failing JDK jtreg tests to ProblemList
ctornqvi
parents:
33265
diff
changeset
|
369 |
# 8080165, 8085982 |
4477af23782e
8140647: [TESTBUG] Add failing JDK jtreg tests to ProblemList
ctornqvi
parents:
33265
diff
changeset
|
370 |
java/util/Arrays/ParallelPrefix.java generic-all |
4477af23782e
8140647: [TESTBUG] Add failing JDK jtreg tests to ProblemList
ctornqvi
parents:
33265
diff
changeset
|
371 |
|
4477af23782e
8140647: [TESTBUG] Add failing JDK jtreg tests to ProblemList
ctornqvi
parents:
33265
diff
changeset
|
372 |
# 8079538 |
4477af23782e
8140647: [TESTBUG] Add failing JDK jtreg tests to ProblemList
ctornqvi
parents:
33265
diff
changeset
|
373 |
java/util/BitSet/BitSetStreamTest.java generic-all |
4477af23782e
8140647: [TESTBUG] Add failing JDK jtreg tests to ProblemList
ctornqvi
parents:
33265
diff
changeset
|
374 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
375 |
############################################################################ |
22286
5c1a07e4573d
7185591: jcmd-big-script.sh ERROR: could not find app's Java pid.
ykantser
parents:
22274
diff
changeset
|
376 |
|
23551
28cf58aa3f36
8037864: Add java/lang/instrument/NativeMethodPrefixAgent.java to ProblemList.txt
sla
parents:
23339
diff
changeset
|
377 |
# jdk_instrument |
28cf58aa3f36
8037864: Add java/lang/instrument/NativeMethodPrefixAgent.java to ProblemList.txt
sla
parents:
23339
diff
changeset
|
378 |
|
28cf58aa3f36
8037864: Add java/lang/instrument/NativeMethodPrefixAgent.java to ProblemList.txt
sla
parents:
23339
diff
changeset
|
379 |
############################################################################ |
28cf58aa3f36
8037864: Add java/lang/instrument/NativeMethodPrefixAgent.java to ProblemList.txt
sla
parents:
23339
diff
changeset
|
380 |
|
22286
5c1a07e4573d
7185591: jcmd-big-script.sh ERROR: could not find app's Java pid.
ykantser
parents:
22274
diff
changeset
|
381 |
# svc_tools |
5c1a07e4573d
7185591: jcmd-big-script.sh ERROR: could not find app's Java pid.
ykantser
parents:
22274
diff
changeset
|
382 |
|
5c1a07e4573d
7185591: jcmd-big-script.sh ERROR: could not find app's Java pid.
ykantser
parents:
22274
diff
changeset
|
383 |
# 8031482 |
5c1a07e4573d
7185591: jcmd-big-script.sh ERROR: could not find app's Java pid.
ykantser
parents:
22274
diff
changeset
|
384 |
sun/tools/jcmd/TestJcmdSanity.java windows-all |
5c1a07e4573d
7185591: jcmd-big-script.sh ERROR: could not find app's Java pid.
ykantser
parents:
22274
diff
changeset
|
385 |
|
28757
79a2d3315ace
8072371: Add two failing svc tests to the problem list
darcy
parents:
28756
diff
changeset
|
386 |
# 8072131 |
79a2d3315ace
8072371: Add two failing svc tests to the problem list
darcy
parents:
28756
diff
changeset
|
387 |
sun/tools/jmap/heapconfig/JMapHeapConfigTest.java macosx-all |
79a2d3315ace
8072371: Add two failing svc tests to the problem list
darcy
parents:
28756
diff
changeset
|
388 |
|
30347
8afd3d1eac9d
8027668: sun/tools/jstatd/TestJstatdPort.java: java.net.ConnectException: Connection refused: connect
ykantser
parents:
30330
diff
changeset
|
389 |
# 8046285 |
24978
fd94ec11f272
8046355: sun/tools/jstatd/TestJstatdExternalRegistry.java should be quarantined
sla
parents:
24977
diff
changeset
|
390 |
sun/tools/jstatd/TestJstatdExternalRegistry.java generic-all |
fd94ec11f272
8046355: sun/tools/jstatd/TestJstatdExternalRegistry.java should be quarantined
sla
parents:
24977
diff
changeset
|
391 |
|
25987 | 392 |
# 6456333 |
393 |
sun/tools/jps/TestJpsJarRelative.java generic-all |
|
394 |
||
27789
8f7dbf70bf0e
6542634: TEST BUG: MISC_REGRESSION tests need to have minimum timeouts examined
ykantser
parents:
27349
diff
changeset
|
395 |
# 6734748 |
8f7dbf70bf0e
6542634: TEST BUG: MISC_REGRESSION tests need to have minimum timeouts examined
ykantser
parents:
27349
diff
changeset
|
396 |
sun/tools/jinfo/JInfoRunningProcessFlagTest.java generic-all |
8f7dbf70bf0e
6542634: TEST BUG: MISC_REGRESSION tests need to have minimum timeouts examined
ykantser
parents:
27349
diff
changeset
|
397 |
|
26723
7ece09b451e7
8058647: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java should be quarantined
miauno
parents:
26636
diff
changeset
|
398 |
# 8057732 |
7ece09b451e7
8058647: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java should be quarantined
miauno
parents:
26636
diff
changeset
|
399 |
sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java generic-all |
7ece09b451e7
8058647: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java should be quarantined
miauno
parents:
26636
diff
changeset
|
400 |
|
22286
5c1a07e4573d
7185591: jcmd-big-script.sh ERROR: could not find app's Java pid.
ykantser
parents:
22274
diff
changeset
|
401 |
############################################################################ |