Joe Darcy
|
da75e015b5
|
8330196: Make java/lang/invoke/defineHiddenClass/BasicTest release agnostic
Reviewed-by: liach, mchung, jkuhn
|
2024-04-15 15:11:40 +00:00 |
|
Mahendra Chhipa
|
2e3682a7f2
|
8319678: Several tests from corelibs areas ignore VM flags
Reviewed-by: naoto, jpai
|
2024-04-11 13:51:07 +00:00 |
|
Tejesh R
|
bea9acc55a
|
8328482: Convert and Open source few manual applet test to main based
Reviewed-by: abhiscxk, honkar, prr
|
2024-04-10 07:11:02 +00:00 |
|
Jaikiran Pai
|
b81b86da98
|
8329729: java/util/Properties/StoreReproducibilityTest.java times out
Reviewed-by: alanb
|
2024-04-10 01:33:13 +00:00 |
|
Sean Mullan
|
e702646545
|
8200566: DistributionPointFetcher fails to fetch CRLs if the DistributionPoints field contains more than one DistributionPoint and the first one fails
Reviewed-by: weijun
|
2024-04-08 20:08:56 +00:00 |
|
Roger Riggs
|
212a253697
|
8329623: NegativeArraySizeException encoding large String to UTF-8
Reviewed-by: naoto, rgiulietti
|
2024-04-08 17:58:21 +00:00 |
|
Jaikiran Pai
|
4a11db8b60
|
8329662: Add a test to verify the behaviour of the default HEAD() method on HttpRequest.Builder
Reviewed-by: dfuchs
|
2024-04-05 13:30:22 +00:00 |
|
Per Minborg
|
b71acc704a
|
8329089: Empty immutable list throws the wrong exception type for remove(first | last) operations
Reviewed-by: rriggs
|
2024-04-05 07:38:43 +00:00 |
|
Viktor Klang
|
28216aa971
|
8328366: Thread.setContextClassloader from thread in FJP commonPool task no longer works after JDK-8327501
Reviewed-by: mchung, alanb
|
2024-04-04 18:32:59 +00:00 |
|
Bill Huang
|
375bfac8e7
|
8327474: Review use of java.io.tmpdir in jdk tests
Reviewed-by: michaelm, jpai
|
2024-04-03 17:04:09 +00:00 |
|
Alex Menkov
|
f88f31dcbf
|
8328137: PreserveAllAnnotations can cause failure of class retransformation
Reviewed-by: coleenp, sspitsyn
|
2024-04-03 00:23:36 +00:00 |
|
Harshitha Onkar
|
db159149c1
|
8328753: Open source few Undecorated Frame tests
Reviewed-by: abhiscxk, dnguyen, prr, aivanov
|
2024-04-02 18:13:33 +00:00 |
|
Brian Burkhalter
|
dd5d7d0770
|
8327002: (fs) java/nio/file/Files/CopyMoveVariations.java should be able to test across file systems
Reviewed-by: alanb
|
2024-04-02 17:13:04 +00:00 |
|
Renjith Kannath Pariyangad
|
7eb78e3320
|
8320676: Manual printer tests have no Pass/Fail buttons, instructions close set 1
Reviewed-by: honkar, achung, aivanov
|
2024-04-02 13:22:17 +00:00 |
|
Renjith Kannath Pariyangad
|
ed821cbe85
|
8324807: Manual printer tests have no Pass/Fail buttons, instructions close set 2
Reviewed-by: tr, achung, aivanov
|
2024-04-02 11:26:04 +00:00 |
|
Alexey Ivanov
|
5cf457b743
|
8329320: Simplify awt/print/PageFormat/NullPaper.java test
Reviewed-by: honkar, prr
|
2024-04-02 10:31:38 +00:00 |
|
Phil Race
|
bc546c21a5
|
8328561: test java/awt/Robot/ManualInstructions/ManualInstructions.java isn't used
Reviewed-by: dnguyen, psadhukhan
|
2024-04-02 04:29:02 +00:00 |
|
Renjith Kannath Pariyangad
|
af7c6af0cc
|
8324808: Manual printer tests have no Pass/Fail buttons, instructions close set 3
Reviewed-by: tr, achung, aivanov
|
2024-04-02 04:28:50 +00:00 |
|
Jie Fu
|
ecd2b7112a
|
8329354: java/text/Format/MessageFormat/CompactSubFormats.java fails
Reviewed-by: jlu, naoto
|
2024-04-01 23:02:48 +00:00 |
|
Aleksey Shipilev
|
4a14cba2f1
|
8329213: Better validation for com.sun.security.ocsp.useget option
Reviewed-by: mullan
|
2024-04-01 17:27:00 +00:00 |
|
Naoto Sato
|
8a0ef811ed
|
8326627: Document Double/Float.valueOf(String) behavior for numeric strings with non-ASCII digits
Reviewed-by: iris, jlu
|
2024-03-29 17:55:57 +00:00 |
|
Justin Lu
|
bf93e77e72
|
8329118: Run MessageFormat additional subformat pattern tests under en_US locale
Reviewed-by: naoto
|
2024-03-28 22:44:49 +00:00 |
|
Damon Nguyen
|
7ac2f914aa
|
8329210: Delete Redundant Printer Dialog Modality Test
Reviewed-by: honkar, prr
|
2024-03-28 16:13:40 +00:00 |
|
Aleksey Shipilev
|
614db2ea9e
|
8328638: Fallback option for POST-only OCSP requests
Reviewed-by: mullan, rhalade
|
2024-03-27 14:44:50 +00:00 |
|
Alex Menkov
|
8fc9097b37
|
8315575: Retransform of record class with record component annotation fails with CFE
Reviewed-by: sspitsyn, coleenp
|
2024-03-26 23:54:28 +00:00 |
|
Damon Nguyen
|
db01fcd6d8
|
8328827: Convert java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.html applet test to main
Reviewed-by: prr, tr
|
2024-03-26 19:00:44 +00:00 |
|
Elif Aslan
|
cc1800fa4d
|
8327998: Enable java/lang/ProcessBuilder/JspawnhelperProtocol.java on Mac
Reviewed-by: gli, shade, rriggs
|
2024-03-26 11:47:53 +00:00 |
|
Damon Nguyen
|
4047a3623a
|
8328730: Convert java/awt/print/bug8023392/bug8023392.html applet test to main
Reviewed-by: prr, honkar
|
2024-03-25 23:51:31 +00:00 |
|
Damon Nguyen
|
27ac39a2bc
|
8328719: Convert java/awt/print/PageFormat/SetOrient.html applet test to main
Reviewed-by: psadhukhan, prr
|
2024-03-25 21:24:44 +00:00 |
|
Alexander Zvegintsev
|
fb8f2a0a92
|
8328562: Convert java/awt/InputMethods/DiacriticsTest/DiacriticsTest.java applet test to main
Reviewed-by: tr, prr
|
2024-03-25 18:59:28 +00:00 |
|
Alexander Zuev
|
c7cf602078
|
8328385: Convert java/awt/FileDialog/FileDialogReturnTest test to main
Reviewed-by: achung, prr
|
2024-03-25 17:17:33 +00:00 |
|
Prasanta Sadhukhan
|
f67ec19e23
|
8079786: [macosx] Test java/awt/Frame/DisposeParentGC/DisposeParentGC.java fails for Mac only
Reviewed-by: prr
|
2024-03-25 10:11:43 +00:00 |
|
Per Minborg
|
93579c29e3
|
8323552: AbstractMemorySegmentImpl#mismatch returns -1 when comparing distinct areas of the same instance of MemorySegment
Reviewed-by: mcimadamore
|
2024-03-25 09:37:24 +00:00 |
|
Damon Nguyen
|
476421efe5
|
8328370: Convert java/awt/print/Dialog/PrintApplet.java applet test to main
Reviewed-by: honkar, psadhukhan
|
2024-03-22 23:09:12 +00:00 |
|
Harshitha Onkar
|
c7bbf84929
|
8328190: Convert AWTPanelSmoothWheel.html applet test to main
Reviewed-by: azvegint, abhiscxk, aivanov
|
2024-03-22 17:31:10 +00:00 |
|
Phil Race
|
23ebd9c3c6
|
8328555: hidpi problems for test java/awt/Dialog/DialogAnotherThread/JaWSTest.java
Reviewed-by: aivanov
|
2024-03-22 17:17:06 +00:00 |
|
Alexander Zuev
|
b7a51dd0e8
|
8328382: Convert java/awt/FileDialog/FileDialogForPackages test to main
Reviewed-by: psadhukhan, azvegint
|
2024-03-22 15:52:52 +00:00 |
|
Alexander Zuev
|
739957ca1e
|
8328384: Convert java/awt/FileDialog/FileDialogOpenDirTest test to main
Reviewed-by: azvegint
|
2024-03-22 15:40:38 +00:00 |
|
Alexander Zvegintsev
|
638708cad8
|
8328697: SubMenuShowTest and SwallowKeyEvents tests stabilization
Reviewed-by: kizune
|
2024-03-22 13:13:13 +00:00 |
|
Harshitha Onkar
|
0efd9dc09b
|
8328398: Convert java/awt/im/4490692/bug4490692.html applet test to main
Reviewed-by: achung, azvegint
|
2024-03-21 23:06:33 +00:00 |
|
Phil Race
|
f7f291c5d4
|
8328301: Convert Applet test ManualHTMLDataFlavorTest.java to main program
Reviewed-by: honkar
|
2024-03-21 22:48:06 +00:00 |
|
Alexey Bakhtin
|
4210e507a0
|
8320362: Load anchor certificates from Keychain keystore
Reviewed-by: weijun, mullan
|
2024-03-21 22:28:02 +00:00 |
|
Phil Race
|
ab183e437c
|
8328642: Convert applet test MouseDraggedOutCauseScrollingTest.html to main
Reviewed-by: abhiscxk, azvegint
|
2024-03-21 20:07:58 +00:00 |
|
Viktor Klang
|
ab28045d77
|
8328316: Finisher cannot emit if stream is sequential and integrator returned false
Reviewed-by: psandoz
|
2024-03-21 19:20:01 +00:00 |
|
Damon Nguyen
|
ba05c6d0b6
|
8328368: Convert java/awt/image/multiresolution/MultiDisplayTest/MultiDisplayTest.java applet test to main
Reviewed-by: azvegint, aivanov
|
2024-03-21 17:55:23 +00:00 |
|
Phil Race
|
e81374e050
|
8328560: java/awt/event/MouseEvent/ClickDuringKeypress/ClickDuringKeypress.java imports Applet
Reviewed-by: azvegint, abhiscxk
|
2024-03-21 17:47:19 +00:00 |
|
Damon Nguyen
|
cc5cda5587
|
8328005: Convert java/awt/im/JTextFieldTest.java applet test to main
Reviewed-by: prr, abhiscxk
|
2024-03-21 16:33:39 +00:00 |
|
Alexey Ivanov
|
1496b5de90
|
8327924: Simplify TrayIconScalingTest.java
Reviewed-by: honkar, prr
|
2024-03-21 16:02:17 +00:00 |
|
Alexander Zvegintsev
|
581b1e29ae
|
8328402: Implement pausing functionality for the PassFailJFrame
Reviewed-by: aivanov, prr
|
2024-03-21 15:31:42 +00:00 |
|
Harshitha Onkar
|
75195aab49
|
8328299: Convert DnDFileGroupDescriptor.html applet test to main
Reviewed-by: psadhukhan, tr
|
2024-03-21 15:30:22 +00:00 |
|