Alamvic / druid

Meta-compiler to generate an optimised JIT compiler frontend based on an Interpreter definition
8 stars 6 forks source link

Fix the CI !!! #125

Closed PalumboN closed 4 months ago

PalumboN commented 5 months ago

We should check why we have broken tests, skip all of them and open an issue for each suite.

With that at least we came back to have a green CI and it's easier to develop avoiding bugs🚦

Then we can attack the problems when it's time to.

guillep commented 5 months ago

After the work on https://github.com/Alamvic/druid/pull/128 and https://github.com/Alamvic/druid/pull/127 we only have 2 remaining tests (each failing for each config).

DRProductionPrimitiveCompilationTest
✗ #testCompilePrimitiveAtOnNonArray (6667ms)
✗ #testCompilePrimitiveAtOnNonArray (6643ms)
✗ #testPrimitiveValuePushReceiver (261ms)
✗ #testPrimitiveValuePushReceiver (263ms)
guillep commented 4 months ago

Tests are green in the latest build. See https://github.com/Alamvic/druid/pull/148