831a160e00
This change disables failing tests to increase the likelihood that 'make check' terminates with a zero exit status. This is done to prevent the CI system from blocking further commits once qtbase#refactor is merged into qtbase#master. Failing tests are marked as insignificant (by putting 'CONFIG += insignificant_test' in the .pro file). Note: This is a temporary measure that needs to be cleaned up once the refactor->master integration is complete. Ideally all disabled tests need to be enabled and passing. All changes will be marked by the string QTBUG-21402 in a comment for easy location. Task-number: QTBUG-21402 Change-Id: Ic4400671671f6d9b75b106a6aa4755b20e74378d Reviewed-on: http://codereview.qt-project.org/4678 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
10 lines
310 B
Prolog
10 lines
310 B
Prolog
############################################################
|
|
# Project file for autotest for file qabstractprintdialog.h
|
|
############################################################
|
|
|
|
load(qttest_p4)
|
|
QT += widgets printsupport
|
|
SOURCES += tst_qabstractprintdialog.cpp
|
|
|
|
CONFIG += insignificant_test # QTBUG-21402
|