openmls icon indicating copy to clipboard operation
openmls copied to clipboard

Improve tests when cross compiling

Open franziskuskiefer opened this issue 9 months ago • 2 comments

With #1573 we enable more tests for all provider implementations. Unfortunately, when cross compiling the test proc macro picks up the supported ciphersuites of the host, not the target. Since proc macros are built for the host, there's no easy way around it. For now the tests of unsupported ciphersuites simple return without doing anything (thus pass). This works but is not great for visibility in what's being tested. This issue tracks improving this.

franziskuskiefer avatar May 07 '24 06:05 franziskuskiefer

@franziskuskiefer do you think this blocks v0.6?

keks avatar Jun 24 '24 12:06 keks

I don't think this should block 0.6. But let's assess what exactly we want to do here and describe it. Or close it.

franziskuskiefer avatar Jun 24 '24 16:06 franziskuskiefer