• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Oct-2021-

CloseTest.javaH A D30-Oct-20213.5 KiB9942

ClosedStreams.javaH A D30-Oct-20211.7 KiB4911

EchoService.javaH A D30-Oct-20216.5 KiB208114

EchoTest.javaH A D30-Oct-20215.9 KiB186106

InheritedChannelTest.javaH A D30-Oct-20215.4 KiB12664

Launcher.javaH A D30-Oct-20217.8 KiB195121

NullTest.javaH A D30-Oct-20211.9 KiB5417

READMEH A D30-Oct-2021711 1711

StateTest.javaH A D30-Oct-20217.1 KiB205112

StateTestService.javaH A D30-Oct-20214.8 KiB15093

UnixDomainChannelTest.javaH A D30-Oct-20216.2 KiB165123

UnixSocketTest.javaH A D30-Oct-20213.1 KiB9060

Util.javaH A D30-Oct-20213.3 KiB9749

java.policy.failH A D30-Oct-2021519 1211

java.policy.passH A D30-Oct-2021525 1211

libInheritedChannel.cH A D30-Oct-20215.3 KiB182101

README

1The unit tests in this directory depend on a native launcher library
2(libInheritedChannel.so). This library is built by executing
3
4$ make test-image-jdk-jtreg-native
5
6in the root directory of the OpenJDK clone. It will generate
7libInheritedChannel.so in two locations:
8
9$ $JDK_ROOT/build/$PLATFORM/support/test/jdk/jtreg/native/lib/libInheritedChannel.so
10$ $JDK_ROOT/build/$PLATFORM/images/test/jdk/jtreg/native/libInheritedChannel.so
11
12The test may then be run using jtreg for example as follows:
13
14$ jtreg -s -w:/tmp -r:/tmp -va -dir:$JDK_ROOT/test/jdk \
15-nativepath:$JDK_ROOT/build/$PLATFORM/support/test/jdk/jtreg/native/lib \
16java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java
17