Exclude tst_QSettings::rainersSyncBugOnMac() on all Apple OSes
It fails on iOS as well, and likely also tvOS and watchOS. Change-Id: Idfce98a5aeccb5680f6b4c6e66b526dd7922156d Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
parent
3b5107a118
commit
e8c8c9fea7
@ -3303,9 +3303,9 @@ void tst_QSettings::rainersSyncBugOnMac()
|
|||||||
{
|
{
|
||||||
QFETCH(QSettings::Format, format);
|
QFETCH(QSettings::Format, format);
|
||||||
|
|
||||||
#if defined(Q_OS_OSX) || defined(Q_OS_WINRT)
|
#if defined(Q_OS_DARWIN) || defined(Q_OS_WINRT)
|
||||||
if (format == QSettings::NativeFormat)
|
if (format == QSettings::NativeFormat)
|
||||||
QSKIP("OSX does not support direct reads from and writes to .plist files, due to caching and background syncing. See QTBUG-34899.");
|
QSKIP("Apple OSes do not support direct reads from and writes to .plist files, due to caching and background syncing. See QTBUG-34899.");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
QString fileName;
|
QString fileName;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user