Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-21792

QtSupportPlugin::testQtOutputFormatter tests fail after 7b0b4c92cdd

    XMLWordPrintable

Details

    • All
    • 2bb24633ac0ad0b8e8e72ef4d0737e30130d946f (qt-creator/qt-creator/4.8)

    Description

      I didn't have the time to bisect, and reverting the patch creates merge conflicts, but I'm pretty sure 7b0b4c92cdd is the guilty commit.

      It was possible to extract "/main.qml" from "qrc:/main.qml" in former times, but this fails nowadays.

      FAIL!  : QtSupport::Internal::QtSupportPlugin::testQtOutputFormatter(qrc:/main.qml:20) Compared values are not the same
         Actual   (formatter.fileName): ""
         Expected (file)              : "/main.qml"
         Loc: [../../../../qt-creator/src/plugins/qtsupport/qtoutputformatter.cpp(404)]
      FAIL!  : QtSupport::Internal::QtSupportPlugin::testQtOutputFormatter(qrc:///main.qml:20) Compared values are not the same
         Actual   (formatter.fileName): ""
         Expected (file)              : "/main.qml"
         Loc: [../../../../qt-creator/src/plugins/qtsupport/qtoutputformatter.cpp(404)]
      FAIL!  : QtSupport::Internal::QtSupportPlugin::testQtOutputFormatter(onClicked (qrc:/main.qml:20)) Compared values are not the same
         Actual   (formatter.fileName): ""
         Expected (file)              : "/main.qml"
         Loc: [../../../../qt-creator/src/plugins/qtsupport/qtoutputformatter.cpp(404)]
      FAIL!  : QtSupport::Internal::QtSupportPlugin::testQtOutputFormatter(file:///main.qml:20) Compared values are not the same
         Actual   (formatter.fileName): ""
         Expected (file)              : "/main.qml"
         Loc: [../../../../qt-creator/src/plugins/qtsupport/qtoutputformatter.cpp(404)]
      FAIL!  : QtSupport::Internal::QtSupportPlugin::testQtOutputFormatter(Unix test link) Compared values are not the same
         Actual   (formatter.fileName): ""
         Expected (file)              : "../TestProject/test.cpp"
         Loc: [../../../../qt-creator/src/plugins/qtsupport/qtoutputformatter.cpp(404)]
      FAIL!  : QtSupport::Internal::QtSupportPlugin::testQtOutputFormatter(windows test link) Compared values are not the same
         Actual   (formatter.fileName): ""
         Expected (file)              : "../TestProject/test.cpp"
         Loc: [../../../../qt-creator/src/plugins/qtsupport/qtoutputformatter.cpp(404)] 

      Attachments

        For Gerrit Dashboard: QTCREATORBUG-21792
        # Subject Branch Project Status CR V

        Activity

          People

            aha_1980 André Hartmann
            aha_1980 André Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes