tst_QProcess/tst_QFile: Extend blacklisting to MSVC2017
Extend the blacklisting introduced by
0ebebeb983.
Task-number: QTBUG-48455
Task-number: QTBUG-48504
Change-Id: Idf44948a5ede433435a8d0b61fef6413bb0b69bc
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
bb10
parent
d866617ea6
commit
d3d5c22ccb
|
|
@ -1,8 +1,10 @@
|
|||
# QTBUG-48455
|
||||
[readLineStdin]
|
||||
msvc-2015
|
||||
msvc-2015 ci
|
||||
msvc-2017 ci
|
||||
[readLineStdin_lineByLine]
|
||||
msvc-2015
|
||||
msvc-2015 ci
|
||||
msvc-2017 ci
|
||||
[openStandardStreamsFileDescriptors]
|
||||
osx
|
||||
[openStandardStreamsBufferedStreams]
|
||||
|
|
|
|||
|
|
@ -2,4 +2,5 @@
|
|||
redhatenterpriselinuxworkstation-6.6
|
||||
# QTBUG-48455
|
||||
[fileWriterProcess]
|
||||
msvc-2015
|
||||
msvc-2015 ci
|
||||
msvc-2017 ci
|
||||
|
|
|
|||
Loading…
Reference in New Issue