author | coleenp |
Fri, 09 Mar 2018 12:03:20 -0500 | |
changeset 49366 | f95ef5511e1f |
parent 49118 | dbbbf6d7cf6e |
child 49221 | d8d1061ce34c |
child 49387 | 98e7a2c315a9 |
child 56255 | 39e28481492d |
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 |
# |
48493
d53732d23ade
8031482: Some jcmds generate output with a \n as a separator rather than \r\n on Windows
gadams
parents:
48451
diff
changeset
|
3 |
# Copyright (c) 2009, 2018, 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 |
45062 | 102 |
# 4. Use a tool like JPRT or something to verify these results |
103 |
# 5. Delete lines in this file, include the changes with your test changes |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
104 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
105 |
# 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
|
106 |
# 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
|
107 |
# |
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 |
# jdk_awt |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
113 |
|
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
114 |
java/awt/BasicStroke/DashScaleMinWidth.java 8198411 windows-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
115 |
java/awt/BasicStroke/DashZeroWidth.java 8198411 windows-all |
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
116 |
java/awt/event/MouseEvent/MouseClickTest/MouseClickTest.html 8168389 windows-all,macosx-all |
49102 | 117 |
java/awt/Focus/ActualFocusedWindowTest/ActualFocusedWindowBlockingTest.java 8168408 windows-all,macosx-all |
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
118 |
java/awt/Focus/FocusOwnerFrameOnClick/FocusOwnerFrameOnClick.java 8081489 generic-all |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
119 |
java/awt/Focus/IconifiedFrameFocusChangeTest/IconifiedFrameFocusChangeTest.java 6849364 generic-all |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
120 |
java/awt/Focus/AutoRequestFocusTest/AutoRequestFocusToFrontTest.java 6848406 generic-all |
48727 | 121 |
java/awt/Focus/AutoRequestFocusTest/AutoRequestFocusSetVisibleTest.java 6848407 generic-all |
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
122 |
java/awt/Frame/MaximizedUndecorated/MaximizedUndecorated.java 8022302 generic-all |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
123 |
|
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
124 |
java/awt/FileDialog/FileDialogIconTest/FileDialogIconTest.java 8160558 windows-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
125 |
java/awt/FileDialog/8003399/bug8003399.java 8198334 windows-all |
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
126 |
java/awt/event/MouseWheelEvent/InfiniteRecursion/InfiniteRecursion.java 8060176 windows-all,macosx-all |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
127 |
java/awt/event/MouseWheelEvent/InfiniteRecursion/InfiniteRecursion_1.java 8060176 windows-all,macosx-all |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
128 |
java/awt/dnd/BadSerializaionTest/BadSerializationTest.java 8039082 generic-all |
49102 | 129 |
java/awt/dnd/MissingEventsOnModalDialog/MissingEventsOnModalDialogTest.java 8164464 linux-all,macosx-all |
130 |
java/awt/dnd/URIListBetweenJVMsTest/URIListBetweenJVMsTest.html 8171510 macosx-all |
|
131 |
java/awt/dnd/7171812/bug7171812.java 8041447 macosx-all |
|
132 |
java/awt/Focus/ChoiceFocus/ChoiceFocus.java 8169103 windows-all,macosx-all |
|
133 |
java/awt/Focus/ClearLwQueueBreakTest/ClearLwQueueBreakTest.java 8198618 macosx-all |
|
134 |
java/awt/Focus/ConsumeNextKeyTypedOnModalShowTest/ConsumeNextKeyTypedOnModalShowTest.java 6986252 macosx-all |
|
135 |
java/awt/Focus/FocusTraversalPolicy/ButtonGroupLayoutTraversal/ButtonGroupLayoutTraversalTest.java 8198619 macosx-all |
|
136 |
java/awt/Focus/KeyEventForBadFocusOwnerTest/KeyEventForBadFocusOwnerTest.java 8198621 macosx-all |
|
137 |
java/awt/Focus/MouseClickRequestFocusRaceTest/MouseClickRequestFocusRaceTest.java 8194753 linux-all,macosx-all |
|
138 |
java/awt/Focus/NoAutotransferToDisabledCompTest/NoAutotransferToDisabledCompTest.java 7152980 macosx-all |
|
139 |
java/awt/Focus/ShowFrameCheckForegroundTest/ShowFrameCheckForegroundTest.java 8028701 macosx-all |
|
140 |
java/awt/Focus/SimpleWindowActivationTest/SimpleWindowActivationTest.java 8159599 macosx-all |
|
141 |
java/awt/Focus/TypeAhead/TestFocusFreeze.java 8198622 macosx-all |
|
142 |
java/awt/Focus/WrongKeyTypedConsumedTest/WrongKeyTypedConsumedTest.java 8169096 macosx-all |
|
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
143 |
java/awt/event/KeyEvent/CorrectTime/CorrectTime.java 6626492 generic-all |
49102 | 144 |
java/awt/EventQueue/6980209/bug6980209.java 8198615 macosx-all |
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
145 |
java/awt/Frame/MaximizedToUnmaximized/MaximizedToUnmaximized.java 8129569 generic-all |
49102 | 146 |
java/awt/Frame/ExceptionOnSetExtendedStateTest/ExceptionOnSetExtendedStateTest.java 8198237 macosx-all |
147 |
java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java 8144030 macosx-all |
|
148 |
java/awt/Frame/UnfocusableMaximizedFrameResizablity/UnfocusableMaximizedFrameResizablity.java 7158623 macosx-all |
|
149 |
java/awt/grab/EmbeddedFrameTest1/EmbeddedFrameTest1.java 7080150 macosx-all |
|
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
150 |
java/awt/event/InputEvent/EventWhenTest/EventWhenTest.java 8168646 generic-all |
49102 | 151 |
java/awt/KeyboardFocusmanager/TypeAhead/EnqueueWithDialogButtonTest/EnqueueWithDialogButtonTest.java 8198623 macosx-all |
152 |
java/awt/KeyboardFocusmanager/TypeAhead/FreezeTest/FreezeTest.java 8198623 macosx-all |
|
153 |
java/awt/KeyboardFocusmanager/TypeAhead/SubMenuShowTest/SubMenuShowTest.html 8198624 macosx-all |
|
154 |
java/awt/KeyboardFocusmanager/TypeAhead/TestDialogTypeAhead.html 8198626 macosx-all |
|
155 |
java/awt/Mixing/AWT_Mixing/HierarchyBoundsListenerMixingTest.java 8049405 macosx-all |
|
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
156 |
java/awt/Mixing/AWT_Mixing/OpaqueOverlappingChoice.java 8048171 generic-all |
49102 | 157 |
java/awt/Mixing/AWT_Mixing/JMenuBarOverlapping.java 8159451 linux-all,windows-all,macosx-all |
48732 | 158 |
java/awt/Mixing/AWT_Mixing/JSplitPaneOverlapping.java 6986109 windows-all |
159 |
java/awt/Mixing/AWT_Mixing/JInternalFrameMoveOverlapping.java 6986109 windows-all |
|
49102 | 160 |
java/awt/Mixing/AWT_Mixing/JSplitPaneOverlapping.java 8194765 windows-all,macosx-all |
48732 | 161 |
java/awt/Mixing/AWT_Mixing/MixingPanelsResizing.java 8049405 generic-all |
49102 | 162 |
java/awt/Mixing/AWT_Mixing/JComboBoxOverlapping.java 8049405 macosx-all |
163 |
java/awt/Mixing/AWT_Mixing/JPopupMenuOverlapping.java 8049405 macosx-all |
|
164 |
java/awt/Mixing/NonOpaqueInternalFrame.java 7124549 macosx-all |
|
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
165 |
java/awt/Focus/ActualFocusedWindowTest/ActualFocusedWindowRetaining.java 6829264 generic-all |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
166 |
java/awt/datatransfer/DragImage/MultiResolutionDragImageTest.java 8080982 generic-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
167 |
java/awt/datatransfer/SystemFlavorMap/AddFlavorTest.java 8079268 linux-all |
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
168 |
java/awt/Toolkit/ScreenInsetsTest/ScreenInsetsTest.java 6829250 windows-all |
49102 | 169 |
java/awt/Toolkit/RealSync/Test.java 6849383 macosx-all |
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
170 |
java/awt/LightweightComponent/LightweightEventTest/LightweightEventTest.java 8159252 windows-all |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
171 |
java/awt/EventDispatchThread/HandleExceptionOnEDT/HandleExceptionOnEDT.java 6990210 generic-all |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
172 |
java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html 4931413 windows-all |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
173 |
java/awt/FullScreen/FullScreenInsets/FullScreenInsets.java 7019055 windows-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
174 |
java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java 8198335 windows-all |
49102 | 175 |
java/awt/Focus/8013611/JDK8013611.java 8175366 windows-all,macosx-all |
176 |
java/awt/Focus/6378278/InputVerifierTest.java 8198616 macosx-all |
|
177 |
java/awt/Focus/6382144/EndlessLoopTest.java 8198617 macosx-all |
|
178 |
java/awt/Focus/6981400/Test1.java 8029675 windows-all,macosx-all |
|
179 |
java/awt/Focus/8073453/AWTFocusTransitionTest.java 8136517 macosx-all |
|
180 |
java/awt/Focus/8073453/SwingFocusTransitionTest.java 8136517 macosx-all |
|
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
181 |
java/awt/Focus/6981400/Test3.java 8173264 generic-all |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
182 |
java/awt/event/KeyEvent/ExtendedKeyCode/ExtendedKeyCodeTest.java 8169476 windows-all |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
183 |
java/awt/event/KeyEvent/KeyChar/KeyCharTest.java 8169474 windows-all |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
184 |
java/awt/event/MouseEvent/SpuriousExitEnter/SpuriousExitEnter_3.java 6854300 generic-all |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
185 |
java/awt/event/KeyEvent/ExtendedModifiersTest/ExtendedModifiersTest.java 8129778 generic-all |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
186 |
java/awt/event/KeyEvent/KeyMaskTest/KeyMaskTest.java 8129778 generic-all |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
187 |
java/awt/event/MouseEvent/MouseButtonsAndKeyMasksTest/MouseButtonsAndKeyMasksTest.java 8129778 generic-all |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
188 |
|
48727 | 189 |
java/awt/dnd/URIListToFileListBetweenJVMsTest/URIListToFileListBetweenJVMsTest.html 8194947 generic-all |
190 |
java/awt/dnd/ImageTransferTest/ImageTransferTest.java 8176556 generic-all |
|
191 |
java/awt/Frame/SetMaximizedBounds/SetMaximizedBounds.java 8196006 windows-all |
|
49102 | 192 |
java/awt/Frame/FramesGC/FramesGC.java 8079069 macosx-all |
48727 | 193 |
java/awt/FullScreen/AltTabCrashTest/AltTabCrashTest.java 8047218 generic-all |
194 |
java/awt/GridLayout/LayoutExtraGaps/LayoutExtraGaps.java 8000171 windows-all |
|
195 |
java/awt/Mouse/GetMousePositionTest/GetMousePositionWithPopup.java 8196017 windows-all |
|
196 |
java/awt/Scrollbar/ScrollbarMouseWheelTest/ScrollbarMouseWheelTest.java 8196018 windows-all |
|
197 |
java/awt/TrayIcon/ActionCommand/ActionCommand.java 8150540 windows-all |
|
198 |
java/awt/TrayIcon/ActionEventMask/ActionEventMask.java 8150540 windows-all |
|
199 |
java/awt/TrayIcon/ActionEventTest/ActionEventTest.java 8150540 windows-all |
|
49102 | 200 |
java/awt/TrayIcon/ModalityTest/ModalityTest.java 8150540 windows-all,macosx-all |
48727 | 201 |
java/awt/TrayIcon/MouseEventMask/MouseEventMaskTest.java 8150540 windows-all |
202 |
java/awt/TrayIcon/MouseEventMask/MouseEventMovedTest.java 8150540 windows-all |
|
48732 | 203 |
java/awt/TrayIcon/MouseMovedTest/MouseMovedTest.java 8150540 windows-all |
48727 | 204 |
java/awt/TrayIcon/SecurityCheck/FunctionalityCheck/FunctionalityCheck.java 8150540 windows-all |
205 |
java/awt/TrayIcon/TrayIconEventModifiers/TrayIconEventModifiersTest.java 8150540 windows-all |
|
206 |
java/awt/TrayIcon/TrayIconEvents/TrayIconEventsTest.java 8150540 windows-all |
|
207 |
java/awt/TrayIcon/TrayIconMouseTest/TrayIconMouseTest.java 8150540 windows-all |
|
49102 | 208 |
java/awt/TrayIcon/TrayIconPopup/TrayIconPopupClickTest.java 8150540 windows-all,macosx-all |
48727 | 209 |
java/awt/TrayIcon/TrayIconPopup/TrayIconPopupTest.java 8150540 windows-all |
48732 | 210 |
java/awt/TrayIcon/PopupMenuLeakTest/PopupMenuLeakTest.java 8196440 linux-all |
48727 | 211 |
java/awt/Window/Grab/GrabTest.java 8196019 windows-all |
212 |
java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.java 8196020 windows-all |
|
49102 | 213 |
java/awt/Window/ShapedAndTranslucentWindows/FocusAWTTest.java 8061236 macosx-all |
214 |
java/awt/Window/ShapedAndTranslucentWindows/SetShapeAndClick.java 8197936 macosx-all |
|
215 |
java/awt/Window/ShapedAndTranslucentWindows/SetShapeDynamicallyAndClick.java 8013450 macosx-all |
|
216 |
java/awt/Window/ShapedAndTranslucentWindows/Shaped.java 8078999 macosx-all |
|
217 |
java/awt/Window/ShapedAndTranslucentWindows/ShapedByAPI.java 8078999 macosx-all |
|
218 |
java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucent.java 8078999 macosx-all |
|
219 |
java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.java 8196020 macosx-all |
|
220 |
java/awt/Window/ShapedAndTranslucentWindows/StaticallyShaped.java 8165218 macosx-all |
|
221 |
java/awt/Window/AlwaysOnTop/AutoTestOnTop.java 6847593 macosx-all |
|
222 |
java/awt/Window/GrabSequence/GrabSequence.java 6848409 macosx-all |
|
48727 | 223 |
java/awt/font/TextLayout/CombiningPerf.java 8192931 generic-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
224 |
java/awt/font/TextLayout/TextLayoutBounds.java 8169188 macosx-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
225 |
java/awt/font/MonospacedGlyphWidth/MonospacedGlyphWidthTest.java 8198412 linux-all,solaris-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
226 |
java/awt/font/StyledMetrics/BoldSpace.java 8198422 linux-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
227 |
java/awt/FontMetrics/FontCrash.java 8198336 windows-all |
48727 | 228 |
java/awt/image/DrawImage/IncorrectAlphaSurface2SW.java 8056077 generic-all |
229 |
java/awt/image/DrawImage/IncorrectClipXorModeSW2Surface.java 8196025 windows-all |
|
230 |
java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java 8196025 windows-all |
|
231 |
java/awt/image/DrawImage/IncorrectSourceOffset.java 8196086 windows-all |
|
232 |
java/awt/image/DrawImage/IncorrectUnmanagedImageRotatedClip.java 8196087 windows-all |
|
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
233 |
java/awt/image/MultiResolutionImage/MultiResolutionDrawImageWithTransformTest.java 8198390 generic-all |
49102 | 234 |
java/awt/image/multiresolution/MultiresolutionIconTest.java 8169187 macosx-all |
48727 | 235 |
java/awt/print/Headless/HeadlessPrinterJob.java 8196088 windows-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
236 |
java/awt/print/PrinterJob/TestPgfmtSetMPA.java 8198343 generic-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
237 |
sun/awt/datatransfer/SuplementaryCharactersTransferTest.java 8011371 generic-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
238 |
sun/awt/shell/ShellFolderMemoryLeak.java 8197794 windows-all |
48727 | 239 |
sun/java2d/DirectX/OnScreenRenderingResizeTest/OnScreenRenderingResizeTest.java 8022403 generic-all |
240 |
sun/java2d/DirectX/OverriddenInsetsTest/OverriddenInsetsTest.java 8196102 generic-all |
|
241 |
sun/java2d/DirectX/RenderingToCachedGraphicsTest/RenderingToCachedGraphicsTest.java 8196180 windows-all |
|
242 |
sun/java2d/GdiRendering/InsetClipping.java 8196181 windows-all |
|
49102 | 243 |
sun/java2d/OpenGL/CopyAreaOOB.java 7001973 windows-all,macosx-all |
244 |
sun/java2d/SunGraphics2D/EmptyClipRenderingTest.java 8144029 macosx-all |
|
48732 | 245 |
sun/java2d/SunGraphics2D/DrawImageBilinear.java 8191506 generic-all |
48727 | 246 |
sun/java2d/SunGraphics2D/PolyVertTest.java 6986565 generic-all |
247 |
sun/java2d/SunGraphics2D/SimplePrimQuality.java 7992007 generic-all |
|
49102 | 248 |
sun/java2d/SunGraphics2D/SourceClippingBlitTest/SourceClippingBlitTest.java 8196191 windows-all,macosx-all |
249 |
sun/java2d/pipe/InterpolationQualityTest.java 8171303 windows-all,linux-all,macosx-all |
|
48727 | 250 |
java/awt/FullScreen/BufferStrategyExceptionTest/BufferStrategyExceptionTest.java 8196186 windows-all |
251 |
java/awt/FullScreen/DisplayChangeVITest/DisplayChangeVITest.java 8169469 windows-all |
|
252 |
java/awt/FullScreen/NonExistentDisplayModeTest/NonExistentDisplayModeTest.java 8196187 windows-all |
|
48732 | 253 |
java/awt/Graphics/ClippedCopyAreaTest/ClippedCopyAreaTest.java 8196436 linux-all |
48727 | 254 |
java/awt/Graphics/CopyScaledArea/CopyScaledAreaTest.java 8196189 windows-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
255 |
java/awt/Graphics2D/DrawString/DrawRotatedStringUsingRotatedFont.java 8197796 generic-all |
48727 | 256 |
java/awt/GraphicsDevice/CloneConfigsTest.java 8196190 windows-all |
257 |
java/awt/TextArea/TextAreaScrolling/TextAreaScrolling.java 8196300 windows-all |
|
258 |
java/awt/print/PrinterJob/Margins.java 8196301 windows-all |
|
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
259 |
java/awt/print/PrinterJob/PSQuestionMark.java 7003378 windows-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
260 |
java/awt/print/PrinterJob/GlyphPositions.java 7003378 windows-all |
48732 | 261 |
java/awt/Choice/PopupPosTest/PopupPosTest.html 8192930 windows-all |
49102 | 262 |
java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.html 6849922 macosx-all |
263 |
java/awt/Choice/ChoiceMouseWheelTest/ChoiceMouseWheelTest.java 7100044 macosx-all |
|
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
264 |
java/awt/Component/CreateImage/CreateImage.java 8198334 windows-all |
48732 | 265 |
java/awt/Component/GetScreenLocTest.java 4753654 windows-all |
266 |
java/awt/Choice/SelectCurrentItemTest/SelectCurrentItemTest.html 8192929 windows-all |
|
49102 | 267 |
java/awt/Clipboard/HTMLTransferTest/HTMLTransferTest.html 8017454 macosx-all |
48732 | 268 |
java/awt/Dialog/SiblingChildOrder/SiblingChildOrderTest.java 8193940 windows-all |
269 |
java/awt/Focus/NonFocusableWindowTest/NoEventsTest.java 8000171 windows-all |
|
270 |
java/awt/Frame/MiscUndecorated/RepaintTest.java 8079267 windows-all |
|
271 |
java/awt/Robot/ModifierRobotKey/ModifierRobotKeyTest.java 8157173 windows-all |
|
49102 | 272 |
java/awt/Modal/FileDialog/FileDialogAppModal1Test.java 8198664 macosx-all |
273 |
java/awt/Modal/FileDialog/FileDialogAppModal2Test.java 8198664 macosx-all |
|
274 |
java/awt/Modal/FileDialog/FileDialogAppModal3Test.java 8198664 macosx-all |
|
275 |
java/awt/Modal/FileDialog/FileDialogAppModal4Test.java 8198664 macosx-all |
|
276 |
java/awt/Modal/FileDialog/FileDialogAppModal5Test.java 8198664 macosx-all |
|
277 |
java/awt/Modal/FileDialog/FileDialogAppModal6Test.java 8198664 macosx-all |
|
278 |
java/awt/Modal/FileDialog/FileDialogDocModal1Test.java 8198664 macosx-all |
|
279 |
java/awt/Modal/FileDialog/FileDialogDocModal2Test.java 8198664 macosx-all |
|
280 |
java/awt/Modal/FileDialog/FileDialogDocModal3Test.java 8198664 macosx-all |
|
281 |
java/awt/Modal/FileDialog/FileDialogDocModal4Test.java 8198664 macosx-all |
|
282 |
java/awt/Modal/FileDialog/FileDialogDocModal5Test.java 8198664 macosx-all |
|
283 |
java/awt/Modal/FileDialog/FileDialogDocModal6Test.java 8198664 macosx-all |
|
284 |
java/awt/Modal/FileDialog/FileDialogDocModal7Test.java 8198664 macosx-all |
|
285 |
java/awt/Modal/FileDialog/FileDialogModal1Test.java 8198664 macosx-all |
|
286 |
java/awt/Modal/FileDialog/FileDialogModal2Test.java 8198664 macosx-all |
|
287 |
java/awt/Modal/FileDialog/FileDialogModal3Test.java 8198664 macosx-all |
|
288 |
java/awt/Modal/FileDialog/FileDialogModal4Test.java 8198664 macosx-all |
|
289 |
java/awt/Modal/FileDialog/FileDialogModal5Test.java 8198664 macosx-all |
|
290 |
java/awt/Modal/FileDialog/FileDialogModal6Test.java 8198664 macosx-all |
|
291 |
java/awt/Modal/FileDialog/FileDialogNonModal1Test.java 8198664 macosx-all |
|
292 |
java/awt/Modal/FileDialog/FileDialogNonModal2Test.java 8198664 macosx-all |
|
293 |
java/awt/Modal/FileDialog/FileDialogNonModal3Test.java 8198664 macosx-all |
|
294 |
java/awt/Modal/FileDialog/FileDialogNonModal4Test.java 8198664 macosx-all |
|
295 |
java/awt/Modal/FileDialog/FileDialogNonModal5Test.java 8198664 macosx-all |
|
296 |
java/awt/Modal/FileDialog/FileDialogNonModal6Test.java 8198664 macosx-all |
|
297 |
java/awt/Modal/FileDialog/FileDialogNonModal7Test.java 8198664 macosx-all |
|
48732 | 298 |
java/awt/Modal/FileDialog/FileDialogTKModal1Test.java 8196430 generic-all |
299 |
java/awt/Modal/FileDialog/FileDialogTKModal2Test.java 8196430 generic-all |
|
300 |
java/awt/Modal/FileDialog/FileDialogTKModal3Test.java 8196430 generic-all |
|
301 |
java/awt/Modal/FileDialog/FileDialogTKModal4Test.java 8196430 generic-all |
|
302 |
java/awt/Modal/FileDialog/FileDialogTKModal5Test.java 8196430 generic-all |
|
303 |
java/awt/Modal/FileDialog/FileDialogTKModal6Test.java 8196430 generic-all |
|
49102 | 304 |
java/awt/Modal/FileDialog/FileDialogTKModal7Test.java 8196430 macosx-all |
305 |
java/awt/Modal/ModalBlockingTests/BlockingDDAppModalTest.java 8198665 macosx-all |
|
306 |
java/awt/Modal/ModalBlockingTests/BlockingDDDocModalTest.java 8198665 macosx-all |
|
307 |
java/awt/Modal/ModalBlockingTests/BlockingDDModelessTest.java 8198665 macosx-all |
|
308 |
java/awt/Modal/ModalBlockingTests/BlockingDDNonModalTest.java 8198665 macosx-all |
|
309 |
java/awt/Modal/ModalBlockingTests/BlockingDDSetModalTest.java 8198665 macosx-all |
|
310 |
java/awt/Modal/ModalBlockingTests/BlockingDDToolkitModalTest.java 8198665 macosx-all |
|
311 |
java/awt/Modal/ModalBlockingTests/BlockingDFAppModalTest.java 8198665 macosx-all |
|
312 |
java/awt/Modal/ModalBlockingTests/BlockingDFSetModalTest.java 8198665 macosx-all |
|
313 |
java/awt/Modal/ModalBlockingTests/BlockingDFToolkitModalTest.java 8198665 macosx-all |
|
314 |
java/awt/Modal/ModalBlockingTests/BlockingDFWModeless1Test.java 8198665 macosx-all |
|
315 |
java/awt/Modal/ModalBlockingTests/BlockingDFWModeless2Test.java 8198665 macosx-all |
|
316 |
java/awt/Modal/ModalBlockingTests/BlockingDFWNonModal1Test.java 8198665 macosx-all |
|
317 |
java/awt/Modal/ModalBlockingTests/BlockingDFWNonModal2Test.java 8198665 macosx-all |
|
318 |
java/awt/Modal/ModalBlockingTests/BlockingDocModalTest.java 8198665 macosx-all |
|
319 |
java/awt/Modal/ModalBlockingTests/BlockingFDModelessTest.java 8198665 macosx-all |
|
320 |
java/awt/Modal/ModalBlockingTests/BlockingFDNonModalTest.java 8198665 macosx-all |
|
321 |
java/awt/Modal/ModalBlockingTests/BlockingFDWDocModal1Test.java 8198665 macosx-all |
|
322 |
java/awt/Modal/ModalBlockingTests/BlockingFDWDocModal2Test.java 8198665 macosx-all |
|
323 |
java/awt/Modal/ModalBlockingTests/BlockingFDWDocModal3Test.java 8198665 macosx-all |
|
324 |
java/awt/Modal/ModalBlockingTests/BlockingFDWDocModal4Test.java 8198665 macosx-all |
|
325 |
java/awt/Modal/ModalBlockingTests/BlockingFDWModeless1Test.java 8198665 macosx-all |
|
326 |
java/awt/Modal/ModalBlockingTests/BlockingFDWModeless2Test.java 8198665 macosx-all |
|
327 |
java/awt/Modal/ModalBlockingTests/BlockingFDWModeless3Test.java 8198665 macosx-all |
|
328 |
java/awt/Modal/ModalBlockingTests/BlockingFDWModeless4Test.java 8198665 macosx-all |
|
329 |
java/awt/Modal/ModalBlockingTests/BlockingFDWNonModal1Test.java 8198665 macosx-all |
|
330 |
java/awt/Modal/ModalBlockingTests/BlockingFDWNonModal2Test.java 8198665 macosx-all |
|
331 |
java/awt/Modal/ModalBlockingTests/BlockingFDWNonModal3Test.java 8198665 macosx-all |
|
332 |
java/awt/Modal/ModalBlockingTests/BlockingFDWNonModal4Test.java 8198665 macosx-all |
|
333 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsAppModal1Test.java 8198665 macosx-all |
|
334 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsAppModal2Test.java 8198665 macosx-all |
|
335 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsAppModal3Test.java 8198665 macosx-all |
|
336 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsAppModal4Test.java 8198665 macosx-all |
|
337 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsAppModal5Test.java 8198665 macosx-all |
|
338 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsAppModal6Test.java 8198665 macosx-all |
|
339 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsDocModal1Test.java 8198665 macosx-all |
|
340 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsDocModal2Test.java 8198665 macosx-all |
|
341 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsSetModal1Test.java 8198665 macosx-all |
|
342 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsSetModal2Test.java 8198665 macosx-all |
|
343 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsSetModal3Test.java 8198665 macosx-all |
|
344 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsSetModal4Test.java 8198665 macosx-all |
|
345 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsSetModal5Test.java 8198665 macosx-all |
|
346 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsSetModal6Test.java 8198665 macosx-all |
|
347 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsToolkitModal1Test.java 8198665 macosx-all |
|
348 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsToolkitModal2Test.java 8198665 macosx-all |
|
349 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsToolkitModal3Test.java 8198665 macosx-all |
|
350 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsToolkitModal4Test.java 8198665 macosx-all |
|
351 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsToolkitModal5Test.java 8198665 macosx-all |
|
352 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsToolkitModal6Test.java 8198665 macosx-all |
|
353 |
java/awt/Modal/ModalBlockingTests/UnblockedDialogAppModalTest.java 8198665 macosx-all |
|
354 |
java/awt/Modal/ModalBlockingTests/UnblockedDialogDocModalTest.java 8198665 macosx-all |
|
355 |
java/awt/Modal/ModalBlockingTests/UnblockedDialogModelessTest.java 8198665 macosx-all |
|
356 |
java/awt/Modal/ModalBlockingTests/UnblockedDialogNonModalTest.java 8198665 macosx-all |
|
357 |
java/awt/Modal/ModalBlockingTests/UnblockedDialogSetModalTest.java 8198665 macosx-all |
|
358 |
java/awt/Modal/ModalBlockingTests/UnblockedDialogToolkitModalTest.java 8198665 macosx-all |
|
359 |
java/awt/Modal/ModalDialogOrderingTest/ModalDialogOrderingTest.java 8066259 macosx-all |
|
360 |
java/awt/Modal/ModalExclusionTests/ApplicationExcludeFrameFileTest.java 8047179 macosx-all |
|
361 |
java/awt/Modal/ModalExclusionTests/ApplicationExcludeDialogFileTest.java 8047179 macosx-all |
|
362 |
java/awt/Modal/ModalExclusionTests/ApplicationExcludeDialogPageSetupTest.java 8196431 linux-all,macosx-all |
|
363 |
java/awt/Modal/ModalExclusionTests/ApplicationExcludeDialogPrintSetupTest.java 8196431 linux-all,macosx-all |
|
364 |
java/awt/Modal/ModalExclusionTests/ApplicationExcludeFramePageSetupTest.java 8196431 linux-all,macosx-all |
|
365 |
java/awt/Modal/ModalExclusionTests/ApplicationExcludeFramePrintSetupTest.java 8196431 linux-all,macosx-all |
|
366 |
java/awt/Modal/ModalExclusionTests/ToolkitExcludeFrameFileTest.java 8047179 macosx-all |
|
367 |
java/awt/Modal/ModalExclusionTests/ToolkitExcludeDialogFileTest.java 8196431 macosx-all |
|
368 |
java/awt/Modal/ModalExclusionTests/ToolkitExcludeDialogPageSetupTest.java 8196431 linux-all,macosx-all |
|
369 |
java/awt/Modal/ModalExclusionTests/ToolkitExcludeDialogPrintSetupTest.java 8196431 linux-all,macosx-all |
|
370 |
java/awt/Modal/ModalExclusionTests/ToolkitExcludeFramePageSetupTest.java 8196431 linux-all,macosx-all |
|
371 |
java/awt/Modal/ModalExclusionTests/ToolkitExcludeFramePrintSetupTest.java 8196431 linux-all,macosx-all |
|
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
372 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFAppModal2Test.java 8058813 windows-all |
48732 | 373 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFModeless2Test.java 8196191 windows-all |
49102 | 374 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferDWFDocModalTest.java 8196432 linux-all,macosx-all |
375 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferDWFModelessTest.java 8196432 linux-all,macosx-all |
|
376 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferDWFNonModalTest.java 8196432 linux-all,macosx-all |
|
48732 | 377 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferDialogsModelessTest.java 8196432 linux-all |
378 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferDialogsNonModalTest.java 8196432 linux-all |
|
379 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFDWDocModalTest.java 8196432 linux-all |
|
380 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFDWModelessTest.java 8196432 linux-all |
|
381 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFDWNonModalTest.java 8196432 linux-all |
|
49102 | 382 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDAppModal1Test.java 8196432 linux-all,macosx-all |
383 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDAppModal2Test.java 8196432 linux-all,macosx-all |
|
384 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDAppModal3Test.java 8196432 linux-all,macosx-all |
|
385 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDAppModal4Test.java 8196432 linux-all,macosx-all |
|
386 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDDocModal1Test.java 8196432 linux-all,macosx-all |
|
387 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDDocModal2Test.java 8196432 linux-all,macosx-all |
|
388 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDDocModal3Test.java 8196432 linux-all,macosx-all |
|
389 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDDocModal4Test.java 8196432 linux-all,macosx-all |
|
390 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDModeless1Test.java 8196432 linux-all,macosx-all |
|
391 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDModeless2Test.java 8196432 linux-all,macosx-all |
|
392 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDModeless3Test.java 8196432 linux-all,macosx-all |
|
393 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDModeless4Test.java 8196432 linux-all,macosx-all |
|
394 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDNonModal1Test.java 8196432 linux-all,macosx-all |
|
395 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDNonModal2Test.java 8196432 linux-all,macosx-all |
|
396 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDNonModal3Test.java 8196432 linux-all,macosx-all |
|
397 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDNonModal4Test.java 8196432 linux-all,macosx-all |
|
48732 | 398 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFDocModal2Test.java 8196432 linux-all |
399 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFNonModal2Test.java 8196432 linux-all |
|
49102 | 400 |
java/awt/Modal/MultipleDialogs/MultipleDialogs1Test.java 8198665 macosx-all |
401 |
java/awt/Modal/MultipleDialogs/MultipleDialogs2Test.java 8198665 macosx-all |
|
402 |
java/awt/Modal/MultipleDialogs/MultipleDialogs3Test.java 8198665 macosx-all |
|
403 |
java/awt/Modal/MultipleDialogs/MultipleDialogs4Test.java 8198665 macosx-all |
|
404 |
java/awt/Modal/MultipleDialogs/MultipleDialogs5Test.java 8198665 macosx-all |
|
48732 | 405 |
java/awt/Mouse/GetMousePositionTest/GetMousePositionWithOverlay.java 8196435 linux-all |
49102 | 406 |
java/awt/Mouse/EnterExitEvents/DragWindowOutOfFrameTest.java 8177326 macosx-all |
407 |
java/awt/Mouse/EnterExitEvents/DragWindowTest.java 8023562 macosx-all |
|
408 |
java/awt/Mouse/EnterExitEvents/ResizingFrameTest.java 8005021 macosx-all |
|
409 |
java/awt/Mouse/EnterExitEvents/FullscreenEnterEventTest.java 8051455 macosx-all |
|
410 |
java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Standard.java 7124407 macosx-all |
|
411 |
java/awt/Mouse/RemovedComponentMouseListener/RemovedComponentMouseListener.java 8157170 macosx-all |
|
48732 | 412 |
java/awt/Focus/ForwardingFocusToProxyMotifTest/ForwardingFocusToProxyMotifTest.java 8196436 linux-all |
413 |
java/awt/Window/OverrideRedirectRemoved/ChildWindowProblem.java 8196438 linux-all |
|
49102 | 414 |
java/awt/Modal/ToBack/ToBackAppModal1Test.java 8196441 linux-all,macosx-all |
415 |
java/awt/Modal/ToBack/ToBackAppModal2Test.java 8196441 linux-all,macosx-all |
|
416 |
java/awt/Modal/ToBack/ToBackAppModal3Test.java 8196441 linux-all,macosx-all |
|
417 |
java/awt/Modal/ToBack/ToBackAppModal4Test.java 8196441 linux-all,macosx-all |
|
418 |
java/awt/Modal/ToBack/ToBackAppModal5Test.java 8196441 macosx-all |
|
419 |
java/awt/Modal/ToBack/ToBackModal1Test.java 8196441 linux-all,macosx-all |
|
420 |
java/awt/Modal/ToBack/ToBackModal2Test.java 8196441 linux-all,macosx-all |
|
421 |
java/awt/Modal/ToBack/ToBackModal3Test.java 8196441 linux-all,macosx-all |
|
422 |
java/awt/Modal/ToBack/ToBackModal4Test.java 8196441 linux-all,macosx-all |
|
423 |
java/awt/Modal/ToBack/ToBackTKModal1Test.java 8196441 linux-all,macosx-all |
|
424 |
java/awt/Modal/ToBack/ToBackTKModal2Test.java 8196441 linux-all,macosx-all |
|
425 |
java/awt/Modal/ToBack/ToBackTKModal3Test.java 8196441 linux-all,macosx-all |
|
426 |
java/awt/Modal/ToBack/ToBackTKModal4Test.java 8196441 linux-all,macosx-all |
|
427 |
java/awt/Modal/ToBack/ToBackTKModal5Test.java 8196441 macosx-all |
|
428 |
java/awt/Modal/ToBack/ToBackDocModal1Test.java 8196441 linux-all,macosx-all |
|
429 |
java/awt/Modal/ToBack/ToBackDocModal2Test.java 8196441 linux-all,macosx-all |
|
430 |
java/awt/Modal/ToBack/ToBackDocModal3Test.java 8196441 linux-all,macosx-all |
|
431 |
java/awt/Modal/ToBack/ToBackDocModal4Test.java 8196441 linux-all,macosx-all |
|
432 |
java/awt/Modal/ToBack/ToBackDocModal5Test.java 8196441 linux-all,macosx-all |
|
433 |
java/awt/Modal/ToBack/ToBackModeless1Test.java 8196441 macosx-all |
|
434 |
java/awt/Modal/ToBack/ToBackModeless2Test.java 8196441 macosx-all |
|
435 |
java/awt/Modal/ToBack/ToBackModeless3Test.java 8196441 macosx-all |
|
436 |
java/awt/Modal/ToBack/ToBackModeless4Test.java 8196441 macosx-all |
|
437 |
java/awt/Modal/ToBack/ToBackModeless5Test.java 8196441 macosx-all |
|
438 |
java/awt/Modal/ToBack/ToBackNonModal1Test.java 8196441 macosx-all |
|
439 |
java/awt/Modal/ToBack/ToBackNonModal2Test.java 8196441 macosx-all |
|
440 |
java/awt/Modal/ToBack/ToBackNonModal3Test.java 8196441 macosx-all |
|
441 |
java/awt/Modal/ToBack/ToBackNonModal4Test.java 8196441 macosx-all |
|
442 |
java/awt/Modal/ToBack/ToBackNonModal5Test.java 8196441 macosx-all |
|
443 |
java/awt/Modal/OnTop/OnTopAppModal1Test.java 8198666 macosx-all |
|
444 |
java/awt/Modal/OnTop/OnTopAppModal2Test.java 8198666 macosx-all |
|
445 |
java/awt/Modal/OnTop/OnTopAppModal3Test.java 8198666 macosx-all |
|
446 |
java/awt/Modal/OnTop/OnTopAppModal4Test.java 8198666 macosx-all |
|
447 |
java/awt/Modal/OnTop/OnTopAppModal5Test.java 8198666 macosx-all |
|
448 |
java/awt/Modal/OnTop/OnTopAppModal6Test.java 8198666 macosx-all |
|
449 |
java/awt/Modal/OnTop/OnTopDocModal1Test.java 8198666 macosx-all |
|
450 |
java/awt/Modal/OnTop/OnTopDocModal2Test.java 8198666 macosx-all |
|
451 |
java/awt/Modal/OnTop/OnTopDocModal3Test.java 8198666 macosx-all |
|
452 |
java/awt/Modal/OnTop/OnTopDocModal4Test.java 8198666 macosx-all |
|
453 |
java/awt/Modal/OnTop/OnTopDocModal5Test.java 8198666 macosx-all |
|
454 |
java/awt/Modal/OnTop/OnTopDocModal6Test.java 8198666 macosx-all |
|
455 |
java/awt/Modal/OnTop/OnTopModal1Test.java 8198666 macosx-all |
|
456 |
java/awt/Modal/OnTop/OnTopModal2Test.java 8198666 macosx-all |
|
457 |
java/awt/Modal/OnTop/OnTopModal3Test.java 8198666 macosx-all |
|
458 |
java/awt/Modal/OnTop/OnTopModal4Test.java 8198666 macosx-all |
|
459 |
java/awt/Modal/OnTop/OnTopModal5Test.java 8198666 macosx-all |
|
460 |
java/awt/Modal/OnTop/OnTopModal6Test.java 8198666 macosx-all |
|
461 |
java/awt/Modal/OnTop/OnTopModal6Test.java 8198666 macosx-all |
|
462 |
java/awt/Modal/OnTop/OnTopModeless1Test.java 8198666 macosx-all |
|
463 |
java/awt/Modal/OnTop/OnTopModeless2Test.java 8198666 macosx-all |
|
464 |
java/awt/Modal/OnTop/OnTopModeless3Test.java 8198666 macosx-all |
|
465 |
java/awt/Modal/OnTop/OnTopModeless4Test.java 8198666 macosx-all |
|
466 |
java/awt/Modal/OnTop/OnTopModeless5Test.java 8198666 macosx-all |
|
467 |
java/awt/Modal/OnTop/OnTopModeless6Test.java 8198666 macosx-all |
|
468 |
java/awt/Modal/OnTop/OnTopTKModal1Test.java 8198666 macosx-all |
|
469 |
java/awt/Modal/OnTop/OnTopTKModal2Test.java 8198666 macosx-all |
|
470 |
java/awt/Modal/OnTop/OnTopTKModal3Test.java 8198666 macosx-all |
|
471 |
java/awt/Modal/OnTop/OnTopTKModal4Test.java 8198666 macosx-all |
|
472 |
java/awt/Modal/OnTop/OnTopTKModal5Test.java 8198666 macosx-all |
|
473 |
java/awt/Modal/OnTop/OnTopTKModal6Test.java 8198666 macosx-all |
|
48732 | 474 |
java/awt/List/SingleModeDeselect/SingleModeDeselect.java 8196301 windows-all |
49102 | 475 |
java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java 8061235 macosx-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
476 |
javax/print/PrintSEUmlauts/PrintSEUmlauts.java 8135174 generic-all |
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
477 |
|
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
478 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
479 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
480 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
481 |
# jdk_beans |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
482 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
483 |
java/beans/Introspector/8132566/OverridePropertyInfoTest.java 8132565 generic-all |
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
484 |
java/beans/Introspector/8132566/OverrideUserDefPropertyInfoTest.java 8132565 generic-all |
32301
5d48ae677b8f
8134521: Problem list failing java/beans/Introspector test
darcy
parents:
32228
diff
changeset
|
485 |
|
49102 | 486 |
java/beans/XMLEncoder/Test6570354.java 8015593 macosx-all |
487 |
||
4187
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 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
490 |
# jdk_lang |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
491 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
492 |
java/lang/StringCoding/CheckEncodings.sh 7008363 generic-all |
35771 | 493 |
|
45579
d92932ba64da
8182620: Problem list java/lang/String/nativeEncoding/StringPlatformChars.java for JDK-8182569
xiaofeya
parents:
45384
diff
changeset
|
494 |
java/lang/String/nativeEncoding/StringPlatformChars.java 8182569 windows-all,solaris-all |
d92932ba64da
8182620: Problem list java/lang/String/nativeEncoding/StringPlatformChars.java for JDK-8182569
xiaofeya
parents:
45384
diff
changeset
|
495 |
|
48974 | 496 |
java/lang/invoke/condy/CondyRepeatFailedResolution.java 8197944 windows-all |
497 |
java/lang/invoke/condy/CondyReturnPrimitiveTest.java 8197944 windows-all |
|
498 |
||
11527 | 499 |
############################################################################ |
500 |
||
26728
d78714eb3f47
8058899: Put test 'java/lang/instrument/NativeMethodPrefixAgent.java' on ProblemList
jbachorik
parents:
26726
diff
changeset
|
501 |
# jdk_instrument |
d78714eb3f47
8058899: Put test 'java/lang/instrument/NativeMethodPrefixAgent.java' on ProblemList
jbachorik
parents:
26726
diff
changeset
|
502 |
|
40269
edab53bd500e
8160611: Clean up ProblemList.txt for closed/resolved issues
fyuan
parents:
40261
diff
changeset
|
503 |
java/lang/instrument/RedefineBigClass.sh 8065756 generic-all |
edab53bd500e
8160611: Clean up ProblemList.txt for closed/resolved issues
fyuan
parents:
40261
diff
changeset
|
504 |
java/lang/instrument/RetransformBigClass.sh 8065756 generic-all |
27749
8b7b1ff96d50
8062037: java/lang/instrument/RetransformBigClass.sh should be quarantined
olagneau
parents:
27349
diff
changeset
|
505 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
506 |
java/lang/instrument/BootClassPath/BootClassPathTest.sh 8072130 macosx-all |
28757
79a2d3315ace
8072371: Add two failing svc tests to the problem list
darcy
parents:
28756
diff
changeset
|
507 |
|
39468
04d84adee123
8159959: Quarantine java/lang/management/MemoryMXBean/Pending.java
akulyakh
parents:
38876
diff
changeset
|
508 |
java/lang/management/MemoryMXBean/Pending.java 8158837 generic-all |
42166
5582c83b1156
8169836: ProblemList update for java/lang/management/MemoryMXBean/PendingAllGC.sh
amlu
parents:
42165
diff
changeset
|
509 |
java/lang/management/MemoryMXBean/PendingAllGC.sh 8158837 generic-all |
39468
04d84adee123
8159959: Quarantine java/lang/management/MemoryMXBean/Pending.java
akulyakh
parents:
38876
diff
changeset
|
510 |
|
26728
d78714eb3f47
8058899: Put test 'java/lang/instrument/NativeMethodPrefixAgent.java' on ProblemList
jbachorik
parents:
26726
diff
changeset
|
511 |
############################################################################ |
d78714eb3f47
8058899: Put test 'java/lang/instrument/NativeMethodPrefixAgent.java' on ProblemList
jbachorik
parents:
26726
diff
changeset
|
512 |
|
38374
3758f3419566
8157011: Problem list tools/pack200/TestNormal.java and java/io/pathNames/GeneralWin32.java
mli
parents:
37911
diff
changeset
|
513 |
# jdk_io |
3758f3419566
8157011: Problem list tools/pack200/TestNormal.java and java/io/pathNames/GeneralWin32.java
mli
parents:
37911
diff
changeset
|
514 |
|
45070
23a9f2c1aaf2
8180304: Add tests to ProblemList that fails on Windows when running with subst or different drive than source code is on.
ctornqvi
parents:
45067
diff
changeset
|
515 |
java/io/pathNames/GeneralWin32.java 8180264 windows-all |
23a9f2c1aaf2
8180304: Add tests to ProblemList that fails on Windows when running with subst or different drive than source code is on.
ctornqvi
parents:
45067
diff
changeset
|
516 |
|
38374
3758f3419566
8157011: Problem list tools/pack200/TestNormal.java and java/io/pathNames/GeneralWin32.java
mli
parents:
37911
diff
changeset
|
517 |
############################################################################ |
3758f3419566
8157011: Problem list tools/pack200/TestNormal.java and java/io/pathNames/GeneralWin32.java
mli
parents:
37911
diff
changeset
|
518 |
|
42338
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
42107
diff
changeset
|
519 |
# jdk_management |
14170
c819974fc133
7173494: some jdk tests are not run in test/Makefile
alanb
parents:
14013
diff
changeset
|
520 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
521 |
com/sun/management/OperatingSystemMXBean/GetProcessCpuLoad.java 8030957 aix-all |
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
522 |
com/sun/management/OperatingSystemMXBean/GetSystemCpuLoad.java 8030957 aix-all |
43994
bfa5dcb74e06
8174855: Quarantine failing test jdk/test/sun/management/HotspotRuntimeMBean/GetSafepointSyncTime.java
gtriantafill
parents:
43720
diff
changeset
|
523 |
sun/management/HotspotRuntimeMBean/GetSafepointSyncTime.java 8174734 generic-all |
42338
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
42107
diff
changeset
|
524 |
|
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
42107
diff
changeset
|
525 |
############################################################################ |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
42107
diff
changeset
|
526 |
|
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
42107
diff
changeset
|
527 |
# jdk_jmx |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
42107
diff
changeset
|
528 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
529 |
javax/management/MBeanServer/OldMBeanServerTest.java 8030957 aix-all |
22602
0d9a07b0d7e9
8028537: PPC64: Updated the JDK regression tests to run on AIX
simonis
parents:
21978
diff
changeset
|
530 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
531 |
javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java 8042215 generic-all |
28306
ed3925666bd9
8068591: javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java should be quarantined
sjiang
parents:
28261
diff
changeset
|
532 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
533 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
534 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
535 |
# jdk_net |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
536 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
537 |
java/net/MulticastSocket/NoLoopbackPackets.java 7122846 macosx-all |
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
538 |
java/net/MulticastSocket/SetLoopbackMode.java 7122846 macosx-all |
12047
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
539 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
540 |
java/net/MulticastSocket/Test.java 7145658 macosx-all |
12047
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
541 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
542 |
java/net/DatagramSocket/SendDatagramToBadAddress.java 7143960 macosx-all |
12047
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
543 |
|
48451
9a29aa153c20
8194724: Problem list java/net/httpclient/SplitResponseSSL.java
xiaofeya
parents:
48399
diff
changeset
|
544 |
java/net/httpclient/SplitResponseSSL.java 8194151 windows-all |
9a29aa153c20
8194724: Problem list java/net/httpclient/SplitResponseSSL.java
xiaofeya
parents:
48399
diff
changeset
|
545 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
546 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
547 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
548 |
# jdk_nio |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
549 |
|
48722
02b7ea53c1a4
8196622: Add java/nio/Buffer/EqualsCompareTest.java to ProblemList
bpb
parents:
48659
diff
changeset
|
550 |
java/nio/Buffer/EqualsCompareTest.java 8193917 solaris-all |
02b7ea53c1a4
8196622: Add java/nio/Buffer/EqualsCompareTest.java to ProblemList
bpb
parents:
48659
diff
changeset
|
551 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
552 |
java/nio/channels/Selector/Wakeup.java 6963118 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
|
553 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
554 |
java/nio/channels/DatagramChannel/ChangingAddress.java 7141822 macosx-all |
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
555 |
|
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
556 |
java/nio/file/WatchService/Basic.java 7158947 solaris-all Solaris 11 |
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
557 |
java/nio/file/WatchService/MayFlies.java 7158947 solaris-all Solaris 11 |
48765
46d915180ad2
8197141: Add java/nio/file/WatchService/LotsOfCancels.java to ProblemList on Solaris
bpb
parents:
48736
diff
changeset
|
558 |
java/nio/file/WatchService/LotsOfCancels.java 8188039 solaris-all Solaris 11 |
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
559 |
java/nio/file/WatchService/LotsOfEvents.java 7158947 solaris-all Solaris 11 |
12047
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
560 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
561 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
562 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
563 |
# jdk_rmi |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
564 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
565 |
java/rmi/server/Unreferenced/finiteGCLatency/FiniteGCLatency.java 7140992 generic-all |
27261
96e7a70498d9
8062233: add java/rmi/server/Unreferenced/finiteGCLatency/FiniteGCLatency.java to problem list
smarks
parents:
27189
diff
changeset
|
566 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
567 |
java/rmi/transport/rapidExportUnexport/RapidExportUnexport.java 7146541 linux-all |
11990 | 568 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
569 |
java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java 7191877 generic-all |
13664
52225a1bdf40
7195099: update problem list with RMI test failures
smarks
parents:
13598
diff
changeset
|
570 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
571 |
java/rmi/activation/Activatable/extLoadedImpl/ext.sh 8062724 generic-all |
27565 | 572 |
|
43240
5840f84ea2e3
8173159: Problem list java/rmi/activation/ActivationGroup/downloadActivationGroup/DownloadActivationGroup.java on Windows
xiaofeya
parents:
43239
diff
changeset
|
573 |
java/rmi/activation/ActivationGroup/downloadActivationGroup/DownloadActivationGroup.java 8169569 windows-all |
5840f84ea2e3
8173159: Problem list java/rmi/activation/ActivationGroup/downloadActivationGroup/DownloadActivationGroup.java on Windows
xiaofeya
parents:
43239
diff
changeset
|
574 |
|
47487
c15c00e48c3a
8190573: Problem list InheritedChannelNotServerSocket.java
darcy
parents:
47483
diff
changeset
|
575 |
java/rmi/activation/rmidViaInheritedChannel/InheritedChannelNotServerSocket.java 8170562 generic-all |
c15c00e48c3a
8190573: Problem list InheritedChannelNotServerSocket.java
darcy
parents:
47483
diff
changeset
|
576 |
|
43301
39914c7e5bf0
8173326: Problem list java/rmi/registry/readTest/CodebaseTest.java on Windows
mli
parents:
43245
diff
changeset
|
577 |
java/rmi/registry/readTest/CodebaseTest.java 8173324 windows-all |
39914c7e5bf0
8173326: Problem list java/rmi/registry/readTest/CodebaseTest.java on Windows
mli
parents:
43245
diff
changeset
|
578 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
579 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
580 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
581 |
# jdk_security |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
582 |
|
39652
4213518e2074
8154821: Update issue number for sun/security/pkcs11/ec/TestKeyFactory.java in ProblemList
mli
parents:
39645
diff
changeset
|
583 |
sun/security/pkcs11/ec/TestKeyFactory.java 8026976 generic-all |
48548
0dec8c41170c
8195667: ProblemList PKCS11 tests Secmod/AddTrustedCert.java and tls/TestKeyMaterial.java due to JDK-8180837
jjiang
parents:
48547
diff
changeset
|
584 |
sun/security/pkcs11/Secmod/AddTrustedCert.java 8180837 generic-all |
0dec8c41170c
8195667: ProblemList PKCS11 tests Secmod/AddTrustedCert.java and tls/TestKeyMaterial.java due to JDK-8180837
jjiang
parents:
48547
diff
changeset
|
585 |
sun/security/pkcs11/tls/TestKeyMaterial.java 8180837 generic-all |
19066 | 586 |
|
37901
e74625573c82
8156890: Temporarily problem list ListKeychainStore.sh on Mac
darcy
parents:
37893
diff
changeset
|
587 |
sun/security/tools/keytool/ListKeychainStore.sh 8156889 macosx-all |
e74625573c82
8156890: Temporarily problem list ListKeychainStore.sh on Mac
darcy
parents:
37893
diff
changeset
|
588 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
589 |
sun/security/tools/jarsigner/warnings/BadKeyUsageTest.java 8026393 generic-all |
28662
efd0203db371
8049171: Additional tests for jarsigner's warnings
asmotrak
parents:
28528
diff
changeset
|
590 |
|
42702
03bf81fb558c
8171297: ProblemList javax/net/ssl/DTLS/PacketLossRetransmission.java due to JDK-8169086
fyuan
parents:
42690
diff
changeset
|
591 |
javax/net/ssl/DTLS/PacketLossRetransmission.java 8169086 macosx-x64 |
43793
79c4fc467eb3
8174887: Problem list javax/net/ssl/DTLS/RespondToRetransmit.java
amlu
parents:
43720
diff
changeset
|
592 |
javax/net/ssl/DTLS/RespondToRetransmit.java 8169086 macosx-x64 |
42702
03bf81fb558c
8171297: ProblemList javax/net/ssl/DTLS/PacketLossRetransmission.java due to JDK-8169086
fyuan
parents:
42690
diff
changeset
|
593 |
|
45070
23a9f2c1aaf2
8180304: Add tests to ProblemList that fails on Windows when running with subst or different drive than source code is on.
ctornqvi
parents:
45067
diff
changeset
|
594 |
sun/security/krb5/auto/UnboundSSL.java 8180265 windows-all |
23a9f2c1aaf2
8180304: Add tests to ProblemList that fails on Windows when running with subst or different drive than source code is on.
ctornqvi
parents:
45067
diff
changeset
|
595 |
sun/security/provider/KeyStore/DKSTest.sh 8180266 windows-all |
48495
fdf6715229b1
8194666: ProblemList update for bugid associated with PreferredKey.java, ConcurrentHashMapTest and SSLSocketParametersTest.sh
amlu
parents:
48399
diff
changeset
|
596 |
sun/security/ssl/X509KeyManager/PreferredKey.java 8190333 generic-all |
44045
8102155116c6
8176213: 78 sun/security/krb5/auto tests failing due to undeclared dependecies
skovalev
parents:
44042
diff
changeset
|
597 |
|
4187
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 |
|
11910
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
600 |
# jdk_sound |
45341
b7cc7f639ecf
8178383: Validation of FileIO in the tests for JavaSound should be stricter
serb
parents:
44861
diff
changeset
|
601 |
javax/sound/sampled/DirectAudio/bug6372428.java 8055097 generic-all |
b7cc7f639ecf
8178383: Validation of FileIO in the tests for JavaSound should be stricter
serb
parents:
44861
diff
changeset
|
602 |
javax/sound/sampled/Clip/bug5070081.java 8055097 generic-all |
b7cc7f639ecf
8178383: Validation of FileIO in the tests for JavaSound should be stricter
serb
parents:
44861
diff
changeset
|
603 |
javax/sound/sampled/DataLine/LongFramePosition.java 8055097 generic-all |
41905
e8e5df013c6e
8167615: Opensource unit/regression tests for JavaSound
serb
parents:
41761
diff
changeset
|
604 |
|
e8e5df013c6e
8167615: Opensource unit/regression tests for JavaSound
serb
parents:
41761
diff
changeset
|
605 |
javax/sound/sampled/Clip/Drain/ClipDrain.java 7062792 generic-all |
e8e5df013c6e
8167615: Opensource unit/regression tests for JavaSound
serb
parents:
41761
diff
changeset
|
606 |
|
e8e5df013c6e
8167615: Opensource unit/regression tests for JavaSound
serb
parents:
41761
diff
changeset
|
607 |
javax/sound/sampled/Mixers/DisabledAssertionCrash.java 7067310 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
|
608 |
|
11910
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
609 |
############################################################################ |
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
610 |
|
34433 | 611 |
# jdk_imageio |
612 |
||
613 |
############################################################################ |
|
614 |
||
11910
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
615 |
# 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
|
616 |
|
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
617 |
com/sun/java/swing/plaf/windows/Test8173145.java 8198334 windows-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
618 |
|
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
619 |
javax/swing/border/Test6981576.java 8198339 generic-all |
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
620 |
javax/swing/JComponent/7154030/bug7154030.java 7190978 generic-all |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
621 |
javax/swing/JComboBox/ConsumedKeyTest/ConsumedKeyTest.java 8067986 generic-all |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
622 |
javax/swing/JComponent/6683775/bug6683775.java 8172337 generic-all |
49102 | 623 |
javax/swing/JComboBox/6236162/bug6236162.java 8028707 windows-all,macosx-all |
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
624 |
javax/swing/text/html/parser/Test8017492.java 8022535 generic-all |
49102 | 625 |
javax/swing/JButton/8151303/PressedIconTest.java 8198689 macosx-all |
626 |
javax/swing/JWindow/ShapedAndTranslucentWindows/PerPixelTranslucentCanvas.java 8081476 windows-all,macosx-all |
|
627 |
javax/swing/JWindow/ShapedAndTranslucentWindows/PerPixelTranslucentSwing.java 8194128 macosx-all |
|
628 |
javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedPerPixelTranslucentGradient.java 8198667 macosx-all |
|
629 |
javax/swing/JWindow/ShapedAndTranslucentWindows/SetShapeAndClickSwing.java 8013450 macosx-all |
|
630 |
javax/swing/JWindow/ShapedAndTranslucentWindows/TranslucentJComboBox.java 8190347 macosx-all |
|
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
631 |
# The next test below is an intermittent failure |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
632 |
javax/swing/JComboBox/8033069/bug8033069ScrollBar.java 8163367 generic-all |
49102 | 633 |
javax/swing/JColorChooser/Test6541987.java 8143021 windows-all,linux-all,macosx-all |
634 |
javax/swing/JColorChooser/Test7194184.java 8194126 linux-all,macosx-all |
|
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
635 |
javax/swing/JTable/7124218/SelectEditTableCell.java 8148958 linux-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
636 |
javax/swing/JTable/4235420/bug4235420.java 8079127 linux-all,macosx-all |
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
637 |
javax/swing/JTree/DnD/LastNodeLowerHalfDrop.java 8159131 linux-all |
49102 | 638 |
javax/swing/JTree/4633594/JTreeFocusTest.java 8173125 macosx-all |
639 |
javax/swing/JTree/8003400/Test8003400.java 8011259 macosx-all |
|
48732 | 640 |
javax/swing/JFileChooser/8041694/bug8041694.java 8196302 windows-all |
641 |
javax/swing/JInternalFrame/8069348/bug8069348.java 8196303 windows-all |
|
49102 | 642 |
javax/swing/AbstractButton/6711682/bug6711682.java 8060765 windows-all,macosx-all |
643 |
javax/swing/Action/8133039/bug8133039.java 8196089 windows-all,macosx-all |
|
644 |
javax/swing/JComboBox/6559152/bug6559152.java 8196090 windows-all,macosx-all |
|
48732 | 645 |
javax/swing/JComboBox/6607130/bug6607130.java 8196091 windows-all |
49102 | 646 |
javax/swing/JComboBox/8032878/bug8032878.java 8196092 windows-all,macosx-all |
647 |
javax/swing/JComboBox/8057893/bug8057893.java 8169953 windows-all,macosx-all |
|
648 |
javax/swing/JComboBox/8072767/bug8072767.java 8196093 windows-all,macosx-all |
|
48732 | 649 |
javax/swing/JComponent/4337267/bug4337267.java 8146451 windows-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
650 |
javax/swing/JEditorPane/5076514/bug5076514.java 8198321 generic-all |
48732 | 651 |
javax/swing/JEditorPane/6917744/bug6917744.java 8194767 generic-all |
652 |
javax/swing/JFileChooser/4524490/bug4524490.java 8042380 generic-all |
|
653 |
javax/swing/JFileChooser/8002077/bug8002077.java 8196094 windows-all |
|
654 |
javax/swing/JFileChooser/DeserializedJFileChooser/DeserializedJFileChooserTest.java 8196095 generic-all |
|
49102 | 655 |
javax/swing/JFileChooser/6396844/TwentyThousandTest.java 8058231 macosx-all |
48732 | 656 |
javax/swing/JFrame/8175301/ScaledFrameBackgroundTest.java 8193942 generic-all |
657 |
javax/swing/JInternalFrame/8020708/bug8020708.java 8194943 windows-all |
|
658 |
javax/swing/JList/6462008/bug6462008.java 7156347 generic-all |
|
49102 | 659 |
javax/swing/JPopupMenu/6580930/bug6580930.java 8196096 windows-all,macosx-all |
660 |
javax/swing/JPopupMenu/6800513/bug6800513.java 7184956 macosx-all |
|
48732 | 661 |
javax/swing/JPopupMenu/6675802/bug6675802.java 8196097 windows-all |
662 |
javax/swing/JTabbedPane/8007563/Test8007563.java 8051591 generic-all |
|
49102 | 663 |
javax/swing/JTabbedPane/4624207/bug4624207.java 8064922 macosx-all |
664 |
javax/swing/JTabbedPane/7024235/Test7024235.java 8028281 macosx-all |
|
48732 | 665 |
javax/swing/SwingUtilities/TestBadBreak/TestBadBreak.java 8160720 generic-all |
666 |
javax/swing/plaf/basic/BasicTextUI/8001470/bug8001470.java 8196098 windows-all |
|
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
667 |
javax/swing/plaf/basic/Test6984643.java 8198340 windows-all |
48732 | 668 |
javax/swing/text/CSSBorder/6796710/bug6796710.java 8196099 windows-all |
669 |
javax/swing/text/DefaultCaret/HidingSelection/HidingSelectionTest.java 8194048 windows-all |
|
670 |
javax/swing/text/JTextComponent/5074573/bug5074573.java 8196100 windows-all |
|
671 |
javax/swing/JFileChooser/6798062/bug6798062.java 8146446 windows-all |
|
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
672 |
javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java 8196434 linux-all,solaris-all |
48732 | 673 |
javax/swing/JComboBox/8032878/bug8032878.java 8196439 linux-all |
49102 | 674 |
javax/swing/JComboBox/8182031/ComboPopupTest.java 8196465 linux-all,macosx-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
675 |
javax/swing/JFileChooser/6738668/bug6738668.java 8194946 generic-all |
49102 | 676 |
javax/swing/JFileChooser/8021253/bug8021253.java 8169954 windows-all,linux-all,macosx-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
677 |
javax/swing/JFileChooser/8062561/bug8062561.java 8196466 linux-all,macosx-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
678 |
javax/swing/JFileChooser/FileSystemView/FileSystemViewListenerLeak.java 8198342 generic-all |
49102 | 679 |
javax/swing/JInternalFrame/Test6325652.java 8196467 linux-all,macosx-all |
680 |
javax/swing/JInternalFrame/8145896/TestJInternalFrameMaximize.java 8194944 macosx-all |
|
681 |
javax/swing/JLabel/6596966/bug6596966.java 8040914 macosx-all |
|
682 |
javax/swing/JPopupMenu/4870644/bug4870644.java 8194130 macosx-all |
|
683 |
javax/swing/JPopupMenu/4966112/bug4966112.java 8064915 macosx-all |
|
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
684 |
javax/swing/MultiUIDefaults/Test6860438.java 8198391 generic-all |
49102 | 685 |
javax/swing/MultiUIDefaults/4300666/bug4300666.java 7105119 macosx-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
686 |
javax/swing/UITest/UITest.java 8198392 generic-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
687 |
javax/swing/plaf/basic/BasicComboBoxEditor/Test8015336.java 8198394 linux-all,macosx-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
688 |
javax/swing/plaf/metal/MetalLookAndFeel/Test8039750.java 8198395 generic-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
689 |
javax/swing/text/DevanagariEditor.java 8198397 linux-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
690 |
javax/swing/JColorChooser/Test6199676.java 8198398 linux-all,macosx-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
691 |
javax/swing/JTable/6735286/bug6735286.java 8198398 linux-all,macosx-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
692 |
javax/swing/SpringLayout/4726194/bug4726194.java 8198399 generic-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
693 |
javax/swing/SwingUtilities/6797139/bug6797139.java 8198400 generic-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
694 |
javax/swing/text/html/parser/Parser/6836089/bug6836089.java 8198401 linux-all,macosx-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
695 |
javax/swing/JTable/8133919/DrawGridLinesTest.java 8198407 generic-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
696 |
javax/swing/text/html/StyleSheet/BackgroundImage/BackgroundImagePosition.java 8198409 generic-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
697 |
javax/swing/text/AbstractDocument/DocumentInsert/DocumentInsertAtWrongPositionTest.java 8198396 generic-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
698 |
javax/swing/JFileChooser/6868611/bug6868611.java 7059834 windows-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
699 |
javax/swing/SwingWorker/6493680/bug6493680.java 8198410 windows-all |
49102 | 700 |
javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java 8042383 macosx-all |
701 |
javax/swing/PopupFactory/6276087/NonOpaquePopupMenuTest.java 8065099 macosx-all |
|
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
702 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
703 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
704 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
705 |
# jdk_text |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
706 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
707 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
708 |
|
18289 | 709 |
# jdk_time |
710 |
||
36967
d041d2e80712
8134577: Eliminate or standardize a replacement for sun.net.spi.nameservice.NameServiceDescriptor
msheppar
parents:
36962
diff
changeset
|
711 |
|
18289 | 712 |
############################################################################ |
713 |
||
40115
d1847f68fb3f
8161970: Remove tools/jlink/JLinkOptimTest.java from ProblemList.txt
amlu
parents:
39760
diff
changeset
|
714 |
# core_tools |
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
715 |
|
42165
49ceb0e3feaa
8169826: ProblemList update for tools/pack200/CommandLineTests.java
amlu
parents:
42154
diff
changeset
|
716 |
tools/pack200/CommandLineTests.java 8059906 generic-all |
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
717 |
|
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
718 |
tools/launcher/FXLauncherTest.java 8068049 linux-all,macosx-all |
15527
637bcd47027d
8007428: [launcher] add tools/launcher/FXLauncherTest.java to ProblemList.txt
ksrini
parents:
15526
diff
changeset
|
719 |
|
49002
94e7f6601ff1
8198820: Problem list tools/jimage/JImageExtractTest.java
amlu
parents:
48999
diff
changeset
|
720 |
tools/jimage/JImageExtractTest.java 8198405,8198819 generic-all |
48916
42cec55157fa
8198417: Exclude tools/jimage/JImageExtractTest.java and tools/jimage/JImageListTest.java on Windows
alanb
parents:
48915
diff
changeset
|
721 |
tools/jimage/JImageListTest.java 8198405 windows-all |
42175
f188c9c9f2de
8170112: Problem list failing jimage tests until JDK-8169713 is fixed
darcy
parents:
42173
diff
changeset
|
722 |
|
14170
c819974fc133
7173494: some jdk tests are not run in test/Makefile
alanb
parents:
14013
diff
changeset
|
723 |
############################################################################ |
c819974fc133
7173494: some jdk tests are not run in test/Makefile
alanb
parents:
14013
diff
changeset
|
724 |
|
c819974fc133
7173494: some jdk tests are not run in test/Makefile
alanb
parents:
14013
diff
changeset
|
725 |
# jdk_jdi |
c819974fc133
7173494: some jdk tests are not run in test/Makefile
alanb
parents:
14013
diff
changeset
|
726 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
727 |
com/sun/jdi/RedefineImplementor.sh 8004127 generic-all |
24259
c64d805ad840
8040748: [TESTBUG] Exclude failing (serviceability) jtreg tests
miauno
parents:
24044
diff
changeset
|
728 |
|
43709
66ee9ea9f2f3
8174241: ProblemList update for TestWsImport, JdbMethodExitTest and jimage tests
amlu
parents:
43691
diff
changeset
|
729 |
com/sun/jdi/JdbMethodExitTest.sh 8171483 generic-all |
24259
c64d805ad840
8040748: [TESTBUG] Exclude failing (serviceability) jtreg tests
miauno
parents:
24044
diff
changeset
|
730 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
731 |
com/sun/jdi/RepStep.java 8043571 generic-all |
24259
c64d805ad840
8040748: [TESTBUG] Exclude failing (serviceability) jtreg tests
miauno
parents:
24044
diff
changeset
|
732 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
733 |
com/sun/jdi/GetLocalVariables4Test.sh 8067354 windows-all |
28764
cdd5e4c034de
8071582: com/sun/jdi/GetLocalVariables4Test.sh should be quarantined
ykantser
parents:
28762
diff
changeset
|
734 |
|
40186
bb747891a0b6
8161164: quarantine more tests that can't attach symbolicator to the process on MacOS X
dcubed
parents:
39741
diff
changeset
|
735 |
com/sun/jdi/sde/SourceDebugExtensionTest.java 8158066 windows-all |
bb747891a0b6
8161164: quarantine more tests that can't attach symbolicator to the process on MacOS X
dcubed
parents:
39741
diff
changeset
|
736 |
|
48952
e999964446d7
8193150: Create a jtreg version of the test from JDK-8187143.
psomashe
parents:
48736
diff
changeset
|
737 |
com/sun/jdi/NashornPopFrameTest.java 8187143 generic-all |
e999964446d7
8193150: Create a jtreg version of the test from JDK-8187143.
psomashe
parents:
48736
diff
changeset
|
738 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
739 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
740 |
|
38755
8852a837f30a
8158254: Put java/time/test/java/time/TestClock_System on the problem list for Solaris
rriggs
parents:
38570
diff
changeset
|
741 |
# jdk_time |
8852a837f30a
8158254: Put java/time/test/java/time/TestClock_System on the problem list for Solaris
rriggs
parents:
38570
diff
changeset
|
742 |
|
8852a837f30a
8158254: Put java/time/test/java/time/TestClock_System on the problem list for Solaris
rriggs
parents:
38570
diff
changeset
|
743 |
############################################################################ |
8852a837f30a
8158254: Put java/time/test/java/time/TestClock_System on the problem list for Solaris
rriggs
parents:
38570
diff
changeset
|
744 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
745 |
# jdk_util |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
746 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
747 |
############################################################################ |
22286
5c1a07e4573d
7185591: jcmd-big-script.sh ERROR: could not find app's Java pid.
ykantser
parents:
22274
diff
changeset
|
748 |
|
23551
28cf58aa3f36
8037864: Add java/lang/instrument/NativeMethodPrefixAgent.java to ProblemList.txt
sla
parents:
23339
diff
changeset
|
749 |
# jdk_instrument |
28cf58aa3f36
8037864: Add java/lang/instrument/NativeMethodPrefixAgent.java to ProblemList.txt
sla
parents:
23339
diff
changeset
|
750 |
|
28cf58aa3f36
8037864: Add java/lang/instrument/NativeMethodPrefixAgent.java to ProblemList.txt
sla
parents:
23339
diff
changeset
|
751 |
############################################################################ |
28cf58aa3f36
8037864: Add java/lang/instrument/NativeMethodPrefixAgent.java to ProblemList.txt
sla
parents:
23339
diff
changeset
|
752 |
|
22286
5c1a07e4573d
7185591: jcmd-big-script.sh ERROR: could not find app's Java pid.
ykantser
parents:
22274
diff
changeset
|
753 |
# svc_tools |
5c1a07e4573d
7185591: jcmd-big-script.sh ERROR: could not find app's Java pid.
ykantser
parents:
22274
diff
changeset
|
754 |
|
43712
5dfd0950317c
8173393: Module system implementation refresh (2/2017)
alanb
parents:
43538
diff
changeset
|
755 |
sun/tools/jstat/jstatClassloadOutput1.sh 8173942 generic-all |
5dfd0950317c
8173393: Module system implementation refresh (2/2017)
alanb
parents:
43538
diff
changeset
|
756 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
757 |
sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java 8057732 generic-all |
26723
7ece09b451e7
8058647: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java should be quarantined
miauno
parents:
26636
diff
changeset
|
758 |
|
22286
5c1a07e4573d
7185591: jcmd-big-script.sh ERROR: could not find app's Java pid.
ykantser
parents:
22274
diff
changeset
|
759 |
############################################################################ |
34531
7f00d9e3e545
8141370: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
robm
parents:
34433
diff
changeset
|
760 |
|
7f00d9e3e545
8141370: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
robm
parents:
34433
diff
changeset
|
761 |
# jdk_other |
7f00d9e3e545
8141370: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
robm
parents:
34433
diff
changeset
|
762 |
|
42232
3bffdeb6c8d9
8158916: ProblemList.txt update for com/sun/jndi/ldap/DeadSSLLdapTimeoutTest.java
mli
parents:
42220
diff
changeset
|
763 |
com/sun/jndi/ldap/DeadSSLLdapTimeoutTest.java 8169942 linux-i586,macosx-all,windows-x64 |
42363
2098a88da9b0
8170669: com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java fails after JDK-8153916
mli
parents:
42359
diff
changeset
|
764 |
|
48496
069c82c31914
8194662: Problem list com/sun/jndi/ldap/LdapTimeoutTest.java
amlu
parents:
48495
diff
changeset
|
765 |
com/sun/jndi/ldap/LdapTimeoutTest.java 8151678 linux-all |
42338
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
42107
diff
changeset
|
766 |
|
48495
fdf6715229b1
8194666: ProblemList update for bugid associated with PreferredKey.java, ConcurrentHashMapTest and SSLSocketParametersTest.sh
amlu
parents:
48399
diff
changeset
|
767 |
javax/rmi/ssl/SSLSocketParametersTest.sh 8194663 generic-all |
47480
a3b9cabfaed8
8190441: ProblemList some intermittent CORBA tests
rriggs
parents:
47474
diff
changeset
|
768 |
|
34531
7f00d9e3e545
8141370: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
robm
parents:
34433
diff
changeset
|
769 |
############################################################################ |
48841 | 770 |
|
771 |
########################################################################### |
|
772 |
# |
|
773 |
# Java EE Module Removal |
|
774 |
# |
|
775 |
com/sun/jdi/RedefineCrossEvent.java 8194308 generic-all Java EE Module Removal |