ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 1 | ########################################################################### |
| 2 | # |
smarks | f351c0a | 2013-01-07 18:09:07 -0800 | [diff] [blame] | 3 | # Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved. |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 4 | # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
| 5 | # |
| 6 | # This code is free software; you can redistribute it and/or modify it |
| 7 | # under the terms of the GNU General Public License version 2 only, as |
ohair | 2283b9d | 2010-05-25 15:58:33 -0700 | [diff] [blame] | 8 | # published by the Free Software Foundation. Oracle designates this |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 9 | # particular file as subject to the "Classpath" exception as provided |
ohair | 2283b9d | 2010-05-25 15:58:33 -0700 | [diff] [blame] | 10 | # by Oracle in the LICENSE file that accompanied this code. |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 11 | # |
| 12 | # This code is distributed in the hope that it will be useful, but WITHOUT |
| 13 | # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 14 | # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
| 15 | # version 2 for more details (a copy is included in the LICENSE file that |
| 16 | # accompanied this code). |
| 17 | # |
| 18 | # You should have received a copy of the GNU General Public License version |
| 19 | # 2 along with this work; if not, write to the Free Software Foundation, |
| 20 | # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
| 21 | # |
ohair | 2283b9d | 2010-05-25 15:58:33 -0700 | [diff] [blame] | 22 | # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
| 23 | # or visit www.oracle.com if you need additional information or have any |
| 24 | # questions. |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 25 | # |
| 26 | ########################################################################### |
| 27 | # |
| 28 | # List of tests that should not be run by test/Makefile, for various reasons: |
| 29 | # 1. Does not run with jtreg -samevm mode |
| 30 | # 2. Causes problems in jtreg -samevm mode for jtreg or tests that follow it |
| 31 | # 3. The test is too slow or consumes too many system resources |
| 32 | # 4. The test fails when run on any official build systems |
| 33 | # |
| 34 | # It is possible that a test being on this list is a mistake, and that some |
| 35 | # other test in samevm mode caused tests to fail, mistakes happen. |
| 36 | # |
| 37 | # Tests marked @ignore are not run by test/Makefile, but harmless to be listed. |
| 38 | # |
| 39 | # Tests that explicitly state "@run main/othervm ...", and are not listed here, |
| 40 | # will be run in the same batch as the samevm tests. |
| 41 | # |
| 42 | # Shell tests are othervm by default. |
| 43 | # |
mduigou | 76a5cac | 2011-02-21 13:37:22 -0800 | [diff] [blame] | 44 | # List items are testnames followed by labels, all MUST BE commented |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 45 | # as to why they are here and use a label: |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 46 | # generic-all Problems on all platforms |
| 47 | # generic-ARCH Where ARCH is one of: sparc, sparcv9, x64, i586, etc. |
mduigou | ba95ae8 | 2013-02-06 11:28:25 -0800 | [diff] [blame] | 48 | # OSNAME-all Where OSNAME is one of: solaris, linux, windows, macosx |
| 49 | # OSNAME-ARCH Specific on to one OSNAME and ARCH, e.g. solaris-amd64 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 50 | # OSNAME-REV Specific on to one OSNAME and REV, e.g. solaris-5.8 |
mduigou | 76a5cac | 2011-02-21 13:37:22 -0800 | [diff] [blame] | 51 | # |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 52 | # More than one label is allowed but must be on the same line. |
| 53 | # |
| 54 | ############################################################################# |
| 55 | # |
| 56 | # Running the tests: |
| 57 | # cd test && make JT_HOME=jtreg_home PRODUCT_HOME=jdk_home jdk_all |
| 58 | # Or instead of jdk_all, use any of the jdk_* targets. |
| 59 | # |
| 60 | # Samevm Notes: |
| 61 | # * Although some tests may have only been seen to fail on some platforms, |
| 62 | # they might be flagged as 'generic-all' because the problem they have |
| 63 | # could cause hidden slowdowns on other platforms. |
| 64 | # Most samevm problems will be generic-all, but windows usually dislikes |
| 65 | # them the most. |
| 66 | # Address already in use or connection errors indicate a generic port issue. |
| 67 | # (this is not necessarily a samevm issue, but an issue for running the tests |
| 68 | # on shared machines, two people or two test runs will collide). |
| 69 | # * Samevm problem (windows in particular) is not closing all input/output |
| 70 | # * Samevm problem when a test calls setSecurityManager() |
| 71 | # * Samevm problem with setHttps*() is used? (not exactly sure here) |
| 72 | # * Samevm problem when stuffing system properties with non Strings or anything |
| 73 | # * Samevm problem when changing vm settings, or registering any vm actions |
| 74 | # * Samevm problems with deleteOnExit(), if it must happen at end of test |
| 75 | # * Samevm problems with URLClassLoader? (no details here) |
| 76 | # * Samevm problems with dependence on predictable GC or finalizations |
| 77 | # |
| 78 | # Any of the above problems may mean the test needs to be flagged as "othervm". |
| 79 | # |
| 80 | ############################################################################# |
| 81 | # |
| 82 | # Fixing the tests: |
| 83 | # |
| 84 | # Some tests just may need to be run with "othervm", and that can easily be |
| 85 | # done my adding a @run line (or modifying any existing @run): |
| 86 | # @run main/othervm NameOfMainClass |
| 87 | # Make sure this @run follows any use of @library. |
| 88 | # Otherwise, if the test is a samevm possibility, make sure the test is |
| 89 | # cleaning up after itself, closing all streams, deleting temp files, etc. |
| 90 | # |
| 91 | # Keep in mind that the bug could be in many places, and even different per |
| 92 | # platform, it could be a bug in any one of: |
| 93 | # - the testcase |
| 94 | # - the jdk (jdk classes, native code, or hotspot) |
| 95 | # - the native compiler |
| 96 | # - the javac compiler |
| 97 | # - the OS (depends on what the testcase does) |
| 98 | # |
| 99 | # If you managed to really fix one of these tests, here is how you can |
| 100 | # remove tests from this list: |
| 101 | # 1. Make sure test passes on all platforms with samevm, or mark it othervm |
| 102 | # 2. Make sure test passes on all platforms when run with it's entire group |
| 103 | # 3. Make sure both VMs are tested, -server and -client, if possible |
| 104 | # 4. Make sure you try the -d64 option on Solaris |
| 105 | # 5. Use a tool like JPRT or something to verify these results |
| 106 | # 6. Delete lines in this file, include the changes with your test changes |
| 107 | # |
| 108 | # You may need to repeat your testing 2 or even 3 times to verify good |
| 109 | # results, some of these samevm failures are not very predictable. |
| 110 | # |
| 111 | ############################################################################# |
| 112 | |
| 113 | ############################################################################ |
| 114 | |
| 115 | # jdk_awt |
| 116 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 117 | ############################################################################ |
| 118 | |
| 119 | # jdk_beans |
| 120 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 121 | ############################################################################ |
| 122 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 123 | # jdk_lang |
| 124 | |
alanb | 937d5f7 | 2011-08-22 16:04:04 +0100 | [diff] [blame] | 125 | # 6944188 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 126 | java/lang/management/ThreadMXBean/ThreadStateTest.java generic-all |
alanb | 937d5f7 | 2011-08-22 16:04:04 +0100 | [diff] [blame] | 127 | |
smarks | 83dab67 | 2011-08-12 14:51:48 -0700 | [diff] [blame] | 128 | # 7067973 |
| 129 | java/lang/management/MemoryMXBean/CollectionUsageThreshold.java generic-all |
| 130 | |
alanb | 1fef1cb | 2012-01-16 16:30:29 +0000 | [diff] [blame] | 131 | ############################################################################ |
| 132 | |
| 133 | # jdk_management |
| 134 | |
mchung | 4617d27 | 2013-04-18 11:14:39 -0700 | [diff] [blame] | 135 | # 8010897 |
alanb | b2f5cb4 | 2013-05-21 08:53:51 +0100 | [diff] [blame] | 136 | sun/management/HotspotRuntimeMBean/GetSafepointSyncTime.java macosx-all |
mchung | 4617d27 | 2013-04-18 11:14:39 -0700 | [diff] [blame] | 137 | |
alanb | ad72130 | 2013-11-14 10:40:33 +0000 | [diff] [blame^] | 138 | # 8028150 |
| 139 | sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh windows-all |
| 140 | |
alanb | 1b66ea9 | 2012-10-09 13:28:32 +0100 | [diff] [blame] | 141 | ############################################################################ |
| 142 | |
| 143 | # jdk_jmx |
| 144 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 145 | ############################################################################ |
| 146 | |
| 147 | # jdk_math |
| 148 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 149 | ############################################################################ |
| 150 | |
alanb | 1b66ea9 | 2012-10-09 13:28:32 +0100 | [diff] [blame] | 151 | # jdk_other |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 152 | |
alanb | 1fef1cb | 2012-01-16 16:30:29 +0000 | [diff] [blame] | 153 | # 6988950 |
| 154 | demo/jvmti/compiledMethodLoad/CompiledMethodLoadTest.java generic-all |
| 155 | |
smarks | 87f39cc | 2012-11-29 14:43:46 -0800 | [diff] [blame] | 156 | # 7027502 |
| 157 | demo/jvmti/hprof/MonitorTest.java generic-all |
| 158 | |
chegar | fb84807 | 2013-11-07 08:04:36 +0000 | [diff] [blame] | 159 | # 8024423 - JVMTI: GetLoadedClasses doesn't enumerate anonymous classes |
amurillo | 786388f | 2013-09-10 05:46:37 -0700 | [diff] [blame] | 160 | demo/jvmti/hprof/HeapAllTest.java generic-all |
| 161 | demo/jvmti/hprof/HeapBinaryFormatTest.java generic-all |
| 162 | demo/jvmti/hprof/HeapDumpTest.java generic-all |
| 163 | demo/jvmti/hprof/OptionsTest.java generic-all |
| 164 | demo/jvmti/hprof/StackMapTableTest.java generic-all |
| 165 | |
alanb | ad72130 | 2013-11-14 10:40:33 +0000 | [diff] [blame^] | 166 | # 8027973 |
| 167 | javax/xml/jaxp/transform/jdk8004476/XSLTExFuncTest.java windows-all |
chegar | fb84807 | 2013-11-07 08:04:36 +0000 | [diff] [blame] | 168 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 169 | ############################################################################ |
| 170 | |
| 171 | # jdk_net |
| 172 | |
alanb | 22956fe | 2011-07-18 13:10:02 +0100 | [diff] [blame] | 173 | # Filed 7052625 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 174 | com/sun/net/httpserver/bugs/6725892/Test.java generic-all |
alanb | 22956fe | 2011-07-18 13:10:02 +0100 | [diff] [blame] | 175 | |
| 176 | # Filed 7036666 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 177 | com/sun/net/httpserver/Test9a.java generic-all |
alanb | 22956fe | 2011-07-18 13:10:02 +0100 | [diff] [blame] | 178 | |
michaelm | fb59afb | 2011-10-20 09:21:03 +0100 | [diff] [blame] | 179 | # 7102670 |
| 180 | java/net/InetAddress/CheckJNI.java linux-all |
| 181 | |
| 182 | # failing on vista 32/64 on nightly |
| 183 | # 7102702 |
| 184 | java/net/PortUnreachableException/OneExceptionOnly.java windows-all |
alanb | eb8dc4a | 2012-02-20 19:33:32 +0000 | [diff] [blame] | 185 | |
alanb | 3290f52 | 2012-02-26 17:25:42 +0000 | [diff] [blame] | 186 | # 7148829 |
| 187 | sun/net/InetAddress/nameservice/simple/CacheTest.java generic-all |
| 188 | sun/net/InetAddress/nameservice/simple/DefaultCaching.java generic-all |
| 189 | |
michaelm | 5ac8c15 | 2012-03-06 20:34:38 +0000 | [diff] [blame] | 190 | # 7122846 |
| 191 | java/net/MulticastSocket/NoLoopbackPackets.java macosx-all |
| 192 | java/net/MulticastSocket/SetLoopbackMode.java macosx-all |
| 193 | |
| 194 | # 7145658 |
| 195 | java/net/MulticastSocket/Test.java macosx-all |
| 196 | |
chegar | 736dbff | 2013-05-17 15:00:53 +0100 | [diff] [blame] | 197 | # 7143960 |
michaelm | 5ac8c15 | 2012-03-06 20:34:38 +0000 | [diff] [blame] | 198 | java/net/DatagramSocket/SendDatagramToBadAddress.java macosx-all |
| 199 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 200 | ############################################################################ |
| 201 | |
| 202 | # jdk_nio |
| 203 | |
alanb | 902fc68 | 2010-06-23 20:19:29 +0100 | [diff] [blame] | 204 | # 6963118 |
| 205 | java/nio/channels/Selector/Wakeup.java windows-all |
ohair | 45110f4 | 2010-03-06 14:59:23 -0800 | [diff] [blame] | 206 | |
michaelm | 5ac8c15 | 2012-03-06 20:34:38 +0000 | [diff] [blame] | 207 | # 7133499, 7133497 |
| 208 | java/nio/channels/AsyncCloseAndInterrupt.java macosx-all |
| 209 | java/nio/channels/AsynchronousFileChannel/Lock.java macosx-all |
| 210 | java/nio/channels/FileChannel/Transfer.java macosx-all |
| 211 | |
| 212 | # 7141822 |
| 213 | java/nio/channels/DatagramChannel/ChangingAddress.java macosx-all |
| 214 | |
| 215 | # 7132677 |
| 216 | java/nio/channels/Selector/OutOfBand.java macosx-all |
| 217 | |
alanb | ad72130 | 2013-11-14 10:40:33 +0000 | [diff] [blame^] | 218 | # 7158947, Solaris 11 |
| 219 | java/nio/file/WatchService/Basic.java solaris-all |
| 220 | java/nio/file/WatchService/LotsOfEvents.java solaris-all |
chegar | fb84807 | 2013-11-07 08:04:36 +0000 | [diff] [blame] | 221 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 222 | ############################################################################ |
| 223 | |
| 224 | # jdk_rmi |
| 225 | |
alanb | 3290f52 | 2012-02-26 17:25:42 +0000 | [diff] [blame] | 226 | # 7146541 |
| 227 | java/rmi/transport/rapidExportUnexport/RapidExportUnexport.java linux-all |
| 228 | |
smarks | 65c8c8f | 2012-08-30 18:53:02 -0700 | [diff] [blame] | 229 | # 7190106 |
| 230 | java/rmi/reliability/benchmark/runRmiBench.sh generic-all |
| 231 | |
| 232 | # 7191877 |
| 233 | java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java generic-all |
| 234 | |
| 235 | # 7195095 |
smarks | 87f39cc | 2012-11-29 14:43:46 -0800 | [diff] [blame] | 236 | sun/rmi/transport/proxy/EagerHttpFallback.java generic-all |
smarks | 65c8c8f | 2012-08-30 18:53:02 -0700 | [diff] [blame] | 237 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 238 | ############################################################################ |
| 239 | |
| 240 | # jdk_security |
| 241 | |
ascarpino | dbf9666 | 2013-07-29 13:43:24 -0700 | [diff] [blame] | 242 | # 7157786 |
| 243 | sun/security/pkcs11/ec/TestKeyFactory.java generic-all |
ascarpino | c943c6f | 2013-07-19 11:34:33 -0700 | [diff] [blame] | 244 | |
weijun | d122f1e | 2012-09-17 17:19:50 +0800 | [diff] [blame] | 245 | # 7164518: no PortUnreachableException on Mac |
| 246 | sun/security/krb5/auto/Unreachable.java macosx-all |
| 247 | |
alanb | eb8dc4a | 2012-02-20 19:33:32 +0000 | [diff] [blame] | 248 | # 7147060 |
| 249 | com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java generic-all |
| 250 | |
weijun | eab3167 | 2012-09-18 17:38:43 +0800 | [diff] [blame] | 251 | # 6988842: 4 tests failing on Solaris 5.10 |
| 252 | sun/security/pkcs11/Secmod/AddPrivateKey.java solaris-all |
| 253 | sun/security/pkcs11/ec/ReadCertificates.java solaris-all |
| 254 | sun/security/pkcs11/ec/ReadPKCS12.java solaris-all |
| 255 | sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java solaris-all |
weijun | 6d8fea8 | 2011-08-16 08:53:03 +0800 | [diff] [blame] | 256 | |
weijun | f67a9c4 | 2013-10-23 08:32:03 +0800 | [diff] [blame] | 257 | # 7041639, Solaris DSA keypair generation bug |
weijun | c4ee9be | 2011-09-05 18:17:55 +0800 | [diff] [blame] | 258 | java/security/KeyPairGenerator/SolarisShortDSA.java solaris-all |
weijun | c4ee9be | 2011-09-05 18:17:55 +0800 | [diff] [blame] | 259 | sun/security/tools/keytool/standard.sh solaris-all |
| 260 | |
weijun | d2be864 | 2012-10-22 17:01:35 +0800 | [diff] [blame] | 261 | # 8000439: NPG: REGRESSION : sun/security/krb5/auto/MaxRetries.java fails with timeout |
| 262 | sun/security/krb5/auto/MaxRetries.java solaris-sparcv9 |
| 263 | |
weijun | 60d87eb | 2013-03-22 19:59:14 +0800 | [diff] [blame] | 264 | # 8006690: sun/security/krb5/auto/BadKdc1.java fails intermittently |
| 265 | sun/security/krb5/auto/BadKdc1.java solaris-sparcv9 |
| 266 | sun/security/krb5/auto/BadKdc2.java solaris-sparcv9 |
| 267 | sun/security/krb5/auto/BadKdc3.java solaris-sparcv9 |
| 268 | sun/security/krb5/auto/BadKdc4.java solaris-sparcv9 |
| 269 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 270 | ############################################################################ |
| 271 | |
alanb | eb8dc4a | 2012-02-20 19:33:32 +0000 | [diff] [blame] | 272 | # jdk_sound |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 273 | |
alanb | eb8dc4a | 2012-02-20 19:33:32 +0000 | [diff] [blame] | 274 | ############################################################################ |
| 275 | |
| 276 | # jdk_swing |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 277 | |
| 278 | ############################################################################ |
| 279 | |
| 280 | # jdk_text |
| 281 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 282 | ############################################################################ |
| 283 | |
chegar | 9f70b3b | 2013-06-19 15:58:21 +0100 | [diff] [blame] | 284 | # jdk_time |
| 285 | |
chegar | 9f70b3b | 2013-06-19 15:58:21 +0100 | [diff] [blame] | 286 | ############################################################################ |
| 287 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 288 | # jdk_tools |
| 289 | |
alanb | 38a5cf6 | 2012-02-12 21:09:09 +0000 | [diff] [blame] | 290 | # 6461635 |
| 291 | com/sun/tools/attach/BasicTests.sh generic-all |
| 292 | |
alanb | 1b66ea9 | 2012-10-09 13:28:32 +0100 | [diff] [blame] | 293 | # 7132203 |
| 294 | sun/jvmstat/monitor/MonitoredVm/CR6672135.java generic-all |
| 295 | |
ksrini | d902b5c | 2013-02-10 08:07:59 -0800 | [diff] [blame] | 296 | # Tests take too long, on sparcs see 7143279 |
alanb | b2f5cb4 | 2013-05-21 08:53:51 +0100 | [diff] [blame] | 297 | tools/pack200/CommandLineTests.java solaris-all, macosx-all |
ksrini | d902b5c | 2013-02-10 08:07:59 -0800 | [diff] [blame] | 298 | tools/pack200/Pack200Test.java solaris-all, macosx-all |
alanb | 1b66ea9 | 2012-10-09 13:28:32 +0100 | [diff] [blame] | 299 | |
ksrini | e4e7199 | 2013-02-01 22:18:18 -0800 | [diff] [blame] | 300 | # 8007410 |
| 301 | tools/launcher/FXLauncherTest.java linux-all |
| 302 | |
alanb | 1b66ea9 | 2012-10-09 13:28:32 +0100 | [diff] [blame] | 303 | ############################################################################ |
| 304 | |
| 305 | # jdk_jdi |
| 306 | |
ohair | af34302 | 2010-09-24 14:22:01 -0700 | [diff] [blame] | 307 | # Filed 6952105 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 308 | com/sun/jdi/SuspendThreadTest.java generic-all |
ohair | af34302 | 2010-09-24 14:22:01 -0700 | [diff] [blame] | 309 | |
alanb | 22956fe | 2011-07-18 13:10:02 +0100 | [diff] [blame] | 310 | # Filed 6653793 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 311 | com/sun/jdi/RedefineCrossEvent.java generic-all |
alanb | 22956fe | 2011-07-18 13:10:02 +0100 | [diff] [blame] | 312 | |
alanb | 22956fe | 2011-07-18 13:10:02 +0100 | [diff] [blame] | 313 | # Filed 6402201 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 314 | com/sun/jdi/ProcessAttachTest.sh generic-all |
alanb | 22956fe | 2011-07-18 13:10:02 +0100 | [diff] [blame] | 315 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 316 | ############################################################################ |
| 317 | |
| 318 | # jdk_util |
| 319 | |
ohair | af34302 | 2010-09-24 14:22:01 -0700 | [diff] [blame] | 320 | # Filed 6933803 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 321 | java/util/concurrent/ThreadPoolExecutor/CoreThreadTimeOut.java generic-all |
ohair | af34302 | 2010-09-24 14:22:01 -0700 | [diff] [blame] | 322 | |
alanb | 22956fe | 2011-07-18 13:10:02 +0100 | [diff] [blame] | 323 | # Filed 6772009 |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 324 | java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java generic-all |
| 325 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 326 | ############################################################################ |