RFR(S): 8207766: [testbug] Adapt tests for Aix.
Lindenmaier, Goetz
goetz.lindenmaier at sap.com
Fri Jul 20 06:51:41 UTC 2018
Hi Christoph,
thanks for looking at my change.
I had run that test on all the platforms and it passed.
But I double checked, on linux it makes no difference
whether I spell \" or \\", in the output file I fine \".
But on aix I see \\" --> \" and \" --> "
Best regards,
Goetz.
> -----Original Message-----
> From: Langer, Christoph
> Sent: Donnerstag, 19. Juli 2018 09:00
> To: Lindenmaier, Goetz <goetz.lindenmaier at sap.com>; core-libs-
> dev at openjdk.java.net
> Subject: RE: RFR(S): 8207766: [testbug] Adapt tests for Aix.
>
> Hi Goetz,
>
> Are you sure the quotation change in EvalArraysAsList.sh works well on other
> platforms?
>
> Other than that the changes look good. Reviewed.
>
> Best regards
> Christoph
>
> > -----Original Message-----
> > From: core-libs-dev <core-libs-dev-bounces at openjdk.java.net> On Behalf
> > Of Lindenmaier, Goetz
> > Sent: Mittwoch, 18. Juli 2018 09:28
> > To: core-libs-dev at openjdk.java.net
> > Subject: [CAUTION] RFR(S): 8207766: [testbug] Adapt tests for Aix.
> >
> > Hi,
> >
> > I would like to fix these tests to run on aix:
> > http://cr.openjdk.java.net/~goetz/wr18/8207766-aixTestFixes/01/
> >
> >
> > MulticastSocket tests
> > Opened bug and asked IBM to fix. Put on ProblemList. See
> > https://bugs.openjdk.java.net/browse/JDK-8207404
> >
> > EvalArraysAsList.sh
> > Quotes need to be escaped on AIX.
> >
> > WrappedToolkitTest.sh
> > Check for AIX missing.
> >
> > PKCS11Test.java
> > getNSSLibDir can return null. If so, static initialization of badNSSVersion
> fails:
> > java.io.FileNotFoundException: nulllibsoftokn3.so (No such file or
> directory)
> >
> > TestNssDbSqlite.java
> > Don't run this on AIX. There is no NSS on basic installations.
> >
> > launcher/SourceMode.java
> > AIX does not support arguments to the shebang.
> >
> > Best regards,
> > Goetz.
More information about the core-libs-dev
mailing list