Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-25078

tst_rcc relies on specific QHash ordering

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.15.0
    • 4.8.x, 5.0.0
    • Build tools: rcc
    • None

    Description

      rcc stores the files (in the resource system) into a QHash, and dumps them into the compiled resource using an iterator on the hash.

      However, the tst_rcc::rcc() test function does a diff between rcc's output and a reference file, which fails because the order of the files outputted by rcc is changes.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jbornema Joerg Bornemann
            peppe Giuseppe D'Angelo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes