On Tue, Feb 5, 2019 at 11:12 AM Emmanuel Bourg <ebo...@apache.org> wrote:

> Le 05/02/2019 à 19:02, Igal Sapir a écrit :
>
> > Do you get any "missing ciphers" errors or not even that?  I always get
> > some test cases fail due to mismatching ciphers, which I accept as false
> > positives, so I wonder about that.
>
> Yes that's normal, some ciphers are disabled in Debian (IDEA and ARIA).
> There is a patch adjusting the tests accordingly:
>
>
> https://salsa.debian.org/java-team/tomcat8/blob/master/debian/patches/0021-dont-test-unsupported-ciphers.patch
>
> Emmanuel Bourg
>

I see.  That makes sense, thanks.

What do you guys think if I add a system property like
`test.unimplementedciphers` with an empty default, which can be used, e.g.:

test.unimplementedciphers=ARIA,IDEA

Then any cipher that has in its name the substring ARIA or IDEA will be
skipped?

Igal

Reply via email to