********* Start testing of tst_QCanDbcFileParser *********
Config: Using QtTest library 6.11.0, Qt 6.11.0 (arm64-little_endian-lp64 shared (dynamic) release build; by GCC 13.3.0), ubuntu 24.04
PASS   : tst_QCanDbcFileParser::initTestCase()
PASS   : tst_QCanDbcFileParser::construct(from_file)
PASS   : tst_QCanDbcFileParser::construct(from_input_data)
PASS   : tst_QCanDbcFileParser::uinqueId(from_file)
PASS   : tst_QCanDbcFileParser::uinqueId(from_input_data)
QWARN  : tst_QCanDbcFileParser::parseFile(from_file) Minimum value is greater than maximum. The values will be swapped.
PASS   : tst_QCanDbcFileParser::parseFile(from_file:invalid filename)
PASS   : tst_QCanDbcFileParser::parseFile(from_file:invalid message definitions)
PASS   : tst_QCanDbcFileParser::parseFile(from_file:invalid signal definitions)
PASS   : tst_QCanDbcFileParser::parseFile(from_file:different signal names)
PASS   : tst_QCanDbcFileParser::parseFile(from_file:valid message and signals)
PASS   : tst_QCanDbcFileParser::parseFile(from_file:different endian)
PASS   : tst_QCanDbcFileParser::parseFile(from_file:different data types)
PASS   : tst_QCanDbcFileParser::parseFile(from_file:different factor and offset)
QWARN  : tst_QCanDbcFileParser::parseFile(from_file:different ranges) Minimum value is greater than maximum. The values will be swapped.
PASS   : tst_QCanDbcFileParser::parseFile(from_file:different ranges)
PASS   : tst_QCanDbcFileParser::parseFile(from_file:multiple receivers)
PASS   : tst_QCanDbcFileParser::parseFile(from_file:message and signals in one line)
PASS   : tst_QCanDbcFileParser::parseFile(from_file:random whitespaces)
PASS   : tst_QCanDbcFileParser::parseFile(from_file:comments processing)
FAIL!  : tst_QCanDbcFileParser::parseFile(from_file:simple multiplexing) 'equals(messageDescriptions, expectedMessageDescriptions)' returned FALSE. ()
   Loc: [/home/qt/work/qt/qtserialbus/tests/auto/qcandbcfileparser/tst_qcandbcfileparser.cpp(977)]
FAIL!  : tst_QCanDbcFileParser::parseFile(from_file:extended multiplexing) 'equals(messageDescriptions, expectedMessageDescriptions)' returned FALSE. ()
   Loc: [/home/qt/work/qt/qtserialbus/tests/auto/qcandbcfileparser/tst_qcandbcfileparser.cpp(977)]
PASS   : tst_QCanDbcFileParser::parseFile(from_file:char string test)
PASS   : tst_QCanDbcFileParser::parseFile(from_file:invalid message desc pos)
PASS   : tst_QCanDbcFileParser::parseFile(from_file:invalid signal desc pos)
FAIL!  : tst_QCanDbcFileParser::parseFile(from_file:multiple files) 'equals(messageDescriptions, expectedMessageDescriptions)' returned FALSE. ()
   Loc: [/home/qt/work/qt/qtserialbus/tests/auto/qcandbcfileparser/tst_qcandbcfileparser.cpp(977)]
PASS   : tst_QCanDbcFileParser::parseFile(from_file:multiple files and error)
SKIP   : tst_QCanDbcFileParser::parseFile(from_input_data:invalid filename) No valid input file provided
   Loc: [/home/qt/work/qt/qtserialbus/tests/auto/qcandbcfileparser/tst_qcandbcfileparser.cpp(947)]
PASS   : tst_QCanDbcFileParser::parseFile(from_input_data:invalid message definitions)
PASS   : tst_QCanDbcFileParser::parseFile(from_input_data:invalid signal definitions)
PASS   : tst_QCanDbcFileParser::parseFile(from_input_data:different signal names)
PASS   : tst_QCanDbcFileParser::parseFile(from_input_data:valid message and signals)
PASS   : tst_QCanDbcFileParser::parseFile(from_input_data:different endian)
PASS   : tst_QCanDbcFileParser::parseFile(from_input_data:different data types)
PASS   : tst_QCanDbcFileParser::parseFile(from_input_data:different factor and offset)
QWARN  : tst_QCanDbcFileParser::parseFile(from_input_data:different ranges) Minimum value is greater than maximum. The values will be swapped.
PASS   : tst_QCanDbcFileParser::parseFile(from_input_data:different ranges)
PASS   : tst_QCanDbcFileParser::parseFile(from_input_data:multiple receivers)
PASS   : tst_QCanDbcFileParser::parseFile(from_input_data:message and signals in one line)
PASS   : tst_QCanDbcFileParser::parseFile(from_input_data:random whitespaces)
PASS   : tst_QCanDbcFileParser::parseFile(from_input_data:comments processing)
FAIL!  : tst_QCanDbcFileParser::parseFile(from_input_data:simple multiplexing) 'equals(messageDescriptions, expectedMessageDescriptions)' returned FALSE. ()
   Loc: [/home/qt/work/qt/qtserialbus/tests/auto/qcandbcfileparser/tst_qcandbcfileparser.cpp(977)]
FAIL!  : tst_QCanDbcFileParser::parseFile(from_input_data:extended multiplexing) 'equals(messageDescriptions, expectedMessageDescriptions)' returned FALSE. ()
   Loc: [/home/qt/work/qt/qtserialbus/tests/auto/qcandbcfileparser/tst_qcandbcfileparser.cpp(977)]
PASS   : tst_QCanDbcFileParser::parseFile(from_input_data:char string test)
PASS   : tst_QCanDbcFileParser::parseFile(from_input_data:invalid message desc pos)
PASS   : tst_QCanDbcFileParser::parseFile(from_input_data:invalid signal desc pos)
SKIP   : tst_QCanDbcFileParser::parseFile(from_input_data:multiple files) parseData() does not support multiple files
   Loc: [/home/qt/work/qt/qtserialbus/tests/auto/qcandbcfileparser/tst_qcandbcfileparser.cpp(939)]
SKIP   : tst_QCanDbcFileParser::parseFile(from_input_data:multiple files and error) parseData() does not support multiple files
   Loc: [/home/qt/work/qt/qtserialbus/tests/auto/qcandbcfileparser/tst_qcandbcfileparser.cpp(939)]
PASS   : tst_QCanDbcFileParser::valueDescriptions(from_file)
PASS   : tst_QCanDbcFileParser::valueDescriptions(from_input_data)
PASS   : tst_QCanDbcFileParser::resetState(from_file)
PASS   : tst_QCanDbcFileParser::resetState(from_input_data)
PASS   : tst_QCanDbcFileParser::cleanupTestCase()
Totals: 42 passed, 5 failed, 3 skipped, 0 blacklisted, 22ms
********* Finished testing of tst_QCanDbcFileParser *********
