Amy Lu
1be87a5f55
8183512: Remove intermittent key from nio test Transfer4GBFile.java TransferTo6GBFile.java and StressLoopback.java
...
Reviewed-by: alanb
2017-07-05 08:30:36 +08:00
Ogata Kazunori
43fc1b68a2
8182743: Ineffective use of volatile hurts performance of Charset.atBugLevel()
...
Reviewed-by: clanger, redestad, plevart, coffeys
2017-07-01 20:35:28 +02:00
Roger Riggs
7b258a7561
8183019: Diagnostics for onExitTest
...
Reviewed-by: clanger
2017-06-30 13:28:25 -04:00
Felix Yang
c33dc7513c
8182975: Mark http2/BasicTest.java and FixedThreadPoolTest.java as intermittently failing
...
Reviewed-by: rriggs
2017-06-29 18:42:01 -07:00
Michael McMahon
d9cfff236d
8182589: TLS SNI in new Java 9 client is not available
...
Reviewed-by: dfuchs
2017-06-29 11:10:30 +01:00
Igor Ignatyev
849b871515
8182154: merge jdk.testlibrary.Platform and jdk.test.lib.Platform
...
Reviewed-by: sspitsyn, plevart
2017-06-27 08:43:35 -07:00
Felix Yang
444396a180
8178699: Fail to send async requests if server doesn't response the first one
...
Reviewed-by: dfuchs
2017-06-25 23:51:46 -07:00
Lana Steuck
7029c4aa42
Merge
2017-06-23 23:48:17 +00:00
Sean Coffey
4b631dd1a1
8182672: Java 8u121 on Linux intermittently returns null for MAC address
...
Reviewed-by: chegar, clanger, msheppar, vtewari
2017-06-23 17:43:38 +01:00
Ujwal Vangapally
a54ee55cf1
8178508: Co-locate remaining MM tests
...
Converted Tonga test to JTREG and added an additional check for setUsageThreshold
Reviewed-by: mchung, hb, iignatyev
2017-06-22 11:53:25 +05:30
Amy Lu
6fcedf5174
8182465: Refactor shell test java/nio/channels/spi/SelectorProvider/inheritedChannel/run_tests.sh to java
...
Reviewed-by: alanb
2017-06-21 14:40:38 +08:00
Amy Lu
c48a9a184a
8181575: Refactor locale related shell test java/nio/charset/spi/basic.sh to java
...
Reviewed-by: psandoz
2017-06-21 12:09:25 +08:00
Amy Lu
455b231768
8182376: Refactor shell test java/nio/file/Path/MacPathTest.sh to java
...
Reviewed-by: alanb
2017-06-21 10:30:03 +08:00
Hamlin Li
f9a9f88e7c
8181478: Refactor java/io shell tests to plain java tests
...
Reviewed-by: alanb, psandoz
2017-06-19 18:02:06 -07:00
Claes Redestad
81a4918f16
8181147: JNI_GetStringPlatformChars should have a fast path for UTF-8
...
8182451: Inconsistency between String.getBytes("Cp1252") and JNU_GetStringPlatformChars
Reviewed-by: martin, erikj, sherman, chegar, mikael
2017-06-19 09:29:11 +02:00
Amy Lu
06a254a8f5
8182421: Add @modules to java/nio/charset/coders/SJISMappingPropTest.java
...
Reviewed-by: alanb
2017-06-19 15:48:42 +08:00
Hamlin Li
54b3488ad9
8181912: Refactor locale related shell test test/java/io/File/MacPathTest.sh to java test
...
Reviewed-by: alanb, naoto, psandoz, xiaofeya
2017-06-18 18:43:24 -07:00
Amy Lu
b0f734047c
8181395: Refactor locale related shell tests Charset/default.sh and CheckSJISMappingProp.sh to java
...
Reviewed-by: alanb
2017-06-19 09:41:59 +08:00
Amy Lu
87beee49ce
8181309: Refactor shell test AsynchronousChannelProvider/custom_provider.sh to java
...
Reviewed-by: alanb
2017-06-19 09:27:17 +08:00
Alan Bateman
c89dae9fbc
8181087: Module system implementation refresh (6/2017)
...
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Reviewed-by: plevart, mchung
2017-06-16 09:20:39 -07:00
Felix Yang
eb2f52dc0b
8182321: Mark java/lang/ProcessHandle/OnExitTest.java as intermittent
...
Reviewed-by: rriggs
2017-06-16 08:00:53 -07:00
Lana Steuck
0d2c126339
Merge
2017-06-16 04:54:54 +00:00
Hamlin Li
b0c6781aaa
8179242: OutOfMemoryError in java/util/Arrays/ParallelPrefix.java
...
Reviewed-by: psandoz
2017-06-14 19:29:54 -07:00
Lana Steuck
be753c89af
Merge
2017-06-14 19:58:49 +00:00
Amy Lu
9a2170ade8
8181394: Refactor shell test java/nio/file/Files/walkFileTree/find.sh to java
...
Reviewed-by: alanb
2017-06-14 11:55:43 +08:00
Igor Ignatyev
f84b521220
8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
...
Reviewed-by: alanb
2017-06-12 12:43:26 -07:00
Igor Ignatyev
1d0a99f1c3
8181759: add explicit @build actions for jdk.test.lib classes in all :tier1 tests
...
Reviewed-by: alanb
2017-06-12 12:40:43 -07:00
Daniel Fuchs
18b1dfcafa
8181867: [tests] Reorganize EchoHandlers
...
This fix reorganize some test files and rename some test classes. Several classes named EchoHandler in the unnamed package are renamed to make it clear what classes (and sources) tests that use these EchoHandler implementations effectively depend on.
Reviewed-by: chegar
2017-06-09 16:52:07 +01:00
Daniel Fuchs
3d902cf92a
8180044: java/net/httpclient/ManyRequests.java failed due to timeout
...
Fixes several race conditions observed while testing.
Reviewed-by: michaelm, msheppar, prappo
2017-06-08 12:41:07 +01:00
Igor Ignatyev
2efb1f9e9f
8180386: remove jdk.testlibrary.TimeLimitedRunner
...
Reviewed-by: rriggs, mchung
2017-06-07 08:58:19 -07:00
Igor Ignatyev
ff3aa035f3
8181335: remove packageless CompilerUtils
...
Reviewed-by: alanb
2017-06-06 19:54:08 -07:00
Amy Lu
245dc365f7
8181396: Refactor shell test java/nio/file/Files/delete_on_close.sh to java
...
Reviewed-by: alanb
2017-06-07 10:58:58 +08:00
Manajit Halder
77532f2533
8172510: This test fails for me on OS X consistently with result: Expected : 01230123 Actual : 001122303011223
...
Reviewed-by: serb, prr
2017-06-06 14:38:19 +05:30
Hamlin Li
2af3b0cc19
8180927: refactor ./java/io/Serializable/class/run.sh to java test
...
Reviewed-by: psandoz
2017-06-05 18:58:40 -07:00
Phil Race
d5fb09f608
Merge
2017-06-05 11:00:25 -07:00
Amy Lu
143bb171a7
8181393: Refactor shell test Selector/lots_of_updates.sh and SocketChannel/Open.sh to java
...
Reviewed-by: psandoz
2017-06-05 14:07:07 +08:00
Lana Steuck
ce477ddb3a
Merge
2017-06-03 02:49:49 +00:00
Anton Litvinov
87be0f2e80
8181192: [macos] javafx.print.PrinterJob.showPrintDialog() hangs on macOS
...
Reviewed-by: prr, serb
2017-06-02 18:40:55 +03:00
Naoto Sato
b2870f2b5f
8180375: Rename <baseName>Provider to <packagename>.spi.<simpleName>Provider
...
Reviewed-by: mchung
2017-06-01 14:52:53 -07:00
Roger Riggs
3171214a12
8180582: The bind to rmiregistry is rejected by registryFilter even though registryFilter is set
...
The Registry MAXDEPTH should allow binding more complex objects
Reviewed-by: dfuchs, smarks
2017-05-31 23:45:36 -04:00
Phil Race
dff24c5402
Merge
2017-05-26 08:22:05 -07:00
Daniel Fuchs
aea187fdd2
8180279: java/net/httpclient/whitebox/Driver.java failed due to timeout
...
Fixed a race condition in RawChannelTest.java
Reviewed-by: prappo, michaelm
2017-05-25 11:54:42 +01:00
Brian Burkhalter
06d33aa65a
8180885: Create test to detect if TimeZone.setDefault affects File.setLastModifiedTime
...
Check whether File.lastModified is affected by not setting the default time zone or by setting to any of the available time zones.
Reviewed-by: dfuchs, rriggs
2017-05-24 10:52:24 -07:00
Joe Darcy
538f99f6ca
8074977: Constructor.getAnnotatedParameterTypes returns wrong value
...
Additional comments from plevart and forax
Reviewed-by: mchung, alanb
2017-05-23 14:34:45 -07:00
Michael McMahon
92ce207628
8180498: Remove httpclient internal APIs which supply ByteBuffers to read calls
...
Reviewed-by: chegar, dfuchs
2017-05-22 17:31:07 +01:00
Phil Race
a89cb1d937
Merge
2017-05-22 08:54:59 -07:00
Phil Race
de926ebe30
8177393: Result of RescaleOp for 4BYTE_ABGR images may be 25% black
...
Reviewed-by: flar, psadhukhan
2017-05-19 14:57:51 -07:00
Brent Christian
3e4d9a5132
8180633: Remove intermittent key from java/lang/ClassLoader/Assert.java
...
Reviewed-by: darcy, mchung
2017-05-19 09:41:28 -07:00
Brian Burkhalter
3080f4509d
8180431: Remove intermittent keyword from some no longer failing NIO tests
...
Remove "intermittent" keyword from @key tag,
Reviewed-by: alanb
2017-05-16 14:11:48 -07:00
Naoto Sato
b62344e08a
8176853: Locale.Builder.removeUnicodeLocaleAttribute(null) should throw NullPointerException
...
Reviewed-by: martin
2017-06-01 12:43:46 -07:00