Andreas

Results 64 comments of Andreas

On what machines does that `linux-asan` pipeline run? Are they all the same? Maybe the test fails only on a specific subset of that machines. I should to check that...

Maybe #918 did something, maybe not. Next we should look at `build / mingw64-gcc / test / Enumeration.lua – OMSimulator`. It is failing on the master every now and then.

And on `build / mingw64-gcc / test / import_parameter_mapping_inline.lua – OMSimulator` ``` info: model doesn't contain any continuous state info: model doesn't contain any continuous state info: Instantiation info: import_parameter_mapping.co_sim.Input_1...

We could add a bunch of symbolic links. Or change the paths if we compile OMSimulator from OpenModelica super project.

We can just call `rm` on them in the Makefile calling the CMake stuff. Not a pretty solution but should work.

The FMI Cross Check with wine reports a problem with to long paths as well: ``` error: [fmiLogger] module FMILIB: Directory path for FMU is too long error: [NewComponent] Error...

@adrpo You said there should be some other way to get around the file name limit with std. I guess we can discuss this in this ticket.

I tested again with a newer version of OpenModelica and OMSimulator (was using an old version for the first output). ## The problem is the iteration process for the non-linear...

Good point. But I'm not sure what the best approach would be for that. I've created a ticket for this to continue the discussion there: https://trac.openmodelica.org/OpenModelica/ticket/6125#ticket

Related PR: https://github.com/OpenModelica/OpenModelica/pull/6757