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

tst_controls::FluentWinUI3 fails in VxWorks with FAT fs

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.9
    • Device Creation
    • None
    • VxWorks

    Description

      tst_controls::FluentWinUI3::SplitView::test_saveAndRestoreState(Vertical) fails with "Failed to initialize QSettings instance. Satatus code is 1" warning when settings are stored on FAT fs on VxWorks.

      QSettings are trying to open existing settings file, which when located on certain filesystems on VxWorks, fail to open. This happens due to VxWorks not supporting std::access libc function for some Filesystems.

      Fix this by providing substitute function for VxWorks visible as a QT_ACCESS define.

      Attachments

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

        Activity

          People

            michal.los Michał Łoś
            jarlamsa Jarno Lämsä
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes