jdk-24/test/jdk/java/util/logging
2023-01-16 18:53:54 +00:00
..
AnonymousLogger 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
bundlesearch 8298047: Remove all non-significant trailing whitespace from properties files 2023-01-16 18:53:54 +00:00
HigherResolutionTimeStamps 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Level 8187073: The java.util.logging.Level.findLevel() will not correctly find a Level by it's int value 2017-12-08 17:40:57 +00:00
Logger 8284779: Test java/util/logging/Logger/logrb/TestLogrbResourceBundle.java fails intermittently with vthreads wrapper 2022-04-26 11:55:20 +00:00
LogManager 8294321: Fix typos in files under test/jdk/java, test/jdk/jdk, test/jdk/jni 2022-11-30 00:37:31 +00:00
modules 8298047: Remove all non-significant trailing whitespace from properties files 2023-01-16 18:53:54 +00:00
RootLogger 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
CheckLockLocationTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CheckZombieLockTest.java 8283719: java/util/logging/CheckZombieLockTest.java failing intermittently 2022-04-11 13:43:03 +00:00
ClassLoaderLeakTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CustomLogManager.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CustomLogManagerTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
deadlockconf.properties 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DefaultConfigTest.java 8211093: Default logging.properties sets log level for com.xyz.foo 2018-12-13 11:27:37 +00:00
DrainFindDeadlockTest.java 8255277: randomDelay in DrainDeadlockT and LoggingDeadlock do not randomly delay 2020-11-26 14:50:40 +00:00
FileHandlerAccessTest.java 8252883: AccessDeniedException caused by delayed file deletion on Windows 2021-02-25 12:05:16 +00:00
FileHandlerLongLimit.java 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
FileHandlerMaxLocksTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
FileHandlerPath.java 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
FileHandlerPatternExceptions.java 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
FileHandlerPatternGeneration.java 8189953: FileHandler constructor throws NoSuchFileException with absolute path 2017-11-09 20:51:37 +00:00
GetGlobalTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
HandlersConfigTest.java 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
HandlersConfigTest$Configured.props 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
HandlersConfigTest$Default.props 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
IsLoggableHandlerTest.java 8216363: NullPointerException in java.util.logging.Handler#isLoggable 2019-02-21 16:57:47 +00:00
LocalizedLevelName.java 8207243: Fix translation filtering to also support zh_HK and zh_TW 2018-07-19 14:25:42 -07:00
LoggerResourceBundleRace.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LoggerSubclass.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LoggerSupplierAPIsTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LoggingDeadlock2.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LoggingDeadlock3.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LoggingDeadlock3.props 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LoggingDeadlock4.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LoggingDeadlock.java 8255277: randomDelay in DrainDeadlockT and LoggingDeadlock do not randomly delay 2020-11-26 14:50:40 +00:00
LoggingMXBeanTest2.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LoggingMXBeanTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LoggingNIOChange.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LogManagerAppContextDeadlock.java 8295470: Update openjdk.java.net => openjdk.org URLs in test code 2022-10-20 10:33:18 +00:00
LogManagerInstanceTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LogRecordThreadIdTest.java 8245302: Upgrade LogRecord to support long thread ids and remove its usage of ThreadLocal 2020-07-03 10:19:54 +01:00
MemoryHandlerTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MemoryHandlerTest.props 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ParentLoggersTest.java 8263382: java/util/logging/ParentLoggersTest.java failed with "checkLoggers: getLoggerNames() returned unexpected loggers" 2021-05-13 08:54:24 +00:00
ParentLoggersTest.props 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RacingThreadsTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Reflect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SerializeLogRecordTest.java 8245302: Upgrade LogRecord to support long thread ids and remove its usage of ThreadLocal 2020-07-03 10:19:54 +01:00
SimpleFormatterFormat.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SimpleLogManager.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SystemLoggerConfigTest.java 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
TEST.properties 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestAppletLoggerContext.java 8282657: Code cleanup: removing double semicolons at the end of lines 2022-03-07 21:33:40 +00:00
TestConfigurationListeners.java 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
TestGetLoggerNPE.java 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
TestLogConfigurationDeadLock.java 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
TestLogConfigurationDeadLockWithConf.java 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
TestLoggerBundleSync.java 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
TestLoggerWeakRefLeak.java 8219721: jcmd from earlier release will hang attaching to VM with JDK-8215622 applied 2019-03-11 21:26:19 -04:00
TestLoggingWithMainAppContext.java 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
TestMainAppContext.java 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
XMLFormatterDate.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00