summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qfile/BLACKLIST
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-09-29 10:44:53 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-09-30 07:54:58 +0000
commit0ebebeb983d381010fae710aee60d8550d9be4f3 (patch)
treef3ca2053fcd2203340de6e114dc8e409c7c95685 /tests/auto/corelib/io/qfile/BLACKLIST
parent0f48a0ed0454ad1fd4145c376a3e92991ee1b31e (diff)
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>
Diffstat (limited to 'tests/auto/corelib/io/qfile/BLACKLIST')
-rw-r--r--tests/auto/corelib/io/qfile/BLACKLIST5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/corelib/io/qfile/BLACKLIST b/tests/auto/corelib/io/qfile/BLACKLIST
new file mode 100644
index 0000000000..7aac313b12
--- /dev/null
+++ b/tests/auto/corelib/io/qfile/BLACKLIST
@@ -0,0 +1,5 @@
+# QTBUG-48455
+[readLineStdin]
+msvc-2015
+[readLineStdin_lineByLine]
+msvc-2015