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
Hamlin Li
f1187fde71
8049316: java/nio/channels/Selector/Wakeup.java failing
...
Reviewed-by: rriggs, alanb
2016-11-30 18:25:07 -08:00
Hamlin Li
a7d4828bea
8169764: output more information when java/nio/channels/AsynchronousSocketChannel/Basic.java fails
...
Reviewed-by: alanb
2016-11-16 17:29:14 -08:00
Martin Buchholz
97ed09e075
8165643: SecureDirectoryStream doesn't work on linux non-x86
...
Reviewed-by: alanb
2016-09-07 14:44:59 -07:00
Brian Burkhalter
925586066c
8165000: Selector.select(timeout) throws IOException when timeout is a large long
...
Clamp the timeout passed to kevent0 to the largest value that does not provoke the error.
Reviewed-by: clanger, alanb
2016-09-02 12:38:27 -07:00
Christoph Langer
ea29d586dd
8164649: Cleanup of test java/nio/channels/FileChannel/Lock.java
...
Reviewed-by: alanb
2016-08-29 11:23:34 +02:00
Alan Bateman
97fca016ab
8066943: (fs) Path.relativize() gives incorrect result for ".."
...
Reviewed-by: prappo, bpb
2016-08-25 10:01:20 +01:00
Brian Burkhalter
34565b8ada
8163136: Add print statements to java/nio/file/WatchService/LotsOfCancels.java
...
Add some print statements.
Reviewed-by: alanb
2016-08-24 11:23:58 -07:00
Artem Smotrakov
8fe1b11fa9
8164166: Make sure java/nio/channels tests shutdown asynchronous channel groups
...
Reviewed-by: alanb
2016-08-24 10:58:29 -07:00
Brian Burkhalter
dc3e5ed9fb
8164556: Drop AAC and FLAC from content type check in java/nio/file/Files/probeContentType/Basic.java
...
Remove file extensions of AAC and FLAC audio encodings from the list of extensions verified.
Reviewed-by: alanb
2016-08-23 10:51:17 -07:00
Artem Smotrakov
4b68f37bfe
8164159: java/nio/file/WatchService/UpdateInterference.java test leaves daemon threads
...
Reviewed-by: alanb
2016-08-23 10:38:01 -07:00
Brian Burkhalter
13f73f71eb
8164432: java/nio/file/Files/probeContentType/Basic.java fails on windows for Content type: audio/vnd.dlna.adts
...
Add audio/vnd.dlna.adts as an allowed MIME type for the aac extension.
Reviewed-by: darcy
2016-08-19 13:38:12 -07:00
Mandy Chung
e2a0ff3e0d
8136930: Simplify use of module-system options by custom launchers
...
Reviewed-by: alanb, ksrini, henryjen, sundar
2016-08-10 15:51:25 -07:00
Brian Burkhalter
911dda4ee1
8163305: Add some print instrumentation to java/nio/channels/Selector/RacyDeregister
...
Perform more iterations on Windows, and on all platforms if the test enters the failure branch, poll for an extra period of time to determine whether it might have succeeded with a longer timeout
Reviewed-by: chegar
2016-08-09 07:50:26 -07:00
Brian Burkhalter
ba0558addb
8163431: probeContentType/Basic.java fails after changes for JDK-8146215
...
Allow multiple legal MIME type interpretations for certain extensions.
Reviewed-by: chegar
2016-08-09 07:43:48 -07:00
Brian Burkhalter
97b666ee29
8162745: content-types.properties files are missing some modern types
...
Add some content types from HTML5 and Xiph.
Reviewed-by: rriggs, chegar
2016-08-08 13:58:14 -07:00
Brian Burkhalter
522e112b4a
8146215: (fs) java/nio/file/Files/probeContentType/Basic.java failed frequently on Solaris-sparc with Unexpected type: text/plain
...
Append a FileTypeDetector using java.net.FileNameMap as a fallback on all platforms
Reviewed-by: alanb, rriggs, naoto
2016-08-08 13:57:51 -07:00
Alejandro Murillo
83f8829c06
Merge
2016-08-05 09:50:29 -07:00
Brian Burkhalter
0af4f24e45
8162902: Add some debugging output to test/java/nio/file/WatchService/DeleteInterference
...
Add printing of iteration numbers
Reviewed-by: alanb
2016-08-04 14:29:27 -07:00
Alejandro Murillo
435f7046be
Merge
2016-07-30 00:11:02 +00:00
Paul Sandoz
8dc58ab506
8162458: Buffer view implementations use incorrect offset for Unsafe access
...
Reviewed-by: alanb
2016-07-29 10:18:47 +02:00
Brian Burkhalter
82e9d18d0e
8162624: (fs) Remove FileTypeDetectors based on libgio and libmagic
...
Remove GioFileTypeDetector and MagicFileTypeDetector.
Reviewed-by: alanb
2016-07-27 14:27:46 -07:00
Brian Burkhalter
eba2a20a2b
8160220: (fs) Tests in jdk/test/java/nio/file/WatchService leave directory trees behind
...
Create temporary files by default in a scratch directory.
Reviewed-by: alanb, chegar
2016-07-15 17:49:42 -07:00