author | weijun |
Wed, 24 Jul 2019 10:09:30 +0800 | |
changeset 57573 | 7e8f6c56c285 |
parent 57489 | 388c36110e88 |
child 57578 | 73dbc713d4dd |
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 |
# |
53426 | 3 |
# Copyright (c) 2009, 2019, 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 |
# |
51213 | 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 |
51213 | 45 |
# generic-ARCH Where ARCH is one of: sparc, sparcv9, x64, i586, ppc64, |
46 |
# ppc64le, s390x etc. |
|
22602
0d9a07b0d7e9
8028537: PPC64: Updated the JDK regression tests to run on AIX
simonis
parents:
21978
diff
changeset
|
47 |
# 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
|
48 |
# 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
|
49 |
# OSNAME-REV Specific on to one OSNAME and REV, e.g. solaris-5.8 |
8406 | 50 |
# |
51213 | 51 |
# More than one label is allowed but must be on the same line comma seperated, |
52 |
# without spaces. |
|
53 |
# If there are several lines mentioning the same test, the last one is used. |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
54 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
55 |
############################################################################# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
56 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
57 |
# 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
|
58 |
# 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
|
59 |
# 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
|
60 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
61 |
# Samevm Notes: |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
62 |
# * 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
|
63 |
# 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
|
64 |
# 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
|
65 |
# 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
|
66 |
# 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
|
67 |
# 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
|
68 |
# (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
|
69 |
# 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
|
70 |
# * 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
|
71 |
# * 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
|
72 |
# * 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
|
73 |
# * 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
|
74 |
# * 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
|
75 |
# * 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
|
76 |
# * 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
|
77 |
# * 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
|
78 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
79 |
# 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
|
80 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
81 |
############################################################################# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
82 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
83 |
# 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
|
84 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
85 |
# Some tests just may need to be run with "othervm", and that can easily be |
51213 | 86 |
# done by adding a @run line (or modifying any existing @run): |
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
87 |
# @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
|
88 |
# 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
|
89 |
# 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
|
90 |
# 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
|
91 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
92 |
# 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
|
93 |
# 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
|
94 |
# - the testcase |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
95 |
# - 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
|
96 |
# - 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
|
97 |
# - 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
|
98 |
# - 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
|
99 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
100 |
# 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
|
101 |
# 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
|
102 |
# 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
|
103 |
# 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
|
104 |
# 3. Make sure both VMs are tested, -server and -client, if possible |
51994 | 105 |
# 4. Use your favorite build and test system to verify these results |
45062 | 106 |
# 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
|
107 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
108 |
# You may need to repeat your testing 2 or even 3 times to verify good |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
109 |
# results, some of these samevm failures are not very predictable. |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
110 |
# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
111 |
############################################################################# |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
112 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
113 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
114 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
115 |
# jdk_awt |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
116 |
|
54231
e4813eded7cb
8213110: Remove the use of applets in automatic tests
serb
parents:
53942
diff
changeset
|
117 |
java/awt/event/MouseEvent/MouseClickTest/MouseClickTest.java 8168389 windows-all,macosx-all |
55170
d23707ad2b00
8224152: [macOS] ProblemList tests that leave rubbish on the screen
serb
parents:
55168
diff
changeset
|
118 |
java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java 8224055 macosx-all |
49102 | 119 |
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
|
120 |
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
|
121 |
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
|
122 |
java/awt/Focus/AutoRequestFocusTest/AutoRequestFocusToFrontTest.java 6848406 generic-all |
48727 | 123 |
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
|
124 |
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
|
125 |
|
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
126 |
java/awt/FileDialog/FileDialogIconTest/FileDialogIconTest.java 8160558 windows-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
127 |
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
|
128 |
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
|
129 |
java/awt/event/MouseWheelEvent/InfiniteRecursion/InfiniteRecursion_1.java 8060176 windows-all,macosx-all |
49102 | 130 |
java/awt/dnd/MissingEventsOnModalDialog/MissingEventsOnModalDialogTest.java 8164464 linux-all,macosx-all |
54231
e4813eded7cb
8213110: Remove the use of applets in automatic tests
serb
parents:
53942
diff
changeset
|
131 |
java/awt/dnd/URIListBetweenJVMsTest/URIListBetweenJVMsTest.java 8171510 macosx-all |
51032 | 132 |
javax/swing/dnd/7171812/bug7171812.java 8041447 macosx-all |
49102 | 133 |
java/awt/Focus/ChoiceFocus/ChoiceFocus.java 8169103 windows-all,macosx-all |
134 |
java/awt/Focus/ClearLwQueueBreakTest/ClearLwQueueBreakTest.java 8198618 macosx-all |
|
135 |
java/awt/Focus/ConsumeNextKeyTypedOnModalShowTest/ConsumeNextKeyTypedOnModalShowTest.java 6986252 macosx-all |
|
136 |
java/awt/Focus/FocusTraversalPolicy/ButtonGroupLayoutTraversal/ButtonGroupLayoutTraversalTest.java 8198619 macosx-all |
|
137 |
java/awt/Focus/KeyEventForBadFocusOwnerTest/KeyEventForBadFocusOwnerTest.java 8198621 macosx-all |
|
138 |
java/awt/Focus/MouseClickRequestFocusRaceTest/MouseClickRequestFocusRaceTest.java 8194753 linux-all,macosx-all |
|
139 |
java/awt/Focus/NoAutotransferToDisabledCompTest/NoAutotransferToDisabledCompTest.java 7152980 macosx-all |
|
50143
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
140 |
java/awt/Focus/ShowFrameCheckForegroundTest/ShowFrameCheckForegroundTest.java 8028701 macosx-all,linux-all |
49102 | 141 |
java/awt/Focus/SimpleWindowActivationTest/SimpleWindowActivationTest.java 8159599 macosx-all |
142 |
java/awt/Focus/TypeAhead/TestFocusFreeze.java 8198622 macosx-all |
|
54231
e4813eded7cb
8213110: Remove the use of applets in automatic tests
serb
parents:
53942
diff
changeset
|
143 |
java/awt/Focus/ToFrontFocusTest/ToFrontFocus.java 7156130 linux-all |
49102 | 144 |
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
|
145 |
java/awt/event/KeyEvent/CorrectTime/CorrectTime.java 6626492 generic-all |
49102 | 146 |
java/awt/EventQueue/6980209/bug6980209.java 8198615 macosx-all |
147 |
java/awt/Frame/ExceptionOnSetExtendedStateTest/ExceptionOnSetExtendedStateTest.java 8198237 macosx-all |
|
52552 | 148 |
java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java 8144030 macosx-all,linux-all |
49102 | 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 |
|
54231
e4813eded7cb
8213110: Remove the use of applets in automatic tests
serb
parents:
53942
diff
changeset
|
153 |
java/awt/KeyboardFocusmanager/TypeAhead/TestDialogTypeAhead.java 8198626 macosx-all |
49102 | 154 |
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
|
155 |
java/awt/Mixing/AWT_Mixing/OpaqueOverlappingChoice.java 8048171 generic-all |
49102 | 156 |
java/awt/Mixing/AWT_Mixing/JMenuBarOverlapping.java 8159451 linux-all,windows-all,macosx-all |
50143
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
157 |
java/awt/Mixing/AWT_Mixing/JSplitPaneOverlapping.java 8194765 generic-all |
48732 | 158 |
java/awt/Mixing/AWT_Mixing/JInternalFrameMoveOverlapping.java 6986109 windows-all |
159 |
java/awt/Mixing/AWT_Mixing/MixingPanelsResizing.java 8049405 generic-all |
|
49102 | 160 |
java/awt/Mixing/AWT_Mixing/JComboBoxOverlapping.java 8049405 macosx-all |
161 |
java/awt/Mixing/AWT_Mixing/JPopupMenuOverlapping.java 8049405 macosx-all |
|
54507
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
162 |
java/awt/Mixing/AWT_Mixing/JButtonInGlassPaneOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
163 |
java/awt/Mixing/AWT_Mixing/JButtonOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
164 |
java/awt/Mixing/AWT_Mixing/JColorChooserOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
165 |
java/awt/Mixing/AWT_Mixing/JEditorPaneInGlassPaneOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
166 |
java/awt/Mixing/AWT_Mixing/JEditorPaneOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
167 |
java/awt/Mixing/AWT_Mixing/JLabelInGlassPaneOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
168 |
java/awt/Mixing/AWT_Mixing/JLabelOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
169 |
java/awt/Mixing/AWT_Mixing/JListInGlassPaneOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
170 |
java/awt/Mixing/AWT_Mixing/JListOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
171 |
java/awt/Mixing/AWT_Mixing/JPanelInGlassPaneOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
172 |
java/awt/Mixing/AWT_Mixing/JPanelOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
173 |
java/awt/Mixing/AWT_Mixing/JProgressBarInGlassPaneOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
174 |
java/awt/Mixing/AWT_Mixing/JProgressBarOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
175 |
java/awt/Mixing/AWT_Mixing/JScrollBarInGlassPaneOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
176 |
java/awt/Mixing/AWT_Mixing/JScrollBarOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
177 |
java/awt/Mixing/AWT_Mixing/JSliderInGlassPaneOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
178 |
java/awt/Mixing/AWT_Mixing/JSliderOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
179 |
java/awt/Mixing/AWT_Mixing/JSpinnerInGlassPaneOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
180 |
java/awt/Mixing/AWT_Mixing/JSpinnerOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
181 |
java/awt/Mixing/AWT_Mixing/JTableInGlassPaneOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
182 |
java/awt/Mixing/AWT_Mixing/JTableOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
183 |
java/awt/Mixing/AWT_Mixing/JTextAreaInGlassPaneOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
184 |
java/awt/Mixing/AWT_Mixing/JTextAreaOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
185 |
java/awt/Mixing/AWT_Mixing/JTextFieldInGlassPaneOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
186 |
java/awt/Mixing/AWT_Mixing/JTextFieldOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
187 |
java/awt/Mixing/AWT_Mixing/JToggleButtonInGlassPaneOverlapping.java 8158801 windows-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
188 |
java/awt/Mixing/AWT_Mixing/JToggleButtonOverlapping.java 8158801 windows-all |
49102 | 189 |
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
|
190 |
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
|
191 |
java/awt/datatransfer/DragImage/MultiResolutionDragImageTest.java 8080982 generic-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
192 |
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
|
193 |
java/awt/Toolkit/ScreenInsetsTest/ScreenInsetsTest.java 6829250 windows-all |
54507
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
194 |
java/awt/Toolkit/RealSync/Test.java 6849383 macosx-all,linux-all |
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
195 |
java/awt/LightweightComponent/LightweightEventTest/LightweightEventTest.java 8159252 windows-all |
50147
23a8ccafa7ba
8202824: Cleanup discrepancies in ProblemList for java_awt jtreg tests
jdv
parents:
50145
diff
changeset
|
196 |
java/awt/EventDispatchThread/HandleExceptionOnEDT/HandleExceptionOnEDT.java 8203047 macosx-all |
54231
e4813eded7cb
8213110: Remove the use of applets in automatic tests
serb
parents:
53942
diff
changeset
|
197 |
java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.java 8073636 macosx-all |
50143
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
198 |
java/awt/FullScreen/FullScreenInsets/FullScreenInsets.java 7019055 windows-all,linux-all |
49102 | 199 |
java/awt/Focus/8013611/JDK8013611.java 8175366 windows-all,macosx-all |
200 |
java/awt/Focus/6378278/InputVerifierTest.java 8198616 macosx-all |
|
201 |
java/awt/Focus/6382144/EndlessLoopTest.java 8198617 macosx-all |
|
202 |
java/awt/Focus/6981400/Test1.java 8029675 windows-all,macosx-all |
|
203 |
java/awt/Focus/8073453/AWTFocusTransitionTest.java 8136517 macosx-all |
|
204 |
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
|
205 |
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
|
206 |
java/awt/event/KeyEvent/ExtendedKeyCode/ExtendedKeyCodeTest.java 8169476 windows-all |
55170
d23707ad2b00
8224152: [macOS] ProblemList tests that leave rubbish on the screen
serb
parents:
55168
diff
changeset
|
207 |
java/awt/event/KeyEvent/KeyChar/KeyCharTest.java 8169474,8224055 macosx-all,windows-all |
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
208 |
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
|
209 |
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
|
210 |
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
|
211 |
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
|
212 |
|
54231
e4813eded7cb
8213110: Remove the use of applets in automatic tests
serb
parents:
53942
diff
changeset
|
213 |
java/awt/dnd/URIListToFileListBetweenJVMsTest/URIListToFileListBetweenJVMsTest.java 8194947 generic-all |
48727 | 214 |
java/awt/Frame/SetMaximizedBounds/SetMaximizedBounds.java 8196006 windows-all |
49102 | 215 |
java/awt/Frame/FramesGC/FramesGC.java 8079069 macosx-all |
48727 | 216 |
java/awt/FullScreen/AltTabCrashTest/AltTabCrashTest.java 8047218 generic-all |
217 |
java/awt/GridLayout/LayoutExtraGaps/LayoutExtraGaps.java 8000171 windows-all |
|
218 |
java/awt/Mouse/GetMousePositionTest/GetMousePositionWithPopup.java 8196017 windows-all |
|
50143
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
219 |
java/awt/Scrollbar/ScrollbarMouseWheelTest/ScrollbarMouseWheelTest.java 8196018 windows-all,linux-all |
48727 | 220 |
java/awt/TrayIcon/ActionCommand/ActionCommand.java 8150540 windows-all |
221 |
java/awt/TrayIcon/ActionEventMask/ActionEventMask.java 8150540 windows-all |
|
222 |
java/awt/TrayIcon/ActionEventTest/ActionEventTest.java 8150540 windows-all |
|
49102 | 223 |
java/awt/TrayIcon/ModalityTest/ModalityTest.java 8150540 windows-all,macosx-all |
48727 | 224 |
java/awt/TrayIcon/MouseEventMask/MouseEventMaskTest.java 8150540 windows-all |
48732 | 225 |
java/awt/TrayIcon/MouseMovedTest/MouseMovedTest.java 8150540 windows-all |
48727 | 226 |
java/awt/TrayIcon/SecurityCheck/FunctionalityCheck/FunctionalityCheck.java 8150540 windows-all |
52552 | 227 |
java/awt/TrayIcon/SystemTrayInstance/SystemTrayInstanceTest.java 8193543 linux-all |
48727 | 228 |
java/awt/TrayIcon/TrayIconEventModifiers/TrayIconEventModifiersTest.java 8150540 windows-all |
229 |
java/awt/TrayIcon/TrayIconEvents/TrayIconEventsTest.java 8150540 windows-all |
|
230 |
java/awt/TrayIcon/TrayIconMouseTest/TrayIconMouseTest.java 8150540 windows-all |
|
49102 | 231 |
java/awt/TrayIcon/TrayIconPopup/TrayIconPopupClickTest.java 8150540 windows-all,macosx-all |
48727 | 232 |
java/awt/TrayIcon/TrayIconPopup/TrayIconPopupTest.java 8150540 windows-all |
48732 | 233 |
java/awt/TrayIcon/PopupMenuLeakTest/PopupMenuLeakTest.java 8196440 linux-all |
48727 | 234 |
java/awt/Window/Grab/GrabTest.java 8196019 windows-all |
49102 | 235 |
java/awt/Window/ShapedAndTranslucentWindows/SetShapeAndClick.java 8197936 macosx-all |
236 |
java/awt/Window/ShapedAndTranslucentWindows/SetShapeDynamicallyAndClick.java 8013450 macosx-all |
|
50147
23a8ccafa7ba
8202824: Cleanup discrepancies in ProblemList for java_awt jtreg tests
jdv
parents:
50145
diff
changeset
|
237 |
java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.java 8013450 macosx-all |
54507
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
238 |
java/awt/Window/ShapedAndTranslucentWindows/TranslucentChoice.java 8221901 linux-all |
54591
dc6c5c53669b
8222332: PIT: Problemlist tests that times out consistently
psadhukhan
parents:
54507
diff
changeset
|
239 |
java/awt/Window/MultiWindowApp/ChildAlwaysOnTopTest.java 8222323 windows-all |
54864
6b1bac001aaf
8222830: PIT: java/awt/Window/AlwaysOnTop/AutoTestOnTop.java listed twice in ProblemList
psadhukhan
parents:
54592
diff
changeset
|
240 |
java/awt/Window/ShapedAndTranslucentWindows/FocusAWTTest.java 8222328 windows-all,linux-all,macosx-all |
6b1bac001aaf
8222830: PIT: java/awt/Window/AlwaysOnTop/AutoTestOnTop.java listed twice in ProblemList
psadhukhan
parents:
54592
diff
changeset
|
241 |
java/awt/Window/ShapedAndTranslucentWindows/Shaped.java 8222328 windows-all,linux-all,macosx-all |
6b1bac001aaf
8222830: PIT: java/awt/Window/AlwaysOnTop/AutoTestOnTop.java listed twice in ProblemList
psadhukhan
parents:
54592
diff
changeset
|
242 |
java/awt/Window/ShapedAndTranslucentWindows/ShapedByAPI.java 8222328 windows-all,linux-all,macosx-all |
6b1bac001aaf
8222830: PIT: java/awt/Window/AlwaysOnTop/AutoTestOnTop.java listed twice in ProblemList
psadhukhan
parents:
54592
diff
changeset
|
243 |
java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucent.java 8222328 windows-all,linux-all,macosx-all |
55173
f36cee599800
8224096: Add relevant bugid to java/awt/Window/ShapedAndTranslucentWindows/StaticallyShaped.java in ProblemList
psadhukhan
parents:
55170
diff
changeset
|
244 |
java/awt/Window/ShapedAndTranslucentWindows/StaticallyShaped.java 8165218,8222328 windows-all,macosx-all,linux-all |
54591
dc6c5c53669b
8222332: PIT: Problemlist tests that times out consistently
psadhukhan
parents:
54507
diff
changeset
|
245 |
java/awt/Window/ShapedAndTranslucentWindows/Translucent.java 8222328 windows-all,linux-all,macosx-all |
54864
6b1bac001aaf
8222830: PIT: java/awt/Window/AlwaysOnTop/AutoTestOnTop.java listed twice in ProblemList
psadhukhan
parents:
54592
diff
changeset
|
246 |
java/awt/Window/AlwaysOnTop/AutoTestOnTop.java 6847593 macosx-all,windows-all,linux-all |
50143
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
247 |
java/awt/Window/GrabSequence/GrabSequence.java 6848409 macosx-all,linux-all |
50343
80a5ff734fcd
8201364: [macosx] Component.getLocation() gives inconsistent coordinate for a component at (0,0)
serb
parents:
50150
diff
changeset
|
248 |
java/awt/Window/LocationAtScreenCorner/LocationAtScreenCorner.java 8203371 linux-all,solaris-all |
48727 | 249 |
java/awt/font/TextLayout/CombiningPerf.java 8192931 generic-all |
49229
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
250 |
java/awt/font/TextLayout/TextLayoutBounds.java 8169188 generic-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
251 |
java/awt/font/StyledMetrics/BoldSpace.java 8198422 linux-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
252 |
java/awt/FontMetrics/FontCrash.java 8198336 windows-all |
54392
33ef346b1478
8221304: Problem list java/awt/FontMetrics/MaxAdvanceIsMax.java
prr
parents:
54244
diff
changeset
|
253 |
java/awt/FontMetrics/MaxAdvanceIsMax.java 8221305 solaris-all,macosx-all |
48727 | 254 |
java/awt/image/DrawImage/IncorrectAlphaSurface2SW.java 8056077 generic-all |
255 |
java/awt/image/DrawImage/IncorrectClipXorModeSW2Surface.java 8196025 windows-all |
|
256 |
java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java 8196025 windows-all |
|
257 |
java/awt/image/DrawImage/IncorrectSourceOffset.java 8196086 windows-all |
|
258 |
java/awt/image/DrawImage/IncorrectUnmanagedImageRotatedClip.java 8196087 windows-all |
|
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
259 |
java/awt/image/MultiResolutionImage/MultiResolutionDrawImageWithTransformTest.java 8198390 generic-all |
49102 | 260 |
java/awt/image/multiresolution/MultiresolutionIconTest.java 8169187 macosx-all |
48727 | 261 |
java/awt/print/Headless/HeadlessPrinterJob.java 8196088 windows-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
262 |
java/awt/print/PrinterJob/TestPgfmtSetMPA.java 8198343 generic-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
263 |
sun/awt/datatransfer/SuplementaryCharactersTransferTest.java 8011371 generic-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
264 |
sun/awt/shell/ShellFolderMemoryLeak.java 8197794 windows-all |
48727 | 265 |
sun/java2d/DirectX/OnScreenRenderingResizeTest/OnScreenRenderingResizeTest.java 8022403 generic-all |
266 |
sun/java2d/DirectX/OverriddenInsetsTest/OverriddenInsetsTest.java 8196102 generic-all |
|
52526 | 267 |
sun/java2d/DirectX/RenderingToCachedGraphicsTest/RenderingToCachedGraphicsTest.java 8196180 windows-all,macosx-all |
48727 | 268 |
sun/java2d/GdiRendering/InsetClipping.java 8196181 windows-all |
50132
a9398d77ea79
8202679: Updates on windows failures in the problem list
prr
parents:
50013
diff
changeset
|
269 |
java/awt/Graphics2D/CopyAreaOOB.java 7001973 windows-all,macosx-all |
54591
dc6c5c53669b
8222332: PIT: Problemlist tests that times out consistently
psadhukhan
parents:
54507
diff
changeset
|
270 |
sun/java2d/SunGraphics2D/EmptyClipRenderingTest.java 8144029 macosx-all,linux-all |
50147
23a8ccafa7ba
8202824: Cleanup discrepancies in ProblemList for java_awt jtreg tests
jdv
parents:
50145
diff
changeset
|
271 |
sun/java2d/SunGraphics2D/DrawImageBilinear.java 8191406 generic-all |
48727 | 272 |
sun/java2d/SunGraphics2D/PolyVertTest.java 6986565 generic-all |
50012
37aa8b00c604
8197388: Added not existing bug id in jdk/ProblemList.txt
anazarov
parents:
50011
diff
changeset
|
273 |
sun/java2d/SunGraphics2D/SimplePrimQuality.java 6992007 generic-all |
50147
23a8ccafa7ba
8202824: Cleanup discrepancies in ProblemList for java_awt jtreg tests
jdv
parents:
50145
diff
changeset
|
274 |
sun/java2d/SunGraphics2D/SourceClippingBlitTest/SourceClippingBlitTest.java 8196185 generic-all |
49102 | 275 |
sun/java2d/pipe/InterpolationQualityTest.java 8171303 windows-all,linux-all,macosx-all |
54507
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
276 |
sun/java2d/X11SurfaceData/SharedMemoryPixmapsTest/SharedMemoryPixmapsTest.sh 8221451 linux-all |
48727 | 277 |
java/awt/FullScreen/DisplayChangeVITest/DisplayChangeVITest.java 8169469 windows-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
278 |
java/awt/Graphics2D/DrawString/DrawRotatedStringUsingRotatedFont.java 8197796 generic-all |
48727 | 279 |
java/awt/TextArea/TextAreaScrolling/TextAreaScrolling.java 8196300 windows-all |
49229
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
280 |
java/awt/print/PrinterJob/PSQuestionMark.java 7003378 generic-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
281 |
java/awt/print/PrinterJob/GlyphPositions.java 7003378 generic-all |
55180
f13dba72a5ea
8224705: Tests that need to be problem-listed or have printer resources
prr
parents:
55173
diff
changeset
|
282 |
java/awt/print/PrinterJob/Margins.java 8196301 windows-all,macosx-all |
f13dba72a5ea
8224705: Tests that need to be problem-listed or have printer resources
prr
parents:
55173
diff
changeset
|
283 |
java/awt/PrintJob/PrinterException.java 8196301 windows-all,macosx-all |
54231
e4813eded7cb
8213110: Remove the use of applets in automatic tests
serb
parents:
53942
diff
changeset
|
284 |
java/awt/Choice/PopupPosTest/PopupPosTest.java 8197811 windows-all |
52552 | 285 |
java/awt/Choice/ChoiceMouseWheelTest/ChoiceMouseWheelTest.java 7100044 macosx-all,linux-all |
54507
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
286 |
java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.java 8214469 macosx-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
287 |
java/awt/Component/CreateImage/CreateImage.java 8198334 windows-all |
50132
a9398d77ea79
8202679: Updates on windows failures in the problem list
prr
parents:
50013
diff
changeset
|
288 |
java/awt/Component/GetScreenLocTest/GetScreenLocTest.java 4753654 generic-all |
55180
f13dba72a5ea
8224705: Tests that need to be problem-listed or have printer resources
prr
parents:
55173
diff
changeset
|
289 |
java/awt/Component/SetEnabledPerformance/SetEnabledPerformance.java 8165863 macosx-all |
54231
e4813eded7cb
8213110: Remove the use of applets in automatic tests
serb
parents:
53942
diff
changeset
|
290 |
java/awt/Clipboard/HTMLTransferTest/HTMLTransferTest.java 8017454 macosx-all |
48732 | 291 |
java/awt/Focus/NonFocusableWindowTest/NoEventsTest.java 8000171 windows-all |
50143
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
292 |
java/awt/Frame/MiscUndecorated/RepaintTest.java 8079267 windows-all,linux-all |
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
293 |
java/awt/Robot/ModifierRobotKey/ModifierRobotKeyTest.java 8157173 generic-all |
53676
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
294 |
java/awt/Modal/FileDialog/FileDialogAppModal1Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
295 |
java/awt/Modal/FileDialog/FileDialogAppModal2Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
296 |
java/awt/Modal/FileDialog/FileDialogAppModal3Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
297 |
java/awt/Modal/FileDialog/FileDialogAppModal4Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
298 |
java/awt/Modal/FileDialog/FileDialogAppModal5Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
299 |
java/awt/Modal/FileDialog/FileDialogAppModal6Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
300 |
java/awt/Modal/FileDialog/FileDialogDocModal1Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
301 |
java/awt/Modal/FileDialog/FileDialogDocModal2Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
302 |
java/awt/Modal/FileDialog/FileDialogDocModal3Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
303 |
java/awt/Modal/FileDialog/FileDialogDocModal4Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
304 |
java/awt/Modal/FileDialog/FileDialogDocModal5Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
305 |
java/awt/Modal/FileDialog/FileDialogDocModal6Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
306 |
java/awt/Modal/FileDialog/FileDialogDocModal7Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
307 |
java/awt/Modal/FileDialog/FileDialogModal1Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
308 |
java/awt/Modal/FileDialog/FileDialogModal2Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
309 |
java/awt/Modal/FileDialog/FileDialogModal3Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
310 |
java/awt/Modal/FileDialog/FileDialogModal4Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
311 |
java/awt/Modal/FileDialog/FileDialogModal5Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
312 |
java/awt/Modal/FileDialog/FileDialogModal6Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
313 |
java/awt/Modal/FileDialog/FileDialogNonModal1Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
314 |
java/awt/Modal/FileDialog/FileDialogNonModal2Test.java 7186009 macosx-all,linux-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
315 |
java/awt/Modal/FileDialog/FileDialogNonModal3Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
316 |
java/awt/Modal/FileDialog/FileDialogNonModal4Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
317 |
java/awt/Modal/FileDialog/FileDialogNonModal5Test.java 7186009 macosx-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
318 |
java/awt/Modal/FileDialog/FileDialogNonModal6Test.java 7186009 macosx-all,linux-all |
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
319 |
java/awt/Modal/FileDialog/FileDialogNonModal7Test.java 7186009 macosx-all,linux-all |
48732 | 320 |
java/awt/Modal/FileDialog/FileDialogTKModal1Test.java 8196430 generic-all |
321 |
java/awt/Modal/FileDialog/FileDialogTKModal2Test.java 8196430 generic-all |
|
322 |
java/awt/Modal/FileDialog/FileDialogTKModal3Test.java 8196430 generic-all |
|
323 |
java/awt/Modal/FileDialog/FileDialogTKModal4Test.java 8196430 generic-all |
|
324 |
java/awt/Modal/FileDialog/FileDialogTKModal5Test.java 8196430 generic-all |
|
325 |
java/awt/Modal/FileDialog/FileDialogTKModal6Test.java 8196430 generic-all |
|
49102 | 326 |
java/awt/Modal/FileDialog/FileDialogTKModal7Test.java 8196430 macosx-all |
327 |
java/awt/Modal/ModalBlockingTests/BlockingDDAppModalTest.java 8198665 macosx-all |
|
328 |
java/awt/Modal/ModalBlockingTests/BlockingDDDocModalTest.java 8198665 macosx-all |
|
329 |
java/awt/Modal/ModalBlockingTests/BlockingDDModelessTest.java 8198665 macosx-all |
|
330 |
java/awt/Modal/ModalBlockingTests/BlockingDDNonModalTest.java 8198665 macosx-all |
|
331 |
java/awt/Modal/ModalBlockingTests/BlockingDDSetModalTest.java 8198665 macosx-all |
|
332 |
java/awt/Modal/ModalBlockingTests/BlockingDDToolkitModalTest.java 8198665 macosx-all |
|
333 |
java/awt/Modal/ModalBlockingTests/BlockingDFAppModalTest.java 8198665 macosx-all |
|
334 |
java/awt/Modal/ModalBlockingTests/BlockingDFSetModalTest.java 8198665 macosx-all |
|
335 |
java/awt/Modal/ModalBlockingTests/BlockingDFToolkitModalTest.java 8198665 macosx-all |
|
336 |
java/awt/Modal/ModalBlockingTests/BlockingDFWModeless1Test.java 8198665 macosx-all |
|
337 |
java/awt/Modal/ModalBlockingTests/BlockingDFWModeless2Test.java 8198665 macosx-all |
|
338 |
java/awt/Modal/ModalBlockingTests/BlockingDFWNonModal1Test.java 8198665 macosx-all |
|
339 |
java/awt/Modal/ModalBlockingTests/BlockingDFWNonModal2Test.java 8198665 macosx-all |
|
340 |
java/awt/Modal/ModalBlockingTests/BlockingDocModalTest.java 8198665 macosx-all |
|
341 |
java/awt/Modal/ModalBlockingTests/BlockingFDModelessTest.java 8198665 macosx-all |
|
342 |
java/awt/Modal/ModalBlockingTests/BlockingFDNonModalTest.java 8198665 macosx-all |
|
343 |
java/awt/Modal/ModalBlockingTests/BlockingFDWDocModal1Test.java 8198665 macosx-all |
|
344 |
java/awt/Modal/ModalBlockingTests/BlockingFDWDocModal2Test.java 8198665 macosx-all |
|
345 |
java/awt/Modal/ModalBlockingTests/BlockingFDWDocModal3Test.java 8198665 macosx-all |
|
346 |
java/awt/Modal/ModalBlockingTests/BlockingFDWDocModal4Test.java 8198665 macosx-all |
|
347 |
java/awt/Modal/ModalBlockingTests/BlockingFDWModeless1Test.java 8198665 macosx-all |
|
348 |
java/awt/Modal/ModalBlockingTests/BlockingFDWModeless2Test.java 8198665 macosx-all |
|
349 |
java/awt/Modal/ModalBlockingTests/BlockingFDWModeless3Test.java 8198665 macosx-all |
|
350 |
java/awt/Modal/ModalBlockingTests/BlockingFDWModeless4Test.java 8198665 macosx-all |
|
351 |
java/awt/Modal/ModalBlockingTests/BlockingFDWNonModal1Test.java 8198665 macosx-all |
|
352 |
java/awt/Modal/ModalBlockingTests/BlockingFDWNonModal2Test.java 8198665 macosx-all |
|
353 |
java/awt/Modal/ModalBlockingTests/BlockingFDWNonModal3Test.java 8198665 macosx-all |
|
354 |
java/awt/Modal/ModalBlockingTests/BlockingFDWNonModal4Test.java 8198665 macosx-all |
|
355 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsAppModal1Test.java 8198665 macosx-all |
|
356 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsAppModal2Test.java 8198665 macosx-all |
|
357 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsAppModal3Test.java 8198665 macosx-all |
|
358 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsAppModal4Test.java 8198665 macosx-all |
|
359 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsAppModal5Test.java 8198665 macosx-all |
|
360 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsAppModal6Test.java 8198665 macosx-all |
|
361 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsDocModal1Test.java 8198665 macosx-all |
|
362 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsDocModal2Test.java 8198665 macosx-all |
|
363 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsSetModal1Test.java 8198665 macosx-all |
|
364 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsSetModal2Test.java 8198665 macosx-all |
|
365 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsSetModal3Test.java 8198665 macosx-all |
|
366 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsSetModal4Test.java 8198665 macosx-all |
|
367 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsSetModal5Test.java 8198665 macosx-all |
|
368 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsSetModal6Test.java 8198665 macosx-all |
|
369 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsToolkitModal1Test.java 8198665 macosx-all |
|
370 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsToolkitModal2Test.java 8198665 macosx-all |
|
371 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsToolkitModal3Test.java 8198665 macosx-all |
|
372 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsToolkitModal4Test.java 8198665 macosx-all |
|
373 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsToolkitModal5Test.java 8198665 macosx-all |
|
374 |
java/awt/Modal/ModalBlockingTests/BlockingWindowsToolkitModal6Test.java 8198665 macosx-all |
|
375 |
java/awt/Modal/ModalBlockingTests/UnblockedDialogAppModalTest.java 8198665 macosx-all |
|
376 |
java/awt/Modal/ModalBlockingTests/UnblockedDialogDocModalTest.java 8198665 macosx-all |
|
377 |
java/awt/Modal/ModalBlockingTests/UnblockedDialogModelessTest.java 8198665 macosx-all |
|
378 |
java/awt/Modal/ModalBlockingTests/UnblockedDialogNonModalTest.java 8198665 macosx-all |
|
379 |
java/awt/Modal/ModalBlockingTests/UnblockedDialogSetModalTest.java 8198665 macosx-all |
|
380 |
java/awt/Modal/ModalBlockingTests/UnblockedDialogToolkitModalTest.java 8198665 macosx-all |
|
381 |
java/awt/Modal/ModalDialogOrderingTest/ModalDialogOrderingTest.java 8066259 macosx-all |
|
52552 | 382 |
java/awt/Modal/ModalExclusionTests/ApplicationExcludeFrameFileTest.java 8047179 linux-all,macosx-all |
383 |
java/awt/Modal/ModalExclusionTests/ApplicationExcludeDialogFileTest.java 8047179 linux-all,macosx-all |
|
49102 | 384 |
java/awt/Modal/ModalExclusionTests/ApplicationExcludeDialogPageSetupTest.java 8196431 linux-all,macosx-all |
385 |
java/awt/Modal/ModalExclusionTests/ApplicationExcludeDialogPrintSetupTest.java 8196431 linux-all,macosx-all |
|
386 |
java/awt/Modal/ModalExclusionTests/ApplicationExcludeFramePageSetupTest.java 8196431 linux-all,macosx-all |
|
387 |
java/awt/Modal/ModalExclusionTests/ApplicationExcludeFramePrintSetupTest.java 8196431 linux-all,macosx-all |
|
52552 | 388 |
java/awt/Modal/ModalExclusionTests/ToolkitExcludeFrameFileTest.java 8047179 linux-all,macosx-all |
389 |
java/awt/Modal/ModalExclusionTests/ToolkitExcludeDialogFileTest.java 8047179 linux-all,macosx-all |
|
49102 | 390 |
java/awt/Modal/ModalExclusionTests/ToolkitExcludeDialogPageSetupTest.java 8196431 linux-all,macosx-all |
391 |
java/awt/Modal/ModalExclusionTests/ToolkitExcludeDialogPrintSetupTest.java 8196431 linux-all,macosx-all |
|
392 |
java/awt/Modal/ModalExclusionTests/ToolkitExcludeFramePageSetupTest.java 8196431 linux-all,macosx-all |
|
393 |
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
|
394 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFAppModal2Test.java 8058813 windows-all |
48732 | 395 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFModeless2Test.java 8196191 windows-all |
49102 | 396 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferDWFDocModalTest.java 8196432 linux-all,macosx-all |
397 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferDWFModelessTest.java 8196432 linux-all,macosx-all |
|
398 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferDWFNonModalTest.java 8196432 linux-all,macosx-all |
|
48732 | 399 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferDialogsModelessTest.java 8196432 linux-all |
400 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferDialogsNonModalTest.java 8196432 linux-all |
|
401 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFDWDocModalTest.java 8196432 linux-all |
|
402 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFDWModelessTest.java 8196432 linux-all |
|
403 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFDWNonModalTest.java 8196432 linux-all |
|
49102 | 404 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDAppModal1Test.java 8196432 linux-all,macosx-all |
405 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDAppModal2Test.java 8196432 linux-all,macosx-all |
|
406 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDAppModal3Test.java 8196432 linux-all,macosx-all |
|
407 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDAppModal4Test.java 8196432 linux-all,macosx-all |
|
408 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDDocModal1Test.java 8196432 linux-all,macosx-all |
|
409 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDDocModal2Test.java 8196432 linux-all,macosx-all |
|
410 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDDocModal3Test.java 8196432 linux-all,macosx-all |
|
411 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDDocModal4Test.java 8196432 linux-all,macosx-all |
|
412 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDModeless1Test.java 8196432 linux-all,macosx-all |
|
413 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDModeless2Test.java 8196432 linux-all,macosx-all |
|
414 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDModeless3Test.java 8196432 linux-all,macosx-all |
|
415 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDModeless4Test.java 8196432 linux-all,macosx-all |
|
416 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDNonModal1Test.java 8196432 linux-all,macosx-all |
|
417 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDNonModal2Test.java 8196432 linux-all,macosx-all |
|
418 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDNonModal3Test.java 8196432 linux-all,macosx-all |
|
419 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDNonModal4Test.java 8196432 linux-all,macosx-all |
|
48732 | 420 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFDocModal2Test.java 8196432 linux-all |
421 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFNonModal2Test.java 8196432 linux-all |
|
49102 | 422 |
java/awt/Modal/MultipleDialogs/MultipleDialogs1Test.java 8198665 macosx-all |
423 |
java/awt/Modal/MultipleDialogs/MultipleDialogs2Test.java 8198665 macosx-all |
|
424 |
java/awt/Modal/MultipleDialogs/MultipleDialogs3Test.java 8198665 macosx-all |
|
425 |
java/awt/Modal/MultipleDialogs/MultipleDialogs4Test.java 8198665 macosx-all |
|
426 |
java/awt/Modal/MultipleDialogs/MultipleDialogs5Test.java 8198665 macosx-all |
|
427 |
java/awt/Mouse/EnterExitEvents/DragWindowOutOfFrameTest.java 8177326 macosx-all |
|
428 |
java/awt/Mouse/EnterExitEvents/DragWindowTest.java 8023562 macosx-all |
|
429 |
java/awt/Mouse/EnterExitEvents/ResizingFrameTest.java 8005021 macosx-all |
|
430 |
java/awt/Mouse/EnterExitEvents/FullscreenEnterEventTest.java 8051455 macosx-all |
|
431 |
java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Standard.java 7124407 macosx-all |
|
432 |
java/awt/Mouse/RemovedComponentMouseListener/RemovedComponentMouseListener.java 8157170 macosx-all |
|
52552 | 433 |
java/awt/Modal/ToFront/DialogToFrontModeless1Test.java 8213530 linux-all |
54507
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
434 |
java/awt/Modal/ToFront/DialogToFrontNonModalTest.java 8221899 linux-all |
49102 | 435 |
java/awt/Modal/ToBack/ToBackAppModal1Test.java 8196441 linux-all,macosx-all |
436 |
java/awt/Modal/ToBack/ToBackAppModal2Test.java 8196441 linux-all,macosx-all |
|
437 |
java/awt/Modal/ToBack/ToBackAppModal3Test.java 8196441 linux-all,macosx-all |
|
438 |
java/awt/Modal/ToBack/ToBackAppModal4Test.java 8196441 linux-all,macosx-all |
|
439 |
java/awt/Modal/ToBack/ToBackAppModal5Test.java 8196441 macosx-all |
|
50143
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
440 |
java/awt/Modal/ToBack/ToBackAppModal6Test.java 8196441 linux-all |
49102 | 441 |
java/awt/Modal/ToBack/ToBackModal1Test.java 8196441 linux-all,macosx-all |
442 |
java/awt/Modal/ToBack/ToBackModal2Test.java 8196441 linux-all,macosx-all |
|
443 |
java/awt/Modal/ToBack/ToBackModal3Test.java 8196441 linux-all,macosx-all |
|
444 |
java/awt/Modal/ToBack/ToBackModal4Test.java 8196441 linux-all,macosx-all |
|
445 |
java/awt/Modal/ToBack/ToBackTKModal1Test.java 8196441 linux-all,macosx-all |
|
446 |
java/awt/Modal/ToBack/ToBackTKModal2Test.java 8196441 linux-all,macosx-all |
|
447 |
java/awt/Modal/ToBack/ToBackTKModal3Test.java 8196441 linux-all,macosx-all |
|
448 |
java/awt/Modal/ToBack/ToBackTKModal4Test.java 8196441 linux-all,macosx-all |
|
449 |
java/awt/Modal/ToBack/ToBackTKModal5Test.java 8196441 macosx-all |
|
450 |
java/awt/Modal/ToBack/ToBackDocModal1Test.java 8196441 linux-all,macosx-all |
|
451 |
java/awt/Modal/ToBack/ToBackDocModal2Test.java 8196441 linux-all,macosx-all |
|
452 |
java/awt/Modal/ToBack/ToBackDocModal3Test.java 8196441 linux-all,macosx-all |
|
453 |
java/awt/Modal/ToBack/ToBackDocModal4Test.java 8196441 linux-all,macosx-all |
|
49229
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
454 |
java/awt/Modal/ToBack/ToBackDocModal5Test.java 8196441 linux-all,macosx-all |
50143
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
455 |
java/awt/Modal/ToBack/ToBackModeless1Test.java 8196441 macosx-all,linux-all |
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
456 |
java/awt/Modal/ToBack/ToBackModeless2Test.java 8196441 macosx-all,linux-all |
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
457 |
java/awt/Modal/ToBack/ToBackModeless3Test.java 8196441 macosx-all,linux-all |
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
458 |
java/awt/Modal/ToBack/ToBackModeless4Test.java 8196441 macosx-all,linux-all |
49229
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
459 |
java/awt/Modal/ToBack/ToBackModeless5Test.java 8196441 macosx-all |
50143
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
460 |
java/awt/Modal/ToBack/ToBackNonModal1Test.java 8196441 macosx-all,linux-all |
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
461 |
java/awt/Modal/ToBack/ToBackNonModal2Test.java 8196441 macosx-all,linux-all |
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
462 |
java/awt/Modal/ToBack/ToBackNonModal3Test.java 8196441 macosx-all,linux-all |
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
463 |
java/awt/Modal/ToBack/ToBackNonModal4Test.java 8196441 macosx-all,linux-all |
49229
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
464 |
java/awt/Modal/ToBack/ToBackNonModal5Test.java 8196441 macosx-all |
49102 | 465 |
java/awt/Modal/OnTop/OnTopAppModal1Test.java 8198666 macosx-all |
466 |
java/awt/Modal/OnTop/OnTopAppModal2Test.java 8198666 macosx-all |
|
467 |
java/awt/Modal/OnTop/OnTopAppModal3Test.java 8198666 macosx-all |
|
468 |
java/awt/Modal/OnTop/OnTopAppModal4Test.java 8198666 macosx-all |
|
469 |
java/awt/Modal/OnTop/OnTopAppModal5Test.java 8198666 macosx-all |
|
470 |
java/awt/Modal/OnTop/OnTopAppModal6Test.java 8198666 macosx-all |
|
471 |
java/awt/Modal/OnTop/OnTopDocModal1Test.java 8198666 macosx-all |
|
472 |
java/awt/Modal/OnTop/OnTopDocModal2Test.java 8198666 macosx-all |
|
473 |
java/awt/Modal/OnTop/OnTopDocModal3Test.java 8198666 macosx-all |
|
474 |
java/awt/Modal/OnTop/OnTopDocModal4Test.java 8198666 macosx-all |
|
475 |
java/awt/Modal/OnTop/OnTopDocModal5Test.java 8198666 macosx-all |
|
476 |
java/awt/Modal/OnTop/OnTopDocModal6Test.java 8198666 macosx-all |
|
477 |
java/awt/Modal/OnTop/OnTopModal1Test.java 8198666 macosx-all |
|
478 |
java/awt/Modal/OnTop/OnTopModal2Test.java 8198666 macosx-all |
|
479 |
java/awt/Modal/OnTop/OnTopModal3Test.java 8198666 macosx-all |
|
480 |
java/awt/Modal/OnTop/OnTopModal4Test.java 8198666 macosx-all |
|
481 |
java/awt/Modal/OnTop/OnTopModal5Test.java 8198666 macosx-all |
|
482 |
java/awt/Modal/OnTop/OnTopModal6Test.java 8198666 macosx-all |
|
483 |
java/awt/Modal/OnTop/OnTopModal6Test.java 8198666 macosx-all |
|
484 |
java/awt/Modal/OnTop/OnTopModeless1Test.java 8198666 macosx-all |
|
485 |
java/awt/Modal/OnTop/OnTopModeless2Test.java 8198666 macosx-all |
|
486 |
java/awt/Modal/OnTop/OnTopModeless3Test.java 8198666 macosx-all |
|
487 |
java/awt/Modal/OnTop/OnTopModeless4Test.java 8198666 macosx-all |
|
488 |
java/awt/Modal/OnTop/OnTopModeless5Test.java 8198666 macosx-all |
|
489 |
java/awt/Modal/OnTop/OnTopModeless6Test.java 8198666 macosx-all |
|
490 |
java/awt/Modal/OnTop/OnTopTKModal1Test.java 8198666 macosx-all |
|
491 |
java/awt/Modal/OnTop/OnTopTKModal2Test.java 8198666 macosx-all |
|
492 |
java/awt/Modal/OnTop/OnTopTKModal3Test.java 8198666 macosx-all |
|
493 |
java/awt/Modal/OnTop/OnTopTKModal4Test.java 8198666 macosx-all |
|
494 |
java/awt/Modal/OnTop/OnTopTKModal5Test.java 8198666 macosx-all |
|
495 |
java/awt/Modal/OnTop/OnTopTKModal6Test.java 8198666 macosx-all |
|
50147
23a8ccafa7ba
8202824: Cleanup discrepancies in ProblemList for java_awt jtreg tests
jdv
parents:
50145
diff
changeset
|
496 |
java/awt/List/SingleModeDeselect/SingleModeDeselect.java 8196367 windows-all |
49102 | 497 |
java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java 8061235 macosx-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
498 |
javax/print/PrintSEUmlauts/PrintSEUmlauts.java 8135174 generic-all |
49229
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
499 |
java/awt/font/TextLayout/LigatureCaretTest.java 8197821 generic-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
500 |
java/awt/Graphics2D/DrawString/RotTransText.java 8197797 generic-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
501 |
java/awt/image/VolatileImage/CustomCompositeTest.java 8199002 windows-all,linux-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
502 |
java/awt/image/VolatileImage/GradientPaints.java 8199003 linux-all |
52552 | 503 |
java/awt/JAWT/JAWT.sh 8197798 windows-all,linux-all |
50132
a9398d77ea79
8202679: Updates on windows failures in the problem list
prr
parents:
50013
diff
changeset
|
504 |
java/awt/Debug/DumpOnKey/DumpOnKey.java 8202667 windows-all |
a9398d77ea79
8202679: Updates on windows failures in the problem list
prr
parents:
50013
diff
changeset
|
505 |
java/awt/Robot/RobotWheelTest/RobotWheelTest.java 8129827 generic-all |
54231
e4813eded7cb
8213110: Remove the use of applets in automatic tests
serb
parents:
53942
diff
changeset
|
506 |
java/awt/Focus/WindowUpdateFocusabilityTest/WindowUpdateFocusabilityTest.java 8202926 linux-all |
50143
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
507 |
java/awt/datatransfer/ConstructFlavoredObjectTest/ConstructFlavoredObjectTest.java 8202860 linux-all |
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
508 |
java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java 8202790 macosx-all,linux-all |
54231
e4813eded7cb
8213110: Remove the use of applets in automatic tests
serb
parents:
53942
diff
changeset
|
509 |
java/awt/FileDialog/FilenameFilterTest/FilenameFilterTest.java 8202882 linux-all |
50143
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
510 |
java/awt/Frame/FramesGC/FramesGC.java 8079069 macosx-all |
52552 | 511 |
java/awt/dnd/MissingDragExitEventTest/MissingDragExitEventTest.java 8030121 macosx-all,linux-all |
50143
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
512 |
java/awt/Choice/ChoicePopupLocation/ChoicePopupLocation.java 8202931 macosx-all,linux-all |
54231
e4813eded7cb
8213110: Remove the use of applets in automatic tests
serb
parents:
53942
diff
changeset
|
513 |
java/awt/Focus/NonFocusableBlockedOwnerTest/NonFocusableBlockedOwnerTest.java 7124275 macosx-all |
52552 | 514 |
java/awt/Focus/TranserFocusToWindow/TranserFocusToWindow.java 6848810 macosx-all,linux-all |
50143
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
515 |
java/awt/Component/NativeInLightShow/NativeInLightShow.java 8202932 linux-all |
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
516 |
java/awt/FileDialog/ModalFocus/FileDialogModalFocusTest.java 8194751 linux-all |
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
517 |
java/awt/image/VolatileImage/BitmaskVolatileImage.java 8133102 linux-all |
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
518 |
java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java 8203004 linux-all |
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
519 |
java/awt/Robot/AcceptExtraMouseButtons/AcceptExtraMouseButtons.java 7107528 linux-all,macosx-all |
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
520 |
java/awt/Mouse/MouseDragEvent/MouseDraggedTest.java 8080676 linux-all |
50354
35190b496542
8203380: Missing platform and bug information for MouseModifiersInKeyEvent test
serb
parents:
50347
diff
changeset
|
521 |
java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersInKeyEvent.java 8157147 linux-all,solaris-all,windows-all |
54231
e4813eded7cb
8213110: Remove the use of applets in automatic tests
serb
parents:
53942
diff
changeset
|
522 |
java/awt/Mouse/TitleBarDoubleClick/TitleBarDoubleClick.java 8148041 linux-all |
50143
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
523 |
java/awt/Toolkit/DesktopProperties/rfe4758438.java 8193547 linux-all |
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
524 |
java/awt/Toolkit/ToolkitPropertyTest/ToolkitPropertyTest_Enable.java 6847163 |
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
525 |
java/awt/xembed/server/RunTestXEmbed.java 7034201 linux-all |
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
526 |
java/awt/Modal/ModalFocusTransferTests/FocusTransferDialogsDocModalTest.java 8164473 linux-all |
52525
191411a26c71
8213130: Update ProblemList after verification of jtreg tests in Win 7
jdv
parents:
52266
diff
changeset
|
527 |
java/awt/im/memoryleak/InputContextMemoryLeakTest.java 8023814 linux-all,solaris-all |
191411a26c71
8213130: Update ProblemList after verification of jtreg tests in Win 7
jdv
parents:
52266
diff
changeset
|
528 |
# below test fails only on Win 7 |
191411a26c71
8213130: Update ProblemList after verification of jtreg tests in Win 7
jdv
parents:
52266
diff
changeset
|
529 |
java/awt/font/FontNames/LocaleFamilyNames.java 8213129 windows-all |
50143
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
530 |
|
52526 | 531 |
java/awt/Frame/DisposeParentGC/DisposeParentGC.java 8079786 macosx-all |
532 |
java/awt/FullScreen/NoResizeEventOnDMChangeTest/NoResizeEventOnDMChangeTest.java 8169468 macosx-all |
|
533 |
java/awt/GraphicsDevice/CheckDisplayModes.java 8213119 macosx-all |
|
534 |
java/awt/TextArea/AutoScrollOnSelectAndAppend/AutoScrollOnSelectAndAppend.java 8213120 macosx-all |
|
535 |
java/awt/Window/MainKeyWindowTest/TestMainKeyWindow.java 8213126 macosx-all |
|
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
536 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
537 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
538 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
539 |
# jdk_beans |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
540 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
541 |
java/beans/Introspector/8132566/OverridePropertyInfoTest.java 8132565 generic-all |
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
542 |
java/beans/Introspector/8132566/OverrideUserDefPropertyInfoTest.java 8132565 generic-all |
32301
5d48ae677b8f
8134521: Problem list failing java/beans/Introspector test
darcy
parents:
32228
diff
changeset
|
543 |
|
49102 | 544 |
java/beans/XMLEncoder/Test6570354.java 8015593 macosx-all |
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_lang |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
549 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
550 |
java/lang/StringCoding/CheckEncodings.sh 7008363 generic-all |
52056
d24b89390f6c
8211856: [ppc, s390] ProblemList some failing tests.
goetz
parents:
52041
diff
changeset
|
551 |
java/lang/ProcessHandle/InfoTest.java 8211847 aix-ppc64 |
53453
b476ba62857c
8217349: Problem list java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
mikael
parents:
53426
diff
changeset
|
552 |
java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java 8151492 generic-all |
35771 | 553 |
|
11527 | 554 |
############################################################################ |
555 |
||
26728
d78714eb3f47
8058899: Put test 'java/lang/instrument/NativeMethodPrefixAgent.java' on ProblemList
jbachorik
parents:
26726
diff
changeset
|
556 |
# jdk_instrument |
d78714eb3f47
8058899: Put test 'java/lang/instrument/NativeMethodPrefixAgent.java' on ProblemList
jbachorik
parents:
26726
diff
changeset
|
557 |
|
40269
edab53bd500e
8160611: Clean up ProblemList.txt for closed/resolved issues
fyuan
parents:
40261
diff
changeset
|
558 |
java/lang/instrument/RedefineBigClass.sh 8065756 generic-all |
edab53bd500e
8160611: Clean up ProblemList.txt for closed/resolved issues
fyuan
parents:
40261
diff
changeset
|
559 |
java/lang/instrument/RetransformBigClass.sh 8065756 generic-all |
27749
8b7b1ff96d50
8062037: java/lang/instrument/RetransformBigClass.sh should be quarantined
olagneau
parents:
27349
diff
changeset
|
560 |
|
39468
04d84adee123
8159959: Quarantine java/lang/management/MemoryMXBean/Pending.java
akulyakh
parents:
38876
diff
changeset
|
561 |
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
|
562 |
java/lang/management/MemoryMXBean/PendingAllGC.sh 8158837 generic-all |
39468
04d84adee123
8159959: Quarantine java/lang/management/MemoryMXBean/Pending.java
akulyakh
parents:
38876
diff
changeset
|
563 |
|
49758
4e0aeeec9fa1
8201330: Add java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java to the ProblemList
aharlap
parents:
49610
diff
changeset
|
564 |
java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java 8081652 generic-all |
51076
7c96d1e40280
8207217: Problem list java/lang/management/ThreadMXBean/AllThreadIds.java
mikael
parents:
51075
diff
changeset
|
565 |
java/lang/management/ThreadMXBean/AllThreadIds.java 8131745 generic-all |
49758
4e0aeeec9fa1
8201330: Add java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java to the ProblemList
aharlap
parents:
49610
diff
changeset
|
566 |
|
54757
6c1a7c2ee530
8223416: Exclude javax/management/monitor/DerivedGaugeMonitorTest.java until JDK-8042211 is fixed.
gadams
parents:
54697
diff
changeset
|
567 |
javax/management/monitor/DerivedGaugeMonitorTest.java 8042211 generic-all |
54779
e0bd4c7a176e
8042215: javax/management/remote/mandatory/connection/ReconnectTest.java NoSuchObjectException no such object in table
gadams
parents:
54757
diff
changeset
|
568 |
javax/management/remote/mandatory/connection/MultiThreadDeadLockTest.java 8042215 generic-all |
54757
6c1a7c2ee530
8223416: Exclude javax/management/monitor/DerivedGaugeMonitorTest.java until JDK-8042211 is fixed.
gadams
parents:
54697
diff
changeset
|
569 |
|
26728
d78714eb3f47
8058899: Put test 'java/lang/instrument/NativeMethodPrefixAgent.java' on ProblemList
jbachorik
parents:
26726
diff
changeset
|
570 |
############################################################################ |
d78714eb3f47
8058899: Put test 'java/lang/instrument/NativeMethodPrefixAgent.java' on ProblemList
jbachorik
parents:
26726
diff
changeset
|
571 |
|
38374
3758f3419566
8157011: Problem list tools/pack200/TestNormal.java and java/io/pathNames/GeneralWin32.java
mli
parents:
37911
diff
changeset
|
572 |
# jdk_io |
3758f3419566
8157011: Problem list tools/pack200/TestNormal.java and java/io/pathNames/GeneralWin32.java
mli
parents:
37911
diff
changeset
|
573 |
|
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
|
574 |
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
|
575 |
|
38374
3758f3419566
8157011: Problem list tools/pack200/TestNormal.java and java/io/pathNames/GeneralWin32.java
mli
parents:
37911
diff
changeset
|
576 |
############################################################################ |
3758f3419566
8157011: Problem list tools/pack200/TestNormal.java and java/io/pathNames/GeneralWin32.java
mli
parents:
37911
diff
changeset
|
577 |
|
42338
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
42107
diff
changeset
|
578 |
# jdk_management |
14170
c819974fc133
7173494: some jdk tests are not run in test/Makefile
alanb
parents:
14013
diff
changeset
|
579 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
580 |
com/sun/management/OperatingSystemMXBean/GetProcessCpuLoad.java 8030957 aix-all |
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
581 |
com/sun/management/OperatingSystemMXBean/GetSystemCpuLoad.java 8030957 aix-all |
42338
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
42107
diff
changeset
|
582 |
|
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
42107
diff
changeset
|
583 |
############################################################################ |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
42107
diff
changeset
|
584 |
|
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
42107
diff
changeset
|
585 |
# jdk_jmx |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
42107
diff
changeset
|
586 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
587 |
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
|
588 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
589 |
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
|
590 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
591 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
592 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
593 |
# jdk_net |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
594 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
595 |
java/net/MulticastSocket/NoLoopbackPackets.java 7122846 macosx-all |
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
596 |
java/net/MulticastSocket/SetLoopbackMode.java 7122846 macosx-all |
12047
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
597 |
|
53426 | 598 |
java/net/MulticastSocket/Test.java 7145658 macosx-all |
12047
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
599 |
|
53942
d6cb11fa3773
8219802: Problem list java/net/MulticastSocket/SetGetNetworkInterfaceTest.java
amlu
parents:
53914
diff
changeset
|
600 |
java/net/MulticastSocket/SetGetNetworkInterfaceTest.java 8219083 windows-all |
d6cb11fa3773
8219802: Problem list java/net/MulticastSocket/SetGetNetworkInterfaceTest.java
amlu
parents:
53914
diff
changeset
|
601 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
602 |
java/net/DatagramSocket/SendDatagramToBadAddress.java 7143960 macosx-all |
12047
320a714614e9
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
12042
diff
changeset
|
603 |
|
52056
d24b89390f6c
8211856: [ppc, s390] ProblemList some failing tests.
goetz
parents:
52041
diff
changeset
|
604 |
java/net/ServerSocket/AcceptInheritHandle.java 8211854 aix-ppc64 |
d24b89390f6c
8211856: [ppc, s390] ProblemList some failing tests.
goetz
parents:
52041
diff
changeset
|
605 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
606 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
607 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
608 |
# jdk_nio |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
609 |
|
48722
02b7ea53c1a4
8196622: Add java/nio/Buffer/EqualsCompareTest.java to ProblemList
bpb
parents:
48659
diff
changeset
|
610 |
java/nio/Buffer/EqualsCompareTest.java 8193917 solaris-all |
02b7ea53c1a4
8196622: Add java/nio/Buffer/EqualsCompareTest.java to ProblemList
bpb
parents:
48659
diff
changeset
|
611 |
|
49880
3714eeb7e473
8202062: Put FileChannel and FileOutpuStream variants of AtomicAppend on problem list
bpb
parents:
49868
diff
changeset
|
612 |
java/nio/channels/DatagramChannel/ChangingAddress.java 7141822 macosx-all |
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
613 |
|
52056
d24b89390f6c
8211856: [ppc, s390] ProblemList some failing tests.
goetz
parents:
52041
diff
changeset
|
614 |
java/nio/channels/AsynchronousSocketChannel/StressLoopback.java 8211851 aix-ppc64 |
d24b89390f6c
8211856: [ppc, s390] ProblemList some failing tests.
goetz
parents:
52041
diff
changeset
|
615 |
|
49880
3714eeb7e473
8202062: Put FileChannel and FileOutpuStream variants of AtomicAppend on problem list
bpb
parents:
49868
diff
changeset
|
616 |
java/nio/channels/Selector/Wakeup.java 6963118 windows-all |
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
617 |
|
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
618 |
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
|
619 |
java/nio/file/WatchService/MayFlies.java 7158947 solaris-all Solaris 11 |
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
620 |
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
|
621 |
|
52056
d24b89390f6c
8211856: [ppc, s390] ProblemList some failing tests.
goetz
parents:
52041
diff
changeset
|
622 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
623 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
624 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
625 |
# jdk_rmi |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
626 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
627 |
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
|
628 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
629 |
java/rmi/transport/rapidExportUnexport/RapidExportUnexport.java 7146541 linux-all |
11990 | 630 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
631 |
java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java 7191877 generic-all |
13664
52225a1bdf40
7195099: update problem list with RMI test failures
smarks
parents:
13598
diff
changeset
|
632 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
633 |
java/rmi/activation/Activatable/extLoadedImpl/ext.sh 8062724 generic-all |
27565 | 634 |
|
43240
5840f84ea2e3
8173159: Problem list java/rmi/activation/ActivationGroup/downloadActivationGroup/DownloadActivationGroup.java on Windows
xiaofeya
parents:
43239
diff
changeset
|
635 |
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
|
636 |
|
47487
c15c00e48c3a
8190573: Problem list InheritedChannelNotServerSocket.java
darcy
parents:
47483
diff
changeset
|
637 |
java/rmi/activation/rmidViaInheritedChannel/InheritedChannelNotServerSocket.java 8170562 generic-all |
c15c00e48c3a
8190573: Problem list InheritedChannelNotServerSocket.java
darcy
parents:
47483
diff
changeset
|
638 |
|
43301
39914c7e5bf0
8173326: Problem list java/rmi/registry/readTest/CodebaseTest.java on Windows
mli
parents:
43245
diff
changeset
|
639 |
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
|
640 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
641 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
642 |
|
51223 | 643 |
# jdk_sctp |
644 |
||
645 |
com/sun/nio/sctp/SctpMultiChannel/SendFailed.java 8141694 linux-all |
|
646 |
||
647 |
com/sun/nio/sctp/SctpMultiChannel/SocketOptionTests.java 8141694 linux-all |
|
648 |
||
649 |
com/sun/nio/sctp/SctpChannel/SocketOptionTests.java 8141694 linux-all |
|
650 |
||
651 |
############################################################################ |
|
652 |
||
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
653 |
# jdk_security |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
654 |
|
39652
4213518e2074
8154821: Update issue number for sun/security/pkcs11/ec/TestKeyFactory.java in ProblemList
mli
parents:
39645
diff
changeset
|
655 |
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
|
656 |
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
|
657 |
sun/security/pkcs11/tls/TestKeyMaterial.java 8180837 generic-all |
55248
10a2778ecbbf
8225390: ProblemList sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java due to JDK-8161536
jjiang
parents:
55193
diff
changeset
|
658 |
sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java 8161536 generic-all |
19066 | 659 |
|
37901
e74625573c82
8156890: Temporarily problem list ListKeychainStore.sh on Mac
darcy
parents:
37893
diff
changeset
|
660 |
sun/security/tools/keytool/ListKeychainStore.sh 8156889 macosx-all |
55066
b9d1e2fbe51d
8224885: ProblemList sun/security/tools/keytool/KeyToolTest.java and WeakAlgTest.java on Solaris
mullan
parents:
55042
diff
changeset
|
661 |
sun/security/tools/keytool/KeyToolTest.java 8224644 solaris-all |
b9d1e2fbe51d
8224885: ProblemList sun/security/tools/keytool/KeyToolTest.java and WeakAlgTest.java on Solaris
mullan
parents:
55042
diff
changeset
|
662 |
sun/security/tools/keytool/WeakAlg.java 8224644 solaris-all |
37901
e74625573c82
8156890: Temporarily problem list ListKeychainStore.sh on Mac
darcy
parents:
37893
diff
changeset
|
663 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
664 |
sun/security/tools/jarsigner/warnings/BadKeyUsageTest.java 8026393 generic-all |
28662
efd0203db371
8049171: Additional tests for jarsigner's warnings
asmotrak
parents:
28528
diff
changeset
|
665 |
|
55095
3e5dba06a663
8224991: Problemlist javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java
xuelei
parents:
55086
diff
changeset
|
666 |
javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java 8212096 generic-all |
55086
dcda4663a926
8224984: Problemlist javax/net/ssl/SSLSocket/Tls13PacketSize.java
xuelei
parents:
55085
diff
changeset
|
667 |
javax/net/ssl/SSLSocket/Tls13PacketSize.java 8224718 generic-all |
42702
03bf81fb558c
8171297: ProblemList javax/net/ssl/DTLS/PacketLossRetransmission.java due to JDK-8169086
fyuan
parents:
42690
diff
changeset
|
668 |
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
|
669 |
javax/net/ssl/DTLS/RespondToRetransmit.java 8169086 macosx-x64 |
49868
d5cecd70fc0f
8202060: Add javax/net/ssl/DTLS/CipherSuite.java to ProblemList
mikael
parents:
49866
diff
changeset
|
670 |
javax/net/ssl/DTLS/CipherSuite.java 8202059 macosx-x64 |
42702
03bf81fb558c
8171297: ProblemList javax/net/ssl/DTLS/PacketLossRetransmission.java due to JDK-8169086
fyuan
parents:
42690
diff
changeset
|
671 |
|
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
|
672 |
sun/security/provider/KeyStore/DKSTest.sh 8180266 windows-all |
44045
8102155116c6
8176213: 78 sun/security/krb5/auto tests failing due to undeclared dependecies
skovalev
parents:
44042
diff
changeset
|
673 |
|
54697
251090f84412
8204203: Many pkcs11 tests failed in Provider initialization, after compiler on Windows changed
jjiang
parents:
54592
diff
changeset
|
674 |
sun/security/pkcs11/KeyStore/SecretKeysBasic.sh 8209398 generic-all |
50365 | 675 |
|
55042
6264783438f6
8224727: Problem list test security/infra/java/security/cert/CertPathValidator/certification/ActalisCA.java
clanger
parents:
55020
diff
changeset
|
676 |
security/infra/java/security/cert/CertPathValidator/certification/ActalisCA.java 8224768 generic-all |
6264783438f6
8224727: Problem list test security/infra/java/security/cert/CertPathValidator/certification/ActalisCA.java
clanger
parents:
55020
diff
changeset
|
677 |
|
57486
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
678 |
sun/security/smartcardio/TestChannel.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
679 |
sun/security/smartcardio/TestConnect.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
680 |
sun/security/smartcardio/TestConnectAgain.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
681 |
sun/security/smartcardio/TestControl.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
682 |
sun/security/smartcardio/TestDefault.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
683 |
sun/security/smartcardio/TestDirect.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
684 |
sun/security/smartcardio/TestExclusive.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
685 |
sun/security/smartcardio/TestMultiplePresent.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
686 |
sun/security/smartcardio/TestPresent.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
687 |
sun/security/smartcardio/TestTransmit.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
688 |
com/sun/crypto/provider/Cipher/DES/PerformanceTest.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
689 |
com/sun/security/auth/callback/TextCallbackHandler/Default.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
690 |
com/sun/security/auth/callback/TextCallbackHandler/Password.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
691 |
com/sun/security/sasl/gsskerb/AuthOnly.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
692 |
com/sun/security/sasl/gsskerb/ConfSecurityLayer.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
693 |
com/sun/security/sasl/gsskerb/NoSecurityLayer.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
694 |
javax/security/auth/kerberos/KerberosHashEqualsTest.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
695 |
javax/security/auth/kerberos/KerberosTixDateTest.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
696 |
sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
697 |
sun/security/provider/PolicyParser/ExtDirsChange.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
698 |
sun/security/provider/PolicyParser/PrincipalExpansionError.java 8039280 generic-all |
347804d623fc
8048595: problemList failing/ignored manual tests in security-libs
rhalade
parents:
57485
diff
changeset
|
699 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
700 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
701 |
|
11910
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
702 |
# jdk_sound |
45341
b7cc7f639ecf
8178383: Validation of FileIO in the tests for JavaSound should be stricter
serb
parents:
44861
diff
changeset
|
703 |
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
|
704 |
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
|
705 |
javax/sound/sampled/DataLine/LongFramePosition.java 8055097 generic-all |
41905
e8e5df013c6e
8167615: Opensource unit/regression tests for JavaSound
serb
parents:
41761
diff
changeset
|
706 |
|
e8e5df013c6e
8167615: Opensource unit/regression tests for JavaSound
serb
parents:
41761
diff
changeset
|
707 |
javax/sound/sampled/Clip/Drain/ClipDrain.java 7062792 generic-all |
e8e5df013c6e
8167615: Opensource unit/regression tests for JavaSound
serb
parents:
41761
diff
changeset
|
708 |
|
e8e5df013c6e
8167615: Opensource unit/regression tests for JavaSound
serb
parents:
41761
diff
changeset
|
709 |
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
|
710 |
|
50001
7985d51b85df
8202050: Add javax/sound/midi/Sequencer/Recording.java to the problemList
serb
parents:
49766
diff
changeset
|
711 |
javax/sound/midi/Sequencer/Recording.java 8167580 linux-all,solaris-all |
54504
55b0469425e1
8221885: Add intermittent test in the JavaSound to the ProblemList
serb
parents:
54393
diff
changeset
|
712 |
javax/sound/midi/Sequencer/MetaCallback.java 8178698 linux-all,solaris-all |
50001
7985d51b85df
8202050: Add javax/sound/midi/Sequencer/Recording.java to the problemList
serb
parents:
49766
diff
changeset
|
713 |
|
11910
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
714 |
############################################################################ |
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
715 |
|
34433 | 716 |
# jdk_imageio |
717 |
||
718 |
############################################################################ |
|
719 |
||
11910
5ebe67376f05
7147087: Remove AWT/Swing/client tests from ProblemList
alanb
parents:
11848
diff
changeset
|
720 |
# 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
|
721 |
|
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
722 |
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
|
723 |
|
52743
ff49d3fcb934
8213844: Typo in ProblemList updation under JDK-8213536
pbansal
parents:
52738
diff
changeset
|
724 |
javax/swing/border/TestTitledBorderLeak.java 8213531 linux-all |
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
725 |
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
|
726 |
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
|
727 |
javax/swing/JComponent/6683775/bug6683775.java 8172337 generic-all |
49102 | 728 |
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
|
729 |
javax/swing/text/html/parser/Test8017492.java 8022535 generic-all |
49102 | 730 |
javax/swing/JWindow/ShapedAndTranslucentWindows/PerPixelTranslucentSwing.java 8194128 macosx-all |
731 |
javax/swing/JWindow/ShapedAndTranslucentWindows/SetShapeAndClickSwing.java 8013450 macosx-all |
|
49224
d432d559a343
8190347: [TESTBUG] Test javax/swing/JWindow/ShapedAndTranslucentWindows/TranslucentJComboBox.java fails
pbansal
parents:
49222
diff
changeset
|
732 |
javax/swing/JWindow/ShapedAndTranslucentWindows/TranslucentJComboBox.java 8024627 macosx-all |
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
733 |
# The next test below is an intermittent failure |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
734 |
javax/swing/JComboBox/8033069/bug8033069ScrollBar.java 8163367 generic-all |
49102 | 735 |
javax/swing/JColorChooser/Test6541987.java 8143021 windows-all,linux-all,macosx-all |
736 |
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
|
737 |
javax/swing/JTable/7124218/SelectEditTableCell.java 8148958 linux-all |
49229
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
738 |
javax/swing/JTable/4235420/bug4235420.java 8079127 generic-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
739 |
javax/swing/JSplitPane/4201995/bug4201995.java 8079127 generic-all |
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
740 |
javax/swing/JTree/DnD/LastNodeLowerHalfDrop.java 8159131 linux-all |
49102 | 741 |
javax/swing/JTree/4633594/JTreeFocusTest.java 8173125 macosx-all |
48732 | 742 |
javax/swing/JFileChooser/8041694/bug8041694.java 8196302 windows-all |
49102 | 743 |
javax/swing/AbstractButton/6711682/bug6711682.java 8060765 windows-all,macosx-all |
744 |
javax/swing/Action/8133039/bug8133039.java 8196089 windows-all,macosx-all |
|
745 |
javax/swing/JComboBox/6559152/bug6559152.java 8196090 windows-all,macosx-all |
|
746 |
javax/swing/JComboBox/8032878/bug8032878.java 8196092 windows-all,macosx-all |
|
747 |
javax/swing/JComboBox/8057893/bug8057893.java 8169953 windows-all,macosx-all |
|
748 |
javax/swing/JComboBox/8072767/bug8072767.java 8196093 windows-all,macosx-all |
|
48732 | 749 |
javax/swing/JComponent/4337267/bug4337267.java 8146451 windows-all |
750 |
javax/swing/JFileChooser/4524490/bug4524490.java 8042380 generic-all |
|
751 |
javax/swing/JFileChooser/8002077/bug8002077.java 8196094 windows-all |
|
752 |
javax/swing/JFileChooser/DeserializedJFileChooser/DeserializedJFileChooserTest.java 8196095 generic-all |
|
53676
24a861d4b4f0
8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan
parents:
53674
diff
changeset
|
753 |
javax/swing/JFileChooser/6396844/TwentyThousandTest.java 8198003 generic-all |
48732 | 754 |
javax/swing/JFrame/8175301/ScaledFrameBackgroundTest.java 8193942 generic-all |
755 |
javax/swing/JList/6462008/bug6462008.java 7156347 generic-all |
|
55359
ef91ba2e6cff
8196096: javax/swing/JPopupMenu/6580930/bug6580930.java fails
ssadetsky
parents:
55193
diff
changeset
|
756 |
javax/swing/JPopupMenu/6580930/bug6580930.java 7124313 macosx-all |
49102 | 757 |
javax/swing/JPopupMenu/6800513/bug6800513.java 7184956 macosx-all |
48732 | 758 |
javax/swing/JPopupMenu/6675802/bug6675802.java 8196097 windows-all |
759 |
javax/swing/JTabbedPane/8007563/Test8007563.java 8051591 generic-all |
|
49102 | 760 |
javax/swing/JTabbedPane/4624207/bug4624207.java 8064922 macosx-all |
761 |
javax/swing/JTabbedPane/7024235/Test7024235.java 8028281 macosx-all |
|
48732 | 762 |
javax/swing/SwingUtilities/TestBadBreak/TestBadBreak.java 8160720 generic-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
763 |
javax/swing/plaf/basic/Test6984643.java 8198340 windows-all |
48732 | 764 |
javax/swing/text/CSSBorder/6796710/bug6796710.java 8196099 windows-all |
765 |
javax/swing/text/DefaultCaret/HidingSelection/HidingSelectionTest.java 8194048 windows-all |
|
52552 | 766 |
javax/swing/text/DefaultCaret/HidingSelection/MultiSelectionTest.java 8213562 linux-all |
48732 | 767 |
javax/swing/text/JTextComponent/5074573/bug5074573.java 8196100 windows-all |
768 |
javax/swing/JFileChooser/6798062/bug6798062.java 8146446 windows-all |
|
769 |
javax/swing/JComboBox/8032878/bug8032878.java 8196439 linux-all |
|
49102 | 770 |
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
|
771 |
javax/swing/JFileChooser/6738668/bug6738668.java 8194946 generic-all |
49102 | 772 |
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
|
773 |
javax/swing/JFileChooser/8062561/bug8062561.java 8196466 linux-all,macosx-all |
49102 | 774 |
javax/swing/JInternalFrame/Test6325652.java 8196467 linux-all,macosx-all |
775 |
javax/swing/JInternalFrame/8145896/TestJInternalFrameMaximize.java 8194944 macosx-all |
|
776 |
javax/swing/JLabel/6596966/bug6596966.java 8040914 macosx-all |
|
52552 | 777 |
javax/swing/JPopupMenu/4870644/bug4870644.java 8194130 macosx-all,linux-all |
49102 | 778 |
javax/swing/JPopupMenu/4966112/bug4966112.java 8064915 macosx-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
779 |
javax/swing/MultiUIDefaults/Test6860438.java 8198391 generic-all |
49102 | 780 |
javax/swing/MultiUIDefaults/4300666/bug4300666.java 7105119 macosx-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
781 |
javax/swing/UITest/UITest.java 8198392 generic-all |
49229
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
782 |
javax/swing/plaf/basic/BasicComboBoxEditor/Test8015336.java 8198394 generic-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
783 |
javax/swing/plaf/metal/MetalLookAndFeel/Test8039750.java 8198395 generic-all |
49229
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
784 |
javax/swing/text/DevanagariEditor.java 8198397 generic-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
785 |
javax/swing/SpringLayout/4726194/bug4726194.java 8198399 generic-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
786 |
javax/swing/SwingUtilities/6797139/bug6797139.java 8198400 generic-all |
49229
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
787 |
javax/swing/text/html/parser/Parser/6836089/bug6836089.java 8198401 generic-all |
49096
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
788 |
javax/swing/JTable/8133919/DrawGridLinesTest.java 8198407 generic-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
789 |
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
|
790 |
javax/swing/text/AbstractDocument/DocumentInsert/DocumentInsertAtWrongPositionTest.java 8198396 generic-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
791 |
javax/swing/JFileChooser/6868611/bug6868611.java 7059834 windows-all |
eaef201ec301
8198333: ProblemList should be updated for headless mode
serb
parents:
48916
diff
changeset
|
792 |
javax/swing/SwingWorker/6493680/bug6493680.java 8198410 windows-all |
49102 | 793 |
javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java 8042383 macosx-all |
794 |
javax/swing/PopupFactory/6276087/NonOpaquePopupMenuTest.java 8065099 macosx-all |
|
49229
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
795 |
javax/swing/DataTransfer/8059739/bug8059739.java 8199074 generic-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
796 |
javax/swing/JCheckBox/8032667/bug8032667_image_diff.java 8199063 macosx-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
797 |
javax/swing/JComboBox/7031551/bug7031551.java 8199056 generic-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
798 |
javax/swing/JScrollBar/6924059/bug6924059.java 8199078 generic-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
799 |
javax/swing/JTree/8003830/bug8003830.java 8199057 generic-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
800 |
javax/swing/plaf/nimbus/ColorCustomizationTest.java 8199080 generic-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
801 |
javax/swing/SwingWorker/6432565/bug6432565.java 8199077 generic-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
802 |
javax/swing/SwingWorker/6880336/NestedWorkers.java 8199049 windows-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
803 |
javax/swing/text/DefaultCaret/6938583/bug6938583.java 8199058 generic-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
804 |
javax/swing/text/html/parser/Parser/6990651/bug6990651.java 8199060 generic-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
805 |
javax/swing/text/html/parser/Parser/HtmlCommentTagParseTest/HtmlCommentTagParseTest.java 8199073 generic-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
806 |
javax/swing/text/StyledEditorKit/8016833/bug8016833.java 8199055 generic-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
807 |
javax/swing/text/Utilities/8134721/bug8134721.java 8199062 generic-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
808 |
javax/swing/tree/DefaultTreeCellRenderer/7142955/bug7142955.java 8199076 generic-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
809 |
javax/swing/UIDefaults/6302464/bug6302464.java 8199079 generic-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
810 |
javax/swing/UIDefaults/8133926/InternalFrameIcon.java 8199075 generic-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
811 |
javax/swing/UIDefaults/8149879/InternalResourceBundle.java 8199054 windows-all |
f942a873a53e
8199022: New failures should be added to ProblemList
serb
parents:
49224
diff
changeset
|
812 |
javax/swing/text/html/parser/Parser/8078268/bug8078268.java 8199092 generic-all |
50132
a9398d77ea79
8202679: Updates on windows failures in the problem list
prr
parents:
50013
diff
changeset
|
813 |
javax/swing/PopupFactory/8048506/bug8048506.java 8202660 windows-all |
a9398d77ea79
8202679: Updates on windows failures in the problem list
prr
parents:
50013
diff
changeset
|
814 |
javax/swing/JTextArea/TextViewOOM/TextViewOOM.java 8167355 generic-all |
51001
deff20e15445
8206375: ProblemList update of bug ID for SwingFontMetricsTest
prr
parents:
50999
diff
changeset
|
815 |
javax/swing/text/Utilities/8142966/SwingFontMetricsTest.java 8199529 windows-all |
50143
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
816 |
javax/swing/JPopupMenu/8075063/ContextMenuScrollTest.java 202880 linux-all |
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
817 |
javax/swing/dnd/8139050/NativeErrorsInTableDnD.java 8202765 macosx-all,linux-all |
8afb040fd242
8202811: Problem List some tests that leave windows open on the desktop
prr
parents:
50140
diff
changeset
|
818 |
javax/swing/Popup/TaskbarPositionTest.java 8065097 macosx-all,linux-all |
52526 | 819 |
javax/swing/JButton/4368790/bug4368790.java 8213123 macosx-all |
820 |
javax/swing/JEditorPane/6917744/bug6917744.java 8213124 macosx-all |
|
821 |
javax/swing/JTable/6263446/bug6263446.java 8169959 macosx-all |
|
822 |
javax/swing/JTree/6263446/bug6263446.java 8213125 macosx-all |
|
52552 | 823 |
javax/swing/JTree/8003400/Test8003400.java 8197560 macosx-all,linux-all |
54507
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
824 |
javax/swing/RepaintManager/IconifyTest/IconifyTest.java 8221903 linux-all |
a67b9214cfab
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan
parents:
54504
diff
changeset
|
825 |
javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java 8221902 linux-all |
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47842
diff
changeset
|
826 |
|
55187 | 827 |
sanity/client/SwingSet/src/ColorChooserDemoTest.java 8221312 generic-all |
828 |
sanity/client/SwingSet/src/ToolTipDemoTest.java 8225012 windows-all |
|
829 |
sanity/client/SwingSet/src/ScrollPaneDemoTest.java 8225013 linux-all |
|
830 |
||
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
831 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
832 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
833 |
# jdk_text |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
834 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
835 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
836 |
|
18289 | 837 |
# jdk_time |
838 |
||
36967
d041d2e80712
8134577: Eliminate or standardize a replacement for sun.net.spi.nameservice.NameServiceDescriptor
msheppar
parents:
36962
diff
changeset
|
839 |
|
18289 | 840 |
############################################################################ |
841 |
||
40115
d1847f68fb3f
8161970: Remove tools/jlink/JLinkOptimTest.java from ProblemList.txt
amlu
parents:
39760
diff
changeset
|
842 |
# 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
|
843 |
|
42165
49ceb0e3feaa
8169826: ProblemList update for tools/pack200/CommandLineTests.java
amlu
parents:
42154
diff
changeset
|
844 |
tools/pack200/CommandLineTests.java 8059906 generic-all |
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
845 |
|
14170
c819974fc133
7173494: some jdk tests are not run in test/Makefile
alanb
parents:
14013
diff
changeset
|
846 |
############################################################################ |
c819974fc133
7173494: some jdk tests are not run in test/Makefile
alanb
parents:
14013
diff
changeset
|
847 |
|
c819974fc133
7173494: some jdk tests are not run in test/Makefile
alanb
parents:
14013
diff
changeset
|
848 |
# jdk_jdi |
c819974fc133
7173494: some jdk tests are not run in test/Makefile
alanb
parents:
14013
diff
changeset
|
849 |
|
36743
bdc3f1b79fb7
8151763: Use more informative format for problem list
darcy
parents:
36738
diff
changeset
|
850 |
com/sun/jdi/RepStep.java 8043571 generic-all |
24259
c64d805ad840
8040748: [TESTBUG] Exclude failing (serviceability) jtreg tests
miauno
parents:
24044
diff
changeset
|
851 |
|
48952
e999964446d7
8193150: Create a jtreg version of the test from JDK-8187143.
psomashe
parents:
48736
diff
changeset
|
852 |
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
|
853 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
854 |
############################################################################ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
855 |
|
38755
8852a837f30a
8158254: Put java/time/test/java/time/TestClock_System on the problem list for Solaris
rriggs
parents:
38570
diff
changeset
|
856 |
# jdk_time |
8852a837f30a
8158254: Put java/time/test/java/time/TestClock_System on the problem list for Solaris
rriggs
parents:
38570
diff
changeset
|
857 |
|
8852a837f30a
8158254: Put java/time/test/java/time/TestClock_System on the problem list for Solaris
rriggs
parents:
38570
diff
changeset
|
858 |
############################################################################ |
8852a837f30a
8158254: Put java/time/test/java/time/TestClock_System on the problem list for Solaris
rriggs
parents:
38570
diff
changeset
|
859 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
860 |
# jdk_util |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
861 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
diff
changeset
|
862 |
############################################################################ |
22286
5c1a07e4573d
7185591: jcmd-big-script.sh ERROR: could not find app's Java pid.
ykantser
parents:
22274
diff
changeset
|
863 |
|
23551
28cf58aa3f36
8037864: Add java/lang/instrument/NativeMethodPrefixAgent.java to ProblemList.txt
sla
parents:
23339
diff
changeset
|
864 |
# jdk_instrument |
28cf58aa3f36
8037864: Add java/lang/instrument/NativeMethodPrefixAgent.java to ProblemList.txt
sla
parents:
23339
diff
changeset
|
865 |
|
28cf58aa3f36
8037864: Add java/lang/instrument/NativeMethodPrefixAgent.java to ProblemList.txt
sla
parents:
23339
diff
changeset
|
866 |
############################################################################ |
28cf58aa3f36
8037864: Add java/lang/instrument/NativeMethodPrefixAgent.java to ProblemList.txt
sla
parents:
23339
diff
changeset
|
867 |
|
22286
5c1a07e4573d
7185591: jcmd-big-script.sh ERROR: could not find app's Java pid.
ykantser
parents:
22274
diff
changeset
|
868 |
# svc_tools |
5c1a07e4573d
7185591: jcmd-big-script.sh ERROR: could not find app's Java pid.
ykantser
parents:
22274
diff
changeset
|
869 |
|
43712
5dfd0950317c
8173393: Module system implementation refresh (2/2017)
alanb
parents:
43538
diff
changeset
|
870 |
sun/tools/jstat/jstatClassloadOutput1.sh 8173942 generic-all |
52056
d24b89390f6c
8211856: [ppc, s390] ProblemList some failing tests.
goetz
parents:
52041
diff
changeset
|
871 |
sun/tools/jhsdb/BasicLauncherTest.java 8193639,8211767 solaris-all,linux-ppc64,linux-ppc64le |
51433
f4e9ab292c90
8209342: Problemlist SA tests on Solaris due to Error attaching to process: Can't create thread_db agent!
sballal
parents:
51427
diff
changeset
|
872 |
sun/tools/jhsdb/HeapDumpTest.java 8193639 solaris-all |
43712
5dfd0950317c
8173393: Module system implementation refresh (2/2017)
alanb
parents:
43538
diff
changeset
|
873 |
|
26723
7ece09b451e7
8058647: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java should be quarantined
miauno
parents:
26636
diff
changeset
|
874 |
|
22286
5c1a07e4573d
7185591: jcmd-big-script.sh ERROR: could not find app's Java pid.
ykantser
parents:
22274
diff
changeset
|
875 |
############################################################################ |
34531
7f00d9e3e545
8141370: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
robm
parents:
34433
diff
changeset
|
876 |
|
7f00d9e3e545
8141370: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
robm
parents:
34433
diff
changeset
|
877 |
# jdk_other |
7f00d9e3e545
8141370: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
robm
parents:
34433
diff
changeset
|
878 |
|
42232
3bffdeb6c8d9
8158916: ProblemList.txt update for com/sun/jndi/ldap/DeadSSLLdapTimeoutTest.java
mli
parents:
42220
diff
changeset
|
879 |
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
|
880 |
|
52668
02747dfbd776
8214241: Problem list com/sun/jndi/ldap/LdapTimeoutTest.java for all platforms
amlu
parents:
52552
diff
changeset
|
881 |
com/sun/jndi/ldap/LdapTimeoutTest.java 8151678 generic-all |
42338
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
42107
diff
changeset
|
882 |
|
52205
a562c65c3c74
8200151: Add 8 JNDI tests to com/sun/jndi/dns/ConfigTests/
xyin
parents:
52110
diff
changeset
|
883 |
com/sun/jndi/dns/ConfigTests/PortUnreachable.java 7164518 macosx-all |
a562c65c3c74
8200151: Add 8 JNDI tests to com/sun/jndi/dns/ConfigTests/
xyin
parents:
52110
diff
changeset
|
884 |
|
49572
fcdca1973b84
8201348: ProblemList update for bugid associated with SSLSocketParametersTest.sh
xiaofeya
parents:
49571
diff
changeset
|
885 |
javax/rmi/ssl/SSLSocketParametersTest.sh 8162906 generic-all |
47480
a3b9cabfaed8
8190441: ProblemList some intermittent CORBA tests
rriggs
parents:
47474
diff
changeset
|
886 |
|
34531
7f00d9e3e545
8141370: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
robm
parents:
34433
diff
changeset
|
887 |
############################################################################ |
48841 | 888 |
|
50113 | 889 |
# jdk_jfr |
890 |
||
891 |
jdk/jfr/event/io/TestInstrumentation.java 8202142 generic-all |
|
53914
ee4488381c78
8219553: [TESTBUG] Problem list JFR TestPeriod test
mseledtsov
parents:
53799
diff
changeset
|
892 |
jdk/jfr/api/recording/event/TestPeriod.java 8215890 generic-all |
55020
2bcb825c8edf
8224706: [TESTBUG] problem list failing JDK docker API tests
mseledtsov
parents:
55010
diff
changeset
|
893 |
|
55102 | 894 |
jdk/jfr/event/io/EvilInstrument.java 8221331 generic-all |
55020
2bcb825c8edf
8224706: [TESTBUG] problem list failing JDK docker API tests
mseledtsov
parents:
55010
diff
changeset
|
895 |
|
2bcb825c8edf
8224706: [TESTBUG] problem list failing JDK docker API tests
mseledtsov
parents:
55010
diff
changeset
|
896 |
############################################################################ |
2bcb825c8edf
8224706: [TESTBUG] problem list failing JDK docker API tests
mseledtsov
parents:
55010
diff
changeset
|
897 |