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 |
|
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 |
|
Amy Lu
|
acac038976
|
8181301: Refactor shell test AsynchronousChannelGroup/run_any_task.sh to java
Reviewed-by: alanb
|
2017-06-01 11:10:22 +08:00 |
|
Lana Steuck
|
dfd0cc3152
|
Merge
|
2017-05-31 17:47:58 +00:00 |
|
Amy Lu
|
325d3e68d8
|
8181126: Refactor shell test java/nio/Buffer/LimitDirectMemory.sh to java
Reviewed-by: bchristi, psandoz, rriggs
|
2017-05-31 14:00:55 +08:00 |
|
Igor Ignatyev
|
551c6fdad3
|
8180805: move RandomFactory to the top level testlibrary
Reviewed-by: bpb, rriggs
|
2017-05-30 21:14:45 -07:00 |
|
Igor Ignatyev
|
c85d273e7d
|
8180887: move FileUtils to top level testlibrary
Reviewed-by: psandoz
|
2017-05-30 15:05:33 -07:00 |
|
Matthias Baesken
|
f6dbb7ba1b
|
8181145: add platforms to test java/nio/ByteOrder/NativeOrder.java
Reviewed-by: martin, mdoerr
|
2017-05-26 16:35:45 +02:00 |
|
Igor Ignatyev
|
f8c5d25081
|
8180644: move jdk.testlibrary.NetworkConfiguration to the top level test library
Reviewed-by: duke
|
2017-05-19 13:33:47 -07:00 |
|
Lana Steuck
|
40ed54262c
|
Merge
|
2017-05-19 04:17:50 +00: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 |
|
Amy Lu
|
c18fe9b250
|
8085814: Move stream test library to the jdk test library area
8173414: Some testng tests check nothing in java util stream
Reviewed-by: psandoz
|
2017-05-12 12:53:50 +08:00 |
|
Lana Steuck
|
5d5921732e
|
Merge
|
2017-05-11 20:22:54 +00:00 |
|
Brian Burkhalter
|
a5deccf860
|
8180085: (ch) java/nio/channels/SocketChannel/VectorIO.java: add debug instrumentation
Add some print statements potentially useful in solving JDK-8177801.
Reviewed-by: alanb
|
2017-05-11 07:43:36 -07:00 |
|
Kumar Srinivasan
|
00b9efeb0b
|
8169646: Remove launcher's -d32/-d64 option
Reviewed-by: dholmes
|
2017-05-10 15:12:43 -07:00 |
|
Magnus Ihse Bursie
|
97df63049c
|
8179889: Fix typographic errors in copyright headers
Reviewed-by: erikj, dholmes
|
2017-05-09 12:57:30 +02:00 |
|
Alan Bateman
|
853c626781
|
Merge
|
2017-05-04 09:43:09 +01:00 |
|
Alan Bateman
|
4c0e26e374
|
8178380: Module system implementation refresh (5/2017)
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Reviewed-by: mchung, alanb, sspitsyn
|
2017-05-04 07:26:55 +00:00 |
|
Brian Burkhalter
|
db8bc54f61
|
8179452: Remove intermittent key from some tests which appear no longer to fail
Remove "intermittent" key
Reviewed-by: alanb, lancea, darcy
|
2017-04-28 16:14:57 -07:00 |
|
Chris Hegarty
|
c122be4029
|
8158270: MulticastSendReceiveTests.java failed with "Expected message not received"
Reviewed-by: alanb
|
2017-04-25 14:46:43 +01:00 |
|
Brian Burkhalter
|
06164475de
|
8178074: (ch) java/nio/channels/etc/AdaptorCloseAndInterrupt.java: add instrumentation
Add some print statements to indicate state at strategic points
Reviewed-by: chegar
|
2017-04-07 11:31:57 -07:00 |
|
Brian Burkhalter
|
6b38dd561d
|
8177984: (ch) java/nio/channels/SocketChannel/VectorIO.java should use RandomFactory
Obtain Random from RandomFactory instead of directly.
Reviewed-by: clanger
|
2017-04-04 08:10:13 -07:00 |
|
Brian Burkhalter
|
ec2626b88e
|
8177559: Enable java/nio/channels/Selector/OutOfBand.java for macOS >= 10.10.5
Enable test for macOS 10.10.5 and newer and remove from problem list
Reviewed-by: alanb, amlu
|
2017-03-28 09:02:59 -07:00 |
|
Brian Burkhalter
|
b9cff83140
|
8177565: java/nio/channels/Selector/SelectorLimit.java disabled for Windows release >= 6.0
Remove check of Windows version
Reviewed-by: alanb
|
2017-03-24 15:02:19 -07:00 |
|
Brian Burkhalter
|
cc398424f9
|
8177564: Remove check for Windows XP and Server 2003 in java/nio/channels/DatagramChannel/NetworkConfiguration.java
Remove check for XP and Server 2003 in IPv6 support determination.
Reviewed-by: alanb
|
2017-03-24 14:46:52 -07:00 |
|
Brian Burkhalter
|
fe9e5e1b5e
|
8177550: (fc) Enable java/nio/channels/FileChannel/{Transfer4GBFile.java,TransferTo6GBFile.java} on Linux and Windows
Re-enabled tests currently suppressed on Linux and Windows as the timeouts have been increased.
Reviewed-by: alanb
|
2017-03-24 09:16:58 -07:00 |
|
Brian Burkhalter
|
8f68c5a17d
|
8176895: (fc) Split java/nio/channels/FileChannel/Transfer.java into smaller tests
Move sub-tests writing 4GB and 6GB files into two separate tests
Reviewed-by: clanger
|
2017-03-17 08:38:12 -07:00 |
|
Brian Burkhalter
|
ad6392624e
|
8176846: (fc) Increase timeouts of and instrument some tests using FileChannel#write
Change tests to improve odds of passing on slow file systems.
Reviewed-by: clanger, rriggs
|
2017-03-16 08:58:31 -07:00 |
|
Brian Burkhalter
|
990e5a380e
|
8176744: Improve internal timing of java/nio/channels/Selector/SelectAndClose.java
Replace two sleeps with CountDownLatch+sleep and Thread.join()
Reviewed-by: rriggs, alanb
|
2017-03-14 16:43:59 -07:00 |
|
Brian Burkhalter
|
dc1f5f4107
|
8176237: (fs) java/nio/file/FileStore/Basic.java should conditionally check FileStores
On Unix platforms, spawn a 'df' process and skip FileStore check if it hangs
Reviewed-by: alanb, chegar
|
2017-03-09 08:58:58 -08:00 |
|
Brian Burkhalter
|
ac6b3c4d5d
|
8176332: Increase sleep time in java/nio/channels/Selector/ChangingInterests.java write1()
Increase sleep from 50 to 150 ms.
Reviewed-by: alanb
|
2017-03-09 08:55:59 -08:00 |
|
Felix Yang
|
61c3a29e0c
|
8176195: Fix misc module dependencies in jdk_core tests
Reviewed-by: mchung
|
2017-03-08 17:17:41 -08:00 |
|
Brian Burkhalter
|
8835635183
|
8176394: Incorrect relational operator in java/nio/channels/FileChannel/InterruptDeadlock.java
Change Reader thread run method so it reads continuously as intended
Reviewed-by: alanb
|
2017-03-08 12:14:25 -08:00 |
|
Brian Burkhalter
|
53c99e5093
|
8176317: (ch) Add print of timeout value to java/nio/channels/AsynchronousSocketChannel/Basic.java
Add print of timeout value.
Reviewed-by: alanb
|
2017-03-08 09:53:19 -08:00 |
|
Brian Burkhalter
|
13f5b93e8c
|
8175209: Account for race condition in java/nio/channels/AsynchronousSocketChannel/Basic.java
Pause until the channel reaches a pended state instead of for a fixed time.
Reviewed-by: prappo, mli, alanb
|
2017-03-08 09:49:46 -08:00 |
|
Hamlin Li
|
af9013c96e
|
8176337: Mark several tests as intermittently failing
Reviewed-by: darcy
|
2017-03-07 23:01:51 -08:00 |
|
Brian Burkhalter
|
c3b3895160
|
8175115: Improve instrumentation of java/nio/file/WatchService/LotsOfEvents.java
Attempt an additional long poll to check for missed events and print more information
Reviewed-by: rriggs
|
2017-02-24 11:28:00 -08:00 |
|
Amy Lu
|
12ca4e48e7
|
8175062: Mark java/nio/channels/AsyncCloseAndInterrupt.java as intermittently failing
Reviewed-by: bpb
|
2017-02-17 14:10:24 +08:00 |
|
Brian Burkhalter
|
eff1703b33
|
8175041: Add success message to java/nio/channels/FileChannel/LoopingTruncate.java
Print "Test succeeded" to stdout at the end of main()
Reviewed-by: alanb
|
2017-02-16 14:55:34 -08:00 |
|
Brian Burkhalter
|
a66653d1dc
|
8175033: (se) Improve internal timing of java/nio/channels/Selector/WakeupAfterClose.java
Add print of expected ClosedSelectorException
Reviewed-by: alanb
|
2017-02-16 12:26:23 -08:00 |
|
Joe Darcy
|
52bf1f47f2
|
8174960: Mark WakeupAfterClose.java as failing intermittentl
Reviewed-by: rriggs, bpb
|
2017-02-14 13:08:33 -08:00 |
|
Brian Burkhalter
|
6ae128f2d3
|
8174127: (ch) Add instrumentation to java/nio/channels/FileChannel/Transfer.java
Convert to TestNG and add some debugging output for large file creation time
Reviewed-by: alanb
|
2017-02-09 14:49:09 -08:00 |
|
Brian Burkhalter
|
1e4efa15be
|
8173387: java/nio/channels/Selector/SelectTimeout.java failed with "Test timed out early with timeout 100000000999"
Corrected timing problem with multiple threads setting static variables
Reviewed-by: clanger, alanb
|
2017-02-09 07:48:19 -08:00 |
|
Brian Burkhalter
|
d3b74dbcb7
|
8173910: (fs) java/nio/file/FileSystem/Basic.java should conditionally check FileStores
On Unix platforms, spawn a 'df' process and skip FileStore check if it hangs
Reviewed-by: alanb
|
2017-02-07 11:01:04 -08:00 |
|
Brian Burkhalter
|
5aa0f30214
|
8172547: (se) Selector.select(Long.MAX_VALUE) fires repeatedly
Clamp the jlong-valued select() timeout to INT_MAX for struct timeval
Reviewed-by: rriggs, clanger, alanb
|
2017-01-19 13:46:45 -08:00 |
|
Joe Darcy
|
ea8bb5ad41
|
8172200: Mark StressLoopback.java as intermittently failing
Reviewed-by: lancea, bpb, rriggs
|
2017-01-04 10:20:12 -08:00 |
|
Amy Lu
|
91d9ddb0b6
|
8171234: Remove intermittent key from test java/nio/charset/coders/BashStreams.java
Reviewed-by: alanb
|
2016-12-15 17:34:59 +08:00 |
|
Brian Burkhalter
|
d8e5d53723
|
8168628: (fc) SIGBUS when extending file size to map it
Synchronize file extension and subsequent map0(); on Linux use fallocate64() instead of ftruncate64().
Reviewed-by: rehn, simonis, alanb
|
2016-12-02 13:22:16 -08:00 |
|
Alan Bateman
|
30bcdb962c
|
Merge
|
2016-12-01 11:16:23 +00:00 |
|
Alan Bateman
|
fbe85300bf
|
8169069: Module system implementation refresh (11/2016)
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Reviewed-by: plevart, chegar, psandoz, mchung, alanb, dfuchs, naoto, coffeys, weijun
|
2016-12-01 08:57:53 +00:00 |
|