ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 1 | ########################################################################### |
| 2 | # |
sla | c9faa84 | 2012-02-24 20:09:49 +0100 | [diff] [blame] | 3 | # Copyright (c) 2009, 2012, 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. |
| 48 | # OSNAME-all Where OSNAME is one of: solaris, linux, windows |
| 49 | # OSNAME-ARCH Specific on to one OSNAME and ARCH, e.g. solaris-x64 |
| 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 | 1fef1cb | 2012-01-16 16:30:29 +0000 | [diff] [blame] | 125 | # 7123972 |
| 126 | java/lang/annotation/loaderLeak/Main.java generic-all |
| 127 | |
alanb | 937d5f7 | 2011-08-22 16:04:04 +0100 | [diff] [blame] | 128 | # 6944188 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 129 | java/lang/management/ThreadMXBean/ThreadStateTest.java generic-all |
alanb | 937d5f7 | 2011-08-22 16:04:04 +0100 | [diff] [blame] | 130 | |
smarks | 83dab67 | 2011-08-12 14:51:48 -0700 | [diff] [blame] | 131 | # 7067973 |
| 132 | java/lang/management/MemoryMXBean/CollectionUsageThreshold.java generic-all |
| 133 | |
alanb | 3290f52 | 2012-02-26 17:25:42 +0000 | [diff] [blame] | 134 | # 7148492 |
| 135 | java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java generic-all |
| 136 | |
alanb | 1fef1cb | 2012-01-16 16:30:29 +0000 | [diff] [blame] | 137 | ############################################################################ |
| 138 | |
| 139 | # jdk_management |
| 140 | |
alanb | eb8dc4a | 2012-02-20 19:33:32 +0000 | [diff] [blame] | 141 | # 6959636 |
| 142 | javax/management/loading/LibraryLoader/LibraryLoaderTest.java windows-all |
| 143 | |
| 144 | # 7144846 |
| 145 | javax/management/remote/mandatory/connection/ReconnectTest.java generic-all |
| 146 | |
dsamersoff | 7034ee3 | 2012-02-28 17:00:28 +0400 | [diff] [blame] | 147 | # 7149181 |
| 148 | sun/management/jmxremote/startstop/JMXStartStopTest.sh generic-all |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 149 | |
| 150 | ############################################################################ |
| 151 | |
| 152 | # jdk_math |
| 153 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 154 | ############################################################################ |
| 155 | |
| 156 | # jdk_misc |
| 157 | |
alanb | 1fef1cb | 2012-01-16 16:30:29 +0000 | [diff] [blame] | 158 | # 6988950 |
| 159 | demo/jvmti/compiledMethodLoad/CompiledMethodLoadTest.java generic-all |
| 160 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 161 | # Need to be marked othervm, or changed to be samevm safe |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 162 | com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java generic-all |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 163 | |
michaelm | 733d600 | 2012-04-18 16:04:19 +0100 | [diff] [blame] | 164 | # 7162111 |
| 165 | demo/jvmti/mtrace/TraceJFrame.java macosx-all |
| 166 | javax/script/CauseExceptionTest.java macosx-all |
| 167 | javax/script/GetInterfaceTest.java macosx-all |
| 168 | javax/script/JavaScriptScopeTest.java macosx-all |
| 169 | javax/script/NullUndefinedVarTest.java macosx-all |
| 170 | javax/script/PluggableContextTest.java macosx-all |
| 171 | javax/script/ProviderTest.sh macosx-all |
| 172 | javax/script/RhinoExceptionTest.java macosx-all |
| 173 | javax/script/StringWriterPrintTest.java macosx-all |
| 174 | javax/script/Test1.java macosx-all |
| 175 | javax/script/Test2.java macosx-all |
| 176 | javax/script/Test3.java macosx-all |
| 177 | javax/script/Test4.java macosx-all |
| 178 | javax/script/Test5.java macosx-all |
| 179 | javax/script/Test6.java macosx-all |
| 180 | javax/script/Test7.java macosx-all |
| 181 | javax/script/Test8.java macosx-all |
| 182 | javax/script/UnescapedBracketRegExTest.java macosx-all |
| 183 | javax/script/VersionTest.java macosx-all |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 184 | ############################################################################ |
| 185 | |
| 186 | # jdk_net |
| 187 | |
alanb | 22956fe | 2011-07-18 13:10:02 +0100 | [diff] [blame] | 188 | # Filed 7052625 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 189 | com/sun/net/httpserver/bugs/6725892/Test.java generic-all |
alanb | 22956fe | 2011-07-18 13:10:02 +0100 | [diff] [blame] | 190 | |
| 191 | # Filed 7036666 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 192 | com/sun/net/httpserver/Test9a.java generic-all |
alanb | 22956fe | 2011-07-18 13:10:02 +0100 | [diff] [blame] | 193 | |
weijun | 6d8fea8 | 2011-08-16 08:53:03 +0800 | [diff] [blame] | 194 | # 7079145 java/net/ipv6tests/UdpTest.java hang at IPv6 only data exchange |
| 195 | java/net/ipv6tests/UdpTest.java linux-all |
| 196 | |
alanb | 937d5f7 | 2011-08-22 16:04:04 +0100 | [diff] [blame] | 197 | # 7081476 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 198 | java/net/InetSocketAddress/B6469803.java generic-all |
alanb | 937d5f7 | 2011-08-22 16:04:04 +0100 | [diff] [blame] | 199 | |
michaelm | fb59afb | 2011-10-20 09:21:03 +0100 | [diff] [blame] | 200 | # 7102670 |
| 201 | java/net/InetAddress/CheckJNI.java linux-all |
| 202 | |
| 203 | # failing on vista 32/64 on nightly |
| 204 | # 7102702 |
| 205 | java/net/PortUnreachableException/OneExceptionOnly.java windows-all |
alanb | eb8dc4a | 2012-02-20 19:33:32 +0000 | [diff] [blame] | 206 | |
alanb | 3290f52 | 2012-02-26 17:25:42 +0000 | [diff] [blame] | 207 | # 7148829 |
| 208 | sun/net/InetAddress/nameservice/simple/CacheTest.java generic-all |
| 209 | sun/net/InetAddress/nameservice/simple/DefaultCaching.java generic-all |
| 210 | |
michaelm | 5ac8c15 | 2012-03-06 20:34:38 +0000 | [diff] [blame] | 211 | # 7122846 |
| 212 | java/net/MulticastSocket/NoLoopbackPackets.java macosx-all |
| 213 | java/net/MulticastSocket/SetLoopbackMode.java macosx-all |
| 214 | |
| 215 | # 7145658 |
| 216 | java/net/MulticastSocket/Test.java macosx-all |
| 217 | |
| 218 | #7143960 |
| 219 | java/net/DatagramSocket/SendDatagramToBadAddress.java macosx-all |
| 220 | |
| 221 | # 7150552 |
| 222 | sun/net/www/protocol/http/B6299712.java macosx-all |
| 223 | java/net/CookieHandler/CookieManagerTest.java macosx-all |
| 224 | |
michaelm | 733d600 | 2012-04-18 16:04:19 +0100 | [diff] [blame] | 225 | # JPRT needs to set 127.0.0.1 in proxy bypass list |
| 226 | java/net/URLClassLoader/closetest/CloseTest.java macosx-all |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 227 | ############################################################################ |
| 228 | |
alanb | 902fc68 | 2010-06-23 20:19:29 +0100 | [diff] [blame] | 229 | # jdk_io |
| 230 | |
| 231 | # 6962637 |
| 232 | java/io/File/MaxPathLength.java windows-all |
| 233 | |
alanb | 937d5f7 | 2011-08-22 16:04:04 +0100 | [diff] [blame] | 234 | # 7076644 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 235 | java/io/File/Basic.java windows-all |
alanb | 937d5f7 | 2011-08-22 16:04:04 +0100 | [diff] [blame] | 236 | |
alanb | 64644a9 | 2012-03-12 10:17:18 +0000 | [diff] [blame] | 237 | # 7145435 - Test needs AWT window server, does not work headless |
michaelm | 5ac8c15 | 2012-03-06 20:34:38 +0000 | [diff] [blame] | 238 | java/io/Serializable/resolveClass/deserializeButton/run.sh macosx-all |
| 239 | |
alanb | 902fc68 | 2010-06-23 20:19:29 +0100 | [diff] [blame] | 240 | ############################################################################ |
| 241 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 242 | # jdk_nio |
| 243 | |
alanb | 902fc68 | 2010-06-23 20:19:29 +0100 | [diff] [blame] | 244 | # 6963118 |
| 245 | java/nio/channels/Selector/Wakeup.java windows-all |
ohair | 45110f4 | 2010-03-06 14:59:23 -0800 | [diff] [blame] | 246 | |
alanb | f9cbc92 | 2011-12-05 12:23:46 +0000 | [diff] [blame] | 247 | # 7052549 |
| 248 | java/nio/channels/FileChannel/ReleaseOnCloseDeadlock.java windows-all |
alanb | 937d5f7 | 2011-08-22 16:04:04 +0100 | [diff] [blame] | 249 | |
michaelm | 5ac8c15 | 2012-03-06 20:34:38 +0000 | [diff] [blame] | 250 | # 7133499, 7133497 |
| 251 | java/nio/channels/AsyncCloseAndInterrupt.java macosx-all |
| 252 | java/nio/channels/AsynchronousFileChannel/Lock.java macosx-all |
| 253 | java/nio/channels/FileChannel/Transfer.java macosx-all |
| 254 | |
| 255 | # 7141822 |
| 256 | java/nio/channels/DatagramChannel/ChangingAddress.java macosx-all |
| 257 | |
| 258 | # 7132677 |
| 259 | java/nio/channels/Selector/OutOfBand.java macosx-all |
| 260 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 261 | ############################################################################ |
| 262 | |
| 263 | # jdk_rmi |
| 264 | |
alanb | 38a5cf6 | 2012-02-12 21:09:09 +0000 | [diff] [blame] | 265 | # 7140992 |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 266 | java/rmi/server/Unreferenced/finiteGCLatency/FiniteGCLatency.java generic-all |
alanb | 38a5cf6 | 2012-02-12 21:09:09 +0000 | [diff] [blame] | 267 | |
| 268 | # 6948101 |
| 269 | java/rmi/transport/pinLastArguments/PinLastArguments.java generic-all |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 270 | |
alanb | 3290f52 | 2012-02-26 17:25:42 +0000 | [diff] [blame] | 271 | # 7146541 |
| 272 | java/rmi/transport/rapidExportUnexport/RapidExportUnexport.java linux-all |
| 273 | |
alanb | 9947273 | 2012-01-24 09:09:08 +0000 | [diff] [blame] | 274 | # 7132247 |
| 275 | java/rmi/registry/readTest/readTest.sh windows-all |
| 276 | |
dmocek | be6a106 | 2012-04-04 15:57:04 -0700 | [diff] [blame] | 277 | # 7142596 |
| 278 | java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java generic-all |
| 279 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 280 | ############################################################################ |
| 281 | |
| 282 | # jdk_security |
| 283 | |
alanb | eb8dc4a | 2012-02-20 19:33:32 +0000 | [diff] [blame] | 284 | # 7147060 |
| 285 | com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java generic-all |
| 286 | |
vinnie | c7e5e8a | 2012-03-05 14:13:29 +0000 | [diff] [blame] | 287 | # Failing on Solaris i586, 3/9/2010, not a -samevm issue (jdk_security3) |
| 288 | sun/security/pkcs11/Secmod/AddPrivateKey.java solaris-i586 |
vinnie | 7f9b87f | 2012-04-19 16:58:34 +0100 | [diff] [blame^] | 289 | sun/security/pkcs11/ec/ReadCertificates.java generic-all |
| 290 | sun/security/pkcs11/ec/ReadPKCS12.java generic-all |
vinnie | c7e5e8a | 2012-03-05 14:13:29 +0000 | [diff] [blame] | 291 | sun/security/pkcs11/ec/TestCurves.java solaris-i586 |
| 292 | sun/security/pkcs11/ec/TestECDSA.java solaris-i586 |
| 293 | #sun/security/pkcs11/ec/TestECGenSpec.java solaris-i586 |
| 294 | #sun/security/pkcs11/ec/TestKeyFactory.java solaris-i586 |
vinnie | 7f9b87f | 2012-04-19 16:58:34 +0100 | [diff] [blame^] | 295 | sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java generic-all |
vinnie | c7e5e8a | 2012-03-05 14:13:29 +0000 | [diff] [blame] | 296 | |
weijun | dff52e6 | 2011-08-12 12:26:31 +0800 | [diff] [blame] | 297 | # Fails on Fedora 9/Ubuntu 10.04 64bit, PKCS11Exception: CKR_DEVICE_ERROR |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 298 | sun/security/pkcs11/KeyAgreement/TestDH.java generic-all |
ohair | f6f9ba5 | 2009-12-09 09:46:57 -0800 | [diff] [blame] | 299 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 300 | # Run too slow on Solaris 10 sparc |
| 301 | sun/security/ssl/com/sun/net/ssl/internal/ssl/InputRecord/SSLSocketTimeoutNulls.java solaris-sparc |
| 302 | sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/ClientTimeout.java solaris-sparc |
| 303 | sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/ServerTimeout.java solaris-sparc |
| 304 | sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/ReadTimeout.java solaris-sparc |
| 305 | sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/NotifyHandshakeTest.sh solaris-sparc |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 306 | |
| 307 | # Solaris 10 sparc, passed/failed confusion? java.security.ProviderException: update() failed |
| 308 | sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/AsyncSSLSocketClose.java generic-all |
| 309 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 310 | # Othervm, sparc, NoRouteToHostException: Cannot assign requested address |
| 311 | sun/security/ssl/javax/net/ssl/NewAPIs/SessionCacheSizeTests.java generic-all |
| 312 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 313 | # Times out on windows X64, othervm mode |
| 314 | # Solaris sparc and sparcv9 -server, timeout |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 315 | sun/security/ssl/javax/net/ssl/NewAPIs/SessionTimeOutTests.java generic-all |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 316 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 317 | # Various failures on Linux Fedora 9 X64, othervm mode |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 318 | sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/TestAllSuites.java generic-all |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 319 | sun/security/ssl/sanity/ciphersuites/CheckCipherSuites.java generic-all |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 320 | |
| 321 | # Various failures on Linux Fedora 9 X64, othervm mode |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 322 | sun/security/ssl/sanity/interop/ClientJSSEServerJSSE.java generic-all |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 323 | |
weijun | 6d8fea8 | 2011-08-16 08:53:03 +0800 | [diff] [blame] | 324 | # 7079203 sun/security/tools/keytool/printssl.sh fails on solaris with timeout |
| 325 | sun/security/tools/keytool/printssl.sh solaris-all |
| 326 | |
weijun | c4ee9be | 2011-09-05 18:17:55 +0800 | [diff] [blame] | 327 | # 7041639, Solaris DSA keypair generation bug (Note: jdk_util also affected) |
| 328 | java/security/KeyPairGenerator/SolarisShortDSA.java solaris-all |
| 329 | sun/security/tools/jarsigner/onlymanifest.sh solaris-all |
| 330 | sun/security/tools/jarsigner/ts.sh solaris-all |
| 331 | sun/security/tools/keytool/emptysubject.sh solaris-all |
| 332 | sun/security/tools/keytool/importreadall.sh solaris-all |
| 333 | sun/security/tools/keytool/readjar.sh solaris-all |
| 334 | sun/security/tools/keytool/selfissued.sh solaris-all |
| 335 | sun/security/tools/keytool/standard.sh solaris-all |
| 336 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 337 | ############################################################################ |
| 338 | |
alanb | eb8dc4a | 2012-02-20 19:33:32 +0000 | [diff] [blame] | 339 | # jdk_sound |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 340 | |
alanb | eb8dc4a | 2012-02-20 19:33:32 +0000 | [diff] [blame] | 341 | ############################################################################ |
| 342 | |
| 343 | # jdk_swing |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 344 | |
| 345 | ############################################################################ |
| 346 | |
| 347 | # jdk_text |
| 348 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 349 | ############################################################################ |
| 350 | |
| 351 | # jdk_tools |
| 352 | |
alanb | 38a5cf6 | 2012-02-12 21:09:09 +0000 | [diff] [blame] | 353 | # 6461635 |
| 354 | com/sun/tools/attach/BasicTests.sh generic-all |
| 355 | |
ohair | af34302 | 2010-09-24 14:22:01 -0700 | [diff] [blame] | 356 | # Filed 6952105 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 357 | com/sun/jdi/SuspendThreadTest.java generic-all |
ohair | af34302 | 2010-09-24 14:22:01 -0700 | [diff] [blame] | 358 | |
alanb | 22956fe | 2011-07-18 13:10:02 +0100 | [diff] [blame] | 359 | # Filed 6653793 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 360 | com/sun/jdi/RedefineCrossEvent.java generic-all |
alanb | 22956fe | 2011-07-18 13:10:02 +0100 | [diff] [blame] | 361 | |
| 362 | # Filed 6987312 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 363 | com/sun/jdi/DoubleAgentTest.java generic-all |
alanb | 22956fe | 2011-07-18 13:10:02 +0100 | [diff] [blame] | 364 | |
| 365 | # Filed 7020857 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 366 | com/sun/jdi/FieldWatchpoints.java generic-all |
alanb | 22956fe | 2011-07-18 13:10:02 +0100 | [diff] [blame] | 367 | |
| 368 | # Filed 6402201 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 369 | com/sun/jdi/ProcessAttachTest.sh generic-all |
alanb | 22956fe | 2011-07-18 13:10:02 +0100 | [diff] [blame] | 370 | |
ohair | af34302 | 2010-09-24 14:22:01 -0700 | [diff] [blame] | 371 | # Filed 6979016 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 372 | sun/tools/jconsole/ResourceCheckTest.sh generic-all |
ohair | af34302 | 2010-09-24 14:22:01 -0700 | [diff] [blame] | 373 | |
alanb | 9947273 | 2012-01-24 09:09:08 +0000 | [diff] [blame] | 374 | # 7132203 |
| 375 | sun/jvmstat/monitor/MonitoredVm/CR6672135.java generic-all |
| 376 | |
alanb | eb8dc4a | 2012-02-20 19:33:32 +0000 | [diff] [blame] | 377 | # Tests take too long, see 7143279 |
alanb | 38a5cf6 | 2012-02-12 21:09:09 +0000 | [diff] [blame] | 378 | tools/pack200/CommandLineTests.java generic-all |
| 379 | tools/pack200/Pack200Test.java generic-all |
| 380 | |
michaelm | 5ac8c15 | 2012-03-06 20:34:38 +0000 | [diff] [blame] | 381 | # 7150569 |
| 382 | tools/launcher/UnicodeTest.java macosx-all |
| 383 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 384 | ############################################################################ |
| 385 | |
| 386 | # jdk_util |
| 387 | |
ohair | af34302 | 2010-09-24 14:22:01 -0700 | [diff] [blame] | 388 | # Filed 6933803 |
michaelm | 046f7f1 | 2011-09-21 14:51:01 +0100 | [diff] [blame] | 389 | java/util/concurrent/ThreadPoolExecutor/CoreThreadTimeOut.java generic-all |
ohair | af34302 | 2010-09-24 14:22:01 -0700 | [diff] [blame] | 390 | |
alanb | 22956fe | 2011-07-18 13:10:02 +0100 | [diff] [blame] | 391 | # Filed 6772009 |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 392 | java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java generic-all |
| 393 | |
weijun | c4ee9be | 2011-09-05 18:17:55 +0800 | [diff] [blame] | 394 | # 7041639, Solaris DSA keypair generation bug |
| 395 | java/util/TimeZone/TimeZoneDatePermissionCheck.sh solaris-all |
| 396 | |
michaelm | 5ac8c15 | 2012-03-06 20:34:38 +0000 | [diff] [blame] | 397 | # 7150557 |
| 398 | java/util/prefs/RemoveReadOnlyNode.java macosx-all |
| 399 | java/util/prefs/RemoveUnregedListener.java macosx-all |
| 400 | |
ohair | 7aae9af | 2009-11-08 15:11:10 -0800 | [diff] [blame] | 401 | ############################################################################ |