Julia Boes
bb74ae87ab
8274171: java/nio/file/Files/probeContentType/Basic.java failed on "Content type" mismatches
...
Reviewed-by: rriggs, bpb
2021-09-24 08:08:27 +00:00
Brian Burkhalter
1fdc656084
8274175: (fc) java/nio/channels/FileChannel/Transfer2GPlus.java still failed in timeout
...
Reviewed-by: alanb
2021-09-23 15:57:12 +00:00
Brian Burkhalter
81d416477f
8272759: (fc) java/nio/channels/FileChannel/Transfer2GPlus.java failed in timeout
...
Reviewed-by: alanb
2021-09-22 16:29:04 +00:00
Raffaello Giulietti
da38ced329
8271602: Add Math.ceilDiv() family parallel to Math.floorDiv() family
...
Reviewed-by: bpb
2021-09-22 16:16:14 +00:00
Naoto Sato
d39aad9230
8273924: ArrayIndexOutOfBoundsException thrown in java.util.JapaneseImperialCalendar.add()
...
Reviewed-by: rriggs, iris, joehw
2021-09-22 15:50:49 +00:00
Roger Riggs
0a361638c5
8272600: (test) Use native "sleep" in Basic.java
...
Reviewed-by: iklam, dholmes
2021-09-22 13:55:19 +00:00
Sean Mullan
6d91a3eb7b
8269039: Disable SHA-1 Signed JARs
...
Reviewed-by: weijun
2021-09-21 13:45:47 +00:00
Julia Boes
65ed0a742e
8273655: content-types.properties files are missing some common types
...
Reviewed-by: bpb, dfuchs
2021-09-21 08:07:25 +00:00
Sergey Bylokhov
1bd11a7f2c
8273887: [macos] java/awt/color/ICC_ColorSpace/MTTransformReplacedProfile.java timed out
...
Reviewed-by: aivanov
2021-09-20 21:25:40 +00:00
lawrence.andrews
4da45c4301
8270609: [TESTBUG] java/awt/print/Dialog/DialogCopies.java does not show instruction
...
Reviewed-by: aivanov
2021-09-20 14:07:50 +00:00
lawrence.andrews
2a2e9190d4
8273685: Remove jtreg tag manual=yesno for java/awt/Graphics/LCDTextAndGraphicsState.java & show test instruction
...
Reviewed-by: aivanov, pbansal
2021-09-17 18:11:23 +00:00
Ian Graves
f531b5c796
8273514
: java/util/DoubleStreamSums/CompensatedSums.java failure
...
Reviewed-by: rriggs, darcy
2021-09-15 13:08:15 +00:00
Sergey Bylokhov
1017a2c2d7
8273135: java/awt/color/ICC_ColorSpace/MTTransformReplacedProfile.java crashes in liblcms.dylib with NULLSeek+0x7
...
Reviewed-by: aivanov, azvegint
2021-09-15 05:18:35 +00:00
Jonathan Dowland
394ebc8642
8270553: Tests should not use (real, in-use, routable) 1.1.1.1 as dummy IP value
...
Reviewed-by: shade, dfuchs
2021-09-14 17:12:49 +00:00
David Holmes
c54a918a0e
8273691: Missing comma after 2021 in GraphemeTestAccessor.java copyright notice
...
Reviewed-by: psandoz
2021-09-14 01:01:07 +00:00
Ian Graves
3d9dc8f824
8273430: Suspicious duplicate condition in java.util.regex.Grapheme#isExcludedSpacingMark
...
Reviewed-by: naoto
2021-09-13 21:48:28 +00:00
Naoto Sato
81d2acee57
8273369: Computing micros between two instants unexpectedly overflows for some cases
...
Reviewed-by: lancea, rriggs, joehw
2021-09-10 16:36:57 +00:00
Phil Race
efe3ed1e70
8273358: macOS Monterey does not have the font Times needed by Serif
...
Reviewed-by: kizune, aivanov
2021-09-10 16:36:06 +00:00
Naoto Sato
54dee132d1
8273188: java/lang/instrument/BootClassPath/BootClassPathTest.sh fails with "FATAL ERROR in native method: processing of -javaagent failed, processJavaStart failed"
...
Reviewed-by: dholmes, alanb
2021-09-09 19:41:56 +00:00
Evan Whelan
00e059ddb3
8133686: HttpURLConnection.getHeaderFields and URLConnection.getRequestProperties methods return field values in reverse order
...
Reviewed-by: dfuchs
2021-09-09 10:23:12 +00:00
Aleksey Shipilev
dc33bd8b6c
8273315: Parallelize and increase timeouts for java/foreign/TestMatrix.java test
...
Reviewed-by: mcimadamore
2021-09-09 07:43:22 +00:00
Roger Riggs
7fd6b0bfd8
8273242: (test) Refactor to use TestNG for RuntimeTests ExecCommand tests
...
Reviewed-by: naoto, lancea
2021-09-08 20:53:25 +00:00
Markus Karg
185557423d
8273038: ChannelInputStream.transferTo() uses FileChannel.transferTo(FileChannel)
...
Reviewed-by: alanb
2021-09-08 11:22:47 +00:00
Mark Sheppard
d6d6c0692b
8273246: Amend the test java/nio/channels/DatagramChannel/ManySourcesAndTargets.java to execute in othervm mode
...
Reviewed-by: alanb
2021-09-07 22:18:23 +00:00
Prasanta Sadhukhan
cec6c068b0
8272232: javax/swing/JTable/4275046/bug4275046.java failed with "Expected value in the cell: 'rededited' but found 'redEDITED'."
...
8257540: javax/swing/JFileChooser/8041694/bug8041694.java failed with "RuntimeException: The selected directory name is not the expected 'd ' but 'D '."
Reviewed-by: serb
2021-09-04 11:04:22 +00:00
Ian Graves
dd871819a0
8214761: Bug in parallel Kahan summation implementation
...
Reviewed-by: darcy
2021-09-03 00:50:11 +00:00
bobpengxie
683e30db79
8273169: java/util/regex/NegativeArraySize.java failed after JDK-8271302
...
Reviewed-by: jiefu, serb
2021-08-31 17:31:03 +00:00
Brian Burkhalter
e551852801
8271225: Add floorDivExact() method to java.lang.[Strict]Math
...
Reviewed-by: darcy
2021-08-31 14:42:14 +00:00
Vicente Romero
0609421d4b
8272347: ObjectMethods::bootstrap should specify NPE if any argument except lookup is null
...
Reviewed-by: mchung, chegar
2021-08-30 21:16:46 +00:00
Naoto Sato
7fc8540907
8260265: UTF-8 by Default
...
Reviewed-by: alanb, rriggs
2021-08-30 21:13:59 +00:00
Ian Graves
fecefb8541
8271302: Regex Test Refresh
...
Reviewed-by: bchristi, smarks
2021-08-30 17:37:29 +00:00
Brian Burkhalter
d1aeca117c
8272541: Incorrect overflow test in Toom-Cook branch of BigInteger multiplication
...
Reviewed-by: darcy
2021-08-27 16:09:28 +00:00
Brian Burkhalter
dfeb4132e4
8272964: java/nio/file/Files/InterruptCopy.java fails with java.lang.RuntimeException: Copy was not interrupted
...
Reviewed-by: dfuchs
2021-08-27 16:08:29 +00:00
Naoto Sato
fe7d70886c
8272473: Parsing epoch seconds at a DST transition with a non-UTC parser is wrong
...
Reviewed-by: joehw, rriggs, iris, lancea, scolebourne
2021-08-26 16:21:23 +00:00
Aleksey Shipilev
a3308af060
8272836: Limit run time for java/lang/invoke/LFCaching tests
...
Reviewed-by: redestad, iignatyev
2021-08-26 06:51:19 +00:00
Brian Burkhalter
aaedac635a
8265261: java/nio/file/Files/InterruptCopy.java fails with java.lang.RuntimeException: Copy was not interrupted
...
Reviewed-by: dfuchs
2021-08-24 17:04:35 +00:00
Maxim Kartashev
9bc023220f
8269223: -Xcheck:jni WARNINGs working with fonts on Linux
...
Reviewed-by: prr, serb
2021-08-23 20:28:17 +00:00
lawrence.andrews
d85560ed0f
8267161: Write automated test case for JDK-4479161
...
Reviewed-by: serb, aivanov
2021-08-20 17:45:46 +00:00
Daniel Fuchs
db9834ff82
8258951: java/net/httpclient/HandshakeFailureTest.java failed with "RuntimeException: Not found expected SSLHandshakeException in java.io.IOException"
...
Reviewed-by: chegar
2021-08-20 09:05:00 +00:00
Phil Race
ddcd851c43
8272602: [macos] not all KEY_PRESSED events sent when control modifier is used
...
Reviewed-by: kizune
2021-08-20 00:08:42 +00:00
Brian Burkhalter
a68b5b9c1d
8272369: java/io/File/GetXSpace.java failed with "RuntimeException: java.nio.file.NoSuchFileException: /run/user/0"
...
Reviewed-by: alanb
2021-08-17 17:07:03 +00:00
Jim Laskey
cf64c3e7e2
8272326: java/util/Random/RandomTestMoments.java had two Gaussian fails
...
Reviewed-by: rriggs, bpb
2021-08-17 15:53:41 +00:00
lawrence.andrews
c5c84b8fdc
8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java
...
Reviewed-by: psadhukhan, jdv
2021-08-17 07:44:35 +00:00
Rajat Mahajan
a5ad7720d2
8272342: [TEST_BUG] java/awt/print/PrinterJob/PageDialogMarginTest.java catches all exceptions
...
Reviewed-by: aivanov, pbansal
2021-08-16 22:24:00 +00:00
Brian Burkhalter
82688258f6
8272297: FileInputStream should override transferTo() for better performance
...
Reviewed-by: alanb
2021-08-16 15:53:33 +00:00
Alexey Ushakov
17b9350023
8266079: Lanai: AlphaComposite shows differences on Metal compared to OpenGL
...
Reviewed-by: serb
2021-08-14 10:40:37 +00:00
Lance Andersen
717792c3b7
8263940: NPE when creating default file system when default file system provider is packaged as JAR file on class path
...
Reviewed-by: naoto, bpb, iris, joehw
2021-08-13 16:11:04 +00:00
Brian Burkhalter
428d51694f
8140241: (fc) Data transfer from FileChannel to itself causes hang in case of overlap
...
Reviewed-by: alanb
2021-08-12 15:27:09 +00:00
Claes Redestad
a15b659278
8271732: Regression in StringBuilder.charAt bounds checking
...
Reviewed-by: alanb, naoto
2021-08-12 07:01:53 +00:00
Sergey Bylokhov
148935279d
8271718: Crash when during color transformation the color profile is replaced
...
Reviewed-by: prr
2021-08-10 22:22:42 +00:00