Update for modules Problem List

Chris Hegarty chris.hegarty at oracle.com
Tue Aug 28 06:19:53 PDT 2012


On 28/08/12 14:17, Alan Bateman wrote:
>
> No objection from me. One thing is that Mandy's classpath mode changes
> also exclude hello-native.sh, see:
>
> http://cr.openjdk.java.net/~mchung/jigsaw/webrevs/classpath-mode.01/test/ModulesProblemList.txt.udiff.html

D'oh, ok I can drop hello-native and push the remaining ones.

-Chris.

>
>
> -Alan
>
>
> On 28/08/2012 13:55, Chris Hegarty wrote:
>> Here is a small update to the ModulesProblemList.txt.
>>
>> The failing tests are mostly related to the Solaris 64 bit
>> layout/launcher issue, this will be addressed separately. I just
>> intent to add these additional tests to similar ones already excluded.
>> Then there is a jigsaw specific test, hello-native. I actually like
>> this test, but it depends on native code and a compile environment.
>> For now, we should just exclude it and defer making a decision on it's
>> future.
>>
>>  : hg diff test/ModulesProblemList.txt
>> diff -r fb3cd8b4b19f test/ModulesProblemList.txt
>> --- a/test/ModulesProblemList.txt       Thu Aug 23 15:24:45 2012 -0700
>> +++ b/test/ModulesProblemList.txt       Tue Aug 28 13:49:38 2012 +0100
>> @@ -121,6 +121,10 @@ java/nio/channels/SocketChannel/AdaptSoc
>>  java/nio/channels/SocketChannel/AdaptSocket.java        linux-x64
>>  java/nio/channels/SocketChannel/Connect.java            linux-x64
>>  java/nio/MappedByteBuffer/Force.java                    windows-i586
>> +
>> +# Tests rely on bin/sparcv9|amd64/java launcher
>> +java/nio/channels/spi/SelectorProvider/inheritedChannel/run_tests.sh
>>  solaris-sparcv9
>> +java/nio/channels/spi/SelectorProvider/inheritedChannel/run_tests.sh
>>  solaris-x64
>>
>>
>>  # This test sets to Turkish language without resetting it when exit
>> @@ -249,12 +253,16 @@ com/sun/jdi/DoubleAgentTest.java
>>  com/sun/jdi/DoubleAgentTest.java                solaris-x64
>>  tools/launcher/Test7029048.java                 solaris-x64
>>  sun/tools/jhat/HatHeapDump1Test.java            solaris-x64
>> +com/sun/jdi/PrivateTransportTest.sh             solaris-x64
>> +com/sun/jdi/Solaris32AndSolaris64Test.sh        solaris-x64
>>  com/sun/jdi/BadHandshakeTest.java               solaris-sparcv9
>>  com/sun/jdi/ExclusiveBind.java                  solaris-sparcv9
>>  com/sun/jdi/RunToExit.java                      solaris-sparcv9
>>  com/sun/jdi/DoubleAgentTest.java                solaris-sparcv9
>>  tools/launcher/Test7029048.java                 solaris-sparcv9
>>  sun/tools/jhat/HatHeapDump1Test.java            solaris-sparcv9
>> +com/sun/jdi/PrivateTransportTest.sh             solaris-sparcv9
>> +com/sun/jdi/Solaris32AndSolaris64Test.sh        solaris-sparcv9
>>
>>  # Test expects tools.jar and rt.jar.  Needs to be update.
>>  tools/pack200/Pack200Simple.sh                 generic-all
>> @@ -299,6 +307,12 @@ java/util/concurrent/locks/Lock/TimedAcq
>>
>>
>> ############################################################################
>>
>>
>> +# jdk_jigsaw
>> +
>> +org/openjdk/jigsaw/hello-native.sh                      generic-all
>> +
>> +############################################################################
>>
>> +
>>  # langtools_jtreg known failures - included it here for reference
>>  # these tests are not excluded in the langtools jtreg run
>



More information about the jigsaw-dev mailing list