Blacklist failing tst_QFile tests (OS X)

openStandardStreamsFileDescriptors and openStandardStreamsBufferedStreams
fail on OS X: lseek somehow works on sequential streams (standard streams)
but QFile has pos() == 0 (since it's sequential).

Change-Id: I6a6161c012a91de189f59c533880fb8fe7a66d37
Task-number: QTBUG-49841
Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
This commit is contained in:
Timur Pocheptsov 2016-01-04 14:23:32 +01:00
parent e5724533e4
commit daeed4631a

View File

@ -3,3 +3,7 @@
msvc-2015
[readLineStdin_lineByLine]
msvc-2015
[openStandardStreamsFileDescriptors]
osx
[openStandardStreamsBufferedStreams]
osx