Rick Clephas
06/03/2024, 6:12 PMAbstractFirBlackBoxCodegenTestBase
for native targets?
I would like to create some tests for native codegen logic, but it seems all blackbox codegen tests are JVM based.Rick Clephas
06/03/2024, 6:19 PMAbstractNativeCodegenBoxTest
is used for native, but that isn’t part of the test infrastructure 😅dmitriy.novozhilov
06/04/2024, 7:04 AMdmitriy.novozhilov
06/04/2024, 7:07 AMbut it seems all blackbox codegen tests are JVM basedJS and WASM test use the same infrastructure as JVM, but the implementation is located in the js.tests, which is also not published
Rick Clephas
06/04/2024, 7:16 AMdmitriy.novozhilov
06/04/2024, 7:19 AMdmitriy.novozhilov
06/04/2024, 7:19 AMRick Clephas
06/04/2024, 7:23 AMAbstractFirBlackBoxCodegenTestBase
and see how far I can get with that 🤞🏻.
Most of the codegen logic should be platform agnostic anyways.dmitriy.novozhilov
06/04/2024, 7:26 AMRick Clephas
06/04/2024, 7:28 AMRick Clephas
06/04/2024, 7:29 AM