Tests: Use blacklist for failing tst_qfilesystemwatcher tests
Remove the insignificant_tests CONFIG option in favor of a BLACKLIST file. The tests blacklisted have been found using CI builds logs. Change-Id: I34374ed7269f941c330c65d97fe083c83d3df461 Task-number: QTBUG-33574 Task-number: QTBUG-30943 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
This commit is contained in:
parent
84b739158d
commit
1576f62eaf
8
tests/auto/corelib/io/qfilesystemwatcher/BLACKLIST
Normal file
8
tests/auto/corelib/io/qfilesystemwatcher/BLACKLIST
Normal file
@ -0,0 +1,8 @@
|
||||
# QTBUG-33574 QTBUG-30943
|
||||
[signalsEmittedAfterFileMoved]
|
||||
windows 32bit msvc-2010
|
||||
windows 64bit msvc
|
||||
[watchFileAndItsDirectory:native backend-testfile]
|
||||
osx
|
||||
[watchFileAndItsDirectory:native backend-specialchars]
|
||||
osx
|
@ -3,5 +3,3 @@ TARGET = tst_qfilesystemwatcher
|
||||
QT = core testlib
|
||||
SOURCES = tst_qfilesystemwatcher.cpp
|
||||
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|
||||
|
||||
CONFIG += insignificant_test # QTBUG-33574
|
||||
|
Loading…
Reference in New Issue
Block a user