Daniel Fuchs
|
d8eb1259f4
|
8373866: Refactor java/net/httpclient/ThrowingSubscribers*.java tests to use JUnit5
Reviewed-by: jpai
|
2025-12-18 09:39:11 +00:00 |
|
Daniel Fuchs
|
c6da35d7c7
|
8373796: Refactor java/net/httpclient/ThrowingPublishers*.java tests to use JUnit5
Reviewed-by: jpai
|
2025-12-18 09:29:29 +00:00 |
|
Daniel Fuchs
|
e5ca77838b
|
8373869: Refactor java/net/httpclient/ThrowingPushPromises*.java tests to use JUnit5
Reviewed-by: jpai
|
2025-12-18 09:21:37 +00:00 |
|
Alexey Semenyuk
|
ea5834415d
|
8373887: jpackage tests may potentially deadlock
Reviewed-by: almatvee
|
2025-12-18 01:46:45 +00:00 |
|
Chen Liang
|
e75726ee03
|
8373832: Test java/lang/invoke/TestVHInvokerCaching.java tests nothing
Reviewed-by: jvernee, shade
|
2025-12-17 20:52:14 +00:00 |
|
Daniel Fuchs
|
f3a48560b5
|
8373807: test/jdk/java/net/httpclient/websocket/DummyWebSocketServer.java getURI() uses "localhost"
Reviewed-by: jpai
|
2025-12-17 18:44:49 +00:00 |
|
Justin Lu
|
4e05748f08
|
8373716: Refactor further java/util tests from TestNG to JUnit
Reviewed-by: naoto
|
2025-12-17 18:17:24 +00:00 |
|
Daniel Fuchs
|
5e7ae28132
|
8373677: Clear text HttpServer connection could fail fast if receiving SSL ClientHello
Reviewed-by: jpai, djelinski
|
2025-12-17 12:13:58 +00:00 |
|
Raffaello Giulietti
|
fc76403b01
|
8373798: Refactor java/math tests to use JUnit
Reviewed-by: darcy
|
2025-12-17 09:20:48 +00:00 |
|
Arno Zeller
|
af18fbd42d
|
8371559: Intermittent timeouts in test javax/net/ssl/Stapling/HttpsUrlConnClient.java
Reviewed-by: mbaesken, myankelevich
|
2025-12-17 09:08:29 +00:00 |
|
Matthias Baesken
|
9e2008bf5e
|
8373676: Test javax/net/ssl/HttpsURLConnection/SubjectAltNameIP.java fails on a machine without IPV6
Reviewed-by: jpai, dfuchs
|
2025-12-17 08:44:46 +00:00 |
|
Daniel Jeliński
|
386ad61458
|
8373409: java/net/httpclient/http3/H3ErrorHandlingTest.java failed due to deadlock
Reviewed-by: dfuchs
|
2025-12-17 07:49:58 +00:00 |
|
Bradford Wetmore
|
87d881fee0
|
8368493: Disable most test JSSE debug output by default, and increase the test default maximum output log size
Reviewed-by: jnimeh, hchao
|
2025-12-16 21:43:43 +00:00 |
|
Alexey Semenyuk
|
2241218ef6
|
8373631: Improve classes in the "jdk.jpackage.internal.util.function" package
Reviewed-by: almatvee
|
2025-12-16 21:25:41 +00:00 |
|
Khalid Boulanouare
|
d02abfe765
|
8158801: [TEST_BUG] Mixing tests fail because of focus workaround trick
Reviewed-by: aivanov, prr, psadhukhan
|
2025-12-16 20:37:57 +00:00 |
|
Roger Riggs
|
1e357e9e97
|
8373623: Refactor Serialization tests for Records to JUnit
Reviewed-by: jlu
|
2025-12-16 20:23:58 +00:00 |
|
Jaikiran Pai
|
41d28c1838
|
8373561: Replace usages of -verify java launcher option with -Xverify:all JVM option
Reviewed-by: serb, prr, dholmes, jlahoda
|
2025-12-16 10:08:08 +00:00 |
|
Damon Nguyen
|
317788ff12
|
8360160: ubuntu-22-04 machine is failing client tests
Reviewed-by: prr, azvegint
|
2025-12-15 22:39:09 +00:00 |
|
Chris Plummer
|
45ee89c4c8
|
8373297: Test com/sun/jdi/AfterThreadDeathTest.java failed with unexpected ObjectCollectedException
Reviewed-by: kevinw, sspitsyn, amenkov, lmesnik
|
2025-12-15 19:50:46 +00:00 |
|
SendaoYan
|
34f241317e
|
8371503: RETAIN_IMAGE_AFTER_TEST do not work for some tests
Reviewed-by: lmesnik, dholmes
|
2025-12-15 14:18:46 +00:00 |
|
Jaikiran Pai
|
1f47294cd3
|
8287062: com/sun/jndi/ldap/LdapPoolTimeoutTest.java failed due to different timeout message
Reviewed-by: aefimov
|
2025-12-15 13:36:12 +00:00 |
|
Daniel Jeliński
|
895232fc65
|
8372731: Detailed authentication failure messages
Reviewed-by: dfuchs, michaelm
|
2025-12-15 08:40:05 +00:00 |
|
Prasanta Sadhukhan
|
0e7bc6b092
|
6681958: Maximization state of JInternalFrames is corrupted by WindowsDesktopManager
Reviewed-by: tr, kizune
|
2025-12-15 04:52:14 +00:00 |
|
Prasanta Sadhukhan
|
5edeb71e3b
|
6292135: DefaultTableModel.setColumnIdentifiers() Clears JTable Row Heights
Reviewed-by: tr, kizune
|
2025-12-15 04:45:25 +00:00 |
|
Thomas Stuefe
|
99f90befaf
|
8373490: JFR Leak Profiler: path-to-gc-root very slow for large object arrays
Reviewed-by: egahlin
|
2025-12-14 11:57:00 +00:00 |
|
Phil Race
|
fb531cdaf3
|
8373632: Some sound tests failing in CI due to lack of sound key
Reviewed-by: iris
|
2025-12-13 22:43:30 +00:00 |
|
Volkan Yazici
|
b6319f5b42
|
8369595: HttpClient: HttpHeaders.firstValueAsLong failures should be converted to ProtocolException
Reviewed-by: dfuchs, djelinski
|
2025-12-12 18:19:35 +00:00 |
|
Srinivas Mandalika
|
6e2ab84154
|
8068378: [TEST_BUG]The java/awt/Modal/PrintDialogsTest/PrintDialogsTest.java instruction need to update
Reviewed-by: psadhukhan, prr
|
2025-12-12 18:09:51 +00:00 |
|
Phil Race
|
9b12c0bb19
|
7067310: 3 tests from closed/javax/sound/sampled caused BSOD on win 7 x86
8307574: ClipIsRunningAfterStop.java failed with "../nptl/pthread_mutex_lock.c:81: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed."
8308395: javax/sound/sampled/Clip/ClipFlushCrash.java timed out
Reviewed-by: serb
|
2025-12-12 18:06:46 +00:00 |
|
Phil Race
|
e65e06867e
|
8372592: Adjust logger usage in java2d tests
Reviewed-by: kizune, serb, rriggs
|
2025-12-12 18:04:14 +00:00 |
|
Ferenc Rakoczi
|
6ec36d348b
|
8373059: Test sun/security/provider/acvp/ML_DSA_Intrinsic_Test.java should pass on Aarch64
Reviewed-by: weijun, vpaprotski
|
2025-12-12 16:04:56 +00:00 |
|
Xueming Shen
|
ae85d899d0
|
8373389: Two jdk/incubator/vector/ tests fails after JDK-8371446
Reviewed-by: psandoz
|
2025-12-11 20:47:32 +00:00 |
|
Sergey Bylokhov
|
66d7b0ce8f
|
8371657: [macosx] Programmatically selecting/deselecting List item triggers an ItemEvent
Reviewed-by: aivanov, azvegint, dnguyen, tr
|
2025-12-11 20:32:58 +00:00 |
|
Daniel Gredler
|
431dcf84e9
|
8368702: [macosx] Printing text with composite fonts loses font transform
Reviewed-by: psadhukhan, prr
|
2025-12-11 20:15:45 +00:00 |
|
Daniel Gredler
|
e1d1d53cd1
|
8167268: StandardGlyphVector.getGlyphMetrics creates metrics with erroneous bounds for characters with no outline (e.g., the space character ' ')
Reviewed-by: serb, prr
|
2025-12-11 13:53:01 +00:00 |
|
Matthias Baesken
|
b46aef88b3
|
8371871: libSharedCloseAgent.cpp crashes VS2019 and older VS2022 compiler
Reviewed-by: jvernee, mdoerr
|
2025-12-11 08:17:25 +00:00 |
|
Brian Burkhalter
|
74dca863c2
|
8371718: (sc) Channels.new{Input,Output}Stream can allocate unbounded memory for a socket channel
Reviewed-by: alanb
|
2025-12-10 22:46:35 +00:00 |
|
Phil Race
|
52aa7fe1c9
|
8334549: [Sound] Test timed out: javax/sound/sampled/Clip/OpenNonIntegralNumberOfSampleframes.java
Reviewed-by: aivanov, kizune
|
2025-12-10 21:40:18 +00:00 |
|
Daniel Fuchs
|
54430a8722
|
8373362: Http3TestServer should not log an exception stack trace when it is stopping normally
Reviewed-by: jpai, djelinski
|
2025-12-10 15:14:46 +00:00 |
|
Daniel Fuchs
|
b58e3b600b
|
8373227: Test java/net/httpclient/http2/StreamFlowControlTest.java failed: should sleep time be raised?
Reviewed-by: djelinski
|
2025-12-10 12:08:53 +00:00 |
|
Prasanta Sadhukhan
|
1bbbce75c5
|
6726690: SwingUtilities.replaceUI*Map() methods do not remove previously installed maps
Reviewed-by: azvegint, tr
|
2025-12-10 04:31:37 +00:00 |
|
Jaikiran Pai
|
a26221299e
|
8255463: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java failed with ThreadTimeoutException
Reviewed-by: dfuchs, djelinski, bpb
|
2025-12-10 02:04:12 +00:00 |
|
Xueming Shen
|
eef9813ad4
|
8371446: VectorAPI: Add unit tests for masks from various long values
Reviewed-by: psandoz
|
2025-12-10 00:50:48 +00:00 |
|
Matthew Donovan
|
1ae4a6c43e
|
8373101: JdkClient and JdkServer test classes ignore namedGroups field
Reviewed-by: rhalade
|
2025-12-09 18:48:33 +00:00 |
|
Naoto Sato
|
b2daf9de30
|
8355522: Remove the java.locale.useOldISOCodes system property
Reviewed-by: jlu, joehw
|
2025-12-09 18:21:12 +00:00 |
|
Neha Joshi
|
b99be505a5
|
8368524: Tests are skipped and shown as passed in test/jdk/sun/security/pkcs11/Cipher/KeyWrap
Reviewed-by: myankelevich, rhalade
|
2025-12-09 18:06:39 +00:00 |
|
Prasanta Sadhukhan
|
1f49edd978
|
4459231: Focus of JTabbedPane(with Scrollable tablayout) changes on change in LookAndFeel
Reviewed-by: tr, kizune
|
2025-12-09 10:02:01 +00:00 |
|
Kevin Walls
|
9c91c68d1d
|
8373111: Test java/lang/management/MemoryMXBean/MemoryManagement.java timed out
Reviewed-by: lmesnik
|
2025-12-09 09:18:04 +00:00 |
|
Prasanta Sadhukhan
|
cba09cd10d
|
5107379: Component orientation in JOptionPane is not proper in Motif L&F.
Reviewed-by: tr, kizune
|
2025-12-09 07:40:52 +00:00 |
|
Prasanta Sadhukhan
|
c03d445a8c
|
6223700: XP L&F: Non-TopLevel JMenu's painting error
Reviewed-by: kizune, dnguyen
|
2025-12-09 00:34:58 +00:00 |
|