Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9
-
None
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.