You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under ubuntu some unit tests are failing when building MALT with clang and running unit tests.
This is seen over :
ubuntu 22.04
ubuntu 23.04
ubuntu 24.04
debian 12
Note: it works well under debian 10, 11
The error reported is :
E [----------] 5 tests from TestSymbolSolver
E [ RUN ] TestSymbolSolver.testConstructor
E [ OK ] TestSymbolSolver.testConstructor (0 ms)
E [ RUN ] TestSymbolSolver.testLoadProcMap
E [ OK ] TestSymbolSolver.testLoadProcMap (0 ms)
E [ RUN ] TestSymbolSolver.testSolve
E MALT : Resolving symbols with addr2line...
E /mnt/malt-sources/src/lib/core/tests/TestSymbolSolver.cpp:53: Failure
E Expected equality of these values:
E "/mnt/malt-sources/src/lib/core/tests/TestSymbolSolver.cpp"
E file
E Which is: "??"
E
E [ FAILED ] TestSymbolSolver.testSolve (3 ms)
E [ RUN ] TestSymbolSolver.solveBacktraceExe
E MALT : Resolving symbols with addr2line...
E /mnt/malt-sources/src/lib/core/tests/TestSymbolSolver.cpp:89: Failure
E Expected equality of these values:
E "/mnt/malt-sources/src/lib/core/tests/TestSymbolSolver.cpp"
E file
E Which is: "??"
E
E /mnt/malt-sources/src/lib/core/tests/TestSymbolSolver.cpp:91: Failure
E Expected equality of these values:
E 62
E site->line
E Which is: 0
E
E [ FAILED ] TestSymbolSolver.solveBacktraceExe (3 ms)
E [ RUN ] TestSymbolSolver.solveBacktraceLib
E MALT : Resolving symbols with addr2line...
E /mnt/malt-sources/src/lib/core/tests/TestSymbolSolver.cpp:118: Failure
E Expected: (0) != (site->file), actual: 0 vs 0
E
E /mnt/malt-sources/src/lib/core/tests/TestSymbolSolver.cpp:121: Failure
E Expected equality of these values:
E 19
E site->line
E Which is: 0
E
E [ FAILED ] TestSymbolSolver.solveBacktraceLib (2 ms)
E [----------] 5 tests from TestSymbolSolver (10 ms total)
E [==========] Running 2 tests from 1 test suite.
E [----------] Global test environment set-up.
E [----------] 2 tests from TestNMCmdReader
E [ RUN ] TestNMCmdReader.constructor
E [ OK ] TestNMCmdReader.constructor (0 ms)
E [ RUN ] TestNMCmdReader.load
E nm: DWARF error: invalid or unhandled FORM value: 0x23
E /mnt/malt-sources/src/lib/tools/tests/TestNMCmdReader.cpp:60: Failure
E Value of: hasVar(vars, "gblVariable", false)
E Actual: false
E Expected: true
E
E [ FAILED ] TestNMCmdReader.load (273 ms)
E [----------] 2 tests from TestNMCmdReader (273 ms total)
Under ubuntu some unit tests are failing when building MALT with clang and running unit tests.
This is seen over :
Note: it works well under debian 10, 11
The error reported is :
Reported by test script for portability :
The text was updated successfully, but these errors were encountered: