MSVC2015: Blacklist tests reading from stdin in buffered/text mode.
- tst_QProcess::fileWriterProcess() - tst_QProcess::readLineStdin() - [tst_QProcess::readLineStdin_lineByLine() The test fails apparently due to a bug in its runtime library (fread() dropping data). Task-number: QTBUG-48455 Task-number: QTBUG-48504 Change-Id: I972e560e88312cea0d3dbcea9450c59285a15d5a Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
This commit is contained in:
parent
0f48a0ed04
commit
0ebebeb983
5
tests/auto/corelib/io/qfile/BLACKLIST
Normal file
5
tests/auto/corelib/io/qfile/BLACKLIST
Normal file
@ -0,0 +1,5 @@
|
||||
# QTBUG-48455
|
||||
[readLineStdin]
|
||||
msvc-2015
|
||||
[readLineStdin_lineByLine]
|
||||
msvc-2015
|
@ -1,2 +1,5 @@
|
||||
[lockupsInStartDetached]
|
||||
redhatenterpriselinuxworkstation-6.6
|
||||
# QTBUG-48455
|
||||
[fileWriterProcess]
|
||||
msvc-2015
|
||||
|
Loading…
Reference in New Issue
Block a user